@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.
1 lines • 4.04 kB
Source Map (JSON)
{"version":3,"sources":["../src/IconJavascript/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconJavascript: React.FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props} ariaLabel=\"javascript\">\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M7.16146 3H16.8386C17.3657 2.99998 17.8205 2.99997 18.195 3.03057C18.5904 3.06287 18.9836 3.13419 19.362 3.32698C19.9265 3.6146 20.3854 4.07355 20.673 4.63803C20.8658 5.01641 20.9371 5.40963 20.9694 5.80498C21 6.17954 21 6.6343 21 7.16144V16.8386C21 17.3657 21 17.8205 20.9694 18.195C20.9371 18.5904 20.8658 18.9836 20.673 19.362C20.3854 19.9265 19.9265 20.3854 19.362 20.673C18.9836 20.8658 18.5904 20.9371 18.195 20.9694C17.8205 21 17.3657 21 16.8386 21H7.16144C6.6343 21 6.17954 21 5.80498 20.9694C5.40963 20.9371 5.01641 20.8658 4.63803 20.673C4.07355 20.3854 3.6146 19.9265 3.32698 19.362C3.13419 18.9836 3.06287 18.5904 3.03057 18.195C2.99997 17.8205 2.99998 17.3657 3 16.8386V7.16142C2.99998 6.6343 2.99997 6.17953 3.03057 5.80498C3.06287 5.40963 3.13419 5.01641 3.32698 4.63803C3.6146 4.07355 4.07355 3.6146 4.63803 3.32698C5.01641 3.13419 5.40963 3.06287 5.80498 3.03057C6.17953 2.99997 6.63434 2.99998 7.16146 3ZM9.55966 16.695V17.991C9.81166 18.036 10.0997 18.054 10.3967 18.054C11.7647 18.054 12.6287 17.46 12.6287 16.101V11.538H11.1257V15.876C11.1257 16.524 10.8377 16.749 10.2077 16.749C9.97366 16.749 9.81166 16.731 9.55966 16.695ZM14.0521 15.867L13.1251 16.902C13.6561 17.64 14.8261 18.099 15.8971 18.099C17.3281 18.099 18.5071 17.316 18.5071 15.966C18.5071 14.5505 17.2586 14.2854 16.2441 14.07L16.2301 14.067L16.1985 14.0601C15.3909 13.8846 14.9611 13.7912 14.9611 13.347C14.9611 12.933 15.3571 12.681 15.9241 12.681C16.6081 12.681 17.1391 13.005 17.5351 13.509L18.4441 12.519C17.9671 11.916 17.0851 11.439 15.9691 11.439C14.5921 11.439 13.4941 12.231 13.4941 13.5C13.4941 14.796 14.5381 15.111 15.4921 15.318C15.5736 15.336 15.6522 15.3529 15.7277 15.3692C16.5606 15.549 17.0221 15.6487 17.0221 16.119C17.0221 16.605 16.5811 16.857 15.9601 16.857C15.2671 16.857 14.5561 16.515 14.0521 15.867Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconJavascript;\n","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"],"mappings":"AAAA,OAAOA,MAAW,QCAlB,OAAOC,MAAW,QAQX,IAAMC,EAET,CAAC,CACH,SAAAC,EACA,KAAAC,EAAO,GACP,UAAAC,EACA,MAAAC,EACA,WAAAC,EAAa,GACb,MAAAC,EACA,GAAGC,CACL,IAEIR,EAAA,cAAC,OACE,GAAGQ,EACJ,cAAaF,EACb,KAAMA,EAAa,OAAY,MAC/B,MAAO,OAAOH,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,OACL,MAAM,6BACN,MAAO,CAAE,MAAAE,EAAO,GAAGE,CAAM,GAExBH,GAAa,CAACE,GAAcN,EAAA,cAAC,aAAOI,CAAU,EAC9CF,CACH,ED9BG,IAAMO,EAAkDC,GAE3DC,EAAA,cAACC,EAAA,CAAiB,GAAGF,EAAO,UAAU,cACpCC,EAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,sxDACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["React","React","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","IconJavascript","props","React","CentralIconBase","IconJavascript_default"]}