@central-icons-react-native/round-filled-radius-3-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.0001 2C9.79098 2 8.00012 3.79086 8.00012 6V7.14621C6.51766 7.55897 5.36422 8.80685 5.12039 10.3918L4.04347 17.3918C3.67069 19.8148 5.54541 22 7.99695 22H13.7493C12.7998 21.1311 11.4991 19.5741 11.4991 17.4175C11.4991 16.0541 11.9376 14.7399 12.875 13.7401C13.7975 12.7561 15.0493 12.25 16.3054 12.25C16.8439 12.25 17.3283 12.3322 17.7505 12.4542C18.1648 12.3344 18.6392 12.253 19.1657 12.2501L18.8798 10.3918C18.636 8.80686 17.4826 7.55898 16.0001 7.14621V6C16.0001 3.79086 14.2093 2 12.0001 2ZM14.0001 7V6C14.0001 4.89543 13.1047 4 12.0001 4C10.8956 4 10.0001 4.89543 10.0001 6V7H14.0001Z\" fill=\"currentColor\"/><Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M16.3054 14.25C16.9058 14.25 17.3965 14.4153 17.7505 14.5933C18.1044 14.4153 18.5952 14.25 19.1955 14.25C19.9154 14.25 20.6337 14.5392 21.1669 15.1079C21.7048 15.6818 22.0018 16.481 22.0018 17.4175C22.0018 18.9259 20.9464 20.0866 20.1146 20.7738C19.6718 21.1396 19.2219 21.43 18.8584 21.6319C18.6769 21.7328 18.5072 21.8169 18.3619 21.8792C18.2902 21.91 18.2131 21.9402 18.1365 21.9648L18.1338 21.9656C18.0872 21.9806 17.9327 22.0301 17.7505 22.0301C17.5682 22.0301 17.4137 21.9806 17.3671 21.9656L17.3644 21.9648C17.2878 21.9402 17.2107 21.91 17.139 21.8792C16.9937 21.8169 16.824 21.7328 16.6425 21.6319C16.2791 21.43 15.8292 21.1396 15.3863 20.7738C14.5545 20.0866 13.4991 18.9259 13.4991 17.4175C13.4991 16.481 13.7961 15.6818 14.3341 15.1079C14.8673 14.5392 15.5856 14.25 16.3054 14.25ZM15.4991 17.4175C15.4991 16.9091 15.6538 16.6245 15.7931 16.4758C15.9373 16.3221 16.1222 16.25 16.3054 16.25C16.5525 16.25 16.7498 16.3236 16.8878 16.3988C16.9566 16.4364 17.0068 16.4724 17.0354 16.4947C17.0467 16.5036 17.0542 16.51 17.0575 16.5128C17.4442 16.8849 18.0567 16.8849 18.4435 16.5128C18.4467 16.51 18.4542 16.5036 18.4656 16.4947C18.4941 16.4724 18.5443 16.4364 18.6131 16.3988C18.7511 16.3236 18.9484 16.25 19.1955 16.25C19.3788 16.25 19.5636 16.3221 19.7078 16.4758C19.8472 16.6245 20.0018 16.9091 20.0018 17.4175C20.0018 17.9864 19.567 18.632 18.8408 19.2318C18.5047 19.5095 18.1587 19.7327 17.8871 19.8836C17.8377 19.9111 17.792 19.9355 17.7505 19.9568C17.709 19.9355 17.6633 19.9111 17.6138 19.8836C17.3422 19.7327 16.9962 19.5095 16.6601 19.2318C15.934 18.632 15.4991 17.9864 15.4991 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.1958 14.25C19.9156 14.2501 20.6344 14.5397 21.1675 15.1084C21.7051 15.6822 22.0024 16.4817 22.0024 17.418C22.0023 18.926 20.9464 20.0863 20.1148 20.7734C19.6721 21.1391 19.2223 21.4299 18.8589 21.6318C18.6775 21.7326 18.5071 21.8166 18.3618 21.8789C18.2904 21.9095 18.2135 21.9404 18.1372 21.9648C18.0942 21.9786 17.9363 22.0302 17.7505 22.0303C17.5651 22.0302 17.4082 21.9788 17.3648 21.9648C17.2883 21.9404 17.2108 21.9096 17.1392 21.8789C16.994 21.8167 16.8243 21.7325 16.6431 21.6318C16.2797 21.43 15.829 21.1392 15.3862 20.7734C14.5546 20.0863 13.4997 18.9259 13.4995 17.418C13.4995 16.4815 13.7966 15.6822 14.3345 15.1084C14.8677 14.5398 15.5864 14.25 16.3062 14.25C16.9063 14.2501 17.3967 14.4167 17.7505 14.5947C18.1044 14.4166 18.5952 14.25 19.1958 14.25Z\" fill=\"currentColor\"/><Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M12.0005 2C14.2095 2.00019 16.0005 3.79098 16.0005 6V7.14648C17.4827 7.55934 18.6355 8.80694 18.8794 10.3916L19.1655 12.251C18.6391 12.254 18.1648 12.3344 17.7505 12.4541C17.3284 12.3321 16.8436 12.25 16.3052 12.25C15.0493 12.2501 13.7979 12.7564 12.8755 13.7402C11.9381 14.7401 11.4995 16.0546 11.4995 17.418C11.4997 19.5751 12.8019 21.1313 13.7515 22H7.99659C5.54525 21.9998 3.67071 19.8145 4.04346 17.3916L5.12061 10.3916C5.36451 8.80678 6.5181 7.55923 8.0005 7.14648V6C8.0005 3.79087 9.79136 2.00001 12.0005 2ZM12.0005 4C10.8959 4.00001 10.0005 4.89544 10.0005 6V7H14.0005V6C14.0005 4.89555 13.1049 4.00019 12.0005 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,wBAA6zE,EAA7zE,IAAqB,GAAO,wBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,olBAAolB,KAAK,eAAc,EAAE,wBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,qkDAAqkD,KAAK,eAAc,CAAI,GAGvzE",
9
- "debugId": "F4D29400EF959D5E64756E2164756E21",
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,wBAAi/C,EAAj/C,IAAqB,GAAO,wBAAC,OAAD,CAAM,EAAE,mwBAAmwB,KAAK,eAAc,EAAE,wBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,gnBAAgnB,KAAK,eAAc,CAAI,GAG3+C",
9
+ "debugId": "1F5D24D0774F064A64756E2164756E21",
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.0001 2C9.79098 2 8.00012 3.79086 8.00012 6V7.14621C6.51766 7.55897 5.36422 8.80685 5.12039 10.3918L4.04347 17.3918C3.67069 19.8148 5.54541 22 7.99695 22H13.7493C12.7998 21.1311 11.4991 19.5741 11.4991 17.4175C11.4991 16.0541 11.9376 14.7399 12.875 13.7401C13.7975 12.7561 15.0493 12.25 16.3054 12.25C16.8439 12.25 17.3283 12.3322 17.7505 12.4542C18.1648 12.3344 18.6392 12.253 19.1657 12.2501L18.8798 10.3918C18.636 8.80686 17.4826 7.55898 16.0001 7.14621V6C16.0001 3.79086 14.2093 2 12.0001 2ZM14.0001 7V6C14.0001 4.89543 13.1047 4 12.0001 4C10.8956 4 10.0001 4.89543 10.0001 6V7H14.0001Z",fill:"currentColor"}),r.createElement(n,{fillRule:"evenodd",clipRule:"evenodd",d:"M16.3054 14.25C16.9058 14.25 17.3965 14.4153 17.7505 14.5933C18.1044 14.4153 18.5952 14.25 19.1955 14.25C19.9154 14.25 20.6337 14.5392 21.1669 15.1079C21.7048 15.6818 22.0018 16.481 22.0018 17.4175C22.0018 18.9259 20.9464 20.0866 20.1146 20.7738C19.6718 21.1396 19.2219 21.43 18.8584 21.6319C18.6769 21.7328 18.5072 21.8169 18.3619 21.8792C18.2902 21.91 18.2131 21.9402 18.1365 21.9648L18.1338 21.9656C18.0872 21.9806 17.9327 22.0301 17.7505 22.0301C17.5682 22.0301 17.4137 21.9806 17.3671 21.9656L17.3644 21.9648C17.2878 21.9402 17.2107 21.91 17.139 21.8792C16.9937 21.8169 16.824 21.7328 16.6425 21.6319C16.2791 21.43 15.8292 21.1396 15.3863 20.7738C14.5545 20.0866 13.4991 18.9259 13.4991 17.4175C13.4991 16.481 13.7961 15.6818 14.3341 15.1079C14.8673 14.5392 15.5856 14.25 16.3054 14.25ZM15.4991 17.4175C15.4991 16.9091 15.6538 16.6245 15.7931 16.4758C15.9373 16.3221 16.1222 16.25 16.3054 16.25C16.5525 16.25 16.7498 16.3236 16.8878 16.3988C16.9566 16.4364 17.0068 16.4724 17.0354 16.4947C17.0467 16.5036 17.0542 16.51 17.0575 16.5128C17.4442 16.8849 18.0567 16.8849 18.4435 16.5128C18.4467 16.51 18.4542 16.5036 18.4656 16.4947C18.4941 16.4724 18.5443 16.4364 18.6131 16.3988C18.7511 16.3236 18.9484 16.25 19.1955 16.25C19.3788 16.25 19.5636 16.3221 19.7078 16.4758C19.8472 16.6245 20.0018 16.9091 20.0018 17.4175C20.0018 17.9864 19.567 18.632 18.8408 19.2318C18.5047 19.5095 18.1587 19.7327 17.8871 19.8836C17.8377 19.9111 17.792 19.9355 17.7505 19.9568C17.709 19.9355 17.6633 19.9111 17.6138 19.8836C17.3422 19.7327 16.9962 19.5095 16.6601 19.2318C15.934 18.632 15.4991 17.9864 15.4991 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.1958 14.25C19.9156 14.2501 20.6344 14.5397 21.1675 15.1084C21.7051 15.6822 22.0024 16.4817 22.0024 17.418C22.0023 18.926 20.9464 20.0863 20.1148 20.7734C19.6721 21.1391 19.2223 21.4299 18.8589 21.6318C18.6775 21.7326 18.5071 21.8166 18.3618 21.8789C18.2904 21.9095 18.2135 21.9404 18.1372 21.9648C18.0942 21.9786 17.9363 22.0302 17.7505 22.0303C17.5651 22.0302 17.4082 21.9788 17.3648 21.9648C17.2883 21.9404 17.2108 21.9096 17.1392 21.8789C16.994 21.8167 16.8243 21.7325 16.6431 21.6318C16.2797 21.43 15.829 21.1392 15.3862 20.7734C14.5546 20.0863 13.4997 18.9259 13.4995 17.418C13.4995 16.4815 13.7966 15.6822 14.3345 15.1084C14.8677 14.5398 15.5864 14.25 16.3062 14.25C16.9063 14.2501 17.3967 14.4167 17.7505 14.5947C18.1044 14.4166 18.5952 14.25 19.1958 14.25Z",fill:"currentColor"}),C.createElement(n,{fillRule:"evenodd",clipRule:"evenodd",d:"M12.0005 2C14.2095 2.00019 16.0005 3.79098 16.0005 6V7.14648C17.4827 7.55934 18.6355 8.80694 18.8794 10.3916L19.1655 12.251C18.6391 12.254 18.1648 12.3344 17.7505 12.4541C17.3284 12.3321 16.8436 12.25 16.3052 12.25C15.0493 12.2501 13.7979 12.7564 12.8755 13.7402C11.9381 14.7401 11.4995 16.0546 11.4995 17.418C11.4997 19.5751 12.8019 21.1313 13.7515 22H7.99659C5.54525 21.9998 3.67071 19.8145 4.04346 17.3916L5.12061 10.3916C5.36451 8.80678 6.5181 7.55923 8.0005 7.14648V6C8.0005 3.79087 9.79136 2.00001 12.0005 2ZM12.0005 4C10.8959 4.00001 10.0005 4.89544 10.0005 6V7H14.0005V6C14.0005 4.89555 13.1049 4.00019 12.0005 4Z",fill:"currentColor"}))},v=a;export{v as default,a as IconShoppingBagLike2};
2
2
 
3
- //# debugId=43292AF826E5734564756E2164756E21
3
+ //# debugId=2187193E3CC4366864756E2164756E21
@@ -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.0001 2C9.79098 2 8.00012 3.79086 8.00012 6V7.14621C6.51766 7.55897 5.36422 8.80685 5.12039 10.3918L4.04347 17.3918C3.67069 19.8148 5.54541 22 7.99695 22H13.7493C12.7998 21.1311 11.4991 19.5741 11.4991 17.4175C11.4991 16.0541 11.9376 14.7399 12.875 13.7401C13.7975 12.7561 15.0493 12.25 16.3054 12.25C16.8439 12.25 17.3283 12.3322 17.7505 12.4542C18.1648 12.3344 18.6392 12.253 19.1657 12.2501L18.8798 10.3918C18.636 8.80686 17.4826 7.55898 16.0001 7.14621V6C16.0001 3.79086 14.2093 2 12.0001 2ZM14.0001 7V6C14.0001 4.89543 13.1047 4 12.0001 4C10.8956 4 10.0001 4.89543 10.0001 6V7H14.0001Z\" fill=\"currentColor\"/><Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M16.3054 14.25C16.9058 14.25 17.3965 14.4153 17.7505 14.5933C18.1044 14.4153 18.5952 14.25 19.1955 14.25C19.9154 14.25 20.6337 14.5392 21.1669 15.1079C21.7048 15.6818 22.0018 16.481 22.0018 17.4175C22.0018 18.9259 20.9464 20.0866 20.1146 20.7738C19.6718 21.1396 19.2219 21.43 18.8584 21.6319C18.6769 21.7328 18.5072 21.8169 18.3619 21.8792C18.2902 21.91 18.2131 21.9402 18.1365 21.9648L18.1338 21.9656C18.0872 21.9806 17.9327 22.0301 17.7505 22.0301C17.5682 22.0301 17.4137 21.9806 17.3671 21.9656L17.3644 21.9648C17.2878 21.9402 17.2107 21.91 17.139 21.8792C16.9937 21.8169 16.824 21.7328 16.6425 21.6319C16.2791 21.43 15.8292 21.1396 15.3863 20.7738C14.5545 20.0866 13.4991 18.9259 13.4991 17.4175C13.4991 16.481 13.7961 15.6818 14.3341 15.1079C14.8673 14.5392 15.5856 14.25 16.3054 14.25ZM15.4991 17.4175C15.4991 16.9091 15.6538 16.6245 15.7931 16.4758C15.9373 16.3221 16.1222 16.25 16.3054 16.25C16.5525 16.25 16.7498 16.3236 16.8878 16.3988C16.9566 16.4364 17.0068 16.4724 17.0354 16.4947C17.0467 16.5036 17.0542 16.51 17.0575 16.5128C17.4442 16.8849 18.0567 16.8849 18.4435 16.5128C18.4467 16.51 18.4542 16.5036 18.4656 16.4947C18.4941 16.4724 18.5443 16.4364 18.6131 16.3988C18.7511 16.3236 18.9484 16.25 19.1955 16.25C19.3788 16.25 19.5636 16.3221 19.7078 16.4758C19.8472 16.6245 20.0018 16.9091 20.0018 17.4175C20.0018 17.9864 19.567 18.632 18.8408 19.2318C18.5047 19.5095 18.1587 19.7327 17.8871 19.8836C17.8377 19.9111 17.792 19.9355 17.7505 19.9568C17.709 19.9355 17.6633 19.9111 17.6138 19.8836C17.3422 19.7327 16.9962 19.5095 16.6601 19.2318C15.934 18.632 15.4991 17.9864 15.4991 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.1958 14.25C19.9156 14.2501 20.6344 14.5397 21.1675 15.1084C21.7051 15.6822 22.0024 16.4817 22.0024 17.418C22.0023 18.926 20.9464 20.0863 20.1148 20.7734C19.6721 21.1391 19.2223 21.4299 18.8589 21.6318C18.6775 21.7326 18.5071 21.8166 18.3618 21.8789C18.2904 21.9095 18.2135 21.9404 18.1372 21.9648C18.0942 21.9786 17.9363 22.0302 17.7505 22.0303C17.5651 22.0302 17.4082 21.9788 17.3648 21.9648C17.2883 21.9404 17.2108 21.9096 17.1392 21.8789C16.994 21.8167 16.8243 21.7325 16.6431 21.6318C16.2797 21.43 15.829 21.1392 15.3862 20.7734C14.5546 20.0863 13.4997 18.9259 13.4995 17.418C13.4995 16.4815 13.7966 15.6822 14.3345 15.1084C14.8677 14.5398 15.5864 14.25 16.3062 14.25C16.9063 14.2501 17.3967 14.4167 17.7505 14.5947C18.1044 14.4166 18.5952 14.25 19.1958 14.25Z\" fill=\"currentColor\"/><Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M12.0005 2C14.2095 2.00019 16.0005 3.79098 16.0005 6V7.14648C17.4827 7.55934 18.6355 8.80694 18.8794 10.3916L19.1655 12.251C18.6391 12.254 18.1648 12.3344 17.7505 12.4541C17.3284 12.3321 16.8436 12.25 16.3052 12.25C15.0493 12.2501 13.7979 12.7564 12.8755 13.7402C11.9381 14.7401 11.4995 16.0546 11.4995 17.418C11.4997 19.5751 12.8019 21.1313 13.7515 22H7.99659C5.54525 21.9998 3.67071 19.8145 4.04346 17.3916L5.12061 10.3916C5.36451 8.80678 6.5181 7.55923 8.0005 7.14648V6C8.0005 3.79087 9.79136 2.00001 12.0005 2ZM12.0005 4C10.8959 4.00001 10.0005 4.89544 10.0005 6V7H14.0005V6C14.0005 4.89555 13.1049 4.00019 12.0005 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,gBAA6zE,EAA7zE,IAAqB,GAAO,gBAAC,EAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,olBAAolB,KAAK,eAAc,EAAE,gBAAC,EAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,qkDAAqkD,KAAK,eAAc,CAAI,GAGvzE",
9
- "debugId": "43292AF826E5734564756E2164756E21",
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,gBAAi/C,EAAj/C,IAAqB,GAAO,gBAAC,EAAD,CAAM,EAAE,mwBAAmwB,KAAK,eAAc,EAAE,gBAAC,EAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,gnBAAgnB,KAAK,eAAc,CAAI,GAG3+C",
9
+ "debugId": "2187193E3CC4366864756E2164756E21",
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