@central-icons-react-native/round-filled-radius-2-stroke-2 1.1.257 → 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.
Files changed (51) hide show
  1. package/IconPageCloud/index.js +2 -2
  2. package/IconPageCloud/index.js.map +3 -3
  3. package/IconPageCloud/index.mjs +2 -2
  4. package/IconPageCloud/index.mjs.map +3 -3
  5. package/IconPageTextCloud/index.js +2 -2
  6. package/IconPageTextCloud/index.js.map +3 -3
  7. package/IconPageTextCloud/index.mjs +2 -2
  8. package/IconPageTextCloud/index.mjs.map +3 -3
  9. package/IconShoppingBagBookmark2/index.js +2 -2
  10. package/IconShoppingBagBookmark2/index.js.map +3 -3
  11. package/IconShoppingBagBookmark2/index.mjs +2 -2
  12. package/IconShoppingBagBookmark2/index.mjs.map +3 -3
  13. package/IconShoppingBagEdit2/index.js +2 -2
  14. package/IconShoppingBagEdit2/index.js.map +3 -3
  15. package/IconShoppingBagEdit2/index.mjs +2 -2
  16. package/IconShoppingBagEdit2/index.mjs.map +3 -3
  17. package/IconShoppingBagLike1/index.js +2 -2
  18. package/IconShoppingBagLike1/index.js.map +3 -3
  19. package/IconShoppingBagLike1/index.mjs +2 -2
  20. package/IconShoppingBagLike1/index.mjs.map +3 -3
  21. package/IconShoppingBagLike2/index.js +2 -2
  22. package/IconShoppingBagLike2/index.js.map +3 -3
  23. package/IconShoppingBagLike2/index.mjs +2 -2
  24. package/IconShoppingBagLike2/index.mjs.map +3 -3
  25. package/{IconSiri → IconSiriGen1}/index.d.ts +2 -2
  26. package/IconSiriGen1/index.js +3 -0
  27. package/IconSiriGen1/index.js.map +11 -0
  28. package/{IconSiri → IconSiriGen1}/index.mjs +2 -2
  29. package/IconSiriGen1/index.mjs.map +11 -0
  30. package/IconSiriGen2/index.d.ts +4 -0
  31. package/IconSiriGen2/index.js +3 -0
  32. package/IconSiriGen2/index.js.map +11 -0
  33. package/IconSiriGen2/index.mjs +3 -0
  34. package/IconSiriGen2/index.mjs.map +11 -0
  35. package/README.md +2 -1
  36. package/filtered-icons.json +1 -1
  37. package/icons/index.d.ts +1 -1
  38. package/icons/index.js +2 -2
  39. package/icons/index.js.map +3 -3
  40. package/icons/index.mjs +2 -2
  41. package/icons/index.mjs.map +3 -3
  42. package/icons-index.json +4 -4
  43. package/index.d.ts +2 -1
  44. package/index.js +6 -3
  45. package/index.mjs +2 -1
  46. package/license-check.js +1 -1
  47. package/package.json +1 -1
  48. package/skills/central-icons-react-native/SKILL.md +3 -2
  49. package/IconSiri/index.js +0 -3
  50. package/IconSiri/index.js.map +0 -11
  51. package/IconSiri/index.mjs.map +0 -11
@@ -3,9 +3,9 @@
3
3
  "sources": ["src/CentralIconBase/index.tsx", "src/IconShoppingBagLike2/index.tsx"],
4
4
  "sourcesContent": [
5
5
  "import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<\n CentralIconBaseProps\n> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\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 >\n {children}\n </Svg>\n );\n};\n",
6
- "import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconShoppingBagLike2: FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props}><Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M12.0015 2C9.79233 2 8.00146 3.79086 8.00146 6V7.00769C6.61574 7.10672 5.4663 8.15199 5.25218 9.54383L3.86756 18.5438C3.58798 20.3611 4.99402 22 6.83267 22H13.7507C12.8012 21.1311 11.5005 19.5741 11.5005 17.4175C11.5005 16.0541 11.939 14.7399 12.8763 13.7401C13.7988 12.7561 15.0507 12.25 16.3068 12.25C16.8452 12.25 17.3297 12.3322 17.7518 12.4542C18.1661 12.3344 18.6405 12.253 19.1671 12.2501L18.7507 9.54383C18.5366 8.152 17.3872 7.10673 16.0015 7.00769V6C16.0015 3.79086 14.2106 2 12.0015 2ZM14.0015 7V6C14.0015 4.89543 13.106 4 12.0015 4C10.8969 4 10.0015 4.89543 10.0015 6V7H14.0015Z\" fill=\"currentColor\"/><Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M16.3068 14.25C16.9071 14.25 17.3979 14.4153 17.7518 14.5933C18.1057 14.4153 18.5965 14.25 19.1968 14.25C19.9167 14.25 20.635 14.5392 21.1682 15.1079C21.7062 15.6818 22.0031 16.481 22.0031 17.4175C22.0031 18.9259 20.9478 20.0866 20.1159 20.7738C19.6731 21.1396 19.2232 21.43 18.8598 21.6319C18.6783 21.7328 18.5086 21.8169 18.3632 21.8792C18.2915 21.91 18.2144 21.9402 18.1378 21.9648L18.1351 21.9656C18.0885 21.9806 17.934 22.0301 17.7518 22.0301C17.5696 22.0301 17.4151 21.9806 17.3685 21.9656L17.3658 21.9648C17.2892 21.9402 17.2121 21.91 17.1404 21.8792C16.995 21.8169 16.8254 21.7328 16.6438 21.6319C16.2804 21.43 15.8305 21.1396 15.3877 20.7738C14.5559 20.0866 13.5005 18.9259 13.5005 17.4175C13.5005 16.481 13.7974 15.6818 14.3354 15.1079C14.8686 14.5392 15.5869 14.25 16.3068 14.25ZM15.5005 17.4175C15.5005 16.9091 15.6551 16.6245 15.7945 16.4758C15.9387 16.3221 16.1235 16.25 16.3068 16.25C16.5539 16.25 16.7511 16.3236 16.8891 16.3988C16.958 16.4364 17.0082 16.4724 17.0367 16.4947C17.0428 16.4995 17.0478 16.5036 17.0516 16.5067C17.0549 16.5094 17.0573 16.5115 17.0588 16.5128C17.4456 16.8849 18.058 16.8849 18.4448 16.5128C18.4481 16.51 18.4555 16.5036 18.4669 16.4947C18.4954 16.4724 18.5457 16.4364 18.6145 16.3988C18.7525 16.3236 18.9498 16.25 19.1968 16.25C19.3801 16.25 19.565 16.3221 19.7091 16.4758C19.8485 16.6245 20.0031 16.9091 20.0031 17.4175C20.0031 17.9864 19.5683 18.632 18.8422 19.2318C18.5061 19.5095 18.1601 19.7327 17.8885 19.8836C17.839 19.9111 17.7933 19.9355 17.7518 19.9568C17.7103 19.9355 17.6646 19.9111 17.6151 19.8836C17.3435 19.7327 16.9975 19.5095 16.6614 19.2318C15.9353 18.632 15.5005 17.9864 15.5005 17.4175Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconShoppingBagLike2;\n"
6
+ "import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconShoppingBagLike2: FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props}><Path d=\"M19.1967 14.25C19.9164 14.2501 20.6352 14.5398 21.1683 15.1084C21.706 15.6822 22.0033 16.4817 22.0033 17.418C22.0031 18.926 20.9473 20.0863 20.1156 20.7734C19.6729 21.1391 19.2231 21.4299 18.8597 21.6318C18.6784 21.7326 18.508 21.8166 18.3627 21.8789C18.2912 21.9095 18.2144 21.9404 18.1381 21.9648C18.0951 21.9786 17.9371 22.0302 17.7513 22.0303C17.566 22.0302 17.4091 21.9788 17.3656 21.9648C17.2891 21.9404 17.2116 21.9096 17.14 21.8789C16.9948 21.8167 16.8251 21.7325 16.6439 21.6318C16.2806 21.43 15.8299 21.1392 15.3871 20.7734C14.5554 20.0863 13.5006 18.9259 13.5004 17.418C13.5004 16.4815 13.7975 15.6822 14.3353 15.1084C14.8685 14.5398 15.5872 14.25 16.307 14.25C16.9072 14.2501 17.3976 14.4167 17.7513 14.5947C18.1053 14.4166 18.596 14.25 19.1967 14.25Z\" fill=\"currentColor\"/><Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M12.0013 2C14.2103 2.00022 16.0013 3.791 16.0013 6V7.00781C17.3869 7.10703 18.5363 8.15226 18.7504 9.54395L19.1664 12.251C18.6401 12.254 18.1655 12.3344 17.7513 12.4541C17.3293 12.3322 16.8443 12.25 16.306 12.25C15.0502 12.2501 13.7987 12.7565 12.8763 13.7402C11.939 14.7401 11.5004 16.0545 11.5004 17.418C11.5005 19.5751 12.8028 21.1313 13.7523 22H6.8324C4.99377 22 3.58802 20.3612 3.86755 18.5439L5.25232 9.54395C5.46646 8.15213 6.61563 7.10684 8.00134 7.00781V6C8.00134 3.79086 9.7922 2 12.0013 2ZM12.0013 4C10.8968 4 10.0013 4.89543 10.0013 6V7H14.0013V6C14.0013 4.89557 13.1057 4.00022 12.0013 4Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconShoppingBagLike2;\n"
7
7
  ],
8
- "mappings": "w7BAA0B,IAA1B,sBACA,8BAMa,EAET,EACF,WACA,OAAO,MACJ,KACC,CACJ,OACE,wBAQE,MARF,IACM,EACJ,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,QAEJ,CACD,gFCvBoB,IAA1B,sBAEqB,IAArB,8BAEa,EAAiD,CAAC,IAAU,CACvE,OAAO,wBAA22E,EAA32E,IAAqB,GAAO,wBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,ilBAAilB,KAAK,eAAc,EAAE,wBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,snDAAsnD,KAAK,eAAc,CAAI,GAGr2E",
9
- "debugId": "0E7E1B42D918FE2964756E2164756E21",
8
+ "mappings": "w7BAA0B,IAA1B,sBACA,8BAMa,EAET,EACF,WACA,OAAO,MACJ,KACC,CACJ,OACE,wBAQE,MARF,IACM,EACJ,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,QAEJ,CACD,gFCvBoB,IAA1B,sBAEqB,IAArB,8BAEa,EAAiD,CAAC,IAAU,CACvE,OAAO,wBAAw9C,EAAx9C,IAAqB,GAAO,wBAAC,OAAD,CAAM,EAAE,8vBAA8vB,KAAK,eAAc,EAAE,wBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,4lBAA4lB,KAAK,eAAc,CAAI,GAGl9C",
9
+ "debugId": "3EF2201365A357D364756E2164756E21",
10
10
  "names": []
11
11
  }
@@ -1,3 +1,3 @@
1
- import l from"react";import{Svg as p}from"react-native-svg";var e=({children:o,size:C=24,...t})=>{return l.createElement(p,{...t,width:typeof C==="number"?`${C}px`:C,height:typeof C==="number"?`${C}px`:C,viewBox:"0 0 24 24",fill:"none"},o)};import r from"react";import{Path as n}from"react-native-svg";var a=(o)=>{return r.createElement(e,{...o},r.createElement(n,{fillRule:"evenodd",clipRule:"evenodd",d:"M12.0015 2C9.79233 2 8.00146 3.79086 8.00146 6V7.00769C6.61574 7.10672 5.4663 8.15199 5.25218 9.54383L3.86756 18.5438C3.58798 20.3611 4.99402 22 6.83267 22H13.7507C12.8012 21.1311 11.5005 19.5741 11.5005 17.4175C11.5005 16.0541 11.939 14.7399 12.8763 13.7401C13.7988 12.7561 15.0507 12.25 16.3068 12.25C16.8452 12.25 17.3297 12.3322 17.7518 12.4542C18.1661 12.3344 18.6405 12.253 19.1671 12.2501L18.7507 9.54383C18.5366 8.152 17.3872 7.10673 16.0015 7.00769V6C16.0015 3.79086 14.2106 2 12.0015 2ZM14.0015 7V6C14.0015 4.89543 13.106 4 12.0015 4C10.8969 4 10.0015 4.89543 10.0015 6V7H14.0015Z",fill:"currentColor"}),r.createElement(n,{fillRule:"evenodd",clipRule:"evenodd",d:"M16.3068 14.25C16.9071 14.25 17.3979 14.4153 17.7518 14.5933C18.1057 14.4153 18.5965 14.25 19.1968 14.25C19.9167 14.25 20.635 14.5392 21.1682 15.1079C21.7062 15.6818 22.0031 16.481 22.0031 17.4175C22.0031 18.9259 20.9478 20.0866 20.1159 20.7738C19.6731 21.1396 19.2232 21.43 18.8598 21.6319C18.6783 21.7328 18.5086 21.8169 18.3632 21.8792C18.2915 21.91 18.2144 21.9402 18.1378 21.9648L18.1351 21.9656C18.0885 21.9806 17.934 22.0301 17.7518 22.0301C17.5696 22.0301 17.4151 21.9806 17.3685 21.9656L17.3658 21.9648C17.2892 21.9402 17.2121 21.91 17.1404 21.8792C16.995 21.8169 16.8254 21.7328 16.6438 21.6319C16.2804 21.43 15.8305 21.1396 15.3877 20.7738C14.5559 20.0866 13.5005 18.9259 13.5005 17.4175C13.5005 16.481 13.7974 15.6818 14.3354 15.1079C14.8686 14.5392 15.5869 14.25 16.3068 14.25ZM15.5005 17.4175C15.5005 16.9091 15.6551 16.6245 15.7945 16.4758C15.9387 16.3221 16.1235 16.25 16.3068 16.25C16.5539 16.25 16.7511 16.3236 16.8891 16.3988C16.958 16.4364 17.0082 16.4724 17.0367 16.4947C17.0428 16.4995 17.0478 16.5036 17.0516 16.5067C17.0549 16.5094 17.0573 16.5115 17.0588 16.5128C17.4456 16.8849 18.058 16.8849 18.4448 16.5128C18.4481 16.51 18.4555 16.5036 18.4669 16.4947C18.4954 16.4724 18.5457 16.4364 18.6145 16.3988C18.7525 16.3236 18.9498 16.25 19.1968 16.25C19.3801 16.25 19.565 16.3221 19.7091 16.4758C19.8485 16.6245 20.0031 16.9091 20.0031 17.4175C20.0031 17.9864 19.5683 18.632 18.8422 19.2318C18.5061 19.5095 18.1601 19.7327 17.8885 19.8836C17.839 19.9111 17.7933 19.9355 17.7518 19.9568C17.7103 19.9355 17.6646 19.9111 17.6151 19.8836C17.3435 19.7327 16.9975 19.5095 16.6614 19.2318C15.9353 18.632 15.5005 17.9864 15.5005 17.4175Z",fill:"currentColor"}))},I=a;export{I as default,a as IconShoppingBagLike2};
1
+ import p from"react";import{Svg as l}from"react-native-svg";var e=({children:r,size:o=24,...t})=>{return p.createElement(l,{...t,width:typeof o==="number"?`${o}px`:o,height:typeof o==="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r)};import C from"react";import{Path as n}from"react-native-svg";var a=(r)=>{return C.createElement(e,{...r},C.createElement(n,{d:"M19.1967 14.25C19.9164 14.2501 20.6352 14.5398 21.1683 15.1084C21.706 15.6822 22.0033 16.4817 22.0033 17.418C22.0031 18.926 20.9473 20.0863 20.1156 20.7734C19.6729 21.1391 19.2231 21.4299 18.8597 21.6318C18.6784 21.7326 18.508 21.8166 18.3627 21.8789C18.2912 21.9095 18.2144 21.9404 18.1381 21.9648C18.0951 21.9786 17.9371 22.0302 17.7513 22.0303C17.566 22.0302 17.4091 21.9788 17.3656 21.9648C17.2891 21.9404 17.2116 21.9096 17.14 21.8789C16.9948 21.8167 16.8251 21.7325 16.6439 21.6318C16.2806 21.43 15.8299 21.1392 15.3871 20.7734C14.5554 20.0863 13.5006 18.9259 13.5004 17.418C13.5004 16.4815 13.7975 15.6822 14.3353 15.1084C14.8685 14.5398 15.5872 14.25 16.307 14.25C16.9072 14.2501 17.3976 14.4167 17.7513 14.5947C18.1053 14.4166 18.596 14.25 19.1967 14.25Z",fill:"currentColor"}),C.createElement(n,{fillRule:"evenodd",clipRule:"evenodd",d:"M12.0013 2C14.2103 2.00022 16.0013 3.791 16.0013 6V7.00781C17.3869 7.10703 18.5363 8.15226 18.7504 9.54395L19.1664 12.251C18.6401 12.254 18.1655 12.3344 17.7513 12.4541C17.3293 12.3322 16.8443 12.25 16.306 12.25C15.0502 12.2501 13.7987 12.7565 12.8763 13.7402C11.939 14.7401 11.5004 16.0545 11.5004 17.418C11.5005 19.5751 12.8028 21.1313 13.7523 22H6.8324C4.99377 22 3.58802 20.3612 3.86755 18.5439L5.25232 9.54395C5.46646 8.15213 6.61563 7.10684 8.00134 7.00781V6C8.00134 3.79086 9.7922 2 12.0013 2ZM12.0013 4C10.8968 4 10.0013 4.89543 10.0013 6V7H14.0013V6C14.0013 4.89557 13.1057 4.00022 12.0013 4Z",fill:"currentColor"}))},v=a;export{v as default,a as IconShoppingBagLike2};
2
2
 
3
- //# debugId=3C8ED172D81DCCC364756E2164756E21
3
+ //# debugId=D5D4DED6D639DA5164756E2164756E21
@@ -3,9 +3,9 @@
3
3
  "sources": ["src/CentralIconBase/index.tsx", "src/IconShoppingBagLike2/index.tsx"],
4
4
  "sourcesContent": [
5
5
  "import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<\n CentralIconBaseProps\n> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\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 >\n {children}\n </Svg>\n );\n};\n",
6
- "import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconShoppingBagLike2: FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props}><Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M12.0015 2C9.79233 2 8.00146 3.79086 8.00146 6V7.00769C6.61574 7.10672 5.4663 8.15199 5.25218 9.54383L3.86756 18.5438C3.58798 20.3611 4.99402 22 6.83267 22H13.7507C12.8012 21.1311 11.5005 19.5741 11.5005 17.4175C11.5005 16.0541 11.939 14.7399 12.8763 13.7401C13.7988 12.7561 15.0507 12.25 16.3068 12.25C16.8452 12.25 17.3297 12.3322 17.7518 12.4542C18.1661 12.3344 18.6405 12.253 19.1671 12.2501L18.7507 9.54383C18.5366 8.152 17.3872 7.10673 16.0015 7.00769V6C16.0015 3.79086 14.2106 2 12.0015 2ZM14.0015 7V6C14.0015 4.89543 13.106 4 12.0015 4C10.8969 4 10.0015 4.89543 10.0015 6V7H14.0015Z\" fill=\"currentColor\"/><Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M16.3068 14.25C16.9071 14.25 17.3979 14.4153 17.7518 14.5933C18.1057 14.4153 18.5965 14.25 19.1968 14.25C19.9167 14.25 20.635 14.5392 21.1682 15.1079C21.7062 15.6818 22.0031 16.481 22.0031 17.4175C22.0031 18.9259 20.9478 20.0866 20.1159 20.7738C19.6731 21.1396 19.2232 21.43 18.8598 21.6319C18.6783 21.7328 18.5086 21.8169 18.3632 21.8792C18.2915 21.91 18.2144 21.9402 18.1378 21.9648L18.1351 21.9656C18.0885 21.9806 17.934 22.0301 17.7518 22.0301C17.5696 22.0301 17.4151 21.9806 17.3685 21.9656L17.3658 21.9648C17.2892 21.9402 17.2121 21.91 17.1404 21.8792C16.995 21.8169 16.8254 21.7328 16.6438 21.6319C16.2804 21.43 15.8305 21.1396 15.3877 20.7738C14.5559 20.0866 13.5005 18.9259 13.5005 17.4175C13.5005 16.481 13.7974 15.6818 14.3354 15.1079C14.8686 14.5392 15.5869 14.25 16.3068 14.25ZM15.5005 17.4175C15.5005 16.9091 15.6551 16.6245 15.7945 16.4758C15.9387 16.3221 16.1235 16.25 16.3068 16.25C16.5539 16.25 16.7511 16.3236 16.8891 16.3988C16.958 16.4364 17.0082 16.4724 17.0367 16.4947C17.0428 16.4995 17.0478 16.5036 17.0516 16.5067C17.0549 16.5094 17.0573 16.5115 17.0588 16.5128C17.4456 16.8849 18.058 16.8849 18.4448 16.5128C18.4481 16.51 18.4555 16.5036 18.4669 16.4947C18.4954 16.4724 18.5457 16.4364 18.6145 16.3988C18.7525 16.3236 18.9498 16.25 19.1968 16.25C19.3801 16.25 19.565 16.3221 19.7091 16.4758C19.8485 16.6245 20.0031 16.9091 20.0031 17.4175C20.0031 17.9864 19.5683 18.632 18.8422 19.2318C18.5061 19.5095 18.1601 19.7327 17.8885 19.8836C17.839 19.9111 17.7933 19.9355 17.7518 19.9568C17.7103 19.9355 17.6646 19.9111 17.6151 19.8836C17.3435 19.7327 16.9975 19.5095 16.6614 19.2318C15.9353 18.632 15.5005 17.9864 15.5005 17.4175Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconShoppingBagLike2;\n"
6
+ "import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconShoppingBagLike2: FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props}><Path d=\"M19.1967 14.25C19.9164 14.2501 20.6352 14.5398 21.1683 15.1084C21.706 15.6822 22.0033 16.4817 22.0033 17.418C22.0031 18.926 20.9473 20.0863 20.1156 20.7734C19.6729 21.1391 19.2231 21.4299 18.8597 21.6318C18.6784 21.7326 18.508 21.8166 18.3627 21.8789C18.2912 21.9095 18.2144 21.9404 18.1381 21.9648C18.0951 21.9786 17.9371 22.0302 17.7513 22.0303C17.566 22.0302 17.4091 21.9788 17.3656 21.9648C17.2891 21.9404 17.2116 21.9096 17.14 21.8789C16.9948 21.8167 16.8251 21.7325 16.6439 21.6318C16.2806 21.43 15.8299 21.1392 15.3871 20.7734C14.5554 20.0863 13.5006 18.9259 13.5004 17.418C13.5004 16.4815 13.7975 15.6822 14.3353 15.1084C14.8685 14.5398 15.5872 14.25 16.307 14.25C16.9072 14.2501 17.3976 14.4167 17.7513 14.5947C18.1053 14.4166 18.596 14.25 19.1967 14.25Z\" fill=\"currentColor\"/><Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M12.0013 2C14.2103 2.00022 16.0013 3.791 16.0013 6V7.00781C17.3869 7.10703 18.5363 8.15226 18.7504 9.54395L19.1664 12.251C18.6401 12.254 18.1655 12.3344 17.7513 12.4541C17.3293 12.3322 16.8443 12.25 16.306 12.25C15.0502 12.2501 13.7987 12.7565 12.8763 13.7402C11.939 14.7401 11.5004 16.0545 11.5004 17.418C11.5005 19.5751 12.8028 21.1313 13.7523 22H6.8324C4.99377 22 3.58802 20.3612 3.86755 18.5439L5.25232 9.54395C5.46646 8.15213 6.61563 7.10684 8.00134 7.00781V6C8.00134 3.79086 9.7922 2 12.0013 2ZM12.0013 4C10.8968 4 10.0013 4.89543 10.0013 6V7H14.0013V6C14.0013 4.89557 13.1057 4.00022 12.0013 4Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconShoppingBagLike2;\n"
7
7
  ],
8
- "mappings": "AAAA,qBACA,cAAS,yBAMF,IAAM,EAET,EACF,WACA,OAAO,MACJ,KACC,CACJ,OACE,gBAQE,EARF,IACM,EACJ,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,QAEJ,CACD,GCvBN,qBAEA,eAAS,yBAEF,IAAM,EAAiD,CAAC,IAAU,CACvE,OAAO,gBAA22E,EAA32E,IAAqB,GAAO,gBAAC,EAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,ilBAAilB,KAAK,eAAc,EAAE,gBAAC,EAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,snDAAsnD,KAAK,eAAc,CAAI,GAGr2E",
9
- "debugId": "3C8ED172D81DCCC364756E2164756E21",
8
+ "mappings": "AAAA,qBACA,cAAS,yBAMF,IAAM,EAET,EACF,WACA,OAAO,MACJ,KACC,CACJ,OACE,gBAQE,EARF,IACM,EACJ,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,QAEJ,CACD,GCvBN,qBAEA,eAAS,yBAEF,IAAM,EAAiD,CAAC,IAAU,CACvE,OAAO,gBAAw9C,EAAx9C,IAAqB,GAAO,gBAAC,EAAD,CAAM,EAAE,8vBAA8vB,KAAK,eAAc,EAAE,gBAAC,EAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,4lBAA4lB,KAAK,eAAc,CAAI,GAGl9C",
9
+ "debugId": "D5D4DED6D639DA5164756E2164756E21",
10
10
  "names": []
11
11
  }
@@ -1,4 +1,4 @@
1
1
  import { FC } from "react";
2
2
  import { type CentralIconBaseProps } from "../CentralIconBase";
3
- export declare const IconSiri: FC<CentralIconBaseProps>;
4
- export default IconSiri;
3
+ export declare const IconSiriGen1: FC<CentralIconBaseProps>;
4
+ export default IconSiriGen1;
@@ -0,0 +1,3 @@
1
+ var h=Object.create;var{getPrototypeOf:y,defineProperty:e,getOwnPropertyNames:f,getOwnPropertyDescriptor:F}=Object,i=Object.prototype.hasOwnProperty;function B(C){return this[C]}var b,d,I=(C,r,o)=>{var t=C!=null&&typeof C==="object";if(t){var m=r?b??=new WeakMap:d??=new WeakMap,s=m.get(C);if(s)return s}o=C!=null?h(y(C)):{};let n=r||!C||!C.__esModule?e(o,"default",{value:C,enumerable:!0}):o;for(let p of f(C))if(!i.call(n,p))e(n,p,{get:B.bind(C,p),enumerable:!0});if(t)m.set(C,n);return n},u=(C)=>{var r=(c??=new WeakMap).get(C),o;if(r)return r;if(r=e({},"__esModule",{value:!0}),C&&typeof C==="object"||typeof C==="function"){for(var t of f(C))if(!i.call(r,t))e(r,t,{get:B.bind(C,t),enumerable:!(o=F(C,t))||o.enumerable})}return c.set(C,r),r},c;var M=(C)=>C;function Z(C,r){this[C]=M.bind(null,r)}var x=(C,r)=>{for(var o in r)e(C,o,{get:r[o],enumerable:!0,configurable:!0,set:Z.bind(r,o)})};var w={};x(w,{CentralIconBase:()=>a});module.exports=u(w);var P=I(require("react")),g=require("react-native-svg"),a=({children:C,size:r=24,...o})=>{return P.default.createElement(g.Svg,{...o,width:typeof r==="number"?`${r}px`:r,height:typeof r==="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},C)};var H={};x(H,{default:()=>L,IconSiriGen1:()=>S});module.exports=u(H);var l=I(require("react"));var v=require("react-native-svg"),S=(C)=>{return l.default.createElement(a,{...C},l.default.createElement(v.Path,{d:"M21.9917 11.5776C21.8802 8.96429 20.75 6.49859 18.8432 4.70878C16.9365 2.91896 14.4049 1.94739 11.7908 2.0022C9.17676 2.05701 6.6881 3.13386 4.85802 5.00203C3.02794 6.8702 2.002 9.38111 2 11.9968C2 12.0159 2.03064 13.1384 2.10766 13.6885C2.19047 14.2685 2.5772 15.4432 2.61778 15.4664C3.42899 17.66 4.9827 19.5 7.00899 20.6668C9.03528 21.8336 11.4061 22.2533 13.7096 21.8532C16.0131 21.4531 18.1037 20.2583 19.6182 18.4765C21.1327 16.6946 21.9755 14.4383 22 12.0996C22 12.0788 21.9934 11.6108 21.9917 11.5776ZM12.0087 20.5308C10.5772 20.5319 9.16848 20.1725 7.9123 19.4858C6.65612 18.7991 5.59289 17.8072 4.82059 16.6014C5.32921 16.8089 5.87214 16.9193 6.42135 16.927C8.40884 16.9071 10.1305 16.304 11.742 15.2427C12.2687 14.8964 13.0024 14.2925 13.5109 13.9222L12.3093 12.8286C11.1226 13.6736 9.23945 15.0224 7.76622 15.2593C5.08091 15.6914 3.28571 13.895 3.49973 11.2885C3.65625 10.1767 4.2674 9.14942 5.37046 8.70288C6.52983 8.23397 7.68341 8.35575 8.79641 8.86857C10.1529 9.48991 11.1773 10.552 12.2621 11.5329C13.2691 12.4442 14.3324 13.2892 15.3079 14.2345C16.8698 15.7539 18.5376 15.9005 19.8113 15.4623C19.1398 16.9714 18.0454 18.2533 16.6606 19.1529C15.2757 20.0525 13.6599 20.5311 12.0087 20.5308ZM19.7732 13.7374L19.7657 13.7432C19.4687 13.9698 19.1011 14.0839 18.7281 14.0655H18.7024C18.5467 14.0658 18.3914 14.0469 18.2403 14.0092H18.2312C17.0776 13.7797 16.2172 13.049 15.3734 12.3C14.0707 11.1402 12.8145 9.93314 11.4696 8.82963C9.52076 7.22295 7 6.4 4.69057 7.58611C5.52015 6.20714 6.72215 5.09059 8.15819 4.36503C9.59423 3.63946 11.2059 3.33439 12.8076 3.48493C14.4094 3.63548 15.9361 4.23552 17.2119 5.21596C18.4877 6.1964 19.4608 7.51739 20.0191 9.0268C19.2366 8.74679 18.0871 8.59932 17.0992 9.17676C16.3497 9.61418 15.6566 10.0466 14.8458 10.6083C15.2409 10.9861 16.0226 11.6679 16.0226 11.6679C16.3812 11.4078 17.9099 10.1767 18.8142 10.2148C19.8791 10.2141 20.6997 11.2945 20.6116 12.3142C20.5624 12.8841 20.2475 13.4181 19.7732 13.7374Z",fill:"currentColor"}))},L=S;
2
+
3
+ //# debugId=87551F247CBF95FD64756E2164756E21
@@ -0,0 +1,11 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["src/CentralIconBase/index.tsx", "src/IconSiriGen1/index.tsx"],
4
+ "sourcesContent": [
5
+ "import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<\n CentralIconBaseProps\n> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\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 >\n {children}\n </Svg>\n );\n};\n",
6
+ "import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconSiriGen1: FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props}><Path d=\"M21.9917 11.5776C21.8802 8.96429 20.75 6.49859 18.8432 4.70878C16.9365 2.91896 14.4049 1.94739 11.7908 2.0022C9.17676 2.05701 6.6881 3.13386 4.85802 5.00203C3.02794 6.8702 2.002 9.38111 2 11.9968C2 12.0159 2.03064 13.1384 2.10766 13.6885C2.19047 14.2685 2.5772 15.4432 2.61778 15.4664C3.42899 17.66 4.9827 19.5 7.00899 20.6668C9.03528 21.8336 11.4061 22.2533 13.7096 21.8532C16.0131 21.4531 18.1037 20.2583 19.6182 18.4765C21.1327 16.6946 21.9755 14.4383 22 12.0996C22 12.0788 21.9934 11.6108 21.9917 11.5776ZM12.0087 20.5308C10.5772 20.5319 9.16848 20.1725 7.9123 19.4858C6.65612 18.7991 5.59289 17.8072 4.82059 16.6014C5.32921 16.8089 5.87214 16.9193 6.42135 16.927C8.40884 16.9071 10.1305 16.304 11.742 15.2427C12.2687 14.8964 13.0024 14.2925 13.5109 13.9222L12.3093 12.8286C11.1226 13.6736 9.23945 15.0224 7.76622 15.2593C5.08091 15.6914 3.28571 13.895 3.49973 11.2885C3.65625 10.1767 4.2674 9.14942 5.37046 8.70288C6.52983 8.23397 7.68341 8.35575 8.79641 8.86857C10.1529 9.48991 11.1773 10.552 12.2621 11.5329C13.2691 12.4442 14.3324 13.2892 15.3079 14.2345C16.8698 15.7539 18.5376 15.9005 19.8113 15.4623C19.1398 16.9714 18.0454 18.2533 16.6606 19.1529C15.2757 20.0525 13.6599 20.5311 12.0087 20.5308ZM19.7732 13.7374L19.7657 13.7432C19.4687 13.9698 19.1011 14.0839 18.7281 14.0655H18.7024C18.5467 14.0658 18.3914 14.0469 18.2403 14.0092H18.2312C17.0776 13.7797 16.2172 13.049 15.3734 12.3C14.0707 11.1402 12.8145 9.93314 11.4696 8.82963C9.52076 7.22295 7 6.4 4.69057 7.58611C5.52015 6.20714 6.72215 5.09059 8.15819 4.36503C9.59423 3.63946 11.2059 3.33439 12.8076 3.48493C14.4094 3.63548 15.9361 4.23552 17.2119 5.21596C18.4877 6.1964 19.4608 7.51739 20.0191 9.0268C19.2366 8.74679 18.0871 8.59932 17.0992 9.17676C16.3497 9.61418 15.6566 10.0466 14.8458 10.6083C15.2409 10.9861 16.0226 11.6679 16.0226 11.6679C16.3812 11.4078 17.9099 10.1767 18.8142 10.2148C19.8791 10.2141 20.6997 11.2945 20.6116 12.3142C20.5624 12.8841 20.2475 13.4181 19.7732 13.7374Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconSiriGen1;\n"
7
+ ],
8
+ "mappings": "w7BAA0B,IAA1B,sBACA,8BAMa,EAET,EACF,WACA,OAAO,MACJ,KACC,CACJ,OACE,wBAQE,MARF,IACM,EACJ,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,QAEJ,CACD,wECvBoB,IAA1B,sBAEqB,IAArB,8BAEa,EAAyC,CAAC,IAAU,CAC/D,OAAO,wBAAs+D,EAAt+D,IAAqB,GAAO,wBAAC,OAAD,CAAM,EAAE,26DAA26D,KAAK,eAAc,CAAI,GAGh+D",
9
+ "debugId": "87551F247CBF95FD64756E2164756E21",
10
+ "names": []
11
+ }
@@ -1,3 +1,3 @@
1
- import n from"react";import{Svg as p}from"react-native-svg";var o=({children:r,size:C=24,...e})=>{return n.createElement(p,{...e,width:typeof C==="number"?`${C}px`:C,height:typeof C==="number"?`${C}px`:C,viewBox:"0 0 24 24",fill:"none"},r)};import t from"react";import{Path as a}from"react-native-svg";var l=(r)=>{return t.createElement(o,{...r},t.createElement(a,{d:"M21.9917 11.5776C21.8802 8.96429 20.75 6.49859 18.8432 4.70878C16.9365 2.91896 14.4049 1.94739 11.7908 2.0022C9.17676 2.05701 6.6881 3.13386 4.85802 5.00203C3.02794 6.8702 2.002 9.38111 2 11.9968C2 12.0159 2.03064 13.1384 2.10766 13.6885C2.19047 14.2685 2.5772 15.4432 2.61778 15.4664C3.42899 17.66 4.9827 19.5 7.00899 20.6668C9.03528 21.8336 11.4061 22.2533 13.7096 21.8532C16.0131 21.4531 18.1037 20.2583 19.6182 18.4765C21.1327 16.6946 21.9755 14.4383 22 12.0996C22 12.0788 21.9934 11.6108 21.9917 11.5776ZM12.0087 20.5308C10.5772 20.5319 9.16848 20.1725 7.9123 19.4858C6.65612 18.7991 5.59289 17.8072 4.82059 16.6014C5.32921 16.8089 5.87214 16.9193 6.42135 16.927C8.40884 16.9071 10.1305 16.304 11.742 15.2427C12.2687 14.8964 13.0024 14.2925 13.5109 13.9222L12.3093 12.8286C11.1226 13.6736 9.23945 15.0224 7.76622 15.2593C5.08091 15.6914 3.28571 13.895 3.49973 11.2885C3.65625 10.1767 4.2674 9.14942 5.37046 8.70288C6.52983 8.23397 7.68341 8.35575 8.79641 8.86857C10.1529 9.48991 11.1773 10.552 12.2621 11.5329C13.2691 12.4442 14.3324 13.2892 15.3079 14.2345C16.8698 15.7539 18.5376 15.9005 19.8113 15.4623C19.1398 16.9714 18.0454 18.2533 16.6606 19.1529C15.2757 20.0525 13.6599 20.5311 12.0087 20.5308ZM19.7732 13.7374L19.7657 13.7432C19.4687 13.9698 19.1011 14.0839 18.7281 14.0655H18.7024C18.5467 14.0658 18.3914 14.0469 18.2403 14.0092H18.2312C17.0776 13.7797 16.2172 13.049 15.3734 12.3C14.0707 11.1402 12.8145 9.93314 11.4696 8.82963C9.52076 7.22295 7 6.4 4.69057 7.58611C5.52015 6.20714 6.72215 5.09059 8.15819 4.36503C9.59423 3.63946 11.2059 3.33439 12.8076 3.48493C14.4094 3.63548 15.9361 4.23552 17.2119 5.21596C18.4877 6.1964 19.4608 7.51739 20.0191 9.0268C19.2366 8.74679 18.0871 8.59932 17.0992 9.17676C16.3497 9.61418 15.6566 10.0466 14.8458 10.6083C15.2409 10.9861 16.0226 11.6679 16.0226 11.6679C16.3812 11.4078 17.9099 10.1767 18.8142 10.2148C19.8791 10.2141 20.6997 11.2945 20.6116 12.3142C20.5624 12.8841 20.2475 13.4181 19.7732 13.7374Z",fill:"currentColor"}))},g=l;export{g as default,l as IconSiri};
1
+ import n from"react";import{Svg as p}from"react-native-svg";var o=({children:r,size:C=24,...e})=>{return n.createElement(p,{...e,width:typeof C==="number"?`${C}px`:C,height:typeof C==="number"?`${C}px`:C,viewBox:"0 0 24 24",fill:"none"},r)};import t from"react";import{Path as a}from"react-native-svg";var l=(r)=>{return t.createElement(o,{...r},t.createElement(a,{d:"M21.9917 11.5776C21.8802 8.96429 20.75 6.49859 18.8432 4.70878C16.9365 2.91896 14.4049 1.94739 11.7908 2.0022C9.17676 2.05701 6.6881 3.13386 4.85802 5.00203C3.02794 6.8702 2.002 9.38111 2 11.9968C2 12.0159 2.03064 13.1384 2.10766 13.6885C2.19047 14.2685 2.5772 15.4432 2.61778 15.4664C3.42899 17.66 4.9827 19.5 7.00899 20.6668C9.03528 21.8336 11.4061 22.2533 13.7096 21.8532C16.0131 21.4531 18.1037 20.2583 19.6182 18.4765C21.1327 16.6946 21.9755 14.4383 22 12.0996C22 12.0788 21.9934 11.6108 21.9917 11.5776ZM12.0087 20.5308C10.5772 20.5319 9.16848 20.1725 7.9123 19.4858C6.65612 18.7991 5.59289 17.8072 4.82059 16.6014C5.32921 16.8089 5.87214 16.9193 6.42135 16.927C8.40884 16.9071 10.1305 16.304 11.742 15.2427C12.2687 14.8964 13.0024 14.2925 13.5109 13.9222L12.3093 12.8286C11.1226 13.6736 9.23945 15.0224 7.76622 15.2593C5.08091 15.6914 3.28571 13.895 3.49973 11.2885C3.65625 10.1767 4.2674 9.14942 5.37046 8.70288C6.52983 8.23397 7.68341 8.35575 8.79641 8.86857C10.1529 9.48991 11.1773 10.552 12.2621 11.5329C13.2691 12.4442 14.3324 13.2892 15.3079 14.2345C16.8698 15.7539 18.5376 15.9005 19.8113 15.4623C19.1398 16.9714 18.0454 18.2533 16.6606 19.1529C15.2757 20.0525 13.6599 20.5311 12.0087 20.5308ZM19.7732 13.7374L19.7657 13.7432C19.4687 13.9698 19.1011 14.0839 18.7281 14.0655H18.7024C18.5467 14.0658 18.3914 14.0469 18.2403 14.0092H18.2312C17.0776 13.7797 16.2172 13.049 15.3734 12.3C14.0707 11.1402 12.8145 9.93314 11.4696 8.82963C9.52076 7.22295 7 6.4 4.69057 7.58611C5.52015 6.20714 6.72215 5.09059 8.15819 4.36503C9.59423 3.63946 11.2059 3.33439 12.8076 3.48493C14.4094 3.63548 15.9361 4.23552 17.2119 5.21596C18.4877 6.1964 19.4608 7.51739 20.0191 9.0268C19.2366 8.74679 18.0871 8.59932 17.0992 9.17676C16.3497 9.61418 15.6566 10.0466 14.8458 10.6083C15.2409 10.9861 16.0226 11.6679 16.0226 11.6679C16.3812 11.4078 17.9099 10.1767 18.8142 10.2148C19.8791 10.2141 20.6997 11.2945 20.6116 12.3142C20.5624 12.8841 20.2475 13.4181 19.7732 13.7374Z",fill:"currentColor"}))},g=l;export{g as default,l as IconSiriGen1};
2
2
 
3
- //# debugId=FCF503800DECE47B64756E2164756E21
3
+ //# debugId=72821846CB3619E164756E2164756E21
@@ -0,0 +1,11 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["src/CentralIconBase/index.tsx", "src/IconSiriGen1/index.tsx"],
4
+ "sourcesContent": [
5
+ "import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<\n CentralIconBaseProps\n> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\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 >\n {children}\n </Svg>\n );\n};\n",
6
+ "import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconSiriGen1: FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props}><Path d=\"M21.9917 11.5776C21.8802 8.96429 20.75 6.49859 18.8432 4.70878C16.9365 2.91896 14.4049 1.94739 11.7908 2.0022C9.17676 2.05701 6.6881 3.13386 4.85802 5.00203C3.02794 6.8702 2.002 9.38111 2 11.9968C2 12.0159 2.03064 13.1384 2.10766 13.6885C2.19047 14.2685 2.5772 15.4432 2.61778 15.4664C3.42899 17.66 4.9827 19.5 7.00899 20.6668C9.03528 21.8336 11.4061 22.2533 13.7096 21.8532C16.0131 21.4531 18.1037 20.2583 19.6182 18.4765C21.1327 16.6946 21.9755 14.4383 22 12.0996C22 12.0788 21.9934 11.6108 21.9917 11.5776ZM12.0087 20.5308C10.5772 20.5319 9.16848 20.1725 7.9123 19.4858C6.65612 18.7991 5.59289 17.8072 4.82059 16.6014C5.32921 16.8089 5.87214 16.9193 6.42135 16.927C8.40884 16.9071 10.1305 16.304 11.742 15.2427C12.2687 14.8964 13.0024 14.2925 13.5109 13.9222L12.3093 12.8286C11.1226 13.6736 9.23945 15.0224 7.76622 15.2593C5.08091 15.6914 3.28571 13.895 3.49973 11.2885C3.65625 10.1767 4.2674 9.14942 5.37046 8.70288C6.52983 8.23397 7.68341 8.35575 8.79641 8.86857C10.1529 9.48991 11.1773 10.552 12.2621 11.5329C13.2691 12.4442 14.3324 13.2892 15.3079 14.2345C16.8698 15.7539 18.5376 15.9005 19.8113 15.4623C19.1398 16.9714 18.0454 18.2533 16.6606 19.1529C15.2757 20.0525 13.6599 20.5311 12.0087 20.5308ZM19.7732 13.7374L19.7657 13.7432C19.4687 13.9698 19.1011 14.0839 18.7281 14.0655H18.7024C18.5467 14.0658 18.3914 14.0469 18.2403 14.0092H18.2312C17.0776 13.7797 16.2172 13.049 15.3734 12.3C14.0707 11.1402 12.8145 9.93314 11.4696 8.82963C9.52076 7.22295 7 6.4 4.69057 7.58611C5.52015 6.20714 6.72215 5.09059 8.15819 4.36503C9.59423 3.63946 11.2059 3.33439 12.8076 3.48493C14.4094 3.63548 15.9361 4.23552 17.2119 5.21596C18.4877 6.1964 19.4608 7.51739 20.0191 9.0268C19.2366 8.74679 18.0871 8.59932 17.0992 9.17676C16.3497 9.61418 15.6566 10.0466 14.8458 10.6083C15.2409 10.9861 16.0226 11.6679 16.0226 11.6679C16.3812 11.4078 17.9099 10.1767 18.8142 10.2148C19.8791 10.2141 20.6997 11.2945 20.6116 12.3142C20.5624 12.8841 20.2475 13.4181 19.7732 13.7374Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconSiriGen1;\n"
7
+ ],
8
+ "mappings": "AAAA,qBACA,cAAS,yBAMF,IAAM,EAET,EACF,WACA,OAAO,MACJ,KACC,CACJ,OACE,gBAQE,EARF,IACM,EACJ,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,QAEJ,CACD,GCvBN,qBAEA,eAAS,yBAEF,IAAM,EAAyC,CAAC,IAAU,CAC/D,OAAO,gBAAs+D,EAAt+D,IAAqB,GAAO,gBAAC,EAAD,CAAM,EAAE,26DAA26D,KAAK,eAAc,CAAI,GAGh+D",
9
+ "debugId": "72821846CB3619E164756E2164756E21",
10
+ "names": []
11
+ }
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconSiriGen2: FC<CentralIconBaseProps>;
4
+ export default IconSiriGen2;
@@ -0,0 +1,3 @@
1
+ var h=Object.create;var{getPrototypeOf:y,defineProperty:e,getOwnPropertyNames:f,getOwnPropertyDescriptor:F}=Object,i=Object.prototype.hasOwnProperty;function B(C){return this[C]}var b,d,I=(C,r,o)=>{var t=C!=null&&typeof C==="object";if(t){var m=r?b??=new WeakMap:d??=new WeakMap,s=m.get(C);if(s)return s}o=C!=null?h(y(C)):{};let n=r||!C||!C.__esModule?e(o,"default",{value:C,enumerable:!0}):o;for(let p of f(C))if(!i.call(n,p))e(n,p,{get:B.bind(C,p),enumerable:!0});if(t)m.set(C,n);return n},u=(C)=>{var r=(c??=new WeakMap).get(C),o;if(r)return r;if(r=e({},"__esModule",{value:!0}),C&&typeof C==="object"||typeof C==="function"){for(var t of f(C))if(!i.call(r,t))e(r,t,{get:B.bind(C,t),enumerable:!(o=F(C,t))||o.enumerable})}return c.set(C,r),r},c;var M=(C)=>C;function Z(C,r){this[C]=M.bind(null,r)}var x=(C,r)=>{for(var o in r)e(C,o,{get:r[o],enumerable:!0,configurable:!0,set:Z.bind(r,o)})};var w={};x(w,{CentralIconBase:()=>a});module.exports=u(w);var P=I(require("react")),g=require("react-native-svg"),a=({children:C,size:r=24,...o})=>{return P.default.createElement(g.Svg,{...o,width:typeof r==="number"?`${r}px`:r,height:typeof r==="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},C)};var $={};x($,{default:()=>G,IconSiriGen2:()=>S});module.exports=u($);var l=I(require("react"));var v=require("react-native-svg"),S=(C)=>{return l.default.createElement(a,{...C},l.default.createElement(v.Path,{d:"M12.0469 22C10.6678 22 9.37367 21.7386 8.16452 21.2157C6.95537 20.6993 5.89328 19.9837 4.97825 19.0686C4.06321 18.1536 3.34426 17.0915 2.82138 15.8824C2.30504 14.6732 2.04688 13.3791 2.04688 12C2.04688 10.6209 2.30504 9.3268 2.82138 8.11765C3.34426 6.9085 4.06321 5.84641 4.97825 4.93137C5.89328 4.0098 6.95537 3.29085 8.16452 2.77451C9.37367 2.25817 10.6678 2 12.0469 2C13.426 2 14.7201 2.25817 15.9292 2.77451C17.1384 3.29085 18.2005 4.0098 19.1155 4.93137C20.0305 5.84641 20.7462 6.9085 21.2626 8.11765C21.7854 9.3268 22.0469 10.6209 22.0469 12C22.0469 13.3791 21.7854 14.6732 21.2626 15.8824C20.7462 17.0915 20.0305 18.1536 19.1155 19.0686C18.2005 19.9837 17.1384 20.6993 15.9292 21.2157C14.7201 21.7386 13.426 22 12.0469 22ZM17.3704 13.7353C18.1547 13.7353 18.7985 13.4771 19.3018 12.9608C19.805 12.4444 20.0567 11.7582 20.0567 10.902C20.0567 9.98039 19.8508 9.08824 19.439 8.22549C19.0273 7.36275 18.4554 6.5915 17.7233 5.91176C16.9913 5.22549 16.1384 4.68301 15.1645 4.28431C14.1972 3.87908 13.158 3.67647 12.0469 3.67647C11.0338 3.67647 10.0992 3.83333 9.24295 4.14706C8.39328 4.46078 7.63511 4.88562 6.96844 5.42157C6.30178 5.95752 5.73315 6.55882 5.26256 7.22549C4.79851 7.89216 4.44557 8.58497 4.20374 9.30392C3.96191 10.0229 3.84099 10.719 3.84099 11.3922C3.84099 11.7647 3.90308 12.0327 4.02727 12.1961C4.15799 12.3529 4.33772 12.4314 4.56648 12.4314C4.82138 12.4248 5.07629 12.3562 5.33119 12.2255C5.59263 12.0948 5.88674 11.9477 6.21354 11.7843C6.54688 11.6209 6.93903 11.4771 7.39001 11.3529C7.84099 11.2222 8.38348 11.1569 9.01746 11.1569C9.58609 11.1569 10.1416 11.2451 10.6841 11.4216C11.2266 11.5915 11.7658 11.8072 12.3018 12.0686C12.8377 12.3235 13.3769 12.5784 13.9194 12.8333C14.4684 13.0882 15.0273 13.3039 15.5959 13.4804C16.1645 13.6503 16.756 13.7353 17.3704 13.7353ZM12.0469 20.3235C13.0077 20.3235 13.8998 20.1732 14.7233 19.8725C15.5534 19.5719 16.2756 19.1928 16.89 18.7353C17.5109 18.2712 17.9913 17.7974 18.3312 17.3137C18.6776 16.8235 18.8508 16.3889 18.8508 16.0098C18.8508 15.8268 18.8116 15.6993 18.7332 15.6275C18.6547 15.549 18.5142 15.5033 18.3116 15.4902C18.109 15.4771 17.8214 15.4706 17.4488 15.4706C16.7103 15.4706 16.0207 15.3856 15.3802 15.2157C14.7397 15.0392 14.1351 14.8235 13.5665 14.5686C13.0044 14.3137 12.4619 14.0588 11.939 13.8039C11.4162 13.549 10.8998 13.3366 10.39 13.1667C9.88674 12.9902 9.37694 12.902 8.8606 12.902C8.27237 12.902 7.73315 13.0098 7.24295 13.2255C6.75929 13.4346 6.37367 13.7451 6.08609 14.1569C5.79851 14.5686 5.65472 15.0784 5.65472 15.6863C5.65472 16.2549 5.81158 16.817 6.12531 17.3725C6.43903 17.9216 6.88348 18.4183 7.45864 18.8627C8.0338 19.3072 8.71027 19.6601 9.48805 19.9216C10.2658 20.1895 11.1188 20.3235 12.0469 20.3235Z",fill:"currentColor"}))},G=S;
2
+
3
+ //# debugId=CDE253A448353DFB64756E2164756E21
@@ -0,0 +1,11 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["src/CentralIconBase/index.tsx", "src/IconSiriGen2/index.tsx"],
4
+ "sourcesContent": [
5
+ "import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<\n CentralIconBaseProps\n> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\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 >\n {children}\n </Svg>\n );\n};\n",
6
+ "import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconSiriGen2: FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props}><Path d=\"M12.0469 22C10.6678 22 9.37367 21.7386 8.16452 21.2157C6.95537 20.6993 5.89328 19.9837 4.97825 19.0686C4.06321 18.1536 3.34426 17.0915 2.82138 15.8824C2.30504 14.6732 2.04688 13.3791 2.04688 12C2.04688 10.6209 2.30504 9.3268 2.82138 8.11765C3.34426 6.9085 4.06321 5.84641 4.97825 4.93137C5.89328 4.0098 6.95537 3.29085 8.16452 2.77451C9.37367 2.25817 10.6678 2 12.0469 2C13.426 2 14.7201 2.25817 15.9292 2.77451C17.1384 3.29085 18.2005 4.0098 19.1155 4.93137C20.0305 5.84641 20.7462 6.9085 21.2626 8.11765C21.7854 9.3268 22.0469 10.6209 22.0469 12C22.0469 13.3791 21.7854 14.6732 21.2626 15.8824C20.7462 17.0915 20.0305 18.1536 19.1155 19.0686C18.2005 19.9837 17.1384 20.6993 15.9292 21.2157C14.7201 21.7386 13.426 22 12.0469 22ZM17.3704 13.7353C18.1547 13.7353 18.7985 13.4771 19.3018 12.9608C19.805 12.4444 20.0567 11.7582 20.0567 10.902C20.0567 9.98039 19.8508 9.08824 19.439 8.22549C19.0273 7.36275 18.4554 6.5915 17.7233 5.91176C16.9913 5.22549 16.1384 4.68301 15.1645 4.28431C14.1972 3.87908 13.158 3.67647 12.0469 3.67647C11.0338 3.67647 10.0992 3.83333 9.24295 4.14706C8.39328 4.46078 7.63511 4.88562 6.96844 5.42157C6.30178 5.95752 5.73315 6.55882 5.26256 7.22549C4.79851 7.89216 4.44557 8.58497 4.20374 9.30392C3.96191 10.0229 3.84099 10.719 3.84099 11.3922C3.84099 11.7647 3.90308 12.0327 4.02727 12.1961C4.15799 12.3529 4.33772 12.4314 4.56648 12.4314C4.82138 12.4248 5.07629 12.3562 5.33119 12.2255C5.59263 12.0948 5.88674 11.9477 6.21354 11.7843C6.54688 11.6209 6.93903 11.4771 7.39001 11.3529C7.84099 11.2222 8.38348 11.1569 9.01746 11.1569C9.58609 11.1569 10.1416 11.2451 10.6841 11.4216C11.2266 11.5915 11.7658 11.8072 12.3018 12.0686C12.8377 12.3235 13.3769 12.5784 13.9194 12.8333C14.4684 13.0882 15.0273 13.3039 15.5959 13.4804C16.1645 13.6503 16.756 13.7353 17.3704 13.7353ZM12.0469 20.3235C13.0077 20.3235 13.8998 20.1732 14.7233 19.8725C15.5534 19.5719 16.2756 19.1928 16.89 18.7353C17.5109 18.2712 17.9913 17.7974 18.3312 17.3137C18.6776 16.8235 18.8508 16.3889 18.8508 16.0098C18.8508 15.8268 18.8116 15.6993 18.7332 15.6275C18.6547 15.549 18.5142 15.5033 18.3116 15.4902C18.109 15.4771 17.8214 15.4706 17.4488 15.4706C16.7103 15.4706 16.0207 15.3856 15.3802 15.2157C14.7397 15.0392 14.1351 14.8235 13.5665 14.5686C13.0044 14.3137 12.4619 14.0588 11.939 13.8039C11.4162 13.549 10.8998 13.3366 10.39 13.1667C9.88674 12.9902 9.37694 12.902 8.8606 12.902C8.27237 12.902 7.73315 13.0098 7.24295 13.2255C6.75929 13.4346 6.37367 13.7451 6.08609 14.1569C5.79851 14.5686 5.65472 15.0784 5.65472 15.6863C5.65472 16.2549 5.81158 16.817 6.12531 17.3725C6.43903 17.9216 6.88348 18.4183 7.45864 18.8627C8.0338 19.3072 8.71027 19.6601 9.48805 19.9216C10.2658 20.1895 11.1188 20.3235 12.0469 20.3235Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconSiriGen2;\n"
7
+ ],
8
+ "mappings": "w7BAA0B,IAA1B,sBACA,8BAMa,EAET,EACF,WACA,OAAO,MACJ,KACC,CACJ,OACE,wBAQE,MARF,IACM,EACJ,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,QAEJ,CACD,wECvBoB,IAA1B,sBAEqB,IAArB,8BAEa,EAAyC,CAAC,IAAU,CAC/D,OAAO,wBAAotF,EAAptF,IAAqB,GAAO,wBAAC,OAAD,CAAM,EAAE,ypFAAypF,KAAK,eAAc,CAAI,GAG9sF",
9
+ "debugId": "CDE253A448353DFB64756E2164756E21",
10
+ "names": []
11
+ }
@@ -0,0 +1,3 @@
1
+ import n from"react";import{Svg as p}from"react-native-svg";var o=({children:r,size:C=24,...e})=>{return n.createElement(p,{...e,width:typeof C==="number"?`${C}px`:C,height:typeof C==="number"?`${C}px`:C,viewBox:"0 0 24 24",fill:"none"},r)};import t from"react";import{Path as a}from"react-native-svg";var l=(r)=>{return t.createElement(o,{...r},t.createElement(a,{d:"M12.0469 22C10.6678 22 9.37367 21.7386 8.16452 21.2157C6.95537 20.6993 5.89328 19.9837 4.97825 19.0686C4.06321 18.1536 3.34426 17.0915 2.82138 15.8824C2.30504 14.6732 2.04688 13.3791 2.04688 12C2.04688 10.6209 2.30504 9.3268 2.82138 8.11765C3.34426 6.9085 4.06321 5.84641 4.97825 4.93137C5.89328 4.0098 6.95537 3.29085 8.16452 2.77451C9.37367 2.25817 10.6678 2 12.0469 2C13.426 2 14.7201 2.25817 15.9292 2.77451C17.1384 3.29085 18.2005 4.0098 19.1155 4.93137C20.0305 5.84641 20.7462 6.9085 21.2626 8.11765C21.7854 9.3268 22.0469 10.6209 22.0469 12C22.0469 13.3791 21.7854 14.6732 21.2626 15.8824C20.7462 17.0915 20.0305 18.1536 19.1155 19.0686C18.2005 19.9837 17.1384 20.6993 15.9292 21.2157C14.7201 21.7386 13.426 22 12.0469 22ZM17.3704 13.7353C18.1547 13.7353 18.7985 13.4771 19.3018 12.9608C19.805 12.4444 20.0567 11.7582 20.0567 10.902C20.0567 9.98039 19.8508 9.08824 19.439 8.22549C19.0273 7.36275 18.4554 6.5915 17.7233 5.91176C16.9913 5.22549 16.1384 4.68301 15.1645 4.28431C14.1972 3.87908 13.158 3.67647 12.0469 3.67647C11.0338 3.67647 10.0992 3.83333 9.24295 4.14706C8.39328 4.46078 7.63511 4.88562 6.96844 5.42157C6.30178 5.95752 5.73315 6.55882 5.26256 7.22549C4.79851 7.89216 4.44557 8.58497 4.20374 9.30392C3.96191 10.0229 3.84099 10.719 3.84099 11.3922C3.84099 11.7647 3.90308 12.0327 4.02727 12.1961C4.15799 12.3529 4.33772 12.4314 4.56648 12.4314C4.82138 12.4248 5.07629 12.3562 5.33119 12.2255C5.59263 12.0948 5.88674 11.9477 6.21354 11.7843C6.54688 11.6209 6.93903 11.4771 7.39001 11.3529C7.84099 11.2222 8.38348 11.1569 9.01746 11.1569C9.58609 11.1569 10.1416 11.2451 10.6841 11.4216C11.2266 11.5915 11.7658 11.8072 12.3018 12.0686C12.8377 12.3235 13.3769 12.5784 13.9194 12.8333C14.4684 13.0882 15.0273 13.3039 15.5959 13.4804C16.1645 13.6503 16.756 13.7353 17.3704 13.7353ZM12.0469 20.3235C13.0077 20.3235 13.8998 20.1732 14.7233 19.8725C15.5534 19.5719 16.2756 19.1928 16.89 18.7353C17.5109 18.2712 17.9913 17.7974 18.3312 17.3137C18.6776 16.8235 18.8508 16.3889 18.8508 16.0098C18.8508 15.8268 18.8116 15.6993 18.7332 15.6275C18.6547 15.549 18.5142 15.5033 18.3116 15.4902C18.109 15.4771 17.8214 15.4706 17.4488 15.4706C16.7103 15.4706 16.0207 15.3856 15.3802 15.2157C14.7397 15.0392 14.1351 14.8235 13.5665 14.5686C13.0044 14.3137 12.4619 14.0588 11.939 13.8039C11.4162 13.549 10.8998 13.3366 10.39 13.1667C9.88674 12.9902 9.37694 12.902 8.8606 12.902C8.27237 12.902 7.73315 13.0098 7.24295 13.2255C6.75929 13.4346 6.37367 13.7451 6.08609 14.1569C5.79851 14.5686 5.65472 15.0784 5.65472 15.6863C5.65472 16.2549 5.81158 16.817 6.12531 17.3725C6.43903 17.9216 6.88348 18.4183 7.45864 18.8627C8.0338 19.3072 8.71027 19.6601 9.48805 19.9216C10.2658 20.1895 11.1188 20.3235 12.0469 20.3235Z",fill:"currentColor"}))},g=l;export{g as default,l as IconSiriGen2};
2
+
3
+ //# debugId=1636957A866DF0E464756E2164756E21
@@ -0,0 +1,11 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["src/CentralIconBase/index.tsx", "src/IconSiriGen2/index.tsx"],
4
+ "sourcesContent": [
5
+ "import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<\n CentralIconBaseProps\n> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\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 >\n {children}\n </Svg>\n );\n};\n",
6
+ "import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconSiriGen2: FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props}><Path d=\"M12.0469 22C10.6678 22 9.37367 21.7386 8.16452 21.2157C6.95537 20.6993 5.89328 19.9837 4.97825 19.0686C4.06321 18.1536 3.34426 17.0915 2.82138 15.8824C2.30504 14.6732 2.04688 13.3791 2.04688 12C2.04688 10.6209 2.30504 9.3268 2.82138 8.11765C3.34426 6.9085 4.06321 5.84641 4.97825 4.93137C5.89328 4.0098 6.95537 3.29085 8.16452 2.77451C9.37367 2.25817 10.6678 2 12.0469 2C13.426 2 14.7201 2.25817 15.9292 2.77451C17.1384 3.29085 18.2005 4.0098 19.1155 4.93137C20.0305 5.84641 20.7462 6.9085 21.2626 8.11765C21.7854 9.3268 22.0469 10.6209 22.0469 12C22.0469 13.3791 21.7854 14.6732 21.2626 15.8824C20.7462 17.0915 20.0305 18.1536 19.1155 19.0686C18.2005 19.9837 17.1384 20.6993 15.9292 21.2157C14.7201 21.7386 13.426 22 12.0469 22ZM17.3704 13.7353C18.1547 13.7353 18.7985 13.4771 19.3018 12.9608C19.805 12.4444 20.0567 11.7582 20.0567 10.902C20.0567 9.98039 19.8508 9.08824 19.439 8.22549C19.0273 7.36275 18.4554 6.5915 17.7233 5.91176C16.9913 5.22549 16.1384 4.68301 15.1645 4.28431C14.1972 3.87908 13.158 3.67647 12.0469 3.67647C11.0338 3.67647 10.0992 3.83333 9.24295 4.14706C8.39328 4.46078 7.63511 4.88562 6.96844 5.42157C6.30178 5.95752 5.73315 6.55882 5.26256 7.22549C4.79851 7.89216 4.44557 8.58497 4.20374 9.30392C3.96191 10.0229 3.84099 10.719 3.84099 11.3922C3.84099 11.7647 3.90308 12.0327 4.02727 12.1961C4.15799 12.3529 4.33772 12.4314 4.56648 12.4314C4.82138 12.4248 5.07629 12.3562 5.33119 12.2255C5.59263 12.0948 5.88674 11.9477 6.21354 11.7843C6.54688 11.6209 6.93903 11.4771 7.39001 11.3529C7.84099 11.2222 8.38348 11.1569 9.01746 11.1569C9.58609 11.1569 10.1416 11.2451 10.6841 11.4216C11.2266 11.5915 11.7658 11.8072 12.3018 12.0686C12.8377 12.3235 13.3769 12.5784 13.9194 12.8333C14.4684 13.0882 15.0273 13.3039 15.5959 13.4804C16.1645 13.6503 16.756 13.7353 17.3704 13.7353ZM12.0469 20.3235C13.0077 20.3235 13.8998 20.1732 14.7233 19.8725C15.5534 19.5719 16.2756 19.1928 16.89 18.7353C17.5109 18.2712 17.9913 17.7974 18.3312 17.3137C18.6776 16.8235 18.8508 16.3889 18.8508 16.0098C18.8508 15.8268 18.8116 15.6993 18.7332 15.6275C18.6547 15.549 18.5142 15.5033 18.3116 15.4902C18.109 15.4771 17.8214 15.4706 17.4488 15.4706C16.7103 15.4706 16.0207 15.3856 15.3802 15.2157C14.7397 15.0392 14.1351 14.8235 13.5665 14.5686C13.0044 14.3137 12.4619 14.0588 11.939 13.8039C11.4162 13.549 10.8998 13.3366 10.39 13.1667C9.88674 12.9902 9.37694 12.902 8.8606 12.902C8.27237 12.902 7.73315 13.0098 7.24295 13.2255C6.75929 13.4346 6.37367 13.7451 6.08609 14.1569C5.79851 14.5686 5.65472 15.0784 5.65472 15.6863C5.65472 16.2549 5.81158 16.817 6.12531 17.3725C6.43903 17.9216 6.88348 18.4183 7.45864 18.8627C8.0338 19.3072 8.71027 19.6601 9.48805 19.9216C10.2658 20.1895 11.1188 20.3235 12.0469 20.3235Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconSiriGen2;\n"
7
+ ],
8
+ "mappings": "AAAA,qBACA,cAAS,yBAMF,IAAM,EAET,EACF,WACA,OAAO,MACJ,KACC,CACJ,OACE,gBAQE,EARF,IACM,EACJ,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,QAEJ,CACD,GCvBN,qBAEA,eAAS,yBAEF,IAAM,EAAyC,CAAC,IAAU,CAC/D,OAAO,gBAAotF,EAAptF,IAAqB,GAAO,gBAAC,EAAD,CAAM,EAAE,ypFAAypF,KAAK,eAAc,CAAI,GAG9sF",
9
+ "debugId": "1636957A866DF0E464756E2164756E21",
10
+ "names": []
11
+ }
package/README.md CHANGED
@@ -1689,7 +1689,7 @@ Below is a complete list of available icons:
1689
1689
  - IconOpenai
1690
1690
  - IconPerplexity
1691
1691
  - IconAppleIntelligence
1692
- - IconSiri
1692
+ - IconSiriGen1
1693
1693
  - IconMicrosoftCopilot
1694
1694
  - IconClaudeai
1695
1695
  - IconAnthropic
@@ -1814,6 +1814,7 @@ Below is a complete list of available icons:
1814
1814
  - IconClawd
1815
1815
  - IconBitcoinCircle
1816
1816
  - IconSwift
1817
+ - IconSiriGen2
1817
1818
 
1818
1819
  ### Sound & Music
1819
1820