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.07 kB
{ "version": 3, "sources": ["src/CentralIconBase/index.tsx", "src/IconCar3Ev/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 IconCar3Ev: React.FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props} ariaLabel=\"car-3-ev\"><path d=\"M19.803 17C21.0164 17 22 16.0164 22 14.803V14.5669C22 11.9115 20.1257 9.62513 17.5218 9.10435C17.1858 9.03715 16.8863 8.84844 16.6807 8.57432L15.2 6.6C14.4446 5.59278 13.259 5 12 5H7.71208C4.46434 5 2 7.5 2 11.5819V14.5C2 15.8807 3.11929 17 4.5 17\" stroke=\"currentColor\" strokeWidth=\"2\"/><path d=\"M8.5 17H15\" stroke=\"currentColor\" strokeWidth=\"2\"/><circle cx=\"7\" cy=\"16.75\" r=\"2.25\" stroke=\"currentColor\" strokeWidth=\"2\"/><circle cx=\"17\" cy=\"16.75\" r=\"2.25\" stroke=\"currentColor\" strokeWidth=\"2\"/><path d=\"M13.9949 10.0003H11.9183L12.2046 7.93856C12.24 7.68423 11.9148 7.54829 11.7586 7.75206L8.80987 11.5982C8.68378 11.7627 8.80104 12.0003 9.00827 12.0003H11.0849L10.7986 14.0621C10.7633 14.3164 11.0884 14.4524 11.2446 14.2486L14.1933 10.4024C14.3194 10.238 14.2022 10.0003 13.9949 10.0003Z\" fill=\"currentColor\"/><path d=\"M14.5 17H9.5\" stroke=\"currentColor\" strokeWidth=\"2\"/></CentralIconBase>;\n};\n\nexport default IconCar3Ev;\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,gBAAy6B,EAAz6B,IAAqB,EAAO,UAAU,YAAW,gBAAC,OAAD,CAAM,EAAE,0PAA0P,OAAO,eAAe,YAAY,IAAG,EAAE,gBAAC,OAAD,CAAM,EAAE,aAAa,OAAO,eAAe,YAAY,IAAG,EAAE,gBAAC,SAAD,CAAQ,GAAG,IAAI,GAAG,QAAQ,EAAE,OAAO,OAAO,eAAe,YAAY,IAAG,EAAE,gBAAC,SAAD,CAAQ,GAAG,KAAK,GAAG,QAAQ,EAAE,OAAO,OAAO,eAAe,YAAY,IAAG,EAAE,gBAAC,OAAD,CAAM,EAAE,iSAAiS,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,eAAe,OAAO,eAAe,YAAY,IAAG,CAAI,GAGn6B", "debugId": "84343A460014168C64756E2164756E21", "names": [] }