@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.02 kB
Source Map (JSON)
{
"version": 3,
"sources": ["src/CentralIconBase/index.tsx", "src/IconNumber5Square/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 IconNumber5Square: React.FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props} ariaLabel=\"number-5-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=\"M12.0977 16.4609C10.6973 16.4609 9.45508 15.8281 9.02148 14.9668C8.92773 14.7793 8.875 14.5801 8.875 14.375C8.875 13.8477 9.19727 13.5312 9.74219 13.5312C10.1465 13.5312 10.4043 13.666 10.6621 13.9883C10.9902 14.4805 11.4004 14.8027 12.0801 14.8027C12.8828 14.8027 13.4746 14.2168 13.4746 13.4258C13.4746 12.6523 12.9062 12.1074 12.0977 12.1074C11.6348 12.1074 11.2656 12.3184 10.9961 12.5586C10.668 12.8457 10.4512 12.9512 9.98242 12.9512C9.27344 12.9512 8.95117 12.459 8.98633 11.8906C8.98633 11.8789 8.98633 11.873 8.98633 11.8613L9.20898 8.89062C9.26758 8.11719 9.68945 7.79492 10.4102 7.79492H14.2129C14.7227 7.79492 15.0566 8.11719 15.0566 8.62109C15.0566 9.125 14.7285 9.44727 14.2129 9.44727H10.9785L10.8145 11.5742H10.8555C11.1836 11.0176 11.8691 10.6484 12.7539 10.6484C14.3535 10.6484 15.502 11.7734 15.502 13.3789C15.502 15.2363 14.1074 16.4609 12.0977 16.4609Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconNumber5Square;\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,gBAAknC,EAAlnC,IAAqB,EAAO,UAAU,wBAAuB,gBAAC,OAAD,CAAM,EAAE,2HAA2H,OAAO,eAAe,YAAY,IAAG,EAAE,gBAAC,OAAD,CAAM,EAAE,42BAA42B,KAAK,eAAc,CAAI,GAG5mC",
"debugId": "EC049510560ED9A264756E2164756E21",
"names": []
}