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.
Files changed (88) hide show
  1. package/dist/icons/apple-logo-icon/AppleLogoIcon.stories.tsx +952 -0
  2. package/dist/icons/apple-logo-icon/index.tsx +26 -0
  3. package/dist/icons/apple-logo-icon/meta.ts +8 -0
  4. package/dist/icons/arrow-left-icon/ArrowLeftIcon.stories.tsx +1008 -0
  5. package/dist/icons/arrow-left-icon/index.tsx +24 -0
  6. package/dist/icons/arrow-left-icon/meta.ts +8 -0
  7. package/dist/icons/backward-ten-seconds-icon/BackwardTenSecondsIcon.stories.tsx +1050 -0
  8. package/dist/icons/backward-ten-seconds-icon/index.tsx +35 -0
  9. package/dist/icons/backward-ten-seconds-icon/meta.ts +8 -0
  10. package/dist/icons/camera-icon/CameraIcon.stories.tsx +1271 -0
  11. package/dist/icons/camera-icon/index.tsx +22 -0
  12. package/dist/icons/camera-icon/meta.ts +8 -0
  13. package/dist/icons/coin-icon/CoinIcon.stories.tsx +1382 -0
  14. package/dist/icons/coin-icon/index.tsx +36 -0
  15. package/dist/icons/coin-icon/meta.ts +8 -0
  16. package/dist/icons/email-icon/EmailIcon.stories.tsx +995 -0
  17. package/dist/icons/email-icon/index.tsx +22 -0
  18. package/dist/icons/email-icon/meta.ts +8 -0
  19. package/dist/icons/expand-icon/ExpandIcon.stories.tsx +1167 -0
  20. package/dist/icons/expand-icon/index.tsx +22 -0
  21. package/dist/icons/expand-icon/meta.ts +8 -0
  22. package/dist/icons/forward-ten-seconds-icon/ForwardTenSecondsIcon.stories.tsx +1054 -0
  23. package/dist/icons/forward-ten-seconds-icon/index.tsx +33 -0
  24. package/dist/icons/forward-ten-seconds-icon/meta.ts +8 -0
  25. package/dist/icons/google-logo-icon/GoogleLogoIcon.stories.tsx +1004 -0
  26. package/dist/icons/google-logo-icon/index.tsx +34 -0
  27. package/dist/icons/google-logo-icon/meta.ts +8 -0
  28. package/dist/icons/heart-icon/HeartIcon.stories.tsx +1080 -0
  29. package/dist/icons/heart-icon/index.tsx +21 -0
  30. package/dist/icons/heart-icon/meta.ts +8 -0
  31. package/dist/icons/index.ts +32 -4
  32. package/dist/icons/indian-flag-icon/IndianFlagIcon.stories.tsx +1020 -0
  33. package/dist/icons/indian-flag-icon/index.tsx +46 -0
  34. package/dist/icons/indian-flag-icon/meta.ts +8 -0
  35. package/dist/icons/instagram-icon/InstagramIcon.stories.tsx +1449 -0
  36. package/dist/icons/instagram-icon/index.tsx +17 -0
  37. package/dist/icons/instagram-icon/meta.ts +8 -0
  38. package/dist/icons/linked-in-icon/LinkedInIcon.stories.tsx +1582 -0
  39. package/dist/icons/linked-in-icon/index.tsx +17 -0
  40. package/dist/icons/linked-in-icon/meta.ts +8 -0
  41. package/dist/icons/minimize-icon/MinimizeIcon.stories.tsx +1214 -0
  42. package/dist/icons/minimize-icon/index.tsx +22 -0
  43. package/dist/icons/minimize-icon/meta.ts +8 -0
  44. package/dist/icons/pause-icon/PauseIcon.stories.tsx +1060 -0
  45. package/dist/icons/pause-icon/index.tsx +30 -0
  46. package/dist/icons/pause-icon/meta.ts +8 -0
  47. package/dist/icons/share-icon/ShareIcon.stories.tsx +1081 -0
  48. package/dist/icons/share-icon/index.tsx +22 -0
  49. package/dist/icons/share-icon/meta.ts +8 -0
  50. package/dist/icons/skip-backward-icon/SkipBackwardIcon.stories.tsx +1047 -0
  51. package/dist/icons/skip-backward-icon/index.tsx +29 -0
  52. package/dist/icons/skip-backward-icon/meta.ts +8 -0
  53. package/dist/icons/skip-forward-icon/SkipForwardIcon.stories.tsx +1049 -0
  54. package/dist/icons/skip-forward-icon/index.tsx +29 -0
  55. package/dist/icons/skip-forward-icon/meta.ts +8 -0
  56. package/dist/icons/store-coin-icon/StoreCoinIcon.stories.tsx +1020 -0
  57. package/dist/icons/store-coin-icon/index.tsx +35 -0
  58. package/dist/icons/store-coin-icon/meta.ts +8 -0
  59. package/dist/icons/threads-icon/ThreadsIcon.stories.tsx +1489 -0
  60. package/dist/icons/threads-icon/index.tsx +17 -0
  61. package/dist/icons/threads-icon/meta.ts +8 -0
  62. package/dist/icons/twitter-x-icon/TwitterXIcon.stories.tsx +1463 -0
  63. package/dist/icons/twitter-x-icon/index.tsx +17 -0
  64. package/dist/icons/twitter-x-icon/meta.ts +8 -0
  65. package/dist/icons/video-play-list-icon/VideoPlaylistIcon.stories.tsx +1105 -0
  66. package/dist/icons/video-play-list-icon/index.tsx +22 -0
  67. package/dist/icons/video-play-list-icon/meta.ts +8 -0
  68. package/dist/icons/voice-playing-icon/VoicePlayingIcon.stories.tsx +1416 -0
  69. package/dist/icons/voice-playing-icon/index.tsx +24 -0
  70. package/dist/icons/voice-playing-icon/meta.ts +8 -0
  71. package/dist/icons/volume-full-icon/VolumeFullIcon.stories.tsx +1230 -0
  72. package/dist/icons/volume-full-icon/index.tsx +25 -0
  73. package/dist/icons/volume-full-icon/meta.ts +8 -0
  74. package/dist/icons/volume-half-icon/VolumeHalfIcon.stories.tsx +1153 -0
  75. package/dist/icons/volume-half-icon/index.tsx +25 -0
  76. package/dist/icons/volume-half-icon/meta.ts +8 -0
  77. package/dist/icons/volume-off-icon/VolumeOffIcon.stories.tsx +1144 -0
  78. package/dist/icons/volume-off-icon/index.tsx +26 -0
  79. package/dist/icons/volume-off-icon/meta.ts +8 -0
  80. package/dist/icons/warning-icon/WarningIcon.stories.tsx +1106 -0
  81. package/dist/icons/warning-icon/index.tsx +27 -0
  82. package/dist/icons/warning-icon/meta.ts +8 -0
  83. package/dist/icons/youtube-icon/YoutubeIcon.stories.tsx +996 -0
  84. package/dist/icons/youtube-icon/index.tsx +24 -0
  85. package/dist/icons/youtube-icon/meta.ts +8 -0
  86. package/dist/index.js +1 -1
  87. package/dist/styles/aural-theme.css +9 -0
  88. 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
+ )
@@ -0,0 +1,8 @@
1
+ export const meta = {
2
+ dependencies: {
3
+ "@radix-ui/react-accessible-icon": "^1.1.7",
4
+ },
5
+ devDependencies: {},
6
+ internalDependencies: [],
7
+ tokens: [],
8
+ }
@@ -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 "./git-branch-icon"
73
- export * from "./git-fork-icon"
74
- export * from "./import-left-arrow-folder-icon"
75
- export * from "./star-icon"
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"