@central-icons-react-native/round-filled-radius-1-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=\"M11.9989 2C9.78975 2 7.99889 3.79086 7.99889 6V7H7.3568C6.36966 7 5.53016 7.72022 5.38006 8.69588L3.68775 19.6959C3.50136 20.9074 4.43872 22 5.66449 22H13.7481C12.7986 21.1311 11.4979 19.5741 11.4979 17.4175C11.4979 16.0541 11.9364 14.7399 12.8738 13.7401C13.7963 12.7561 15.0481 12.25 16.3042 12.25C16.8426 12.25 17.3271 12.3322 17.7492 12.4542C18.1636 12.3344 18.638 12.253 19.1645 12.2501L18.6177 8.69589C18.4676 7.72022 17.6281 7 16.641 7H15.9989V6C15.9989 3.79086 14.208 2 11.9989 2ZM13.9989 7V6C13.9989 4.89543 13.1035 4 11.9989 4C10.8943 4 9.99889 4.89543 9.99889 6V7H13.9989Z\" fill=\"currentColor\"/><Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M16.3042 14.25C16.9045 14.25 17.3953 14.4153 17.7492 14.5933C18.1031 14.4153 18.5939 14.25 19.1943 14.25C19.9141 14.25 20.6324 14.5392 21.1656 15.1079C21.7036 15.6818 22.0005 16.481 22.0005 17.4175C22.0005 18.9259 20.9452 20.0866 20.1134 20.7738C19.6705 21.1396 19.2206 21.43 18.8572 21.6319C18.6757 21.7328 18.506 21.8169 18.3606 21.8792C18.289 21.91 18.2119 21.9402 18.1353 21.9648L18.1326 21.9656C18.086 21.9806 17.9315 22.0301 17.7492 22.0301C17.567 22.0301 17.4125 21.9806 17.3659 21.9656L17.3632 21.9648C17.2866 21.9402 17.2095 21.91 17.1378 21.8792C16.9925 21.8169 16.8228 21.7328 16.6413 21.6319C16.2778 21.43 15.8279 21.1396 15.3851 20.7738C14.5533 20.0866 13.4979 18.9259 13.4979 17.4175C13.4979 16.481 13.7949 15.6818 14.3328 15.1079C14.866 14.5392 15.5843 14.25 16.3042 14.25ZM15.4979 17.4175C15.4979 16.9091 15.6525 16.6245 15.7919 16.4758C15.9361 16.3221 16.1209 16.25 16.3042 16.25C16.5513 16.25 16.7485 16.3236 16.8865 16.3988C16.9554 16.4364 17.0056 16.4724 17.0341 16.4947C17.0455 16.5036 17.0529 16.51 17.0562 16.5128C17.443 16.8849 18.0554 16.8849 18.4422 16.5128C18.4455 16.51 18.4529 16.5036 18.4643 16.4947C18.4929 16.4724 18.5431 16.4364 18.6119 16.3988C18.7499 16.3236 18.9472 16.25 19.1943 16.25C19.3775 16.25 19.5624 16.3221 19.7065 16.4758C19.8459 16.6245 20.0005 16.9091 20.0005 17.4175C20.0005 17.9864 19.5657 18.632 18.8396 19.2318C18.5035 19.5095 18.1575 19.7327 17.8859 19.8836C17.8364 19.9111 17.7907 19.9355 17.7492 19.9568C17.7077 19.9355 17.662 19.9111 17.6125 19.8836C17.341 19.7327 16.995 19.5095 16.6588 19.2318C15.9327 18.632 15.4979 17.9864 15.4979 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.1945 14.25C19.9143 14.25 20.633 14.5397 21.1662 15.1084C21.7039 15.6822 22.0011 16.4816 22.0011 17.418C22.0009 18.9261 20.9452 20.0863 20.1135 20.7734C19.6707 21.1392 19.221 21.4299 18.8576 21.6318C18.6761 21.7327 18.5059 21.8166 18.3605 21.8789C18.289 21.9095 18.2123 21.9404 18.1359 21.9648C18.0929 21.9786 17.9351 22.0303 17.7492 22.0303C17.5635 22.0302 17.4066 21.9787 17.3635 21.9648C17.2869 21.9403 17.2095 21.9096 17.1379 21.8789C16.9926 21.8167 16.8231 21.7325 16.6418 21.6318C16.2784 21.4299 15.8278 21.1392 15.3849 20.7734C14.5533 20.0863 13.4984 18.9259 13.4982 17.418C13.4982 16.4815 13.7953 15.6822 14.3332 15.1084C14.8664 14.5397 15.585 14.25 16.3049 14.25C16.9051 14.2501 17.3954 14.4167 17.7492 14.5947C18.1032 14.4166 18.5938 14.25 19.1945 14.25Z\" fill=\"currentColor\"/><Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M11.9992 2C14.2083 2.00007 15.9992 3.79091 15.9992 6V7H16.6408C17.6279 7 18.4682 7.72064 18.6183 8.69629L19.1642 12.251C18.6379 12.254 18.1634 12.3344 17.7492 12.4541C17.3271 12.3322 16.8422 12.25 16.3039 12.25C15.048 12.2502 13.7965 12.7564 12.8742 13.7402C11.9369 14.7401 11.4982 16.0546 11.4982 17.418C11.4984 19.575 12.8006 21.1313 13.7502 22H5.66423C4.43891 21.9996 3.50162 20.9074 3.68767 19.6963L5.38005 8.69629C5.53013 7.7208 6.36971 7.00026 7.35662 7H7.99919V6C7.99919 3.79092 9.79014 2.0001 11.9992 2ZM11.9992 4C10.8947 4.0001 9.99919 4.89549 9.99919 6V7H13.9992V6C13.9992 4.89548 13.1037 4.00007 11.9992 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,wBAAgzE,EAAhzE,IAAqB,GAAO,wBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,0kBAA0kB,KAAK,eAAc,EAAE,wBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,kkDAAkkD,KAAK,eAAc,CAAI,GAG1yE",
9
- "debugId": "A0CCD6B7673DEF0364756E2164756E21",
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,wBAA4+C,EAA5+C,IAAqB,GAAO,wBAAC,OAAD,CAAM,EAAE,kwBAAkwB,KAAK,eAAc,EAAE,wBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,4mBAA4mB,KAAK,eAAc,CAAI,GAGt+C",
9
+ "debugId": "13631CF7965D5AAB64756E2164756E21",
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:"M11.9989 2C9.78975 2 7.99889 3.79086 7.99889 6V7H7.3568C6.36966 7 5.53016 7.72022 5.38006 8.69588L3.68775 19.6959C3.50136 20.9074 4.43872 22 5.66449 22H13.7481C12.7986 21.1311 11.4979 19.5741 11.4979 17.4175C11.4979 16.0541 11.9364 14.7399 12.8738 13.7401C13.7963 12.7561 15.0481 12.25 16.3042 12.25C16.8426 12.25 17.3271 12.3322 17.7492 12.4542C18.1636 12.3344 18.638 12.253 19.1645 12.2501L18.6177 8.69589C18.4676 7.72022 17.6281 7 16.641 7H15.9989V6C15.9989 3.79086 14.208 2 11.9989 2ZM13.9989 7V6C13.9989 4.89543 13.1035 4 11.9989 4C10.8943 4 9.99889 4.89543 9.99889 6V7H13.9989Z",fill:"currentColor"}),r.createElement(n,{fillRule:"evenodd",clipRule:"evenodd",d:"M16.3042 14.25C16.9045 14.25 17.3953 14.4153 17.7492 14.5933C18.1031 14.4153 18.5939 14.25 19.1943 14.25C19.9141 14.25 20.6324 14.5392 21.1656 15.1079C21.7036 15.6818 22.0005 16.481 22.0005 17.4175C22.0005 18.9259 20.9452 20.0866 20.1134 20.7738C19.6705 21.1396 19.2206 21.43 18.8572 21.6319C18.6757 21.7328 18.506 21.8169 18.3606 21.8792C18.289 21.91 18.2119 21.9402 18.1353 21.9648L18.1326 21.9656C18.086 21.9806 17.9315 22.0301 17.7492 22.0301C17.567 22.0301 17.4125 21.9806 17.3659 21.9656L17.3632 21.9648C17.2866 21.9402 17.2095 21.91 17.1378 21.8792C16.9925 21.8169 16.8228 21.7328 16.6413 21.6319C16.2778 21.43 15.8279 21.1396 15.3851 20.7738C14.5533 20.0866 13.4979 18.9259 13.4979 17.4175C13.4979 16.481 13.7949 15.6818 14.3328 15.1079C14.866 14.5392 15.5843 14.25 16.3042 14.25ZM15.4979 17.4175C15.4979 16.9091 15.6525 16.6245 15.7919 16.4758C15.9361 16.3221 16.1209 16.25 16.3042 16.25C16.5513 16.25 16.7485 16.3236 16.8865 16.3988C16.9554 16.4364 17.0056 16.4724 17.0341 16.4947C17.0455 16.5036 17.0529 16.51 17.0562 16.5128C17.443 16.8849 18.0554 16.8849 18.4422 16.5128C18.4455 16.51 18.4529 16.5036 18.4643 16.4947C18.4929 16.4724 18.5431 16.4364 18.6119 16.3988C18.7499 16.3236 18.9472 16.25 19.1943 16.25C19.3775 16.25 19.5624 16.3221 19.7065 16.4758C19.8459 16.6245 20.0005 16.9091 20.0005 17.4175C20.0005 17.9864 19.5657 18.632 18.8396 19.2318C18.5035 19.5095 18.1575 19.7327 17.8859 19.8836C17.8364 19.9111 17.7907 19.9355 17.7492 19.9568C17.7077 19.9355 17.662 19.9111 17.6125 19.8836C17.341 19.7327 16.995 19.5095 16.6588 19.2318C15.9327 18.632 15.4979 17.9864 15.4979 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.1945 14.25C19.9143 14.25 20.633 14.5397 21.1662 15.1084C21.7039 15.6822 22.0011 16.4816 22.0011 17.418C22.0009 18.9261 20.9452 20.0863 20.1135 20.7734C19.6707 21.1392 19.221 21.4299 18.8576 21.6318C18.6761 21.7327 18.5059 21.8166 18.3605 21.8789C18.289 21.9095 18.2123 21.9404 18.1359 21.9648C18.0929 21.9786 17.9351 22.0303 17.7492 22.0303C17.5635 22.0302 17.4066 21.9787 17.3635 21.9648C17.2869 21.9403 17.2095 21.9096 17.1379 21.8789C16.9926 21.8167 16.8231 21.7325 16.6418 21.6318C16.2784 21.4299 15.8278 21.1392 15.3849 20.7734C14.5533 20.0863 13.4984 18.9259 13.4982 17.418C13.4982 16.4815 13.7953 15.6822 14.3332 15.1084C14.8664 14.5397 15.585 14.25 16.3049 14.25C16.9051 14.2501 17.3954 14.4167 17.7492 14.5947C18.1032 14.4166 18.5938 14.25 19.1945 14.25Z",fill:"currentColor"}),C.createElement(n,{fillRule:"evenodd",clipRule:"evenodd",d:"M11.9992 2C14.2083 2.00007 15.9992 3.79091 15.9992 6V7H16.6408C17.6279 7 18.4682 7.72064 18.6183 8.69629L19.1642 12.251C18.6379 12.254 18.1634 12.3344 17.7492 12.4541C17.3271 12.3322 16.8422 12.25 16.3039 12.25C15.048 12.2502 13.7965 12.7564 12.8742 13.7402C11.9369 14.7401 11.4982 16.0546 11.4982 17.418C11.4984 19.575 12.8006 21.1313 13.7502 22H5.66423C4.43891 21.9996 3.50162 20.9074 3.68767 19.6963L5.38005 8.69629C5.53013 7.7208 6.36971 7.00026 7.35662 7H7.99919V6C7.99919 3.79092 9.79014 2.0001 11.9992 2ZM11.9992 4C10.8947 4.0001 9.99919 4.89549 9.99919 6V7H13.9992V6C13.9992 4.89548 13.1037 4.00007 11.9992 4Z",fill:"currentColor"}))},v=a;export{v as default,a as IconShoppingBagLike2};
2
2
 
3
- //# debugId=33C8E44327C2B16164756E2164756E21
3
+ //# debugId=2A2B00F08532D5C364756E2164756E21
@@ -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=\"M11.9989 2C9.78975 2 7.99889 3.79086 7.99889 6V7H7.3568C6.36966 7 5.53016 7.72022 5.38006 8.69588L3.68775 19.6959C3.50136 20.9074 4.43872 22 5.66449 22H13.7481C12.7986 21.1311 11.4979 19.5741 11.4979 17.4175C11.4979 16.0541 11.9364 14.7399 12.8738 13.7401C13.7963 12.7561 15.0481 12.25 16.3042 12.25C16.8426 12.25 17.3271 12.3322 17.7492 12.4542C18.1636 12.3344 18.638 12.253 19.1645 12.2501L18.6177 8.69589C18.4676 7.72022 17.6281 7 16.641 7H15.9989V6C15.9989 3.79086 14.208 2 11.9989 2ZM13.9989 7V6C13.9989 4.89543 13.1035 4 11.9989 4C10.8943 4 9.99889 4.89543 9.99889 6V7H13.9989Z\" fill=\"currentColor\"/><Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M16.3042 14.25C16.9045 14.25 17.3953 14.4153 17.7492 14.5933C18.1031 14.4153 18.5939 14.25 19.1943 14.25C19.9141 14.25 20.6324 14.5392 21.1656 15.1079C21.7036 15.6818 22.0005 16.481 22.0005 17.4175C22.0005 18.9259 20.9452 20.0866 20.1134 20.7738C19.6705 21.1396 19.2206 21.43 18.8572 21.6319C18.6757 21.7328 18.506 21.8169 18.3606 21.8792C18.289 21.91 18.2119 21.9402 18.1353 21.9648L18.1326 21.9656C18.086 21.9806 17.9315 22.0301 17.7492 22.0301C17.567 22.0301 17.4125 21.9806 17.3659 21.9656L17.3632 21.9648C17.2866 21.9402 17.2095 21.91 17.1378 21.8792C16.9925 21.8169 16.8228 21.7328 16.6413 21.6319C16.2778 21.43 15.8279 21.1396 15.3851 20.7738C14.5533 20.0866 13.4979 18.9259 13.4979 17.4175C13.4979 16.481 13.7949 15.6818 14.3328 15.1079C14.866 14.5392 15.5843 14.25 16.3042 14.25ZM15.4979 17.4175C15.4979 16.9091 15.6525 16.6245 15.7919 16.4758C15.9361 16.3221 16.1209 16.25 16.3042 16.25C16.5513 16.25 16.7485 16.3236 16.8865 16.3988C16.9554 16.4364 17.0056 16.4724 17.0341 16.4947C17.0455 16.5036 17.0529 16.51 17.0562 16.5128C17.443 16.8849 18.0554 16.8849 18.4422 16.5128C18.4455 16.51 18.4529 16.5036 18.4643 16.4947C18.4929 16.4724 18.5431 16.4364 18.6119 16.3988C18.7499 16.3236 18.9472 16.25 19.1943 16.25C19.3775 16.25 19.5624 16.3221 19.7065 16.4758C19.8459 16.6245 20.0005 16.9091 20.0005 17.4175C20.0005 17.9864 19.5657 18.632 18.8396 19.2318C18.5035 19.5095 18.1575 19.7327 17.8859 19.8836C17.8364 19.9111 17.7907 19.9355 17.7492 19.9568C17.7077 19.9355 17.662 19.9111 17.6125 19.8836C17.341 19.7327 16.995 19.5095 16.6588 19.2318C15.9327 18.632 15.4979 17.9864 15.4979 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.1945 14.25C19.9143 14.25 20.633 14.5397 21.1662 15.1084C21.7039 15.6822 22.0011 16.4816 22.0011 17.418C22.0009 18.9261 20.9452 20.0863 20.1135 20.7734C19.6707 21.1392 19.221 21.4299 18.8576 21.6318C18.6761 21.7327 18.5059 21.8166 18.3605 21.8789C18.289 21.9095 18.2123 21.9404 18.1359 21.9648C18.0929 21.9786 17.9351 22.0303 17.7492 22.0303C17.5635 22.0302 17.4066 21.9787 17.3635 21.9648C17.2869 21.9403 17.2095 21.9096 17.1379 21.8789C16.9926 21.8167 16.8231 21.7325 16.6418 21.6318C16.2784 21.4299 15.8278 21.1392 15.3849 20.7734C14.5533 20.0863 13.4984 18.9259 13.4982 17.418C13.4982 16.4815 13.7953 15.6822 14.3332 15.1084C14.8664 14.5397 15.585 14.25 16.3049 14.25C16.9051 14.2501 17.3954 14.4167 17.7492 14.5947C18.1032 14.4166 18.5938 14.25 19.1945 14.25Z\" fill=\"currentColor\"/><Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M11.9992 2C14.2083 2.00007 15.9992 3.79091 15.9992 6V7H16.6408C17.6279 7 18.4682 7.72064 18.6183 8.69629L19.1642 12.251C18.6379 12.254 18.1634 12.3344 17.7492 12.4541C17.3271 12.3322 16.8422 12.25 16.3039 12.25C15.048 12.2502 13.7965 12.7564 12.8742 13.7402C11.9369 14.7401 11.4982 16.0546 11.4982 17.418C11.4984 19.575 12.8006 21.1313 13.7502 22H5.66423C4.43891 21.9996 3.50162 20.9074 3.68767 19.6963L5.38005 8.69629C5.53013 7.7208 6.36971 7.00026 7.35662 7H7.99919V6C7.99919 3.79092 9.79014 2.0001 11.9992 2ZM11.9992 4C10.8947 4.0001 9.99919 4.89549 9.99919 6V7H13.9992V6C13.9992 4.89548 13.1037 4.00007 11.9992 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,gBAAgzE,EAAhzE,IAAqB,GAAO,gBAAC,EAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,0kBAA0kB,KAAK,eAAc,EAAE,gBAAC,EAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,kkDAAkkD,KAAK,eAAc,CAAI,GAG1yE",
9
- "debugId": "33C8E44327C2B16164756E2164756E21",
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,gBAA4+C,EAA5+C,IAAqB,GAAO,gBAAC,EAAD,CAAM,EAAE,kwBAAkwB,KAAK,eAAc,EAAE,gBAAC,EAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,4mBAA4mB,KAAK,eAAc,CAAI,GAGt+C",
9
+ "debugId": "2A2B00F08532D5C364756E2164756E21",
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