@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.63 kB
Source Map (JSON)
{
"version": 3,
"sources": ["src/CentralIconBase/index.tsx", "src/IconNumber4Circle/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 IconNumber4Circle: React.FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props} ariaLabel=\"number-4-circle\"><circle cx=\"12\" cy=\"12\" r=\"9\" stroke=\"currentColor\" strokeWidth=\"2\"/><path d=\"M13.2031 16.3623C12.6113 16.3623 12.1836 16.0225 12.1836 15.3369V14.7861H9.30078C8.52734 14.7861 8 14.2998 8 13.585C8 13.1748 8.12891 12.7705 8.42773 12.2432C8.99023 11.2295 9.66406 10.1631 10.4434 8.98535C11.0938 7.97754 11.5918 7.6377 12.4414 7.6377C13.5195 7.6377 14.2168 8.22949 14.2168 9.14941V13.1162H14.5449C15.1133 13.1162 15.4004 13.4678 15.4004 13.9541C15.4004 14.4404 15.1074 14.7861 14.5449 14.7861H14.2168V15.3369C14.2168 16.0225 13.7891 16.3623 13.2031 16.3623ZM12.2422 13.1924V9.25488H12.2012C11.1816 10.7314 10.4844 11.8154 9.79883 13.1338V13.1924H12.2422Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconNumber4Circle;\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,EAAoD,CAAC,IAAU,CAC1E,OAAO,gBAA2tB,EAA3tB,IAAqB,EAAO,UAAU,mBAAkB,gBAAC,SAAD,CAAQ,GAAG,KAAK,GAAG,KAAK,EAAE,IAAI,OAAO,eAAe,YAAY,IAAG,EAAE,gBAAC,OAAD,CAAM,EAAE,+jBAA+jB,KAAK,eAAc,CAAI,GAGrtB",
"debugId": "33C35D9CFB17E0FD64756E2164756E21",
"names": []
}