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.22 kB
{ "version": 3, "sources": ["src/CentralIconBase/index.tsx", "src/IconBrainSideview/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 IconBrainSideview: React.FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props} ariaLabel=\"brain-sideview, thinking\"><path d=\"M10.6531 4.7751C11.2722 4.29172 11.9506 4.01127 12.5644 4C13.6656 4.01409 14.4651 4.37768 15.133 5.08936C15.3952 5.36995 15.8688 5.33915 16.2171 5.37826C17.3973 5.51355 18.1731 6.2506 18.6697 7.33997C19.1439 8.38175 20.3864 8.62313 20.7931 9.85974C20.9999 10.4855 21.0776 11.1351 20.9051 11.7552C20.7615 12.2654 20.8972 12.7191 20.9525 13.1927C21.0776 14.2609 20.8102 15.191 20.1029 15.952C19.8118 16.2635 19.4601 16.5115 19.1347 16.7849C18.6184 17.2203 18.0454 17.5276 17.3881 17.6149C16.8151 17.691 16.2553 17.6319 15.7218 17.3585C15.6269 17.3091 15.4649 17.3246 15.3688 17.3796C14.0687 18.1128 13.1445 18.7408 11.5646 18.08C10.4445 17.6235 9.30581 19.4375 8.78804 20.4147C8.6021 20.7656 8.24342 21 7.84627 21H7.1613C6.54989 21 6.13506 20.467 6.2619 19.8689C6.38172 19.3038 6.45434 18.7124 6.24698 18.4704C5.87948 18.0434 5.51329 17.6008 5.08651 17.2457C4.06039 16.3903 3.59541 15.2981 3.68762 13.9128C3.70211 13.7 3.602 13.4731 3.52955 13.2617C3.3728 12.8051 3.11989 12.3682 3.04745 11.8989C2.85513 10.6532 3.25425 9.60184 4.12098 8.74219C4.29881 8.56744 4.46346 8.33773 4.54645 8.09815C5.2156 6.15759 6.51965 5.04568 8.40987 4.77228C9.00262 4.68631 9.62566 4.8512 10.2355 4.8822C10.3738 4.88925 10.5451 4.85965 10.6531 4.7751Z\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinejoin=\"round\"/></CentralIconBase>;\n};\n\nexport default IconBrainSideview;\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,EAAoD,CAAC,IAAU,CAC1E,OAAO,gBAA01C,EAA11C,IAAqB,EAAO,UAAU,4BAA2B,gBAAC,OAAD,CAAM,EAAE,itCAAitC,OAAO,eAAe,YAAY,IAAI,eAAe,QAAO,CAAI,GAGp1C", "debugId": "2DB556D0DC48D3D264756E2164756E21", "names": [] }