@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 • 4.11 kB
Source Map (JSON)
{
"version": 3,
"sources": ["src/CentralIconBase/index.tsx", "src/IconNumbers123/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 IconNumbers123: React.FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props} ariaLabel=\"numbers-123\"><path d=\"M18.9018 17.1982C17.1723 17.1982 16.0512 16.4941 15.5385 15.5029C15.4086 15.2637 15.3539 15.0381 15.3539 14.8057C15.3539 14.3408 15.6479 14.0469 16.14 14.0469C16.5023 14.0469 16.7211 14.2041 16.9057 14.5664C17.2475 15.3115 17.8422 15.7559 18.9223 15.7559C20.0434 15.7559 20.8021 15.1133 20.8021 14.2178C20.809 13.165 20.0434 12.5771 18.7787 12.5771H18.2182C17.7807 12.5771 17.5209 12.3105 17.5209 11.9209C17.5209 11.5312 17.7807 11.2646 18.2182 11.2646H18.7377C19.8246 11.2646 20.5492 10.6426 20.5492 9.76758C20.5492 8.91309 19.9887 8.33887 18.8949 8.33887C17.9652 8.33887 17.4252 8.72168 17.0971 9.49414C16.9057 9.91797 16.7143 10.0752 16.3041 10.0752C15.8119 10.0752 15.5521 9.78809 15.5521 9.33691C15.5521 9.09082 15.6 8.87207 15.723 8.63281C16.1879 7.65527 17.2816 6.9375 18.8881 6.9375C20.932 6.9375 22.2445 8.00391 22.2445 9.52832C22.2445 10.7656 21.3627 11.5928 20.1732 11.8389V11.873C21.6293 12.0098 22.5932 12.8848 22.5932 14.2588C22.5932 16.0088 21.0619 17.1982 18.9018 17.1982Z\" fill=\"currentColor\"/><path d=\"M8.61641 17C8.06953 17 7.78242 16.6992 7.78242 16.2549C7.78242 15.9131 7.89863 15.708 8.27461 15.3525L11.2893 12.3652C12.5471 11.1211 12.8615 10.6221 12.8615 9.87012C12.8615 8.98828 12.1848 8.35254 11.2346 8.35254C10.3459 8.35254 9.72383 8.80371 9.3752 9.69238C9.19746 10.0479 8.99238 10.2324 8.58906 10.2324C8.11055 10.2324 7.82344 9.93848 7.82344 9.50098C7.82344 9.37109 7.84395 9.24805 7.87813 9.13184C8.14473 8.06543 9.32734 6.9375 11.2482 6.9375C13.2238 6.9375 14.5842 8.10645 14.5842 9.76074C14.5842 10.916 14.0305 11.6953 12.3967 13.2949L10.134 15.5234V15.5576H14.0715C14.5363 15.5576 14.8234 15.8447 14.8234 16.2822C14.8234 16.7129 14.5363 17 14.0715 17H8.61641Z\" fill=\"currentColor\"/><path d=\"M5.31738 17.1367C4.80469 17.1367 4.44922 16.7812 4.44922 16.248V8.84473H4.41504L2.82227 9.95215C2.65137 10.0752 2.51465 10.123 2.32324 10.123C1.9541 10.123 1.6875 9.85645 1.6875 9.4668C1.6875 9.19336 1.79688 8.98828 2.09082 8.7832L4.10742 7.36816C4.54492 7.06055 4.81836 6.99902 5.1875 6.99902C5.80957 6.99902 6.18555 7.375 6.18555 7.9834V16.248C6.18555 16.7812 5.83008 17.1367 5.31738 17.1367Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconNumbers123;\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,EAAiD,CAAC,IAAU,CACvE,OAAO,gBAA0pE,EAA1pE,IAAqB,EAAO,UAAU,eAAc,gBAAC,OAAD,CAAM,EAAE,+9BAA+9B,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,iqBAAiqB,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,6YAA6Y,KAAK,eAAc,CAAI,GAGppE",
"debugId": "C2E9A1CB59AEB17364756E2164756E21",
"names": []
}