UNPKG

@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.23 kB
{"version":3,"sources":["../src/IconShoppingBagLike2/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconShoppingBagLike2: React.FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props} ariaLabel=\"shopping-bag-like-2\">\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M11.9982 2C9.78906 2 7.9982 3.79086 7.9982 6V7H5.60113L3.37891 22H14.8562L14.8387 21.9855C13.9423 21.2451 12.4982 19.7627 12.4982 17.6667C12.4982 16.4636 12.8835 15.3428 13.671 14.5028C14.4474 13.6747 15.4989 13.25 16.5538 13.25C17.1056 13.25 17.591 13.3507 17.9982 13.4902C18.3753 13.361 18.8195 13.2651 19.3214 13.2516L18.3953 7H15.9982V6C15.9982 3.79086 14.2073 2 11.9982 2ZM14.4982 7V6C14.4982 4.61929 13.3789 3.5 11.9982 3.5C10.6175 3.5 9.4982 4.61929 9.4982 6V7H14.4982Z\"\n fill=\"currentColor\"\n />\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M17.1158 21.616C16.79 21.4274 16.3512 21.1505 15.9083 20.7999C15.077 20.1418 13.9982 19.0417 13.9982 17.6267C13.9982 16.7436 14.2774 16.0087 14.7655 15.488C15.2501 14.9712 15.9017 14.7091 16.5545 14.7091C17.1594 14.7091 17.6437 14.891 17.9748 15.0716L17.9995 15.0853L18.0242 15.0716C18.3554 14.891 18.8396 14.7091 19.4445 14.7091C20.0973 14.7091 20.749 14.9712 21.2335 15.488C21.7217 16.0087 22.0008 16.7436 22.0008 17.6267C22.0008 19.0417 20.922 20.1418 20.0907 20.7999C19.6478 21.1505 19.2091 21.4274 18.8832 21.616C18.5958 21.7823 18.2996 21.9269 17.9995 22.0686C17.6995 21.927 17.4033 21.7824 17.1158 21.616ZM15.4982 17.6267C15.4982 17.0647 15.6706 16.7158 15.8598 16.5139C16.0526 16.3083 16.3041 16.2091 16.5545 16.2091C16.8527 16.2091 17.091 16.2982 17.2565 16.3885C17.552 16.5496 17.7652 16.7368 17.9995 16.9711C18.2321 16.7385 18.4495 16.5483 18.7425 16.3885C18.9081 16.2982 19.1463 16.2091 19.4445 16.2091C19.6949 16.2091 19.9464 16.3083 20.1392 16.5139C20.3284 16.7158 20.5008 17.0647 20.5008 17.6267C20.5008 18.2888 19.954 18.995 19.1596 19.6239C18.7897 19.9167 18.4156 20.1535 18.1319 20.3177C18.0849 20.3449 18.0406 20.37 17.9995 20.3929C17.9584 20.37 17.9141 20.3449 17.8672 20.3177C17.5834 20.1535 17.2093 19.9167 16.8394 19.6239C16.0451 18.995 15.4982 18.2888 15.4982 17.6267Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconShoppingBagLike2;\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,EAAwDC,GAEjEC,EAAA,cAACC,EAAA,CAAiB,GAAGF,EAAO,UAAU,uBACpCC,EAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,+dACF,KAAK,eACP,EACAA,EAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,+wCACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["React","React","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","IconShoppingBagLike2","props","React","CentralIconBase","IconShoppingBagLike2_default"]}