@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.76 kB
Source Map (JSON)
{
"version": 3,
"sources": ["src/CentralIconBase/index.tsx", "src/IconUserSettings/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 IconUserSettings: React.FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props} ariaLabel=\"user-settings, people, person, member, cog\"><path d=\"M11 20H7.75C6.09315 20 4.69455 18.6232 5.20302 17.0463C6.12257 14.1946 8.42872 12 12 12\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><circle cx=\"12\" cy=\"7.75\" r=\"4.25\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinejoin=\"round\"/><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M19.1706 13.8301C19.2734 14.2416 19.6966 14.486 20.1044 14.3695L20.3647 14.2951C20.6955 14.2005 21.0482 14.3432 21.2203 14.6411L21.6345 15.3585C21.8067 15.6566 21.7538 16.0337 21.5062 16.2729L21.3126 16.4599C21.0076 16.7547 21.0075 17.2435 21.3124 17.5384L21.5075 17.7271C21.7549 17.9664 21.8077 18.3433 21.6356 18.6413L21.2213 19.3587C21.0492 19.6567 20.6963 19.7993 20.3654 19.7046L20.1047 19.63C19.6968 19.5132 19.2734 19.7578 19.1706 20.1694L19.1052 20.4316C19.0219 20.7656 18.7218 21 18.3775 21H17.5488C17.2047 21 16.9048 20.7659 16.8212 20.4321L16.7555 20.1695C16.6525 19.7582 16.2294 19.514 15.8217 19.6305L15.5621 19.7048C15.2313 19.7994 14.8785 19.6568 14.7064 19.3588L14.292 18.6411C14.1199 18.3432 14.1726 17.9664 14.4198 17.7271L14.615 17.5382C14.9196 17.2434 14.9195 16.7549 14.6148 16.4602L14.4211 16.2729C14.1737 16.0336 14.1209 15.6567 14.293 15.3587L14.7075 14.641C14.8795 14.3431 15.2322 14.2005 15.5629 14.295L15.822 14.369C16.2295 14.4854 16.6525 14.2412 16.7555 13.83L16.8212 13.5678C16.9047 13.2341 17.2047 13 17.5487 13H18.3776C18.7218 13 19.0219 13.2343 19.1053 13.5683L19.1706 13.8301ZM17.9624 15.5882C17.1827 15.5882 16.5507 16.2203 16.5507 17C16.5507 17.7797 17.1827 18.4118 17.9624 18.4118C18.7421 18.4117 19.3742 17.7797 19.3742 17C19.3742 16.2203 18.7421 15.5883 17.9624 15.5882Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconUserSettings;\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,EAAmD,CAAC,IAAU,CACzE,OAAO,gBAA+sD,EAA/sD,IAAqB,EAAO,UAAU,8CAA6C,gBAAC,OAAD,CAAM,EAAE,0FAA0F,OAAO,eAAe,YAAY,IAAI,cAAc,QAAQ,eAAe,QAAO,EAAE,gBAAC,SAAD,CAAQ,GAAG,KAAK,GAAG,OAAO,EAAE,OAAO,OAAO,eAAe,YAAY,IAAI,eAAe,QAAO,EAAE,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,gyCAAgyC,KAAK,eAAc,CAAI,GAGzsD",
"debugId": "BF1F02B2F7AD172564756E2164756E21",
"names": []
}