aural-ui 2.1.0 → 2.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/icons/apple-logo-icon/AppleLogoIcon.stories.tsx +952 -0
- package/dist/icons/apple-logo-icon/index.tsx +26 -0
- package/dist/icons/apple-logo-icon/meta.ts +8 -0
- package/dist/icons/arrow-left-icon/ArrowLeftIcon.stories.tsx +1008 -0
- package/dist/icons/arrow-left-icon/index.tsx +24 -0
- package/dist/icons/arrow-left-icon/meta.ts +8 -0
- package/dist/icons/backward-ten-seconds-icon/BackwardTenSecondsIcon.stories.tsx +1050 -0
- package/dist/icons/backward-ten-seconds-icon/index.tsx +35 -0
- package/dist/icons/backward-ten-seconds-icon/meta.ts +8 -0
- package/dist/icons/camera-icon/CameraIcon.stories.tsx +1271 -0
- package/dist/icons/camera-icon/index.tsx +22 -0
- package/dist/icons/camera-icon/meta.ts +8 -0
- package/dist/icons/coin-icon/CoinIcon.stories.tsx +1382 -0
- package/dist/icons/coin-icon/index.tsx +36 -0
- package/dist/icons/coin-icon/meta.ts +8 -0
- package/dist/icons/email-icon/EmailIcon.stories.tsx +995 -0
- package/dist/icons/email-icon/index.tsx +22 -0
- package/dist/icons/email-icon/meta.ts +8 -0
- package/dist/icons/expand-icon/ExpandIcon.stories.tsx +1167 -0
- package/dist/icons/expand-icon/index.tsx +22 -0
- package/dist/icons/expand-icon/meta.ts +8 -0
- package/dist/icons/forward-ten-seconds-icon/ForwardTenSecondsIcon.stories.tsx +1054 -0
- package/dist/icons/forward-ten-seconds-icon/index.tsx +33 -0
- package/dist/icons/forward-ten-seconds-icon/meta.ts +8 -0
- package/dist/icons/google-logo-icon/GoogleLogoIcon.stories.tsx +1004 -0
- package/dist/icons/google-logo-icon/index.tsx +34 -0
- package/dist/icons/google-logo-icon/meta.ts +8 -0
- package/dist/icons/heart-icon/HeartIcon.stories.tsx +1080 -0
- package/dist/icons/heart-icon/index.tsx +21 -0
- package/dist/icons/heart-icon/meta.ts +8 -0
- package/dist/icons/index.ts +32 -4
- package/dist/icons/indian-flag-icon/IndianFlagIcon.stories.tsx +1020 -0
- package/dist/icons/indian-flag-icon/index.tsx +46 -0
- package/dist/icons/indian-flag-icon/meta.ts +8 -0
- package/dist/icons/instagram-icon/InstagramIcon.stories.tsx +1449 -0
- package/dist/icons/instagram-icon/index.tsx +17 -0
- package/dist/icons/instagram-icon/meta.ts +8 -0
- package/dist/icons/linked-in-icon/LinkedInIcon.stories.tsx +1582 -0
- package/dist/icons/linked-in-icon/index.tsx +17 -0
- package/dist/icons/linked-in-icon/meta.ts +8 -0
- package/dist/icons/minimize-icon/MinimizeIcon.stories.tsx +1214 -0
- package/dist/icons/minimize-icon/index.tsx +22 -0
- package/dist/icons/minimize-icon/meta.ts +8 -0
- package/dist/icons/pause-icon/PauseIcon.stories.tsx +1060 -0
- package/dist/icons/pause-icon/index.tsx +30 -0
- package/dist/icons/pause-icon/meta.ts +8 -0
- package/dist/icons/share-icon/ShareIcon.stories.tsx +1081 -0
- package/dist/icons/share-icon/index.tsx +22 -0
- package/dist/icons/share-icon/meta.ts +8 -0
- package/dist/icons/skip-backward-icon/SkipBackwardIcon.stories.tsx +1047 -0
- package/dist/icons/skip-backward-icon/index.tsx +29 -0
- package/dist/icons/skip-backward-icon/meta.ts +8 -0
- package/dist/icons/skip-forward-icon/SkipForwardIcon.stories.tsx +1049 -0
- package/dist/icons/skip-forward-icon/index.tsx +29 -0
- package/dist/icons/skip-forward-icon/meta.ts +8 -0
- package/dist/icons/store-coin-icon/StoreCoinIcon.stories.tsx +1020 -0
- package/dist/icons/store-coin-icon/index.tsx +35 -0
- package/dist/icons/store-coin-icon/meta.ts +8 -0
- package/dist/icons/threads-icon/ThreadsIcon.stories.tsx +1489 -0
- package/dist/icons/threads-icon/index.tsx +17 -0
- package/dist/icons/threads-icon/meta.ts +8 -0
- package/dist/icons/twitter-x-icon/TwitterXIcon.stories.tsx +1463 -0
- package/dist/icons/twitter-x-icon/index.tsx +17 -0
- package/dist/icons/twitter-x-icon/meta.ts +8 -0
- package/dist/icons/video-play-list-icon/VideoPlaylistIcon.stories.tsx +1105 -0
- package/dist/icons/video-play-list-icon/index.tsx +22 -0
- package/dist/icons/video-play-list-icon/meta.ts +8 -0
- package/dist/icons/voice-playing-icon/VoicePlayingIcon.stories.tsx +1416 -0
- package/dist/icons/voice-playing-icon/index.tsx +24 -0
- package/dist/icons/voice-playing-icon/meta.ts +8 -0
- package/dist/icons/volume-full-icon/VolumeFullIcon.stories.tsx +1230 -0
- package/dist/icons/volume-full-icon/index.tsx +25 -0
- package/dist/icons/volume-full-icon/meta.ts +8 -0
- package/dist/icons/volume-half-icon/VolumeHalfIcon.stories.tsx +1153 -0
- package/dist/icons/volume-half-icon/index.tsx +25 -0
- package/dist/icons/volume-half-icon/meta.ts +8 -0
- package/dist/icons/volume-off-icon/VolumeOffIcon.stories.tsx +1144 -0
- package/dist/icons/volume-off-icon/index.tsx +26 -0
- package/dist/icons/volume-off-icon/meta.ts +8 -0
- package/dist/icons/warning-icon/WarningIcon.stories.tsx +1106 -0
- package/dist/icons/warning-icon/index.tsx +27 -0
- package/dist/icons/warning-icon/meta.ts +8 -0
- package/dist/icons/youtube-icon/YoutubeIcon.stories.tsx +996 -0
- package/dist/icons/youtube-icon/index.tsx +24 -0
- package/dist/icons/youtube-icon/meta.ts +8 -0
- package/dist/index.js +1 -1
- package/dist/styles/aural-theme.css +9 -0
- package/package.json +1 -1
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import React from "react"
|
|
2
|
+
import { AccessibleIcon } from "@radix-ui/react-accessible-icon"
|
|
3
|
+
|
|
4
|
+
export const HeartIcon = (
|
|
5
|
+
props: React.JSX.IntrinsicAttributes & React.SVGProps<SVGSVGElement>
|
|
6
|
+
) => (
|
|
7
|
+
<AccessibleIcon label="Heart icon">
|
|
8
|
+
<svg
|
|
9
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
10
|
+
width="20"
|
|
11
|
+
height="20"
|
|
12
|
+
viewBox="0 0 20 20"
|
|
13
|
+
fill="none"
|
|
14
|
+
stroke="currentColor"
|
|
15
|
+
strokeWidth="1.25"
|
|
16
|
+
{...props}
|
|
17
|
+
>
|
|
18
|
+
<path d="M10.0001 4.64328C15.2776 -0.723042 24.3249 9.24299 10.0001 17.2917C-4.32477 9.24302 4.72247 -0.723043 10.0001 4.64328Z" />
|
|
19
|
+
</svg>
|
|
20
|
+
</AccessibleIcon>
|
|
21
|
+
)
|
package/dist/icons/index.ts
CHANGED
|
@@ -1,16 +1,20 @@
|
|
|
1
1
|
export * from "./ai-avatar-icon"
|
|
2
2
|
export * from "./alert-icon"
|
|
3
3
|
export * from "./angle-down-icon"
|
|
4
|
+
export * from "./apple-logo-icon"
|
|
4
5
|
export * from "./arrow-box-left-icon"
|
|
5
6
|
export * from "./arrow-corner-up-left-icon"
|
|
7
|
+
export * from "./arrow-left-icon"
|
|
6
8
|
export * from "./arrow-corner-up-right-icon"
|
|
7
9
|
export * from "./arrow-right-icon"
|
|
8
10
|
export * from "./arrow-right-up-icon"
|
|
9
11
|
export * from "./art-board-icon"
|
|
10
12
|
export * from "./audio-bar-icon"
|
|
13
|
+
export * from "./backward-ten-seconds-icon"
|
|
11
14
|
export * from "./bubble-check-icon"
|
|
12
15
|
export * from "./bubble-crossed-icon"
|
|
13
16
|
export * from "./bubble-sparkle-icon"
|
|
17
|
+
export * from "./camera-icon"
|
|
14
18
|
export * from "./capital-a-letter-icon"
|
|
15
19
|
export * from "./chevron-double-left-icon"
|
|
16
20
|
export * from "./chevron-double-right-icon"
|
|
@@ -19,29 +23,42 @@ export * from "./chevron-left-icon"
|
|
|
19
23
|
export * from "./chevron-right-icon"
|
|
20
24
|
export * from "./chevron-up-icon"
|
|
21
25
|
export * from "./circle-tick-icon"
|
|
26
|
+
export * from "./coin-icon"
|
|
22
27
|
export * from "./command-icon"
|
|
23
28
|
export * from "./copy-icon"
|
|
24
29
|
export * from "./cross-circle-icon"
|
|
25
30
|
export * from "./cross-icon"
|
|
26
31
|
export * from "./download-icon"
|
|
27
32
|
export * from "./edit-big-icon"
|
|
33
|
+
export * from "./expand-icon"
|
|
28
34
|
export * from "./eye-close-icon"
|
|
29
35
|
export * from "./eye-open-icon"
|
|
30
36
|
export * from "./feature-shine-icon"
|
|
31
37
|
export * from "./file-chart-icon"
|
|
32
38
|
export * from "./file-text-icon"
|
|
33
39
|
export * from "./filter-bar-row-icon"
|
|
40
|
+
export * from "./forward-ten-seconds-icon"
|
|
41
|
+
export * from "./git-branch-icon"
|
|
42
|
+
export * from "./git-fork-icon"
|
|
43
|
+
export * from "./google-logo-icon"
|
|
34
44
|
export * from "./grip-vertical-icon"
|
|
35
45
|
export * from "./head-icon"
|
|
46
|
+
export * from "./heart-icon"
|
|
36
47
|
export * from "./image-icon"
|
|
37
48
|
export * from "./import-folder-icon"
|
|
49
|
+
export * from "./indian-flag-icon"
|
|
50
|
+
export * from "./import-left-arrow-folder-icon"
|
|
51
|
+
export * from "./instagram-icon"
|
|
38
52
|
export * from "./layout-column-icon"
|
|
39
53
|
export * from "./layout-left-icon"
|
|
40
54
|
export * from "./layout-right-icon"
|
|
41
55
|
export * from "./light-bulb-simple-icon"
|
|
56
|
+
export * from "./linked-in-icon"
|
|
42
57
|
export * from "./magic-book-icon"
|
|
58
|
+
export * from "./email-icon"
|
|
43
59
|
export * from "./maintenance-icon"
|
|
44
60
|
export * from "./message-icon"
|
|
61
|
+
export * from "./minimize-icon"
|
|
45
62
|
export * from "./moon-icon"
|
|
46
63
|
export * from "./move-horizontal-icon"
|
|
47
64
|
export * from "./move-vertical-icon"
|
|
@@ -51,25 +68,36 @@ export * from "./notes-icon"
|
|
|
51
68
|
export * from "./page-search-icon"
|
|
52
69
|
export * from "./paint-roll-icon"
|
|
53
70
|
export * from "./paper-plane-icon"
|
|
71
|
+
export * from "./pause-icon"
|
|
54
72
|
export * from "./pencil-icon"
|
|
55
73
|
export * from "./plus-icon"
|
|
56
74
|
export * from "./search-icon"
|
|
57
75
|
export * from "./setting-icon"
|
|
76
|
+
export * from "./share-icon"
|
|
58
77
|
export * from "./site-logo-icon"
|
|
78
|
+
export * from "./skip-backward-icon"
|
|
79
|
+
export * from "./skip-forward-icon"
|
|
59
80
|
export * from "./sparkles-soft-icon"
|
|
60
81
|
export * from "./spinner-gradient-icon"
|
|
61
82
|
export * from "./spinner-solid-icon"
|
|
62
83
|
export * from "./spinner-solid-neutral-icon"
|
|
84
|
+
export * from "./star-icon"
|
|
85
|
+
export * from "./store-coin-icon"
|
|
63
86
|
export * from "./suggestion-icon"
|
|
64
87
|
export * from "./sun-icon"
|
|
65
88
|
export * from "./text-color-icon"
|
|
66
89
|
export * from "./text-indicator-icon"
|
|
90
|
+
export * from "./threads-icon"
|
|
67
91
|
export * from "./tick-circle-icon"
|
|
68
92
|
export * from "./tick-icon"
|
|
69
93
|
export * from "./trash-icon"
|
|
94
|
+
export * from "./twitter-x-icon"
|
|
70
95
|
export * from "./upload-icon"
|
|
71
96
|
export * from "./vertical-menu-icon"
|
|
72
|
-
export * from "./
|
|
73
|
-
export * from "./
|
|
74
|
-
export * from "./
|
|
75
|
-
export * from "./
|
|
97
|
+
export * from "./video-play-list-icon"
|
|
98
|
+
export * from "./voice-playing-icon"
|
|
99
|
+
export * from "./volume-full-icon"
|
|
100
|
+
export * from "./volume-half-icon"
|
|
101
|
+
export * from "./volume-off-icon"
|
|
102
|
+
export * from "./warning-icon"
|
|
103
|
+
export * from "./youtube-icon"
|