@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.69 kB
Source Map (JSON)
{
"version": 3,
"sources": ["src/CentralIconBase/index.tsx", "src/IconBase44/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 IconBase44: React.FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props} ariaLabel=\"base44\"><path d=\"M19.2431 16.9999C19.3549 16.9999 19.4621 17.0439 19.5411 17.122L20.0377 17.6125C20.1543 17.7277 20.17 17.9099 20.0703 18.0398C18.2221 20.4459 15.2964 22 12.0034 22C8.70635 22 5.77761 20.4421 3.92975 18.0309C3.83021 17.9009 3.8458 17.719 3.9624 17.6038L4.45024 17.1218C4.52932 17.0437 4.63666 16.9999 4.74848 16.9999H19.2431Z\" fill=\"currentColor\"/><path d=\"M12.0036 2C17.5932 2 22.1247 6.47715 22.1247 12C22.1247 12.3624 22.1048 12.7202 22.0668 13.0726C22.0548 13.1833 22.0037 13.2861 21.924 13.3649L20.9235 14.3534C20.8286 14.4472 20.6998 14.4999 20.5656 14.4999H3.4419C3.30769 14.4999 3.17893 14.4472 3.08402 14.3534L2.0833 13.3649C2.00361 13.2861 1.95246 13.1833 1.9405 13.0726C1.90244 12.7202 1.88281 12.3624 1.88281 12C1.88282 6.47718 6.41405 2.00004 12.0036 2Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconBase44;\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,EAA6C,CAAC,IAAU,CACnE,OAAO,gBAA80B,EAA90B,IAAqB,EAAO,UAAU,UAAS,gBAAC,OAAD,CAAM,EAAE,uUAAuU,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,4ZAA4Z,KAAK,eAAc,CAAI,GAGx0B",
"debugId": "2A039C74928D98B364756E2164756E21",
"names": []
}