UNPKG

@central-icons-react/round-outlined-radius-3-stroke-2

Version:

A collection of round outlined React icons with 3px radius and 2px stroke width, designed for use in React applications.

1 lines 4.46 kB
{"version":3,"sources":["../src/IconRewind30s/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconRewind30s: React.FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props} ariaLabel=\"rewind-30s\">\n <path\n d=\"M12.5393 0.0809335C12.8204 0.222001 13 0.524565 13 0.85715V2.04938C18.0533 2.5511 22 6.81465 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 9.6195 2.83304 7.43086 4.22263 5.71362C4.57004 5.28429 5.19972 5.21789 5.62905 5.5653C6.05837 5.91271 6.12478 6.54238 5.77737 6.97171C4.66536 8.34592 4 10.0939 4 12C4 16.4183 7.58172 20 12 20C16.4183 20 20 16.4183 20 12C20 7.92038 16.9463 4.55399 13 4.06189V5.14285C13 5.47544 12.8204 5.778 12.5393 5.91907C12.2582 6.06013 11.9263 6.01424 11.6879 5.80132L9.28785 3.65847C9.10546 3.49562 9 3.25438 9 3C9 2.74562 9.10546 2.50438 9.28785 2.34153L11.6879 0.198677C11.9263 -0.0142387 12.2582 -0.0601344 12.5393 0.0809335Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M6.03906 14.1816C6.03906 15.1001 7.20996 15.9111 8.70312 15.9111C10.395 15.9111 11.5928 14.9927 11.5928 13.6982C11.5928 12.7637 10.9321 12.0171 10.0513 11.9526V11.8345C10.7925 11.7432 11.3779 11.0396 11.3779 10.25C11.3779 9.09521 10.2822 8.28418 8.71387 8.28418C7.26367 8.28418 6.11963 9.06299 6.11963 9.94922C6.11963 10.3467 6.41504 10.626 6.82861 10.626C7.10791 10.626 7.3335 10.5132 7.52686 10.2607C7.85449 9.82568 8.21973 9.62158 8.68164 9.62158C9.2832 9.62158 9.70215 9.96533 9.70215 10.4648C9.70215 10.9644 9.27246 11.3296 8.69238 11.3296H8.27344C7.89746 11.3296 7.62891 11.6196 7.62891 11.9956C7.62891 12.3877 7.90283 12.6724 8.27344 12.6724H8.7085C9.40674 12.6724 9.87402 13.0591 9.87402 13.6284C9.87402 14.2031 9.41211 14.5737 8.70312 14.5737C8.18213 14.5737 7.75781 14.3481 7.43018 13.9077C7.18848 13.6069 6.97363 13.4834 6.71582 13.4834C6.32373 13.4834 6.03906 13.7734 6.03906 14.1816Z\"\n fill=\"currentColor\"\n />\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M12.2695 12.2856C12.2695 14.4985 13.3652 15.9111 15.1592 15.9111C16.9531 15.9111 18.0864 14.4663 18.0864 12.2856V11.8936C18.0864 9.68066 17.0068 8.28418 15.1968 8.28418C13.3921 8.28418 12.2695 9.70752 12.2695 11.8936V12.2856ZM14.0527 11.8989C14.0527 10.5078 14.4663 9.70215 15.1753 9.70215C15.8843 9.70215 16.3086 10.5132 16.3086 11.8989V12.2803C16.3086 13.6714 15.8843 14.4932 15.1807 14.4932C14.4717 14.4932 14.0527 13.6768 14.0527 12.2803V11.8989Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconRewind30s;\n","import React from \"react\";\nimport type { SVGProps } from \"react\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n ariaHidden?: boolean;\n} & SVGProps<SVGSVGElement>;\n\nexport const CentralIconBase: React.FC<\n CentralIconBaseProps & { ariaLabel?: string }\n> = ({\n children,\n size = 24,\n ariaLabel,\n color,\n ariaHidden = true,\n style,\n ...props\n}) => {\n return (\n <svg\n {...props}\n aria-hidden={ariaHidden}\n role={ariaHidden ? undefined : \"img\"}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n style={{ color, ...style }}\n >\n {ariaLabel && !ariaHidden && <title>{ariaLabel}</title>}\n {children}\n </svg>\n );\n};\n"],"mappings":"AAAA,OAAOA,MAAW,QCAlB,OAAOC,MAAW,QAQX,IAAMC,EAET,CAAC,CACH,SAAAC,EACA,KAAAC,EAAO,GACP,UAAAC,EACA,MAAAC,EACA,WAAAC,EAAa,GACb,MAAAC,EACA,GAAGC,CACL,IAEIR,EAAA,cAAC,OACE,GAAGQ,EACJ,cAAaF,EACb,KAAMA,EAAa,OAAY,MAC/B,MAAO,OAAOH,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,OACL,MAAM,6BACN,MAAO,CAAE,MAAAE,EAAO,GAAGE,CAAM,GAExBH,GAAa,CAACE,GAAcN,EAAA,cAAC,aAAOI,CAAU,EAC9CF,CACH,ED9BG,IAAMO,EAAiDC,GAE1DC,EAAA,cAACC,EAAA,CAAiB,GAAGF,EAAO,UAAU,cACpCC,EAAA,cAAC,QACC,EAAE,kqBACF,KAAK,eACP,EACAA,EAAA,cAAC,QACC,EAAE,m4BACF,KAAK,eACP,EACAA,EAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,qcACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["React","React","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","IconRewind30s","props","React","CentralIconBase","IconRewind30s_default"]}