@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.3 kB
Source Map (JSON)
{"version":3,"sources":["../src/IconSketch/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconSketch: React.FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props} ariaLabel=\"sketch\">\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M1.10534 8.96074L5.57758 2.89049C5.66906 2.76661 5.8123 2.68418 5.96538 2.66732L11.9386 2.00339C11.9794 1.99887 12.0206 1.99887 12.0613 2.00339L18.0346 2.66662C18.1876 2.68348 18.3309 2.76591 18.4224 2.88979L22.8953 8.96074C23.0449 9.16456 23.0329 9.46487 22.8674 9.65605L12.3173 21.8551C12.1529 22.0454 11.8484 22.0454 11.684 21.8551L1.13185 9.65605C0.966553 9.46471 0.955502 9.16441 1.10534 8.96074ZM13.5386 3.79782L17.7563 7.78142C17.9374 7.953 18.2448 7.80695 18.2264 7.55825L18.0241 4.73095C18.0112 4.57413 18.2527 4.52133 18.2975 4.68213L19.2224 7.91951C19.2846 8.13753 19.4571 8.31778 19.6722 8.38956L21.6461 9.04722C21.7925 9.09534 21.757 9.31886 21.6029 9.31921H19.7057C19.4712 9.31934 19.2437 9.44431 19.1177 9.64211L13.9466 17.7669C13.9177 17.8112 13.873 17.843 13.8216 17.8557C13.7702 17.8684 13.7159 17.8611 13.6697 17.8354C13.6234 17.8096 13.5886 17.7673 13.5723 17.717C13.556 17.6666 13.5594 17.6119 13.5819 17.564L17.2883 9.92037C17.4208 9.64735 17.2153 9.31909 16.9116 9.31921H7.08832C6.78468 9.31909 6.57915 9.64735 6.71168 9.92037L10.4181 17.564C10.4414 17.612 10.4454 17.6672 10.4294 17.7181C10.4133 17.769 10.3784 17.8119 10.3318 17.8379C10.2852 17.8639 10.2304 17.8711 10.1786 17.8581C10.1268 17.845 10.082 17.8127 10.0533 17.7676L4.88219 9.6428C4.75631 9.44455 4.52839 9.31926 4.29352 9.31921H2.33849C2.18434 9.31886 2.14883 9.09534 2.29524 9.04722L4.32351 8.38817C4.5409 8.31735 4.71567 8.13589 4.77827 7.91602L5.70243 4.68213C5.74649 4.52394 5.98926 4.56731 5.97584 4.73095L5.77357 7.55825C5.7551 7.80695 6.06255 7.953 6.24367 7.78142L10.4613 3.79782C10.4868 3.77209 10.5213 3.75728 10.5575 3.75652C10.5937 3.75576 10.6288 3.76911 10.6554 3.79375C10.6819 3.81838 10.6978 3.85238 10.6997 3.88854C10.7017 3.9247 10.6895 3.96019 10.6657 3.98751L7.83602 7.46968C7.69117 7.64821 7.82223 7.92402 8.05224 7.92439H15.9477C16.1777 7.92402 16.3088 7.64821 16.1639 7.46968L13.3342 3.98751C13.3105 3.96019 13.2983 3.9247 13.3002 3.88854C13.3021 3.85238 13.318 3.81838 13.3446 3.79375C13.3711 3.76911 13.4062 3.75576 13.4424 3.75652C13.4786 3.75728 13.5131 3.77209 13.5386 3.79782Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconSketch;\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,EAA8CC,GAEvDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,EAAO,UAAU,UACpCC,EAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,gjEACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["React","React","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","IconSketch","props","React","CentralIconBase","IconSketch_default"]}