BlockDex

Components

Registries

Free blocks

Method

BlockDex

Components

Registries

Free blocks

Method

Open API

BlockDex

Components

Registries

Free blocks

Method

Open API

Components/itshover/brand-react-native-icon

brand-react-native-icon

itshover/brand-react-native-icon
FreeComponent

itshover publishes no description for this item.

Install it

npx shadcn@latest add https://itshover.com/r/brand-react-native-icon.json

Source

icons/brand-react-native-icon.tsxitshover.com/r/brand-react-native-icon.json
1import { forwardRef, useImperativeHandle, useRef } from "react";
2import { motion, useAnimate } from "motion/react";
3import type { AnimatedIconHandle, AnimatedIconProps } from "./types";
4
5const BrandReactNativeIcon = forwardRef<AnimatedIconHandle, AnimatedIconProps>(
6 (
7 { size = 24, color = "currentColor", strokeWidth = 2, className = "" },
8 ref,
9 ) => {
10 const [scope, animate] = useAnimate();
11 const animationControls = useRef<Array<ReturnType<typeof animate>>>([]);
12
13 const start = async () => {
14 // Clear any existing animations
15 animationControls.current.forEach((control) => control.stop());
16 animationControls.current = [];
17
18 // Smooth pop entrance
19 await animate(
20 ".orbit-system",
21 { scale: [0.95, 1.02, 1] },
22 { duration: 0.4, ease: [0.34, 1.56, 0.64, 1] },
23 );
24
25 // Center dot gentle pulse
26 animationControls.current.push(
27 animate(
28 ".center-dot",
29 {
30 scale: [1, 1.3, 1],
31 opacity: [1, 0.8, 1],
32 },
33 {
34 duration: 2.5,
35 ease: "easeInOut",
36 repeat: Infinity,
37 },
38 ),
39 );
40
41 // Smooth continuous rotation
42 animationControls.current.push(
43 animate(
44 ".orbit-system",
45 { rotate: 360 },
46 {
47 duration: 20,
48 ease: "linear",
49 repeat: Infinity,
50 },
51 ),
52 );
53
54 // Subtle wave through rings
55 const rings = [".ring-1", ".ring-2", ".ring-3"];
56 rings.forEach((ring, i) => {
57 animationControls.current.push(
58 animate(
59 ring,
60 {
61 opacity: [1, 0.7, 1],
62 },
63 {
64 duration: 3,
65 ease: "easeInOut",
66 repeat: Infinity,
67 delay: i * 1,
68 },
69 ),
70 );
71 });
72 };
73
74 const stop = () => {
75 // Cancel all infinite animations
76 animationControls.current.forEach((control) => control.stop());
77 animationControls.current = [];
78
79 animate(
80 ".orbit-system",
81 { rotate: 0, scale: 1 },
82 { duration: 0.6, ease: [0.34, 1.56, 0.64, 1] },
83 );
84
85 animate(".ring-1, .ring-2, .ring-3", { opacity: 1 }, { duration: 0.3 });
86
87 animate(".center-dot", { scale: 1, opacity: 1 }, { duration: 0.3 });
88 };
89
90 useImperativeHandle(ref, () => ({
91 startAnimation: start,
92 stopAnimation: stop,
93 }));
94
95// … truncated

What it pulls in

npm packages

  • motion

Files it writes

  • icons/brand-react-native-icon.tsx
  • icons/types.ts

Facts

Registry
itshover
Type
registry:ui
Access
Free
Files written
2
Licence
Apache-2.0
In the index
at or before 2026-08-12
Last confirmed
today

Go to the source

itshover.com itshover/itshover on GitHub Raw registry item This item as JSON

More from itshover

All 263 items
Same registry, same kind — the ones you would have found next
ComponentRegistryKindAccessInstallsCommand
accessibility-iconaccessibility-iconitshoverComponentsFree1 dep · 2 files
airplane-iconairplane-iconitshoverComponentsFree1 dep · 2 files
alarm-clock-plus-iconalarm-clock-plus-iconitshoverComponentsFree1 dep · 2 files
align-center-iconalign-center-iconitshoverComponentsFree1 dep · 2 files
align-vertical-space-around-iconalign-vertical-space-around-iconitshoverComponentsFree1 dep · 2 files
ambulance-iconambulance-iconitshoverComponentsFree1 dep · 2 files
ampersand-iconampersand-iconitshoverComponentsFree1 dep · 2 files
angry-iconangry-iconitshoverComponentsFree1 dep · 2 files

Also from Kynth Studios

Built for the same person as BlockDex

SkillWorks

Claude Code skills and plugins, scored

skillworks.kynth.studio

RuleStack

AGENTS.md gallery and agent-config comparison

rulestack.kynth.studio

KitGrade

SaaS starter kits, scored from measured facts

kitgrade.kynth.studio

The studio list

One product, taken apart, once a month

Kynth Studios pulls one shipped product open every month — what it does, what it cost to build, what the pipeline behind it looks like, and what the numbers did. One email a month, nothing in between.

Double opt-in — we send one confirmation link and nothing else until you click it.

BlockDex

Built by

Kynth Studios

the studio behind SkillWorks, RuleStack and KitGrade

Index

Components
Registries
Method
Open API

Guides

shadcn component libraries
Best shadcn registries
Free shadcn blocks

Reference

Corpus counts
Crawl health
hello@kynth.studio
Privacy
Terms

© 2026 BlockDex. A Kynth Studios product.

BlockDex

The studio list

One product, taken apart, once a month

Kynth Studios pulls one shipped product open every month — what it does, what it cost to build, what the pipeline behind it looks like, and what the numbers did. One email a month, nothing in between.

Double opt-in — we send one confirmation link and nothing else until you click it.

BlockDex

Built by

Kynth Studios

the studio behind SkillWorks, RuleStack and KitGrade

Index

Components
Registries
Method
Open API

Guides

shadcn component libraries
Best shadcn registries
Free shadcn blocks

Reference

Corpus counts
Crawl health
hello@kynth.studio
Privacy
Terms

© 2026 BlockDex. A Kynth Studios product.

BlockDex

The studio list

One product, taken apart, once a month

Kynth Studios pulls one shipped product open every month — what it does, what it cost to build, what the pipeline behind it looks like, and what the numbers did. One email a month, nothing in between.

Double opt-in — we send one confirmation link and nothing else until you click it.

BlockDex

Built by

Kynth Studios

the studio behind SkillWorks, RuleStack and KitGrade

Index

Components
Registries
Method
Open API

Guides

shadcn component libraries
Best shadcn registries
Free shadcn blocks

Reference

Corpus counts
Crawl health
hello@kynth.studio
Privacy
Terms

© 2026 BlockDex. A Kynth Studios product.

BlockDex