@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.48 kB
Source Map (JSON)
{"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=\"M7.99835 6C7.99835 3.79086 9.78921 2 11.9984 2C14.2075 2 15.9984 3.79086 15.9984 6V7H18.432L19.397 13.7545C18.842 13.7767 18.3704 13.914 17.9984 14.0767C17.5918 13.8989 17.0661 13.7513 16.4428 13.7513C15.5543 13.7513 14.6681 14.1086 14.0117 14.8088C13.3479 15.5168 12.9984 16.4861 12.9984 17.5847C12.9984 19.4558 14.4056 20.8219 15.3173 21.5437C15.5288 21.7112 15.739 21.8636 15.9389 22H3.42188L5.56473 7H7.99835V6ZM14.9984 6V7H8.99835V6C8.99835 4.34315 10.3415 3 11.9984 3C13.6552 3 14.9984 4.34315 14.9984 6Z\"\n fill=\"currentColor\"\n />\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M15.938 20.7596C16.3998 21.1252 16.8589 21.4151 17.201 21.6131C17.4609 21.7634 17.7271 21.8983 17.9984 22.0264C18.2697 21.8983 18.5358 21.7634 18.7957 21.6131C19.1378 21.4151 19.5969 21.1252 20.0587 20.7596C20.946 20.0571 21.9984 18.9536 21.9984 17.5846C21.9984 16.6998 21.7197 15.9878 21.2555 15.4926C20.7936 15 20.1742 14.7513 19.5539 14.7513C18.9655 14.7513 18.4947 14.9281 18.1721 15.104C18.1087 15.1386 18.0507 15.1733 17.9984 15.2069C17.946 15.1733 17.888 15.1386 17.8246 15.104C17.502 14.9281 17.0312 14.7513 16.4428 14.7513C15.8225 14.7513 15.2031 15 14.7412 15.4926C14.277 15.9878 13.9984 16.6998 13.9984 17.5846C13.9984 18.9536 15.0507 20.0571 15.938 20.7596ZM15.4708 16.1766C15.2058 16.4592 14.9984 16.9139 14.9984 17.5846C14.9984 18.4517 15.696 19.2926 16.5587 19.9756C16.9719 20.3027 17.3878 20.5658 17.7019 20.7476C17.8169 20.8141 17.9175 20.8693 17.9984 20.9123C18.0792 20.8693 18.1798 20.8141 18.2948 20.7476C18.6089 20.5658 19.0248 20.3027 19.438 19.9756C20.3007 19.2926 20.9984 18.4517 20.9984 17.5846C20.9984 16.9139 20.7909 16.4592 20.5259 16.1766C20.2586 15.8914 19.9059 15.7513 19.5539 15.7513C19.17 15.7513 18.8631 15.8662 18.651 15.9819C18.545 16.0397 18.4645 16.0968 18.4128 16.1372C18.3871 16.1574 18.3689 16.1731 18.3585 16.1824L18.3493 16.1908L17.9984 16.5417L17.6474 16.1908L17.6382 16.1824C17.6279 16.1731 17.6096 16.1574 17.5839 16.1372C17.5322 16.0968 17.4517 16.0397 17.3457 15.9819C17.1336 15.8662 16.8267 15.7513 16.4428 15.7513C16.0908 15.7513 15.7381 15.8914 15.4708 16.1766Z\"\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,igBACF,KAAK,eACP,EACAA,EAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,2+CACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["React","React","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","IconShoppingBagLike2","props","React","CentralIconBase","IconShoppingBagLike2_default"]}