@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 kB
Source Map (JSON)
{
"version": 3,
"sources": ["src/CentralIconBase/index.tsx", "src/IconNumber9Square/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 IconNumber9Square: React.FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props} ariaLabel=\"number-9-square, key\"><path d=\"M17 4H7C5.34315 4 4 5.34315 4 7V17C4 18.6569 5.34315 20 7 20H17C18.6569 20 20 18.6569 20 17V7C20 5.34315 18.6569 4 17 4Z\" stroke=\"currentColor\" strokeWidth=\"2\"/><path d=\"M11.793 16.4385C10.3633 16.4385 9.26758 15.8408 8.9043 15.0205C8.83398 14.8623 8.79883 14.7158 8.79883 14.5635C8.79883 14.1064 9.10352 13.7373 9.66602 13.7373C10.0938 13.7373 10.3281 13.9248 10.627 14.2119C11.0137 14.6045 11.3477 14.792 11.8867 14.792C13.0527 14.792 13.5156 13.626 13.4922 12.0791C13.4922 12.0557 13.4922 12.0264 13.4922 11.9912H13.457C13.1758 12.7939 12.3906 13.3564 11.2598 13.3564C9.71875 13.3564 8.45312 12.2842 8.45312 10.6143C8.45312 8.82129 9.88867 7.56152 11.8516 7.56152C13.2344 7.56152 14.3359 8.14746 15.0039 9.40723C15.3496 10.0635 15.5488 10.9424 15.5488 11.9619C15.5488 14.7568 14.1367 16.4385 11.793 16.4385ZM11.8633 11.8389C12.6426 11.8389 13.2285 11.3057 13.2285 10.5557C13.2285 9.79395 12.6367 9.20801 11.8809 9.20801C11.1191 9.20801 10.5215 9.78223 10.5215 10.5264C10.5215 11.2998 11.0957 11.8389 11.8633 11.8389Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconNumber9Square;\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,gBAA0lC,EAA1lC,IAAqB,EAAO,UAAU,wBAAuB,gBAAC,OAAD,CAAM,EAAE,2HAA2H,OAAO,eAAe,YAAY,IAAG,EAAE,gBAAC,OAAD,CAAM,EAAE,o1BAAo1B,KAAK,eAAc,CAAI,GAGplC",
"debugId": "6C180A9406E96F5664756E2164756E21",
"names": []
}