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,34 @@
|
|
|
1
|
+
import React from "react"
|
|
2
|
+
import { AccessibleIcon } from "@radix-ui/react-accessible-icon"
|
|
3
|
+
|
|
4
|
+
export const GoogleLogoIcon = (
|
|
5
|
+
props: React.JSX.IntrinsicAttributes & React.SVGProps<SVGSVGElement>
|
|
6
|
+
) => (
|
|
7
|
+
<AccessibleIcon label="Google logo">
|
|
8
|
+
<svg
|
|
9
|
+
width="21"
|
|
10
|
+
height="20"
|
|
11
|
+
viewBox="0 0 21 20"
|
|
12
|
+
fill="none"
|
|
13
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
14
|
+
{...props}
|
|
15
|
+
>
|
|
16
|
+
<path
|
|
17
|
+
d="M11.184 1.668c.065.028.135.019.203.024a8.143 8.143 0 0 1 3.21.927c.627.33 1.201.737 1.723 1.22.036.033.046.05.005.09-.783.78-1.565 1.56-2.345 2.344-.034.033-.052.036-.088.003a4.512 4.512 0 0 0-2.305-1.16c-.955-.171-1.889-.086-2.785.294-1.403.597-2.355 1.63-2.886 3.055l-.035.09c-.188-.147-.375-.295-.564-.44-.753-.585-1.507-1.167-2.26-1.751.003-.009.006-.018.01-.025A8.386 8.386 0 0 1 5.265 3.6a8.452 8.452 0 0 1 4.768-1.91c.063-.005.128.006.188-.023l.963.001z"
|
|
18
|
+
fill="#E94335"
|
|
19
|
+
/>
|
|
20
|
+
<path
|
|
21
|
+
d="M5.881 11.813c.074.172.132.35.213.52.542 1.146 1.377 2.002 2.528 2.543.832.39 1.708.511 2.62.426a5.17 5.17 0 0 0 1.858-.511c.165-.082.32-.18.474-.276a.3.3 0 0 0 .03.028c.383.295.763.59 1.145.886l1.562 1.208c-.168.17-.355.32-.546.463-.946.712-2.006 1.166-3.162 1.405a9.282 9.282 0 0 1-1.413.178c-.013 0-.03-.005-.035.014h-.948c-.006-.02-.022-.012-.034-.014l-.312-.025a8.02 8.02 0 0 1-1.835-.38c-1.854-.62-3.332-1.734-4.432-3.35a6.941 6.941 0 0 1-.536-.925l.057-.04c.729-.566 1.459-1.13 2.186-1.696.195-.15.388-.303.58-.454z"
|
|
22
|
+
fill="#34A753"
|
|
23
|
+
/>
|
|
24
|
+
<path
|
|
25
|
+
d="M16.313 16.64c-.521-.404-1.043-.806-1.562-1.21l-1.145-.885a.29.29 0 0 1-.03-.028c.21-.152.416-.311.599-.496a3.942 3.942 0 0 0 1.083-2.027c.014-.065-.008-.067-.06-.067-.983.002-1.965.002-2.948.002-.504 0-1.007-.002-1.512.001-.057 0-.072-.014-.072-.072V8.722c0-.059.016-.073.074-.073 2.63.002 5.262.002 7.893 0 .056 0 .073.016.081.071a10.401 10.401 0 0 1 .103 2.471c-.121 1.513-.552 2.921-1.41 4.184a6.897 6.897 0 0 1-1.094 1.264z"
|
|
26
|
+
fill="#4285F3"
|
|
27
|
+
/>
|
|
28
|
+
<path
|
|
29
|
+
d="M3.058 14.004a7.578 7.578 0 0 1-.456-1.08 8.555 8.555 0 0 1-.42-3.483 8.498 8.498 0 0 1 .867-3.065c.002-.004.006-.007.01-.01l2.26 1.75.564.442a6.11 6.11 0 0 0-.197.802 5.21 5.21 0 0 0-.039 1.357c.038.375.124.739.236 1.098l-.58.455-2.187 1.696-.058.038z"
|
|
30
|
+
fill="#FABB04"
|
|
31
|
+
/>
|
|
32
|
+
</svg>
|
|
33
|
+
</AccessibleIcon>
|
|
34
|
+
)
|