@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.75 kB
Source Map (JSON)
{
"version": 3,
"sources": ["src/CentralIconBase/index.tsx", "src/IconSunburstChart2/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 IconSunburstChart2: React.FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props} ariaLabel=\"sunburst-chart-2\"><path d=\"M5.99973 11.9998C5.99973 10.3429 6.67131 8.8429 7.75709 7.75712M7.75709 16.2424C8.84288 17.3282 10.3429 17.9998 11.9997 17.9998M10.9997 3.05469C9.08898 3.26591 7.35851 4.0753 5.99973 5.29144M3.05469 13C3.24858 14.7535 3.94624 16.3552 4.99973 17.6571M10.9997 9.17046C10.5735 9.32111 10.1915 9.56533 9.87841 9.87844C9.33552 10.4213 8.99973 11.1713 8.99973 11.9998C8.99973 12.8282 9.33552 13.5782 9.87841 14.1211C10.4213 14.664 11.1713 14.9998 11.9997 14.9998C12.8282 14.9998 13.5782 14.664 14.1211 14.1211C14.4341 13.808 14.6783 13.4261 14.8289 13M12.9995 20.9449C14.9103 20.7337 16.6409 19.9243 17.9997 18.7081M16.4995 15.9687C17.4332 14.911 17.9997 13.5215 17.9997 11.9998C17.9997 10.478 17.4332 9.0885 16.4995 8.03077M18.7083 6C19.9243 7.3588 20.7337 9.08927 20.9448 11\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\"/></CentralIconBase>;\n};\n\nexport default IconSunburstChart2;\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,EAAqD,CAAC,IAAU,CAC3E,OAAO,gBAAq4B,EAAr4B,IAAqB,EAAO,UAAU,oBAAmB,gBAAC,OAAD,CAAM,EAAE,qwBAAqwB,OAAO,eAAe,YAAY,IAAI,cAAc,QAAO,CAAI,GAG/3B",
"debugId": "BB55E82EF2F0FA1C64756E2164756E21",
"names": []
}