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.12 kB
{ "version": 3, "sources": ["src/CentralIconBase/index.tsx", "src/IconFileSparkle/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 IconFileSparkle: React.FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props} ariaLabel=\"file-sparkle, document, locked, password\"><path d=\"M5 11V6C5 4.34315 6.34315 3 8 3H12.1716C12.702 3 13.2107 3.21071 13.5858 3.58579L18.4142 8.41421C18.7893 8.78929 19 9.29799 19 9.82843V18C19 19.6569 17.6569 21 16 21H12\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><path d=\"M13 3.5V7C13 8.10457 13.8954 9 15 9H18.5\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><path d=\"M7.24045 16.1852L6.54359 14.3733C6.45708 14.1484 6.24099 14 6 14C5.75901 14 5.54292 14.1484 5.45641 14.3733L4.75955 16.1852C4.65797 16.4493 4.44927 16.658 4.18518 16.7595L2.37334 17.4564C2.14842 17.5429 2 17.759 2 18C2 18.241 2.14842 18.4571 2.37334 18.5436L4.18518 19.2405C4.44927 19.342 4.65797 19.5507 4.75955 19.8148L5.45641 21.6267C5.54292 21.8516 5.75901 22 6 22C6.24099 22 6.45708 21.8516 6.54359 21.6267L7.24045 19.8148C7.34203 19.5507 7.55073 19.342 7.81482 19.2405L9.62666 18.5436C9.85158 18.4571 10 18.241 10 18C10 17.759 9.85158 17.5429 9.62666 17.4564L7.81482 16.7595C7.55073 16.658 7.34203 16.4493 7.24045 16.1852Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconFileSparkle;\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,EAAkD,CAAC,IAAU,CACxE,OAAO,gBAAqnC,EAArnC,IAAqB,EAAO,UAAU,4CAA2C,gBAAC,OAAD,CAAM,EAAE,2KAA2K,OAAO,eAAe,YAAY,IAAI,cAAc,QAAQ,eAAe,QAAO,EAAE,gBAAC,OAAD,CAAM,EAAE,2CAA2C,OAAO,eAAe,YAAY,IAAI,cAAc,QAAQ,eAAe,QAAO,EAAE,gBAAC,OAAD,CAAM,EAAE,unBAAunB,KAAK,eAAc,CAAI,GAG/mC", "debugId": "3157152E6C9D810764756E2164756E21", "names": [] }