@central-icons-react/square-filled-radius-0-stroke-2 1.1.258 → 1.1.259

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -3,9 +3,9 @@
3
3
  "sources": ["src/CentralIconBase/index.tsx", "src/IconShoppingBagLike2/index.tsx"],
4
4
  "sourcesContent": [
5
5
  "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",
6
- "import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconShoppingBagLike2: React.FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props} ariaLabel=\"shopping-bag-like-2\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M8.00155 6C8.00155 3.79086 9.79241 2 12.0015 2C14.2107 2 16.0015 3.79086 16.0015 6V7H18.3595L19.1672 12.2501C18.6406 12.253 18.1662 12.3344 17.7519 12.4542C17.3298 12.3322 16.8453 12.25 16.3069 12.25C15.0508 12.25 13.7989 12.7561 12.8764 13.7401C11.939 14.7399 11.5006 16.0541 11.5006 17.4175C11.5006 19.5741 12.8013 21.1311 13.7508 22H3.33594L5.64363 7H8.00155V6ZM14.0015 6V7H10.0015V6C10.0015 4.89543 10.897 4 12.0015 4C13.1061 4 14.0015 4.89543 14.0015 6Z\" fill=\"currentColor\"/><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M15.5055 20.7868C15.9606 21.1471 16.4101 21.4306 16.743 21.6233C17.0706 21.8128 17.4101 21.9741 17.7519 22.136C18.0938 21.9745 18.4332 21.8129 18.7608 21.6233C19.0937 21.4306 19.5432 21.1471 19.9982 20.7868C20.8358 20.1238 22.0032 18.9581 22.0032 17.4175C22.0032 16.481 21.7063 15.6818 21.1683 15.1079C20.6351 14.5392 19.9168 14.25 19.1969 14.25C18.5966 14.25 18.1058 14.4153 17.7519 14.5933C17.398 14.4153 16.9072 14.25 16.3069 14.25C15.587 14.25 14.8687 14.5392 14.3355 15.1079C13.7975 15.6818 13.5006 16.481 13.5006 17.4175C13.5006 18.9581 14.668 20.1238 15.5055 20.7868ZM15.7946 16.4758C15.6552 16.6245 15.5006 16.9091 15.5006 17.4175C15.5006 17.9542 15.9588 18.5948 16.7469 19.2187C17.1047 19.502 17.468 19.7321 17.7447 19.8922L17.7519 19.8964C18.0293 19.7362 18.396 19.5044 18.7568 19.2187C19.545 18.5948 20.0032 17.9542 20.0032 17.4175C20.0032 16.9091 19.8486 16.6245 19.7092 16.4758C19.565 16.3221 19.3802 16.25 19.1969 16.25C18.5411 16.25 18.1666 16.5974 17.7447 17.0193C17.3229 16.5974 16.9627 16.25 16.3069 16.25C16.1236 16.25 15.9387 16.3221 15.7946 16.4758Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconShoppingBagLike2;\n"
6
+ "import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconShoppingBagLike2: React.FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props} ariaLabel=\"shopping-bag-like-2\"><path d=\"M19.1973 14.25C19.917 14.2501 20.6349 14.5398 21.168 15.1084C21.7059 15.6822 22.0029 16.4814 22.0029 17.418C22.0027 18.9583 20.8355 20.1241 19.998 20.7871C19.5431 21.1472 19.0936 21.4304 18.7607 21.623C18.4332 21.8126 18.0938 21.9743 17.752 22.1357C17.4102 21.9739 17.0707 21.8126 16.7432 21.623C16.4103 21.4304 15.9608 21.1472 15.5059 20.7871C14.6684 20.1241 13.5012 18.9583 13.501 17.418C13.501 16.4814 13.798 15.6822 14.3359 15.1084C14.8691 14.5397 15.5868 14.2501 16.3066 14.25C16.9069 14.25 17.3981 14.4148 17.752 14.5928C18.1058 14.4148 18.5971 14.25 19.1973 14.25Z\" fill=\"currentColor\"/><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M12.002 2C14.2109 2.00022 16.002 3.791 16.002 6V7H18.3594L19.167 12.251C18.6406 12.254 18.1662 12.3344 17.752 12.4541C17.3298 12.3321 16.8451 12.25 16.3066 12.25C15.0506 12.2501 13.7984 12.7563 12.876 13.7402C11.9388 14.7401 11.501 16.0547 11.501 17.418C11.5011 19.5752 12.8034 21.1313 13.7529 22H3.33594L5.64355 7H8.00195V6C8.00195 3.79086 9.79281 2 12.002 2ZM12.002 4C10.8974 4 10.002 4.89543 10.002 6V7H14.002V6C14.002 4.89557 13.1063 4.00022 12.002 4Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconShoppingBagLike2;\n"
7
7
  ],
8
- "mappings": "w7BAAkB,IAAlB,sBAQa,EAET,EACF,WACA,OAAO,GACP,YACA,QACA,aAAa,GACb,WACG,KACC,CACJ,OACE,wBAaE,MAbF,IACM,EACJ,cAAa,EACb,KAAM,EAAa,OAAY,MAC/B,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,OACL,MAAM,6BACN,MAAO,CAAE,WAAU,CAAM,GAExB,GAAa,CAAC,GAAc,wBAAoB,QAApB,KAAQ,CAAY,EAChD,CACD,gFCjCY,IAAlB,sBAGO,IAAM,EAAuD,CAAC,IAAU,CAC7E,OAAO,wBAAksD,EAAlsD,IAAqB,EAAO,UAAU,uBAAsB,wBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,6cAA6c,KAAK,eAAc,EAAE,wBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,ijCAAijC,KAAK,eAAc,CAAI,GAG5rD",
9
- "debugId": "8CA91A89C206023064756E2164756E21",
8
+ "mappings": "w7BAAkB,IAAlB,sBAQa,EAET,EACF,WACA,OAAO,GACP,YACA,QACA,aAAa,GACb,WACG,KACC,CACJ,OACE,wBAaE,MAbF,IACM,EACJ,cAAa,EACb,KAAM,EAAa,OAAY,MAC/B,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,OACL,MAAM,6BACN,MAAO,CAAE,WAAU,CAAM,GAExB,GAAa,CAAC,GAAc,wBAAoB,QAApB,KAAQ,CAAY,EAChD,CACD,gFCjCY,IAAlB,sBAGO,IAAM,EAAuD,CAAC,IAAU,CAC7E,OAAO,wBAAsqC,EAAtqC,IAAqB,EAAO,UAAU,uBAAsB,wBAAC,OAAD,CAAM,EAAE,8jBAA8jB,KAAK,eAAc,EAAE,wBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,0cAA0c,KAAK,eAAc,CAAI,GAGhqC",
9
+ "debugId": "FE81C8E44A96B13664756E2164756E21",
10
10
  "names": []
11
11
  }
@@ -1,3 +1,3 @@
1
- import n from"react";var l=({children:o,size:e=24,ariaLabel:C,color:p,ariaHidden:r=!0,style:a,...i})=>{return n.createElement("svg",{...i,"aria-hidden":r,role:r?void 0:"img",width:typeof e==="number"?`${e}px`:e,height:typeof e==="number"?`${e}px`:e,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{color:p,...a}},C&&!r&&n.createElement("title",null,C),o)};import t from"react";var s=(o)=>{return t.createElement(l,{...o,ariaLabel:"shopping-bag-like-2"},t.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M8.00155 6C8.00155 3.79086 9.79241 2 12.0015 2C14.2107 2 16.0015 3.79086 16.0015 6V7H18.3595L19.1672 12.2501C18.6406 12.253 18.1662 12.3344 17.7519 12.4542C17.3298 12.3322 16.8453 12.25 16.3069 12.25C15.0508 12.25 13.7989 12.7561 12.8764 13.7401C11.939 14.7399 11.5006 16.0541 11.5006 17.4175C11.5006 19.5741 12.8013 21.1311 13.7508 22H3.33594L5.64363 7H8.00155V6ZM14.0015 6V7H10.0015V6C10.0015 4.89543 10.897 4 12.0015 4C13.1061 4 14.0015 4.89543 14.0015 6Z",fill:"currentColor"}),t.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M15.5055 20.7868C15.9606 21.1471 16.4101 21.4306 16.743 21.6233C17.0706 21.8128 17.4101 21.9741 17.7519 22.136C18.0938 21.9745 18.4332 21.8129 18.7608 21.6233C19.0937 21.4306 19.5432 21.1471 19.9982 20.7868C20.8358 20.1238 22.0032 18.9581 22.0032 17.4175C22.0032 16.481 21.7063 15.6818 21.1683 15.1079C20.6351 14.5392 19.9168 14.25 19.1969 14.25C18.5966 14.25 18.1058 14.4153 17.7519 14.5933C17.398 14.4153 16.9072 14.25 16.3069 14.25C15.587 14.25 14.8687 14.5392 14.3355 15.1079C13.7975 15.6818 13.5006 16.481 13.5006 17.4175C13.5006 18.9581 14.668 20.1238 15.5055 20.7868ZM15.7946 16.4758C15.6552 16.6245 15.5006 16.9091 15.5006 17.4175C15.5006 17.9542 15.9588 18.5948 16.7469 19.2187C17.1047 19.502 17.468 19.7321 17.7447 19.8922L17.7519 19.8964C18.0293 19.7362 18.396 19.5044 18.7568 19.2187C19.545 18.5948 20.0032 17.9542 20.0032 17.4175C20.0032 16.9091 19.8486 16.6245 19.7092 16.4758C19.565 16.3221 19.3802 16.25 19.1969 16.25C18.5411 16.25 18.1666 16.5974 17.7447 17.0193C17.3229 16.5974 16.9627 16.25 16.3069 16.25C16.1236 16.25 15.9387 16.3221 15.7946 16.4758Z",fill:"currentColor"}))},g=s;export{g as default,s as IconShoppingBagLike2};
1
+ import C from"react";var l=({children:r,size:e=24,ariaLabel:n,color:p,ariaHidden:o=!0,style:a,...i})=>{return C.createElement("svg",{...i,"aria-hidden":o,role:o?void 0:"img",width:typeof e==="number"?`${e}px`:e,height:typeof e==="number"?`${e}px`:e,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{color:p,...a}},n&&!o&&C.createElement("title",null,n),r)};import t from"react";var s=(r)=>{return t.createElement(l,{...r,ariaLabel:"shopping-bag-like-2"},t.createElement("path",{d:"M19.1973 14.25C19.917 14.2501 20.6349 14.5398 21.168 15.1084C21.7059 15.6822 22.0029 16.4814 22.0029 17.418C22.0027 18.9583 20.8355 20.1241 19.998 20.7871C19.5431 21.1472 19.0936 21.4304 18.7607 21.623C18.4332 21.8126 18.0938 21.9743 17.752 22.1357C17.4102 21.9739 17.0707 21.8126 16.7432 21.623C16.4103 21.4304 15.9608 21.1472 15.5059 20.7871C14.6684 20.1241 13.5012 18.9583 13.501 17.418C13.501 16.4814 13.798 15.6822 14.3359 15.1084C14.8691 14.5397 15.5868 14.2501 16.3066 14.25C16.9069 14.25 17.3981 14.4148 17.752 14.5928C18.1058 14.4148 18.5971 14.25 19.1973 14.25Z",fill:"currentColor"}),t.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M12.002 2C14.2109 2.00022 16.002 3.791 16.002 6V7H18.3594L19.167 12.251C18.6406 12.254 18.1662 12.3344 17.752 12.4541C17.3298 12.3321 16.8451 12.25 16.3066 12.25C15.0506 12.2501 13.7984 12.7563 12.876 13.7402C11.9388 14.7401 11.501 16.0547 11.501 17.418C11.5011 19.5752 12.8034 21.1313 13.7529 22H3.33594L5.64355 7H8.00195V6C8.00195 3.79086 9.79281 2 12.002 2ZM12.002 4C10.8974 4 10.002 4.89543 10.002 6V7H14.002V6C14.002 4.89557 13.1063 4.00022 12.002 4Z",fill:"currentColor"}))},d=s;export{d as default,s as IconShoppingBagLike2};
2
2
 
3
- //# debugId=CF77D127A792C7C064756E2164756E21
3
+ //# debugId=89B714E96861A38564756E2164756E21
@@ -3,9 +3,9 @@
3
3
  "sources": ["src/CentralIconBase/index.tsx", "src/IconShoppingBagLike2/index.tsx"],
4
4
  "sourcesContent": [
5
5
  "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",
6
- "import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconShoppingBagLike2: React.FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props} ariaLabel=\"shopping-bag-like-2\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M8.00155 6C8.00155 3.79086 9.79241 2 12.0015 2C14.2107 2 16.0015 3.79086 16.0015 6V7H18.3595L19.1672 12.2501C18.6406 12.253 18.1662 12.3344 17.7519 12.4542C17.3298 12.3322 16.8453 12.25 16.3069 12.25C15.0508 12.25 13.7989 12.7561 12.8764 13.7401C11.939 14.7399 11.5006 16.0541 11.5006 17.4175C11.5006 19.5741 12.8013 21.1311 13.7508 22H3.33594L5.64363 7H8.00155V6ZM14.0015 6V7H10.0015V6C10.0015 4.89543 10.897 4 12.0015 4C13.1061 4 14.0015 4.89543 14.0015 6Z\" fill=\"currentColor\"/><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M15.5055 20.7868C15.9606 21.1471 16.4101 21.4306 16.743 21.6233C17.0706 21.8128 17.4101 21.9741 17.7519 22.136C18.0938 21.9745 18.4332 21.8129 18.7608 21.6233C19.0937 21.4306 19.5432 21.1471 19.9982 20.7868C20.8358 20.1238 22.0032 18.9581 22.0032 17.4175C22.0032 16.481 21.7063 15.6818 21.1683 15.1079C20.6351 14.5392 19.9168 14.25 19.1969 14.25C18.5966 14.25 18.1058 14.4153 17.7519 14.5933C17.398 14.4153 16.9072 14.25 16.3069 14.25C15.587 14.25 14.8687 14.5392 14.3355 15.1079C13.7975 15.6818 13.5006 16.481 13.5006 17.4175C13.5006 18.9581 14.668 20.1238 15.5055 20.7868ZM15.7946 16.4758C15.6552 16.6245 15.5006 16.9091 15.5006 17.4175C15.5006 17.9542 15.9588 18.5948 16.7469 19.2187C17.1047 19.502 17.468 19.7321 17.7447 19.8922L17.7519 19.8964C18.0293 19.7362 18.396 19.5044 18.7568 19.2187C19.545 18.5948 20.0032 17.9542 20.0032 17.4175C20.0032 16.9091 19.8486 16.6245 19.7092 16.4758C19.565 16.3221 19.3802 16.25 19.1969 16.25C18.5411 16.25 18.1666 16.5974 17.7447 17.0193C17.3229 16.5974 16.9627 16.25 16.3069 16.25C16.1236 16.25 15.9387 16.3221 15.7946 16.4758Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconShoppingBagLike2;\n"
6
+ "import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconShoppingBagLike2: React.FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props} ariaLabel=\"shopping-bag-like-2\"><path d=\"M19.1973 14.25C19.917 14.2501 20.6349 14.5398 21.168 15.1084C21.7059 15.6822 22.0029 16.4814 22.0029 17.418C22.0027 18.9583 20.8355 20.1241 19.998 20.7871C19.5431 21.1472 19.0936 21.4304 18.7607 21.623C18.4332 21.8126 18.0938 21.9743 17.752 22.1357C17.4102 21.9739 17.0707 21.8126 16.7432 21.623C16.4103 21.4304 15.9608 21.1472 15.5059 20.7871C14.6684 20.1241 13.5012 18.9583 13.501 17.418C13.501 16.4814 13.798 15.6822 14.3359 15.1084C14.8691 14.5397 15.5868 14.2501 16.3066 14.25C16.9069 14.25 17.3981 14.4148 17.752 14.5928C18.1058 14.4148 18.5971 14.25 19.1973 14.25Z\" fill=\"currentColor\"/><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M12.002 2C14.2109 2.00022 16.002 3.791 16.002 6V7H18.3594L19.167 12.251C18.6406 12.254 18.1662 12.3344 17.752 12.4541C17.3298 12.3321 16.8451 12.25 16.3066 12.25C15.0506 12.2501 13.7984 12.7563 12.876 13.7402C11.9388 14.7401 11.501 16.0547 11.501 17.418C11.5011 19.5752 12.8034 21.1313 13.7529 22H3.33594L5.64355 7H8.00195V6C8.00195 3.79086 9.79281 2 12.002 2ZM12.002 4C10.8974 4 10.002 4.89543 10.002 6V7H14.002V6C14.002 4.89557 13.1063 4.00022 12.002 4Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconShoppingBagLike2;\n"
7
7
  ],
8
- "mappings": "AAAA,qBAQO,IAAM,EAET,EACF,WACA,OAAO,GACP,YACA,QACA,aAAa,GACb,WACG,KACC,CACJ,OACE,gBAaE,MAbF,IACM,EACJ,cAAa,EACb,KAAM,EAAa,OAAY,MAC/B,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,OACL,MAAM,6BACN,MAAO,CAAE,WAAU,CAAM,GAExB,GAAa,CAAC,GAAc,gBAAoB,QAApB,KAAQ,CAAY,EAChD,CACD,GCjCN,qBAGO,IAAM,EAAuD,CAAC,IAAU,CAC7E,OAAO,gBAAksD,EAAlsD,IAAqB,EAAO,UAAU,uBAAsB,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,6cAA6c,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,ijCAAijC,KAAK,eAAc,CAAI,GAG5rD",
9
- "debugId": "CF77D127A792C7C064756E2164756E21",
8
+ "mappings": "AAAA,qBAQO,IAAM,EAET,EACF,WACA,OAAO,GACP,YACA,QACA,aAAa,GACb,WACG,KACC,CACJ,OACE,gBAaE,MAbF,IACM,EACJ,cAAa,EACb,KAAM,EAAa,OAAY,MAC/B,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,OACL,MAAM,6BACN,MAAO,CAAE,WAAU,CAAM,GAExB,GAAa,CAAC,GAAc,gBAAoB,QAApB,KAAQ,CAAY,EAChD,CACD,GCjCN,qBAGO,IAAM,EAAuD,CAAC,IAAU,CAC7E,OAAO,gBAAsqC,EAAtqC,IAAqB,EAAO,UAAU,uBAAsB,gBAAC,OAAD,CAAM,EAAE,8jBAA8jB,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,0cAA0c,KAAK,eAAc,CAAI,GAGhqC",
9
+ "debugId": "89B714E96861A38564756E2164756E21",
10
10
  "names": []
11
11
  }