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.

11 lines 3.05 kB
{ "version": 3, "sources": ["src/CentralIconBase/index.tsx", "src/IconNumber3Circle/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 IconNumber3Circle: React.FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props} ariaLabel=\"number-3-circle\"><circle cx=\"12\" cy=\"12\" r=\"9\" stroke=\"currentColor\" strokeWidth=\"2\"/><path d=\"M11.9473 16.4385C10.1484 16.4385 9.11719 15.6182 8.77734 14.7979C8.70703 14.6338 8.67188 14.458 8.67188 14.3057C8.67188 13.7666 9.0293 13.4268 9.61523 13.4268C10.0254 13.4268 10.2891 13.5732 10.5 13.9131C10.8105 14.4404 11.1914 14.751 11.9941 14.751C12.7324 14.751 13.248 14.3174 13.248 13.708C13.248 12.999 12.7207 12.6182 11.7832 12.6182H11.5781C11.0684 12.6182 10.7988 12.3252 10.7988 11.8857C10.7988 11.458 11.0684 11.1592 11.5781 11.1592H11.7715C12.5977 11.1592 13.1016 10.7549 13.1016 10.1396C13.1016 9.54199 12.6797 9.16113 11.9473 9.16113C11.3438 9.16113 10.9512 9.40723 10.6934 9.91113C10.4531 10.3623 10.1953 10.5322 9.7207 10.5322C9.13477 10.5322 8.83594 10.1807 8.83594 9.68848C8.83594 9.50684 8.86523 9.36035 8.94141 9.17871C9.27539 8.3584 10.2715 7.56152 11.9355 7.56152C13.7754 7.56152 15.0996 8.39941 15.0996 9.83496C15.0996 10.9189 14.3145 11.6104 13.3477 11.8037V11.8447C14.625 11.9736 15.4336 12.6943 15.4336 13.8369C15.4336 15.4189 14.0684 16.4385 11.9473 16.4385Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconNumber3Circle;\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,gBAAunC,EAAvnC,IAAqB,EAAO,UAAU,mBAAkB,gBAAC,SAAD,CAAQ,GAAG,KAAK,GAAG,KAAK,EAAE,IAAI,OAAO,eAAe,YAAY,IAAG,EAAE,gBAAC,OAAD,CAAM,EAAE,29BAA29B,KAAK,eAAc,CAAI,GAGjnC", "debugId": "4045DCC57E7B7F5464756E2164756E21", "names": [] }