@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 • 3.12 kB
Source Map (JSON)
{
"version": 3,
"sources": ["src/CentralIconBase/index.tsx", "src/IconMicrophoneSparkle/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 IconMicrophoneSparkle: React.FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props} ariaLabel=\"microphone-sparkle, mic, sound, podcast\"><path d=\"M12.0003 21V19M12.0003 19C8.3221 19 6.14713 16.7451 5.01465 15M12.0003 19C15.6785 19 17.8535 16.7451 18.986 15\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><path d=\"M17.2405 5.18518L16.5436 3.37334C16.4571 3.14842 16.241 3 16 3C15.759 3 15.5429 3.14842 15.4564 3.37334L14.7595 5.18518C14.658 5.44927 14.4493 5.65797 14.1852 5.75955L12.3733 6.45641C12.1484 6.54292 12 6.75901 12 7C12 7.24099 12.1484 7.45708 12.3733 7.54359L14.1852 8.24045C14.4493 8.34203 14.658 8.55073 14.7595 8.81482L15.4564 10.6267C15.5429 10.8516 15.759 11 16 11C16.241 11 16.4571 10.8516 16.5436 10.6267L17.2405 8.81482C17.342 8.55073 17.5507 8.34203 17.8148 8.24045L19.6267 7.54359C19.8516 7.45708 20 7.24099 20 7C20 6.75901 19.8516 6.54292 19.6267 6.45641L17.8148 5.75955C17.5507 5.65797 17.342 5.44927 17.2405 5.18518Z\" fill=\"currentColor\"/><path d=\"M14.6458 14C13.9407 14.6223 13.0144 15 12 15C9.79086 15 8 13.2091 8 11V6.99996C8 5.13612 9.27477 3.57002 11 3.12598\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\"/></CentralIconBase>;\n};\n\nexport default IconMicrophoneSparkle;\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,EAAwD,CAAC,IAAU,CAC9E,OAAO,gBAA8mC,EAA9mC,IAAqB,EAAO,UAAU,2CAA0C,gBAAC,OAAD,CAAM,EAAE,iHAAiH,OAAO,eAAe,YAAY,IAAI,cAAc,QAAQ,eAAe,QAAO,EAAE,gBAAC,OAAD,CAAM,EAAE,unBAAunB,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,sHAAsH,OAAO,eAAe,YAAY,IAAI,cAAc,QAAO,CAAI,GAGxmC",
"debugId": "F3C391589A77C75064756E2164756E21",
"names": []
}