UNPKG

@central-icons-react/square-filled-radius-0-stroke-1

Version:

A collection of square filled React icons with 0px radius and 1px stroke width, designed for use in React applications.

1 lines 4.03 kB
{"version":3,"sources":["../src/IconVolleyball/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconVolleyball: React.FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props} ariaLabel=\"volleyball\">\n <path\n d=\"M11.9218 2.00031C7.29441 2.03576 3.41522 5.21414 2.31346 9.50616C5.56154 7.46562 9.31116 6.08676 12.7243 5.8836C12.6624 4.49279 12.3914 3.14148 11.9218 2.00031Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M2.06381 10.8641C2.02165 11.2369 2 11.6159 2 12C2 13.4613 2.31345 14.8494 2.87677 16.1008C3.81036 14.9977 5.03673 14.0145 6.36893 13.2454C8.049 12.2754 9.93977 11.6215 11.6897 11.5133C12.332 10.2161 12.6859 8.57251 12.7326 6.88497C9.26323 7.10402 5.35813 8.62191 2.06381 10.8641Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M3.37878 17.0702C5.11759 20.0204 8.32762 22 12 22C12.9595 22 13.8874 21.8649 14.7658 21.6126C11.3455 19.8518 8.23525 17.2954 6.34346 14.4305C5.16852 15.1801 4.13263 16.0915 3.37878 17.0702Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M16.0674 21.1382C17.6888 20.4154 19.0824 19.2738 20.1107 17.8508C18.6897 17.5934 17.226 17.0232 15.8947 16.2547C14.2146 15.2848 12.7027 13.9743 11.7342 12.5125C10.2902 12.6051 8.69074 13.12 7.2066 13.9227C9.13957 16.8264 12.4515 19.4462 16.0674 21.1382Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M20.7012 16.9319C21.5279 15.4765 22 13.7934 22 12C22 9.18044 20.8331 6.63343 18.9559 4.81556C19.1332 8.65463 18.4713 12.6185 16.9375 15.6861C18.1727 16.3275 19.4783 16.7681 20.7012 16.9319Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M17.8959 3.92209C16.4989 2.90078 14.8272 2.23305 13.0122 2.0506C13.4999 3.40996 13.7379 4.96268 13.7379 6.50001C13.7379 8.44016 13.3589 10.4048 12.5773 11.9744C13.3799 13.1799 14.6271 14.3085 16.066 15.1928C17.6134 12.0692 18.23 7.89805 17.8959 3.92209Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconVolleyball;\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,EAAE,mKACF,KAAK,eACP,EACAA,EAAA,cAAC,QACC,EAAE,0RACF,KAAK,eACP,EACAA,EAAA,cAAC,QACC,EAAE,gMACF,KAAK,eACP,EACAA,EAAA,cAAC,QACC,EAAE,gQACF,KAAK,eACP,EACAA,EAAA,cAAC,QACC,EAAE,gMACF,KAAK,eACP,EACAA,EAAA,cAAC,QACC,EAAE,gQACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["React","React","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","IconVolleyball","props","React","CentralIconBase","IconVolleyball_default"]}