@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 • 3.9 kB
Source Map (JSON)
{"version":3,"sources":["../src/IconDribbble/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconDribbble: React.FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props} ariaLabel=\"dribbble\">\n <path\n d=\"M2 12C2 10.1867 2.44668 8.51334 3.34 6.98C4.23334 5.44666 5.44668 4.23334 6.98 3.34C8.51334 2.44666 10.1867 2 12 2C13.8133 2 15.4867 2.44666 17.02 3.34C18.5533 4.23334 19.7667 5.44666 20.66 6.98C21.5533 8.51334 22 10.1867 22 12C22 13.8133 21.5533 15.4867 20.66 17.02C19.7667 18.5533 18.5533 19.7667 17.02 20.66C15.4867 21.5533 13.8133 22 12 22C10.1867 22 8.51334 21.5533 6.98 20.66C5.44668 19.7667 4.23334 18.5533 3.34 17.02C2.44668 15.4867 2 13.8133 2 12ZM3.66 12C3.66 14.08 4.36 15.9133 5.76 17.5C6.4 16.2467 7.41334 15.0533 8.8 13.92C10.1867 12.7867 11.54 12.0733 12.86 11.78C12.66 11.3133 12.4667 10.8933 12.28 10.52C9.98668 11.2533 7.50668 11.62 4.84 11.62C4.32 11.62 3.93334 11.6133 3.68 11.6C3.68 11.6533 3.67668 11.72 3.67 11.8C3.66334 11.88 3.66 11.9467 3.66 12ZM3.92 9.94C4.21334 9.96666 4.64668 9.98 5.22 9.98C7.44668 9.98 9.56 9.68 11.56 9.08C10.5467 7.28 9.43334 5.78 8.22 4.58C7.16668 5.11334 6.26334 5.85334 5.51 6.8C4.75668 7.74666 4.22668 8.79334 3.92 9.94ZM6.9 18.58C8.40668 19.7533 10.1067 20.34 12 20.34C12.9867 20.34 13.9667 20.1533 14.94 19.78C14.6733 17.5 14.1533 15.2933 13.38 13.16C12.1533 13.4267 10.9167 14.1 9.67 15.18C8.42334 16.26 7.5 17.3933 6.9 18.58ZM9.96 3.94C11.1333 5.15334 12.22 6.66666 13.22 8.48C15.0333 7.72 16.4 6.75334 17.32 5.58C15.7733 4.3 14 3.66 12 3.66C11.32 3.66 10.64 3.75334 9.96 3.94ZM13.94 9.9C14.14 10.3267 14.3667 10.8667 14.62 11.52C15.6067 11.4267 16.68 11.38 17.84 11.38C18.6667 11.38 19.4867 11.4 20.3 11.44C20.1933 9.62666 19.54 8.01334 18.34 6.6C17.4733 7.89334 16.0067 8.99334 13.94 9.9ZM15.12 12.92C15.8 14.8933 16.26 16.92 16.5 19C17.5533 18.32 18.4133 17.4467 19.08 16.38C19.7467 15.3133 20.1467 14.16 20.28 12.92C19.3067 12.8533 18.42 12.82 17.62 12.82C16.8867 12.82 16.0533 12.8533 15.12 12.92Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconDribbble;\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,EAAgDC,GAEzDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,EAAO,UAAU,YACpCC,EAAA,cAAC,QACC,EAAE,muDACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["React","React","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","IconDribbble","props","React","CentralIconBase","IconDribbble_default"]}