@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.03 kB
Source Map (JSON)
{
"version": 3,
"sources": ["src/CentralIconBase/index.tsx", "src/IconQuickAi/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 IconQuickAi: React.FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props} ariaLabel=\"quick-ai, rising\"><path d=\"M5 19L10.5 13.5\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\"/><path d=\"M10 19L12 17\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\"/><path d=\"M5 14L7 12\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\"/><path d=\"M16.9464 5.33054L16.2474 3.51334C16.1285 3.20407 15.8314 3 15.5 3C15.1686 3 14.8715 3.20407 14.7526 3.51334L14.0536 5.33054C13.7489 6.12282 13.1228 6.74892 12.3305 7.05364L10.5133 7.75256C10.2041 7.87151 10 8.16864 10 8.5C10 8.83136 10.2041 9.12849 10.5133 9.24744L12.3305 9.94636C13.1228 10.2511 13.7489 10.8772 14.0536 11.6695L14.7526 13.4867C14.8715 13.7959 15.1686 14 15.5 14C15.8314 14 16.1285 13.7959 16.2474 13.4867L16.9464 11.6695C17.2511 10.8772 17.8772 10.2511 18.6695 9.94636L20.4867 9.24744C20.7959 9.12849 21 8.83136 21 8.5C21 8.16864 20.7959 7.87151 20.4867 7.75256L18.6695 7.05364C17.8772 6.74892 17.2511 6.12282 16.9464 5.33054Z\" stroke=\"currentColor\" strokeWidth=\"1.8\"/></CentralIconBase>;\n};\n\nexport default IconQuickAi;\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,EAA8C,CAAC,IAAU,CACpE,OAAO,gBAAg/B,EAAh/B,IAAqB,EAAO,UAAU,oBAAmB,gBAAC,OAAD,CAAM,EAAE,kBAAkB,OAAO,eAAe,YAAY,IAAI,cAAc,QAAO,EAAE,gBAAC,OAAD,CAAM,EAAE,eAAe,OAAO,eAAe,YAAY,IAAI,cAAc,QAAO,EAAE,gBAAC,OAAD,CAAM,EAAE,aAAa,OAAO,eAAe,YAAY,IAAI,cAAc,QAAO,EAAE,gBAAC,OAAD,CAAM,EAAE,uoBAAuoB,OAAO,eAAe,YAAY,MAAK,CAAI,GAG1+B",
"debugId": "9B97AD4BC2C30DB064756E2164756E21",
"names": []
}