@central-icons-react/square-filled-radius-0-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 (52) 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/IconSiriGen1/index.d.ts +4 -0
  26. package/IconSiriGen1/index.js +3 -0
  27. package/IconSiriGen1/index.js.map +11 -0
  28. package/IconSiriGen1/index.mjs +3 -0
  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/icons/index.d.ts +1 -1
  37. package/icons/index.js +2 -2
  38. package/icons/index.js.map +3 -3
  39. package/icons/index.mjs +2 -2
  40. package/icons/index.mjs.map +3 -3
  41. package/icons-index.json +4 -4
  42. package/index.d.ts +2 -1
  43. package/index.js +6 -3
  44. package/index.mjs +2 -1
  45. package/license-check.js +1 -1
  46. package/package.json +1 -1
  47. package/skills/central-icons-react/SKILL.md +3 -2
  48. package/IconSiri/index.d.ts +0 -4
  49. package/IconSiri/index.js +0 -3
  50. package/IconSiri/index.js.map +0 -11
  51. package/IconSiri/index.mjs +0 -3
  52. package/IconSiri/index.mjs.map +0 -11
package/index.d.ts CHANGED
@@ -1633,7 +1633,8 @@ export { IconSilverMedal, default as IconSilverMedalDefault } from "./IconSilver
1633
1633
  export { IconSimCard1, default as IconSimCard1Default } from "./IconSimCard1";
1634
1634
  export { IconSimCard2, default as IconSimCard2Default } from "./IconSimCard2";
1635
1635
  export { IconSiren, default as IconSirenDefault } from "./IconSiren";
1636
- export { IconSiri, default as IconSiriDefault } from "./IconSiri";
1636
+ export { IconSiriGen1, default as IconSiriGen1Default } from "./IconSiriGen1";
1637
+ export { IconSiriGen2, default as IconSiriGen2Default } from "./IconSiriGen2";
1637
1638
  export { IconSketch, default as IconSketchDefault } from "./IconSketch";
1638
1639
  export { IconSketchbook, default as IconSketchbookDefault } from "./IconSketchbook";
1639
1640
  export { IconSkip, default as IconSkipDefault } from "./IconSkip";
package/index.js CHANGED
@@ -4905,9 +4905,12 @@ exports.IconSimCard2Default = _IconSimCard2.default;
4905
4905
  var _IconSiren = require("./IconSiren/index.js");
4906
4906
  exports.IconSiren = _IconSiren.IconSiren;
4907
4907
  exports.IconSirenDefault = _IconSiren.default;
4908
- var _IconSiri = require("./IconSiri/index.js");
4909
- exports.IconSiri = _IconSiri.IconSiri;
4910
- exports.IconSiriDefault = _IconSiri.default;
4908
+ var _IconSiriGen1 = require("./IconSiriGen1/index.js");
4909
+ exports.IconSiriGen1 = _IconSiriGen1.IconSiriGen1;
4910
+ exports.IconSiriGen1Default = _IconSiriGen1.default;
4911
+ var _IconSiriGen2 = require("./IconSiriGen2/index.js");
4912
+ exports.IconSiriGen2 = _IconSiriGen2.IconSiriGen2;
4913
+ exports.IconSiriGen2Default = _IconSiriGen2.default;
4911
4914
  var _IconSketch = require("./IconSketch/index.js");
4912
4915
  exports.IconSketch = _IconSketch.IconSketch;
4913
4916
  exports.IconSketchDefault = _IconSketch.default;
package/index.mjs CHANGED
@@ -1633,7 +1633,8 @@ export { IconSilverMedal, default as IconSilverMedalDefault } from "./IconSilver
1633
1633
  export { IconSimCard1, default as IconSimCard1Default } from "./IconSimCard1/index.mjs";
1634
1634
  export { IconSimCard2, default as IconSimCard2Default } from "./IconSimCard2/index.mjs";
1635
1635
  export { IconSiren, default as IconSirenDefault } from "./IconSiren/index.mjs";
1636
- export { IconSiri, default as IconSiriDefault } from "./IconSiri/index.mjs";
1636
+ export { IconSiriGen1, default as IconSiriGen1Default } from "./IconSiriGen1/index.mjs";
1637
+ export { IconSiriGen2, default as IconSiriGen2Default } from "./IconSiriGen2/index.mjs";
1637
1638
  export { IconSketch, default as IconSketchDefault } from "./IconSketch/index.mjs";
1638
1639
  export { IconSketchbook, default as IconSketchbookDefault } from "./IconSketchbook/index.mjs";
1639
1640
  export { IconSkip, default as IconSkipDefault } from "./IconSkip/index.mjs";
package/license-check.js CHANGED
@@ -18,7 +18,7 @@ const licenseCheck = async () => {
18
18
  },
19
19
  body: JSON.stringify({
20
20
  package: "central-icons-react/square-filled-radius-0-stroke-2",
21
- version: "1.1.257",
21
+ version: "1.1.259",
22
22
  }),
23
23
  signal: controller.signal,
24
24
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@central-icons-react/square-filled-radius-0-stroke-2",
3
- "version": "1.1.257",
3
+ "version": "1.1.259",
4
4
  "license": "SEE LICENSE IN LICENSE.md",
5
5
  "homepage": "https://iconists.co/central",
6
6
  "bugs": {
@@ -5,7 +5,7 @@ description: Use when inserting icons in React code that imports from @central-i
5
5
 
6
6
  # Central Icons — React
7
7
 
8
- This skill helps you find icons from the Central Icons React library (`@central-icons-react/*`, version 1.1.257) and insert them with the correct import path for whichever variant the consumer has installed. The set of 2018 icons is consistent across variants; only the stylistic rendering (round vs square, filled vs outlined, corner radius, stroke width) differs.
8
+ This skill helps you find icons from the Central Icons React library (`@central-icons-react/*`, version 1.1.259) and insert them with the correct import path for whichever variant the consumer has installed. The set of 2019 icons is consistent across variants; only the stylistic rendering (round vs square, filled vs outlined, corner radius, stroke width) differs.
9
9
 
10
10
  ## Before you pick an import path
11
11
 
@@ -1613,7 +1613,7 @@ The catalog below is the authoritative list of icons available in this library.
1613
1613
  - **IconOpenai** — openai, chatgpt
1614
1614
  - **IconPerplexity** — perplexity
1615
1615
  - **IconAppleIntelligence** — apple-intelligence
1616
- - **IconSiri** — siri
1616
+ - **IconSiriGen1** — siri-gen-1
1617
1617
  - **IconMicrosoftCopilot** — microsoft-copilot
1618
1618
  - **IconClaudeai** — claudeai
1619
1619
  - **IconAnthropic** — anthropic
@@ -1738,6 +1738,7 @@ The catalog below is the authoritative list of icons available in this library.
1738
1738
  - **IconClawd** — clawd
1739
1739
  - **IconBitcoinCircle** — bitcoin-circle
1740
1740
  - **IconSwift** — swift
1741
+ - **IconSiriGen2** — siri-gen-2
1741
1742
 
1742
1743
  ### Sound & Music
1743
1744
  - **IconVolumeFull** — volume-full, speaker, loud, sound
@@ -1,4 +0,0 @@
1
- import React from "react";
2
- import { type CentralIconBaseProps } from "../CentralIconBase";
3
- export declare const IconSiri: React.FC<CentralIconBaseProps>;
4
- export default IconSiri;
package/IconSiri/index.js DELETED
@@ -1,3 +0,0 @@
1
- var w=Object.create;var{getPrototypeOf:y,defineProperty:p,getOwnPropertyNames:f,getOwnPropertyDescriptor:P}=Object,u=Object.prototype.hasOwnProperty;function g(C){return this[C]}var b,d,x=(C,r,e)=>{var t=C!=null&&typeof C==="object";if(t){var o=r?b??=new WeakMap:d??=new WeakMap,a=o.get(C);if(a)return a}e=C!=null?w(y(C)):{};let n=r||!C||!C.__esModule?p(e,"default",{value:C,enumerable:!0}):e;for(let l of f(C))if(!u.call(n,l))p(n,l,{get:g.bind(C,l),enumerable:!0});if(t)o.set(C,n);return n},B=(C)=>{var r=(c??=new WeakMap).get(C),e;if(r)return r;if(r=p({},"__esModule",{value:!0}),C&&typeof C==="object"||typeof C==="function"){for(var t of f(C))if(!u.call(r,t))p(r,t,{get:g.bind(C,t),enumerable:!(e=P(C,t))||e.enumerable})}return c.set(C,r),r},c;var S=(C)=>C;function v(C,r){this[C]=S.bind(null,r)}var I=(C,r)=>{for(var e in r)p(C,e,{get:r[e],enumerable:!0,configurable:!0,set:v.bind(r,e)})};var G={};I(G,{CentralIconBase:()=>i});module.exports=B(G);var s=x(require("react")),i=({children:C,size:r=24,ariaLabel:e,color:t,ariaHidden:o=!0,style:a,...n})=>{return s.default.createElement("svg",{...n,"aria-hidden":o,role:o?void 0:"img",width:typeof r==="number"?`${r}px`:r,height:typeof r==="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{color:t,...a}},e&&!o&&s.default.createElement("title",null,e),C)};var V={};I(V,{default:()=>L,IconSiri:()=>h});module.exports=B(V);var m=x(require("react"));var h=(C)=>{return m.default.createElement(i,{...C,ariaLabel:"siri"},m.default.createElement("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=h;
2
-
3
- //# debugId=DDE1D841FEAD418564756E2164756E21
@@ -1,11 +0,0 @@
1
- {
2
- "version": 3,
3
- "sources": ["src/CentralIconBase/index.tsx", "src/IconSiri/index.tsx"],
4
- "sourcesContent": [
5
- "import React from \"react\";\nimport type { SVGProps } from \"react\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n ariaHidden?: boolean;\n} & SVGProps<SVGSVGElement>;\n\nexport const CentralIconBase: React.FC<\n CentralIconBaseProps & { ariaLabel?: string }\n> = ({\n children,\n size = 24,\n ariaLabel,\n color,\n ariaHidden = true,\n style,\n ...props\n}) => {\n return (\n <svg\n {...props}\n aria-hidden={ariaHidden}\n role={ariaHidden ? undefined : \"img\"}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n style={{ color, ...style }}\n >\n {ariaLabel && !ariaHidden && <title>{ariaLabel}</title>}\n {children}\n </svg>\n );\n};\n",
6
- "import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconSiri: React.FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props} ariaLabel=\"siri\"><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 IconSiri;\n"
7
- ],
8
- "mappings": "w7BAAkB,IAAlB,sBAQa,EAET,EACF,WACA,OAAO,GACP,YACA,QACA,aAAa,GACb,WACG,KACC,CACJ,OACE,wBAaE,MAbF,IACM,EACJ,cAAa,EACb,KAAM,EAAa,OAAY,MAC/B,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,OACL,MAAM,6BACN,MAAO,CAAE,WAAU,CAAM,GAExB,GAAa,CAAC,GAAc,wBAAoB,QAApB,KAAQ,CAAY,EAChD,CACD,oECjCY,IAAlB,sBAGO,IAAM,EAA2C,CAAC,IAAU,CACjE,OAAO,wBAAu/D,EAAv/D,IAAqB,EAAO,UAAU,QAAO,wBAAC,OAAD,CAAM,EAAE,26DAA26D,KAAK,eAAc,CAAI,GAGj/D",
9
- "debugId": "DDE1D841FEAD418564756E2164756E21",
10
- "names": []
11
- }
@@ -1,3 +0,0 @@
1
- import o from"react";var n=({children:r,size:C=24,ariaLabel:t,color:a,ariaHidden:e=!0,style:l,...s})=>{return o.createElement("svg",{...s,"aria-hidden":e,role:e?void 0:"img",width:typeof C==="number"?`${C}px`:C,height:typeof C==="number"?`${C}px`:C,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{color:a,...l}},t&&!e&&o.createElement("title",null,t),r)};import p from"react";var i=(r)=>{return p.createElement(n,{...r,ariaLabel:"siri"},p.createElement("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"}))},x=i;export{x as default,i as IconSiri};
2
-
3
- //# debugId=44F946FEA072466864756E2164756E21
@@ -1,11 +0,0 @@
1
- {
2
- "version": 3,
3
- "sources": ["src/CentralIconBase/index.tsx", "src/IconSiri/index.tsx"],
4
- "sourcesContent": [
5
- "import React from \"react\";\nimport type { SVGProps } from \"react\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n ariaHidden?: boolean;\n} & SVGProps<SVGSVGElement>;\n\nexport const CentralIconBase: React.FC<\n CentralIconBaseProps & { ariaLabel?: string }\n> = ({\n children,\n size = 24,\n ariaLabel,\n color,\n ariaHidden = true,\n style,\n ...props\n}) => {\n return (\n <svg\n {...props}\n aria-hidden={ariaHidden}\n role={ariaHidden ? undefined : \"img\"}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n style={{ color, ...style }}\n >\n {ariaLabel && !ariaHidden && <title>{ariaLabel}</title>}\n {children}\n </svg>\n );\n};\n",
6
- "import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconSiri: React.FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props} ariaLabel=\"siri\"><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 IconSiri;\n"
7
- ],
8
- "mappings": "AAAA,qBAQO,IAAM,EAET,EACF,WACA,OAAO,GACP,YACA,QACA,aAAa,GACb,WACG,KACC,CACJ,OACE,gBAaE,MAbF,IACM,EACJ,cAAa,EACb,KAAM,EAAa,OAAY,MAC/B,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,OACL,MAAM,6BACN,MAAO,CAAE,WAAU,CAAM,GAExB,GAAa,CAAC,GAAc,gBAAoB,QAApB,KAAQ,CAAY,EAChD,CACD,GCjCN,qBAGO,IAAM,EAA2C,CAAC,IAAU,CACjE,OAAO,gBAAu/D,EAAv/D,IAAqB,EAAO,UAAU,QAAO,gBAAC,OAAD,CAAM,EAAE,26DAA26D,KAAK,eAAc,CAAI,GAGj/D",
9
- "debugId": "44F946FEA072466864756E2164756E21",
10
- "names": []
11
- }