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,1047 @@
1
+ import React from "react"
2
+ import type { Meta, StoryObj } from "@storybook/react"
3
+
4
+ import { SkipBackwardIcon } from "."
5
+
6
+ const meta: Meta<typeof SkipBackwardIcon> = {
7
+ title: "Icons/SkipBackwardIcon",
8
+ component: SkipBackwardIcon,
9
+ parameters: {
10
+ layout: "fullscreen",
11
+ backgrounds: {
12
+ default: "dark",
13
+ values: [
14
+ { name: "dark", value: "#0a0a0a" },
15
+ { name: "darker", value: "#000000" },
16
+ { name: "light", value: "#ffffff" },
17
+ ],
18
+ },
19
+ docs: {
20
+ page: () => (
21
+ <>
22
+ {/* Override default docs styling */}
23
+ <style>
24
+ {`
25
+ .sbdocs-wrapper {
26
+ padding: 0 ;
27
+ max-width: none ;
28
+ background: transparent ;
29
+ }
30
+ .sbdocs-content {
31
+ max-width: none ;
32
+ padding: 0 ;
33
+ margin: 0 ;
34
+ background: transparent ;
35
+ }
36
+ .docs-story {
37
+ background: transparent ;
38
+ }
39
+ .sbdocs {
40
+ background: transparent ;
41
+ }
42
+ body {
43
+ background: #0a0a0a ;
44
+ }
45
+ #storybook-docs {
46
+ background: #0a0a0a ;
47
+ }
48
+ .sbdocs-preview {
49
+ background: transparent ;
50
+ border: none ;
51
+ }
52
+ .sbdocs-h1, .sbdocs-h2, .sbdocs-h3, .sbdocs-h4, .sbdocs-h5, .sbdocs-h6 {
53
+ color: white ;
54
+ }
55
+ .sbdocs-p, .sbdocs-li {
56
+ color: rgba(255, 255, 255, 0.7) ;
57
+ }
58
+ .sbdocs-code {
59
+ background: rgba(255, 255, 255, 0.1) ;
60
+ color: rgba(168, 85, 247, 1) ;
61
+ border: 1px solid rgba(255, 255, 255, 0.1) ;
62
+ }
63
+ .sbdocs-pre {
64
+ background: rgba(0, 0, 0, 0.4) ;
65
+ border: 1px solid rgba(255, 255, 255, 0.1) ;
66
+ }
67
+ .sbdocs-table {
68
+ background: rgba(255, 255, 255, 0.05) ;
69
+ border: 1px solid rgba(255, 255, 255, 0.1) ;
70
+ }
71
+ .sbdocs-table th {
72
+ background: rgba(255, 255, 255, 0.05) ;
73
+ color: white ;
74
+ border-bottom: 1px solid rgba(255, 255, 255, 0.1) ;
75
+ }
76
+ .sbdocs-table td {
77
+ color: rgba(255, 255, 255, 0.7) ;
78
+ border-bottom: 1px solid rgba(255, 255, 255, 0.05) ;
79
+ }
80
+ `}
81
+ </style>
82
+
83
+ <div className="min-h-screen bg-gradient-to-br from-gray-900 via-orange-900/20 to-gray-900">
84
+ {/* Header */}
85
+ <div className="relative overflow-hidden border-b border-white/10 bg-black/20 backdrop-blur-xl">
86
+ <div className="absolute inset-0 bg-gradient-to-r from-orange-500/10 via-transparent to-amber-500/10" />
87
+ <div className="relative !mx-auto max-w-7xl px-6 py-16">
88
+ <div className="!space-y-6 text-center">
89
+ <div className="!mx-auto flex h-24 w-24 items-center justify-center rounded-2xl border border-orange-500/30 bg-gradient-to-br from-orange-500/20 to-amber-500/20">
90
+ <SkipBackwardIcon className="h-12 w-12 text-orange-400" />
91
+ </div>
92
+ <h1 className="text-5xl font-bold !text-white">
93
+ SkipBackwardIcon
94
+ </h1>
95
+ <p className="!mx-auto max-w-3xl text-xl leading-relaxed !text-white/70">
96
+ A media control icon for skipping to the previous track or
97
+ chapter in audio and video players. Features a classic skip
98
+ backward design with triangle and bar, perfect for music
99
+ players, podcast apps, and video streaming interfaces.
100
+ </p>
101
+
102
+ {/* Stats */}
103
+ <div className="flex items-center justify-center gap-8 pt-8">
104
+ <div className="text-center">
105
+ <div className="text-3xl font-bold text-orange-300">
106
+ Previous Track
107
+ </div>
108
+ <div className="text-sm text-white/60">
109
+ Skip to previous
110
+ </div>
111
+ </div>
112
+ <div className="h-8 w-px bg-white/20" />
113
+ <div className="text-center">
114
+ <div className="text-3xl font-bold text-amber-300">
115
+ Accessible
116
+ </div>
117
+ <div className="text-sm text-white/60">
118
+ Screen reader friendly
119
+ </div>
120
+ </div>
121
+ <div className="h-8 w-px bg-white/20" />
122
+ <div className="text-center">
123
+ <div className="text-3xl font-bold text-yellow-300">
124
+ Universal
125
+ </div>
126
+ <div className="text-sm text-white/60">
127
+ Standard media control
128
+ </div>
129
+ </div>
130
+ </div>
131
+ </div>
132
+ </div>
133
+ </div>
134
+
135
+ {/* Content */}
136
+ <div className="!mx-auto max-w-7xl !space-y-16 px-6 py-12">
137
+ {/* Quick Usage */}
138
+ <div className="!space-y-8">
139
+ <h2 className="text-center text-3xl font-bold !text-white">
140
+ Quick Start
141
+ </h2>
142
+ <div className="grid grid-cols-1 gap-8 lg:grid-cols-2">
143
+ <div className="!space-y-4">
144
+ <h3 className="text-xl font-semibold !text-orange-300">
145
+ Basic Usage
146
+ </h3>
147
+ <div className="rounded-lg bg-black/40 p-4">
148
+ <pre className="overflow-x-auto text-sm !text-green-300">
149
+ {`import { SkipBackwardIcon } from "@icons/skip-backward-icon"
150
+
151
+ function MediaPlayer() {
152
+ return (
153
+ <button
154
+ onClick={previousTrack}
155
+ className="p-2 hover:bg-white/10 rounded-lg"
156
+ >
157
+ <SkipBackwardIcon className="h-6 w-6 text-orange-400" />
158
+ </button>
159
+ )
160
+ }`}
161
+ </pre>
162
+ </div>
163
+ </div>
164
+
165
+ <div className="!space-y-4">
166
+ <h3 className="text-xl font-semibold !text-orange-300">
167
+ Live Preview
168
+ </h3>
169
+ <div className="flex h-32 items-center justify-center rounded-lg border border-white/10 bg-white/5">
170
+ <button className="rounded-lg border border-orange-500/20 bg-orange-500/10 p-3 transition-colors hover:bg-orange-500/20">
171
+ <SkipBackwardIcon className="h-6 w-6 text-orange-400" />
172
+ </button>
173
+ </div>
174
+ </div>
175
+ </div>
176
+ </div>
177
+
178
+ {/* Props Documentation */}
179
+ <div className="!space-y-8">
180
+ <h2 className="text-center text-3xl font-bold !text-white">
181
+ Props & Configuration
182
+ </h2>
183
+
184
+ <div className="overflow-hidden rounded-lg border border-white/10 bg-white/5">
185
+ <div className="bg-white/5 p-4">
186
+ <h3 className="text-xl font-semibold !text-white">Props</h3>
187
+ </div>
188
+ <table className="!my-0 w-full">
189
+ <thead className="bg-white/5">
190
+ <tr className="border-b border-white/10">
191
+ <th className="px-6 py-4 text-left text-sm font-semibold !text-white">
192
+ Prop
193
+ </th>
194
+ <th className="px-6 py-4 text-left text-sm font-semibold !text-white">
195
+ Type
196
+ </th>
197
+ <th className="px-6 py-4 text-left text-sm font-semibold !text-white">
198
+ Default
199
+ </th>
200
+ <th className="px-6 py-4 text-left text-sm font-semibold !text-white">
201
+ Description
202
+ </th>
203
+ </tr>
204
+ </thead>
205
+ <tbody>
206
+ <tr className="border-b border-white/5">
207
+ <td className="px-6 py-4 font-mono text-sm !text-orange-300">
208
+ width
209
+ </td>
210
+ <td className="px-6 py-4 text-sm !text-white/70">
211
+ number | string
212
+ </td>
213
+ <td className="px-6 py-4 text-sm !text-white/50">37</td>
214
+ <td className="px-6 py-4 text-sm !text-white/70">
215
+ Width of the icon in pixels
216
+ </td>
217
+ </tr>
218
+ <tr className="border-b border-white/5 !bg-black/10">
219
+ <td className="px-6 py-4 font-mono text-sm !text-orange-300">
220
+ height
221
+ </td>
222
+ <td className="px-6 py-4 text-sm !text-white/70">
223
+ number | string
224
+ </td>
225
+ <td className="px-6 py-4 text-sm !text-white/50">36</td>
226
+ <td className="px-6 py-4 text-sm !text-white/70">
227
+ Height of the icon in pixels
228
+ </td>
229
+ </tr>
230
+ <tr className="border-b border-white/5">
231
+ <td className="px-6 py-4 font-mono text-sm !text-orange-300">
232
+ stroke
233
+ </td>
234
+ <td className="px-6 py-4 text-sm !text-white/70">
235
+ string
236
+ </td>
237
+ <td className="px-6 py-4 text-sm !text-white/50">
238
+ currentColor
239
+ </td>
240
+ <td className="px-6 py-4 text-sm !text-white/70">
241
+ Stroke color of the icon
242
+ </td>
243
+ </tr>
244
+ <tr className="border-b border-white/5 !bg-black/10">
245
+ <td className="px-6 py-4 font-mono text-sm !text-orange-300">
246
+ strokeWidth
247
+ </td>
248
+ <td className="px-6 py-4 text-sm !text-white/70">
249
+ string | number
250
+ </td>
251
+ <td className="px-6 py-4 text-sm !text-white/50">
252
+ 1.5
253
+ </td>
254
+ <td className="px-6 py-4 text-sm !text-white/70">
255
+ Width of the stroke
256
+ </td>
257
+ </tr>
258
+ <tr className="border-b border-white/5">
259
+ <td className="px-6 py-4 font-mono text-sm !text-orange-300">
260
+ className
261
+ </td>
262
+ <td className="px-6 py-4 text-sm !text-white/70">
263
+ string
264
+ </td>
265
+ <td className="px-6 py-4 text-sm !text-white/50">-</td>
266
+ <td className="px-6 py-4 text-sm !text-white/70">
267
+ CSS classes for styling (use for overrides)
268
+ </td>
269
+ </tr>
270
+ <tr className="!bg-black/10">
271
+ <td className="px-6 py-4 font-mono text-sm !text-orange-300">
272
+ ...svgProps
273
+ </td>
274
+ <td className="px-6 py-4 text-sm !text-white/70">
275
+ SVGProps
276
+ </td>
277
+ <td className="px-6 py-4 text-sm !text-white/50">-</td>
278
+ <td className="px-6 py-4 text-sm !text-white/70">
279
+ All standard SVG element props
280
+ </td>
281
+ </tr>
282
+ </tbody>
283
+ </table>
284
+ </div>
285
+ </div>
286
+
287
+ {/* Size Variations */}
288
+ <div className="!space-y-8">
289
+ <h2 className="text-center text-3xl font-bold !text-white">
290
+ Size Variations
291
+ </h2>
292
+ <div className="rounded-lg border border-white/10 bg-white/5 p-8">
293
+ <div className="!space-y-6">
294
+ <div className="grid grid-cols-1 gap-8 md:grid-cols-2">
295
+ <div className="!space-y-4">
296
+ <h3 className="text-lg font-semibold !text-orange-300">
297
+ Standard Sizes
298
+ </h3>
299
+ <div className="flex items-end gap-6 rounded-lg bg-black/20 p-6">
300
+ <div className="text-center">
301
+ <SkipBackwardIcon className="!mx-auto mb-2 h-3 w-3 text-orange-400" />
302
+ <span className="text-xs text-white/60">12px</span>
303
+ </div>
304
+ <div className="text-center">
305
+ <SkipBackwardIcon className="!mx-auto mb-2 h-4 w-4 text-orange-400" />
306
+ <span className="text-xs text-white/60">16px</span>
307
+ </div>
308
+ <div className="text-center">
309
+ <SkipBackwardIcon className="!mx-auto mb-2 h-5 w-5 text-orange-400" />
310
+ <span className="text-xs text-white/60">20px</span>
311
+ </div>
312
+ <div className="text-center">
313
+ <SkipBackwardIcon className="!mx-auto mb-2 h-6 w-6 text-orange-400" />
314
+ <span className="text-xs text-white/60">24px</span>
315
+ </div>
316
+ <div className="text-center">
317
+ <SkipBackwardIcon className="!mx-auto mb-2 h-8 w-8 text-orange-400" />
318
+ <span className="text-xs text-white/60">32px</span>
319
+ </div>
320
+ <div className="text-center">
321
+ <SkipBackwardIcon className="!mx-auto mb-2 h-12 w-12 text-orange-400" />
322
+ <span className="text-xs text-white/60">48px</span>
323
+ </div>
324
+ </div>
325
+ </div>
326
+
327
+ <div className="!space-y-4">
328
+ <h3 className="text-lg font-semibold !text-orange-300">
329
+ Code Example
330
+ </h3>
331
+ <div className="rounded-lg bg-black/40 p-4">
332
+ <pre className="overflow-x-auto text-sm !text-cyan-300">
333
+ {`// Small (16px)
334
+ <SkipBackwardIcon className="h-4 w-4" />
335
+
336
+ // Medium (24px)
337
+ <SkipBackwardIcon className="h-6 w-6" />
338
+
339
+ // Large (32px)
340
+ <SkipBackwardIcon className="h-8 w-8" />
341
+
342
+ // Custom size
343
+ <SkipBackwardIcon width={40} height={40} />`}
344
+ </pre>
345
+ </div>
346
+ </div>
347
+ </div>
348
+ </div>
349
+ </div>
350
+ </div>
351
+
352
+ {/* Color Variations */}
353
+ <div className="!space-y-8">
354
+ <h2 className="text-center text-3xl font-bold !text-white">
355
+ Color Variations
356
+ </h2>
357
+ <div className="grid grid-cols-1 gap-8 lg:grid-cols-2">
358
+ <div className="!space-y-4">
359
+ <h3 className="text-lg font-semibold !text-orange-300">
360
+ Semantic Colors
361
+ </h3>
362
+ <div className="!space-y-4 rounded-lg border border-white/10 bg-white/5 p-6">
363
+ <div className="flex items-center gap-4">
364
+ <SkipBackwardIcon className="h-6 w-6 text-orange-400" />
365
+ <div>
366
+ <div className="text-sm font-medium text-white">
367
+ Primary
368
+ </div>
369
+ <div className="text-xs text-white/60">
370
+ text-orange-400
371
+ </div>
372
+ </div>
373
+ </div>
374
+ <div className="flex items-center gap-4">
375
+ <SkipBackwardIcon className="h-6 w-6 text-amber-400" />
376
+ <div>
377
+ <div className="text-sm font-medium text-white">
378
+ Secondary
379
+ </div>
380
+ <div className="text-xs text-white/60">
381
+ text-amber-400
382
+ </div>
383
+ </div>
384
+ </div>
385
+ <div className="flex items-center gap-4">
386
+ <SkipBackwardIcon className="h-6 w-6 text-yellow-400" />
387
+ <div>
388
+ <div className="text-sm font-medium text-white">
389
+ Accent
390
+ </div>
391
+ <div className="text-xs text-white/60">
392
+ text-yellow-400
393
+ </div>
394
+ </div>
395
+ </div>
396
+ <div className="flex items-center gap-4">
397
+ <SkipBackwardIcon className="h-6 w-6 text-white/40" />
398
+ <div>
399
+ <div className="text-sm font-medium text-white">
400
+ Disabled
401
+ </div>
402
+ <div className="text-xs text-white/60">
403
+ text-white/40
404
+ </div>
405
+ </div>
406
+ </div>
407
+ </div>
408
+ </div>
409
+
410
+ <div className="!space-y-4">
411
+ <h3 className="text-lg font-semibold !text-orange-300">
412
+ Custom Colors
413
+ </h3>
414
+ <div className="rounded-lg bg-black/40 p-4">
415
+ <pre className="overflow-x-auto text-sm !text-green-300">
416
+ {`// Using Tailwind classes
417
+ <SkipBackwardIcon className="h-6 w-6 text-orange-400" />
418
+ <SkipBackwardIcon className="h-6 w-6 text-amber-500" />
419
+
420
+ // Using CSS custom properties
421
+ <SkipBackwardIcon
422
+ className="h-6 w-6"
423
+ style={{ color: 'var(--color-primary)' }}
424
+ />
425
+
426
+ // Direct stroke prop
427
+ <SkipBackwardIcon
428
+ width={24}
429
+ height={24}
430
+ stroke="#fb923c"
431
+ />`}
432
+ </pre>
433
+ </div>
434
+ </div>
435
+ </div>
436
+ </div>
437
+
438
+ {/* Usage Examples */}
439
+ <div className="!space-y-8">
440
+ <h2 className="text-center text-3xl font-bold !text-white">
441
+ Usage Examples
442
+ </h2>
443
+
444
+ <div className="grid grid-cols-1 gap-8 lg:grid-cols-2">
445
+ {/* Music Player */}
446
+ <div className="!space-y-4">
447
+ <h3 className="text-lg font-semibold !text-orange-300">
448
+ Music Player
449
+ </h3>
450
+ <div className="!space-y-4">
451
+ <div className="rounded-lg border border-white/10 bg-white/5 p-6">
452
+ <div className="mb-4 flex items-center gap-3">
453
+ <div className="h-12 w-12 rounded-lg bg-gradient-to-br from-orange-500/20 to-amber-500/20" />
454
+ <div>
455
+ <div className="text-sm font-medium !text-white">
456
+ Current Song
457
+ </div>
458
+ <div className="text-xs !text-white/60">
459
+ Artist Name
460
+ </div>
461
+ </div>
462
+ </div>
463
+ <div className="flex items-center justify-center gap-4">
464
+ <button className="rounded-lg p-2 transition-colors hover:bg-white/10">
465
+ <SkipBackwardIcon className="h-6 w-6 text-orange-400" />
466
+ </button>
467
+ <button className="rounded-lg p-3 transition-colors hover:bg-white/10">
468
+ <div className="h-8 w-8 rounded-full border-2 border-white/60 bg-white/20" />
469
+ </button>
470
+ <button className="rounded-lg p-2 transition-colors hover:bg-white/10">
471
+ <div className="h-6 w-6 rounded-full border border-white/60 bg-white/20" />
472
+ </button>
473
+ </div>
474
+ </div>
475
+ <div className="rounded-lg bg-black/40 p-4">
476
+ <pre className="overflow-x-auto text-sm !text-green-300">
477
+ {`// Music player controls
478
+ <div className="flex items-center justify-center gap-4">
479
+ <button onClick={previousTrack}>
480
+ <SkipBackwardIcon className="h-6 w-6 text-orange-400" />
481
+ </button>
482
+ <button onClick={togglePlay}>
483
+ <PlayIcon className="h-8 w-8" />
484
+ </button>
485
+ <button onClick={nextTrack}>
486
+ <SkipForwardIcon className="h-6 w-6" />
487
+ </button>
488
+ </div>`}
489
+ </pre>
490
+ </div>
491
+ </div>
492
+ </div>
493
+
494
+ {/* Podcast Player */}
495
+ <div className="!space-y-4">
496
+ <h3 className="text-lg font-semibold !text-orange-300">
497
+ Podcast Player
498
+ </h3>
499
+ <div className="!space-y-4">
500
+ <div className="rounded-lg border border-white/10 bg-white/5 p-4">
501
+ <div className="mb-4">
502
+ <div className="text-sm font-medium !text-white">
503
+ Episode 42: Tech Trends
504
+ </div>
505
+ <div className="text-xs !text-white/60">
506
+ The Tech Podcast
507
+ </div>
508
+ </div>
509
+ <div className="flex items-center justify-between">
510
+ <div className="flex items-center gap-2">
511
+ <button className="rounded p-1.5 hover:bg-white/10">
512
+ <SkipBackwardIcon className="h-5 w-5 text-orange-400" />
513
+ </button>
514
+ <span className="text-sm text-white/60">
515
+ Previous Episode
516
+ </span>
517
+ </div>
518
+ <div className="flex items-center gap-2">
519
+ <button className="rounded p-1.5 hover:bg-white/10">
520
+ <div className="h-5 w-5 rounded-full border border-white/60 bg-white/20" />
521
+ </button>
522
+ </div>
523
+ </div>
524
+ </div>
525
+ <div className="rounded-lg bg-black/40 p-4">
526
+ <pre className="overflow-x-auto text-sm !text-green-300">
527
+ {`// Podcast episode navigation
528
+ <div className="flex items-center gap-2">
529
+ <button
530
+ onClick={previousEpisode}
531
+ aria-label="Previous episode"
532
+ >
533
+ <SkipBackwardIcon className="h-5 w-5 text-orange-400" />
534
+ </button>
535
+ <span>Previous Episode</span>
536
+ </div>`}
537
+ </pre>
538
+ </div>
539
+ </div>
540
+ </div>
541
+
542
+ {/* Video Player */}
543
+ <div className="!space-y-4">
544
+ <h3 className="text-lg font-semibold !text-orange-300">
545
+ Video Player
546
+ </h3>
547
+ <div className="!space-y-4">
548
+ <div className="rounded-lg border border-white/10 bg-white/5 p-4">
549
+ <div className="mb-4 h-32 rounded bg-gradient-to-r from-orange-500/20 to-amber-500/20" />
550
+ <div className="flex items-center justify-between">
551
+ <div className="flex items-center gap-2">
552
+ <button className="rounded p-1.5 hover:bg-white/10">
553
+ <SkipBackwardIcon className="h-5 w-5 text-orange-400" />
554
+ </button>
555
+ <span className="text-sm text-white/60">
556
+ Previous Chapter
557
+ </span>
558
+ </div>
559
+ <div className="flex items-center gap-2">
560
+ <span className="text-sm text-white/60">
561
+ 12:34 / 45:67
562
+ </span>
563
+ </div>
564
+ </div>
565
+ </div>
566
+ <div className="rounded-lg bg-black/40 p-4">
567
+ <pre className="overflow-x-auto text-sm !text-green-300">
568
+ {`// Video chapter navigation
569
+ <div className="flex items-center gap-2">
570
+ <button
571
+ onClick={previousChapter}
572
+ disabled={currentChapter === 0}
573
+ >
574
+ <SkipBackwardIcon className="h-5 w-5 text-orange-400" />
575
+ </button>
576
+ <span>Previous Chapter</span>
577
+ </div>`}
578
+ </pre>
579
+ </div>
580
+ </div>
581
+ </div>
582
+
583
+ {/* Playlist Controls */}
584
+ <div className="!space-y-4">
585
+ <h3 className="text-lg font-semibold !text-orange-300">
586
+ Playlist Controls
587
+ </h3>
588
+ <div className="!space-y-4">
589
+ <div className="rounded-lg border border-white/10 bg-white/5 p-4">
590
+ <div className="mb-4">
591
+ <div className="text-sm font-medium !text-white">
592
+ My Playlist
593
+ </div>
594
+ <div className="text-xs !text-white/60">
595
+ Track 3 of 12
596
+ </div>
597
+ </div>
598
+ <div className="flex items-center justify-center gap-6">
599
+ <button className="rounded-lg p-1.5 hover:bg-white/10">
600
+ <div className="h-4 w-4 rounded-full border border-white/60 bg-white/20" />
601
+ </button>
602
+ <button className="rounded-lg p-2 hover:bg-white/10">
603
+ <SkipBackwardIcon className="h-6 w-6 text-orange-400" />
604
+ </button>
605
+ <button className="rounded-lg p-2 hover:bg-white/10">
606
+ <div className="h-8 w-8 rounded-full border-2 border-white/60 bg-white/20" />
607
+ </button>
608
+ <button className="rounded-lg p-2 hover:bg-white/10">
609
+ <div className="h-6 w-6 rounded-full border border-white/60 bg-white/20" />
610
+ </button>
611
+ <button className="rounded-lg p-1.5 hover:bg-white/10">
612
+ <div className="h-4 w-4 rounded-full border border-white/60 bg-white/20" />
613
+ </button>
614
+ </div>
615
+ </div>
616
+ <div className="rounded-lg bg-black/40 p-4">
617
+ <pre className="overflow-x-auto text-sm !text-green-300">
618
+ {`// Full playlist controls
619
+ <div className="playlist-controls">
620
+ <div className="flex items-center justify-center gap-6">
621
+ <button onClick={toggleShuffle}>
622
+ <ShuffleIcon className="h-4 w-4" />
623
+ </button>
624
+ <button onClick={previousTrack}>
625
+ <SkipBackwardIcon className="h-6 w-6 text-orange-400" />
626
+ </button>
627
+ <button onClick={togglePlay}>
628
+ <PlayIcon className="h-8 w-8" />
629
+ </button>
630
+ <button onClick={nextTrack}>
631
+ <SkipForwardIcon className="h-6 w-6" />
632
+ </button>
633
+ <button onClick={toggleRepeat}>
634
+ <RepeatIcon className="h-4 w-4" />
635
+ </button>
636
+ </div>
637
+ </div>`}
638
+ </pre>
639
+ </div>
640
+ </div>
641
+ </div>
642
+ </div>
643
+ </div>
644
+
645
+ {/* Accessibility */}
646
+ <div className="!space-y-8">
647
+ <h2 className="text-center text-3xl font-bold !text-white">
648
+ Accessibility Features
649
+ </h2>
650
+ <div className="grid grid-cols-1 gap-8 md:grid-cols-2">
651
+ <div className="!space-y-4 rounded-lg border border-white/10 bg-white/5 p-6">
652
+ <h3 className="text-lg font-semibold !text-green-300">
653
+ ✅ Built-in Features
654
+ </h3>
655
+ <ul className="!space-y-2 text-sm !text-white/70">
656
+ <li className="!text-white/70">
657
+ Uses Radix UI AccessibleIcon wrapper
658
+ </li>
659
+ <li className="!text-white/70">
660
+ Provides screen reader label "Skip backward icon"
661
+ </li>
662
+ <li className="!text-white/70">
663
+ Supports keyboard navigation when interactive
664
+ </li>
665
+ <li className="!text-white/70">
666
+ Maintains proper color contrast ratios
667
+ </li>
668
+ <li className="!text-white/70">
669
+ Scales with user's font size preferences
670
+ </li>
671
+ </ul>
672
+ </div>
673
+
674
+ <div className="!space-y-4 rounded-lg border border-white/10 bg-white/5 p-6">
675
+ <h3 className="text-lg font-semibold !text-orange-300">
676
+ 💡 Best Practices
677
+ </h3>
678
+ <ul className="!space-y-2 text-sm text-white/70">
679
+ <li className="!text-white/70">
680
+ Always provide descriptive aria-labels for buttons
681
+ </li>
682
+ <li className="!text-white/70">
683
+ Use consistent placement in media control groups
684
+ </li>
685
+ <li className="!text-white/70">
686
+ Ensure sufficient touch target size (44px minimum)
687
+ </li>
688
+ <li className="!text-white/70">
689
+ Provide visible focus states for keyboard users
690
+ </li>
691
+ <li className="!text-white/70">
692
+ Consider keyboard shortcuts (e.g., Left Arrow key)
693
+ </li>
694
+ </ul>
695
+ </div>
696
+ </div>
697
+
698
+ <div className="rounded-lg border border-white/10 bg-white/5 p-6">
699
+ <h3 className="mb-4 text-lg font-semibold !text-amber-300">
700
+ Proper ARIA Implementation
701
+ </h3>
702
+ <div className="grid grid-cols-1 gap-6 lg:grid-cols-2">
703
+ <div className="rounded-lg bg-black/40 p-4">
704
+ <pre className="overflow-x-auto text-sm !text-cyan-300">
705
+ {`// Previous track button with proper ARIA
706
+ <button
707
+ aria-label="Previous track"
708
+ className="p-2 hover:bg-white/10 rounded-lg"
709
+ onClick={previousTrack}
710
+ >
711
+ <SkipBackwardIcon className="h-6 w-6 text-orange-400" />
712
+ </button>
713
+
714
+ // Podcast episode navigation with context
715
+ <button
716
+ aria-label="Previous episode"
717
+ onClick={previousEpisode}
718
+ disabled={isFirstEpisode}
719
+ >
720
+ <SkipBackwardIcon className="h-5 w-5" />
721
+ </button>
722
+
723
+ // Video chapter navigation with state
724
+ <button
725
+ aria-label={\`Previous chapter (\${currentChapter - 1} of \${totalChapters})\`}
726
+ disabled={currentChapter === 1}
727
+ >
728
+ <SkipBackwardIcon className="h-5 w-5" />
729
+ </button>`}
730
+ </pre>
731
+ </div>
732
+ <div className="!space-y-4">
733
+ <p className="text-sm !text-white/70">
734
+ When using SkipBackwardIcon for interactive elements,
735
+ always provide clear context about what content will be
736
+ navigated to and any state information when relevant.
737
+ </p>
738
+ <div className="rounded-lg border border-orange-500/20 bg-orange-500/10 p-4">
739
+ <div className="flex items-center gap-2 text-sm text-orange-200">
740
+ <SkipBackwardIcon className="h-4 w-4" />
741
+ <span>
742
+ Screen readers need specific context about the skip
743
+ action
744
+ </span>
745
+ </div>
746
+ </div>
747
+ </div>
748
+ </div>
749
+ </div>
750
+ </div>
751
+
752
+ {/* Related Icons */}
753
+ <div className="!space-y-8">
754
+ <h2 className="text-center text-3xl font-bold !text-white">
755
+ Related Icons
756
+ </h2>
757
+ <div className="grid grid-cols-2 gap-6 md:grid-cols-4">
758
+ <div className="!space-y-3 rounded-lg border border-white/10 bg-white/5 p-4 text-center">
759
+ <div className="!mx-auto flex h-12 w-12 items-center justify-center rounded-lg bg-orange-500/20">
760
+ <span className="!text-2xl !text-white">⏭</span>
761
+ </div>
762
+ <div>
763
+ <div className="font-medium text-white">
764
+ SkipForwardIcon
765
+ </div>
766
+ <div className="text-xs text-white/60">Skip to next</div>
767
+ </div>
768
+ </div>
769
+ <div className="!space-y-3 rounded-lg border border-white/10 bg-white/5 p-4 text-center">
770
+ <div className="!mx-auto flex h-12 w-12 items-center justify-center rounded-lg bg-amber-500/20">
771
+ <span className="!text-2xl !text-white">⏸</span>
772
+ </div>
773
+ <div>
774
+ <div className="font-medium text-white">PlayIcon</div>
775
+ <div className="text-xs text-white/60">Play/pause</div>
776
+ </div>
777
+ </div>
778
+ <div className="!space-y-3 rounded-lg border border-white/10 bg-white/5 p-4 text-center">
779
+ <div className="!mx-auto flex h-12 w-12 items-center justify-center rounded-lg bg-yellow-500/20">
780
+ <span className="!text-2xl !text-white">⏪</span>
781
+ </div>
782
+ <div>
783
+ <div className="font-medium text-white">RewindIcon</div>
784
+ <div className="text-xs text-white/60">Fast rewind</div>
785
+ </div>
786
+ </div>
787
+ <div className="!space-y-3 rounded-lg border border-white/10 bg-white/5 p-4 text-center">
788
+ <div className="!mx-auto flex h-12 w-12 items-center justify-center rounded-lg bg-red-500/20">
789
+ <span className="!text-2xl !text-white">🔀</span>
790
+ </div>
791
+ <div>
792
+ <div className="font-medium text-white">ShuffleIcon</div>
793
+ <div className="text-xs text-white/60">Shuffle mode</div>
794
+ </div>
795
+ </div>
796
+ </div>
797
+ </div>
798
+ </div>
799
+
800
+ {/* Footer */}
801
+ <div className="border-t border-white/10 bg-black/20 backdrop-blur-xl">
802
+ <div className="!mx-auto max-w-7xl px-6 py-8">
803
+ <div className="!space-y-4 text-center">
804
+ <p className="!text-white/60">
805
+ SkipBackwardIcon is part of the Aural UI icon library, built
806
+ with accessibility and media control best practices in mind.
807
+ </p>
808
+ <p className="text-sm !text-white/40">
809
+ All icons use Radix UI's AccessibleIcon for screen reader
810
+ compatibility and follow WCAG guidelines.
811
+ </p>
812
+ </div>
813
+ </div>
814
+ </div>
815
+ </div>
816
+ </>
817
+ ),
818
+ },
819
+ },
820
+ tags: ["autodocs"],
821
+ argTypes: {
822
+ width: {
823
+ control: { type: "range", min: 8, max: 96, step: 2 },
824
+ description: "Width of the icon in pixels",
825
+ },
826
+ height: {
827
+ control: { type: "range", min: 8, max: 96, step: 2 },
828
+ description: "Height of the icon in pixels",
829
+ },
830
+ stroke: {
831
+ control: "color",
832
+ description: "Stroke color of the icon",
833
+ },
834
+ strokeWidth: {
835
+ control: { type: "range", min: 0.5, max: 4, step: 0.5 },
836
+ description: "Width of the stroke",
837
+ },
838
+ className: {
839
+ control: "text",
840
+ description: "CSS classes for styling (use for overrides)",
841
+ },
842
+ onClick: {
843
+ action: "clicked",
844
+ description: "Click handler for interactive use",
845
+ },
846
+ },
847
+ }
848
+
849
+ export default meta
850
+ type Story = StoryObj<typeof SkipBackwardIcon>
851
+
852
+ // Story parameters for consistent dark theme
853
+ const storyParameters = {
854
+ backgrounds: {
855
+ default: "dark",
856
+ values: [
857
+ { name: "dark", value: "#0a0a0a" },
858
+ { name: "darker", value: "#000000" },
859
+ ],
860
+ },
861
+ }
862
+
863
+ export const Default: Story = {
864
+ args: {
865
+ className: "h-8 w-8 text-orange-400",
866
+ },
867
+ parameters: storyParameters,
868
+ render: (args) => (
869
+ <div className="flex h-32 min-h-dvh items-center justify-center rounded-lg bg-gradient-to-br from-gray-900 to-gray-800">
870
+ <SkipBackwardIcon {...args} />
871
+ </div>
872
+ ),
873
+ }
874
+
875
+ export const SizeVariations: Story = {
876
+ parameters: {
877
+ ...storyParameters,
878
+ docs: {
879
+ description: {
880
+ story:
881
+ "SkipBackwardIcon in different sizes, from small UI elements to large displays.",
882
+ },
883
+ },
884
+ },
885
+ render: () => (
886
+ <div className="flex h-64 min-h-dvh items-center justify-center gap-8 rounded-lg bg-gradient-to-br from-gray-900 to-gray-800 p-8">
887
+ <div className="text-center">
888
+ <SkipBackwardIcon className="!mx-auto mb-2 h-3 w-3 text-orange-400" />
889
+ <span className="text-xs text-white/60">12px</span>
890
+ </div>
891
+ <div className="text-center">
892
+ <SkipBackwardIcon className="!mx-auto mb-2 h-4 w-4 text-orange-400" />
893
+ <span className="text-xs text-white/60">16px</span>
894
+ </div>
895
+ <div className="text-center">
896
+ <SkipBackwardIcon className="!mx-auto mb-2 h-5 w-5 text-orange-400" />
897
+ <span className="text-xs text-white/60">20px</span>
898
+ </div>
899
+ <div className="text-center">
900
+ <SkipBackwardIcon className="!mx-auto mb-2 h-6 w-6 text-orange-400" />
901
+ <span className="text-xs text-white/60">24px</span>
902
+ </div>
903
+ <div className="text-center">
904
+ <SkipBackwardIcon className="!mx-auto mb-2 h-8 w-8 text-orange-400" />
905
+ <span className="text-xs text-white/60">32px</span>
906
+ </div>
907
+ <div className="text-center">
908
+ <SkipBackwardIcon className="!mx-auto mb-2 h-12 w-12 text-orange-400" />
909
+ <span className="text-xs text-white/60">48px</span>
910
+ </div>
911
+ </div>
912
+ ),
913
+ }
914
+
915
+ export const ColorVariations: Story = {
916
+ parameters: {
917
+ ...storyParameters,
918
+ docs: {
919
+ description: {
920
+ story:
921
+ "SkipBackwardIcon in different semantic colors for various use cases.",
922
+ },
923
+ },
924
+ },
925
+ render: () => (
926
+ <div className="grid min-h-dvh grid-cols-2 items-center justify-center gap-6 rounded-lg bg-gradient-to-br from-gray-900 to-gray-800 p-8 md:grid-cols-4">
927
+ <div className="text-center">
928
+ <div className="!mx-auto mb-3 flex h-16 w-16 items-center justify-center rounded-lg border border-orange-500/30 bg-orange-500/20">
929
+ <SkipBackwardIcon className="h-8 w-8 text-orange-400" />
930
+ </div>
931
+ <div className="text-sm font-medium text-white">Primary</div>
932
+ <div className="text-xs text-orange-400">text-orange-400</div>
933
+ </div>
934
+ <div className="text-center">
935
+ <div className="!mx-auto mb-3 flex h-16 w-16 items-center justify-center rounded-lg border border-amber-500/30 bg-amber-500/20">
936
+ <SkipBackwardIcon className="h-8 w-8 text-amber-400" />
937
+ </div>
938
+ <div className="text-sm font-medium text-white">Secondary</div>
939
+ <div className="text-xs text-amber-400">text-amber-400</div>
940
+ </div>
941
+ <div className="text-center">
942
+ <div className="!mx-auto mb-3 flex h-16 w-16 items-center justify-center rounded-lg border border-yellow-500/30 bg-yellow-500/20">
943
+ <SkipBackwardIcon className="h-8 w-8 text-yellow-400" />
944
+ </div>
945
+ <div className="text-sm font-medium text-white">Accent</div>
946
+ <div className="text-xs text-yellow-400">text-yellow-400</div>
947
+ </div>
948
+ <div className="text-center">
949
+ <div className="!mx-auto mb-3 flex h-16 w-16 items-center justify-center rounded-lg border border-white/10 bg-white/5">
950
+ <SkipBackwardIcon className="h-8 w-8 text-white/40" />
951
+ </div>
952
+ <div className="text-sm font-medium text-white">Disabled</div>
953
+ <div className="text-xs text-white/40">text-white/40</div>
954
+ </div>
955
+ </div>
956
+ ),
957
+ }
958
+
959
+ export const UsageExamples: Story = {
960
+ parameters: {
961
+ ...storyParameters,
962
+ docs: {
963
+ description: {
964
+ story:
965
+ "Real-world usage examples showing SkipBackwardIcon in different media control contexts.",
966
+ },
967
+ },
968
+ },
969
+ render: () => (
970
+ <div className="min-h-dvh !space-y-8 rounded-lg bg-gradient-to-br from-gray-900 to-gray-800 p-8">
971
+ {/* Music Player */}
972
+ <div className="!space-y-2">
973
+ <h3 className="text-sm font-medium text-white">Music Player</h3>
974
+ <div className="rounded-lg border border-white/10 bg-white/5 p-6">
975
+ <div className="mb-4 flex items-center gap-3">
976
+ <div className="h-12 w-12 rounded-lg bg-gradient-to-br from-orange-500/20 to-amber-500/20" />
977
+ <div>
978
+ <div className="text-sm font-medium text-white">Current Song</div>
979
+ <div className="text-xs text-white/60">Artist Name</div>
980
+ </div>
981
+ </div>
982
+ <div className="flex items-center justify-center gap-4">
983
+ <button className="rounded-lg p-2 transition-colors hover:bg-white/10">
984
+ <SkipBackwardIcon className="h-6 w-6 text-orange-400" />
985
+ </button>
986
+ <button className="rounded-lg p-3 transition-colors hover:bg-white/10">
987
+ <div className="h-8 w-8 rounded-full border-2 border-white/60 bg-white/20" />
988
+ </button>
989
+ <button className="rounded-lg p-2 transition-colors hover:bg-white/10">
990
+ <div className="h-6 w-6 rounded-full border border-white/60 bg-white/20" />
991
+ </button>
992
+ </div>
993
+ </div>
994
+ </div>
995
+
996
+ {/* Podcast Player */}
997
+ <div className="!space-y-2">
998
+ <h3 className="text-sm font-medium text-white">Podcast Player</h3>
999
+ <div className="rounded-lg border border-white/10 bg-white/5 p-4">
1000
+ <div className="mb-4">
1001
+ <div className="text-sm font-medium text-white">
1002
+ Episode 42: Tech Trends
1003
+ </div>
1004
+ <div className="text-xs text-white/60">The Tech Podcast</div>
1005
+ </div>
1006
+ <div className="flex items-center justify-between">
1007
+ <div className="flex items-center gap-2">
1008
+ <button className="rounded p-1.5 hover:bg-white/10">
1009
+ <SkipBackwardIcon className="h-5 w-5 text-orange-400" />
1010
+ </button>
1011
+ <span className="text-sm text-white/60">Previous Episode</span>
1012
+ </div>
1013
+ <div className="flex items-center gap-2">
1014
+ <button className="rounded p-1.5 hover:bg-white/10">
1015
+ <div className="h-5 w-5 rounded-full border border-white/60 bg-white/20" />
1016
+ </button>
1017
+ </div>
1018
+ </div>
1019
+ </div>
1020
+ </div>
1021
+ </div>
1022
+ ),
1023
+ }
1024
+
1025
+ export const Playground: Story = {
1026
+ parameters: {
1027
+ ...storyParameters,
1028
+ docs: {
1029
+ description: {
1030
+ story:
1031
+ "Interactive playground to experiment with different SkipBackwardIcon configurations.",
1032
+ },
1033
+ },
1034
+ },
1035
+ args: {
1036
+ width: 37,
1037
+ height: 36,
1038
+ className: "text-orange-400",
1039
+ },
1040
+ render: (args) => (
1041
+ <div className="flex h-64 min-h-dvh items-center justify-center rounded-lg bg-gradient-to-br from-gray-900 to-gray-800">
1042
+ <div className="rounded-lg border border-white/10 bg-white/5 p-8">
1043
+ <SkipBackwardIcon {...args} />
1044
+ </div>
1045
+ </div>
1046
+ ),
1047
+ }