@central-icons-react/square-filled-radius-0-stroke-1.5
Version:
A collection of square filled React icons with 0px radius and 1.5px stroke width, designed for use in React applications.
1 lines • 4.04 kB
Source Map (JSON)
{"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.6515 2.00592C7.27106 2.15525 3.60554 5.12195 2.41016 9.15083C5.55397 7.21982 9.14581 5.9009 12.4599 5.6508C12.3774 4.33319 12.1032 3.06796 11.6515 2.00592Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M2.03242 11.1889C2.01094 11.4564 2 11.7269 2 12C2 13.3627 2.27257 14.6617 2.76616 15.8456C3.71142 14.7543 4.9301 13.7874 6.24394 13.0289C7.90215 12.0715 9.77208 11.4115 11.5277 11.2741C12.0779 10.1076 12.3998 8.66025 12.4722 7.1546C9.06581 7.43607 5.24716 8.96128 2.03242 11.1889Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M3.51953 17.2997C5.28714 20.1227 8.42497 22 12.0013 22C12.8315 22 13.6382 21.8988 14.4095 21.7081C11.1363 19.9797 8.15893 17.53 6.27463 14.7744C5.17349 15.5052 4.21384 16.3763 3.51953 17.2997Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M16.3639 21C17.7745 20.3147 18.9998 19.3076 19.9443 18.0741C18.5279 17.8007 17.0823 17.2291 15.7695 16.4712C14.1112 15.514 12.6045 14.2246 11.6078 12.7725C10.3231 12.8794 8.90966 13.3239 7.57031 14.0133C9.52712 16.8301 12.8015 19.3705 16.3639 21Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M20.83 16.6964C21.5762 15.2962 21.9992 13.6975 21.9992 12.0001C21.9992 9.31353 20.9398 6.87445 19.2159 5.07776C19.3484 8.77294 18.7125 12.5687 17.2695 15.5748C18.4518 16.1618 19.6845 16.5567 20.83 16.6964Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M17.6299 3.73305C16.362 2.8682 14.8849 2.28741 13.2901 2.08228C13.7618 3.44585 13.9896 4.98384 13.9896 6.50004C13.9896 8.41493 13.6262 10.3646 12.8672 11.9537C13.6025 13.0141 14.6957 14.0168 15.9641 14.8325C17.4248 11.7315 17.9915 7.63204 17.6299 3.73305Z\"\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,kKACF,KAAK,eACP,EACAA,EAAA,cAAC,QACC,EAAE,2RACF,KAAK,eACP,EACAA,EAAA,cAAC,QACC,EAAE,mMACF,KAAK,eACP,EACAA,EAAA,cAAC,QACC,EAAE,yPACF,KAAK,eACP,EACAA,EAAA,cAAC,QACC,EAAE,gNACF,KAAK,eACP,EACAA,EAAA,cAAC,QACC,EAAE,kQACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["React","React","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","IconVolleyball","props","React","CentralIconBase","IconVolleyball_default"]}