@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.
11 lines • 2.77 kB
Source Map (JSON)
{
"version": 3,
"sources": ["src/CentralIconBase/index.tsx", "src/IconMute/index.tsx"],
"sourcesContent": [
"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",
"import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconMute: React.FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props} ariaLabel=\"mute, sound-off\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M20.7071 4.70711C21.0976 4.31658 21.0976 3.68342 20.7071 3.29289C20.3166 2.90237 19.6834 2.90237 19.2929 3.29289L17 5.58579V5.13505C17 3.43938 15.0223 2.51306 13.7196 3.59861L9.91608 6.76823C9.73637 6.91799 9.50984 7.00001 9.2759 7.00001H8C6.34315 7.00001 5 8.34315 5 10V14C5 14.9778 5.46778 15.8463 6.19177 16.394L3.29289 19.2929C2.90237 19.6834 2.90237 20.3166 3.29289 20.7071C3.68342 21.0976 4.31658 21.0976 4.70711 20.7071L20.7071 4.70711ZM7.64908 14.9367L15 7.58579V5.13505L11.1965 8.30467C10.6573 8.75396 9.97771 9.00001 9.2759 9.00001H8C7.44772 9.00001 7 9.44772 7 10V14C7 14.4288 7.2699 14.7946 7.64908 14.9367Z\" fill=\"currentColor\"/><path d=\"M15 13.2429L17 11.2429V18.865C17 20.5606 15.0223 21.487 13.7196 20.4014L10.5133 17.7295L11.9334 16.3095L15 18.865V13.2429Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconMute;\n"
],
"mappings": "AAAA,qBAQO,IAAM,EAET,EACF,WACA,OAAO,GACP,YACA,QACA,aAAa,GACb,WACG,KACC,CACJ,OACE,gBAaE,MAbF,IACM,EACJ,cAAa,EACb,KAAM,EAAa,OAAY,MAC/B,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,OACL,MAAM,6BACN,MAAO,CAAE,WAAU,CAAM,GAExB,GAAa,CAAC,GAAc,gBAAoB,QAApB,KAAQ,CAAY,EAChD,CACD,GCjCN,qBAGO,IAAM,EAA2C,CAAC,IAAU,CACjE,OAAO,gBAAq4B,EAAr4B,IAAqB,EAAO,UAAU,mBAAkB,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,8mBAA8mB,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,6HAA6H,KAAK,eAAc,CAAI,GAG/3B",
"debugId": "131767A88DCEEAFB64756E2164756E21",
"names": []
}