@central-icons-react/round-outlined-radius-0-stroke-1.5 1.0.6 → 1.0.7

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.
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/IconRssFeed/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconRssFeed: React.FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props} ariaLabel=\"rss-feed\">\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M21.5004 8.44218C21.5004 8.21565 21.5004 7.98912 21.4994 7.76259C21.4983 7.57154 21.4962 7.38047 21.4909 7.18941C21.4799 6.77299 21.4551 6.3534 21.3812 5.94172C21.3062 5.52371 21.1832 5.13473 20.9901 4.75472C20.8001 4.38157 20.552 4.04062 20.2559 3.74453C19.9598 3.44844 19.6183 3.20038 19.2452 3.01037C18.8657 2.8172 18.4767 2.69475 18.0593 2.61928C17.6476 2.54539 17.2275 2.52058 16.811 2.5095C16.62 2.50422 16.4289 2.50211 16.2378 2.50106C16.0109 2.5 15.7839 2.5 15.557 2.5H8.44344C8.2165 2.5 7.98954 2.5 7.76259 2.50106C7.57153 2.50211 7.38047 2.50422 7.18941 2.5095C6.77299 2.52111 6.35287 2.54539 5.94119 2.61981C5.52318 2.69475 5.13473 2.81773 4.75525 3.0109C4.3821 3.20091 4.04062 3.44897 3.74453 3.74506C3.44844 4.04115 3.20038 4.3821 3.01037 4.75525C2.8172 5.13526 2.69423 5.52424 2.61928 5.94225C2.54539 6.35392 2.52058 6.77404 2.5095 7.18994C2.50422 7.381 2.50211 7.57206 2.50106 7.76312C2.5 7.98954 2.5 8.21649 2.5 8.44344V15.5565C2.5 15.7834 2.5 16.0104 2.50106 16.2373C2.50211 16.4284 2.50422 16.6194 2.5095 16.8105C2.52058 17.2269 2.54539 17.6465 2.61928 18.0582C2.69423 18.4762 2.8172 18.8652 3.01037 19.2452C3.20038 19.6183 3.44844 19.9593 3.74453 20.2554C4.04062 20.5515 4.3821 20.7995 4.75525 20.9895C5.13473 21.1827 5.52371 21.3052 5.94119 21.3806C6.35287 21.4545 6.77299 21.4793 7.18941 21.4904C7.38047 21.4957 7.57153 21.4978 7.76259 21.4989C7.94412 21.5001 8.12565 21.5 8.30717 21.5L15.5565 21.4999C15.7834 21.4999 16.0104 21.4999 16.2373 21.4989C16.4284 21.4978 16.6194 21.4957 16.8105 21.4904C17.2269 21.4793 17.647 21.4545 18.0587 21.3806C18.4767 21.3057 18.8652 21.1827 19.2447 20.9895C19.6178 20.7995 19.9593 20.5515 20.2554 20.2554C20.5515 19.9593 20.7995 19.6183 20.9895 19.2452C21.1827 18.8652 21.3057 18.4762 21.3806 18.0582C21.4545 17.6465 21.4793 17.2264 21.4904 16.8105C21.4957 16.6194 21.4978 16.4284 21.4989 16.2373C21.5001 16.0558 21.5 15.8743 21.5 15.6927L21.5004 8.44218ZM7.5 18C8.32843 18 9 17.3284 9 16.5C9 15.6716 8.32843 15 7.5 15C6.67157 15 6 15.6716 6 16.5C6 17.3284 6.67157 18 7.5 18ZM12 18C12 14.6863 9.31371 12 6 12V10C10.4183 10 14 13.5817 14 18H12ZM6 8C11.5228 8 16 12.4772 16 18H18C18 11.3726 12.6274 6 6 6V8Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconRssFeed;\n","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"],"mappings":"AAAA,OAAOA,MAAW,QCAlB,OAAOC,MAAW,QAQX,IAAMC,EAET,CAAC,CACH,SAAAC,EACA,KAAAC,EAAO,GACP,UAAAC,EACA,MAAAC,EACA,WAAAC,EAAa,GACb,MAAAC,EACA,GAAGC,CACL,IAEIR,EAAA,cAAC,OACE,GAAGQ,EACJ,cAAaF,EACb,KAAMA,EAAa,OAAY,MAC/B,MAAO,OAAOH,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,OACL,MAAM,6BACN,MAAO,CAAE,MAAAE,EAAO,GAAGE,CAAM,GAExBH,GAAa,CAACE,GAAcN,EAAA,cAAC,aAAOI,CAAU,EAC9CF,CACH,ED9BG,IAAMO,EAA+CC,GAExDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,EAAO,UAAU,YACpCC,EAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,qnEACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["React","React","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","IconRssFeed","props","React","CentralIconBase","IconRssFeed_default"]}
1
+ {"version":3,"sources":["../src/IconRssFeed/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconRssFeed: React.FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props} ariaLabel=\"rss-feed\">\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M21.25 8.53567C21.25 8.31511 21.25 8.09455 21.249 7.87399C21.2479 7.68796 21.2459 7.50193 21.2408 7.3159C21.23 6.91044 21.2058 6.5019 21.1339 6.10107C21.0609 5.69407 20.9412 5.31533 20.7531 4.94533C20.5681 4.58201 20.3265 4.25004 20.0383 3.96175C19.75 3.67346 19.4175 3.43193 19.0542 3.24693C18.6847 3.05885 18.3059 2.93962 17.8994 2.86614C17.4986 2.79419 17.0896 2.77004 16.6841 2.75925C16.4981 2.75411 16.312 2.75206 16.126 2.75103C15.905 2.75 15.6841 2.75 15.4631 2.75H8.5369C8.31593 2.75 8.09496 2.75 7.87399 2.75103C7.68796 2.75206 7.50193 2.75411 7.3159 2.75925C6.91044 2.77056 6.50139 2.79419 6.10056 2.86665C5.69356 2.93962 5.31533 3.05936 4.94585 3.24744C4.58253 3.43244 4.25004 3.67397 3.96175 3.96226C3.67346 4.25056 3.43193 4.58253 3.24693 4.94585C3.05885 5.31585 2.93911 5.69458 2.86614 6.10158C2.79419 6.50242 2.77004 6.91147 2.75925 7.31642C2.75411 7.50244 2.75206 7.68847 2.75103 7.8745C2.75 8.09496 2.75 8.31593 2.75 8.5369V15.4626C2.75 15.6836 2.75 15.9045 2.75103 16.1255C2.75206 16.3115 2.75411 16.4976 2.75925 16.6836C2.77004 17.089 2.79419 17.4976 2.86614 17.8984C2.93911 18.3054 3.05885 18.6842 3.24693 19.0542C3.43193 19.4175 3.67346 19.7494 3.96175 20.0377C4.25004 20.326 4.58253 20.5676 4.94585 20.7526C5.31533 20.9406 5.69407 21.0599 6.10056 21.1333C6.50139 21.2053 6.91044 21.2294 7.3159 21.2402C7.50193 21.2454 7.68796 21.2474 7.87399 21.2485C8.05073 21.2497 8.22748 21.2496 8.40422 21.2495L15.4626 21.2495C15.6836 21.2495 15.9045 21.2495 16.1255 21.2485C16.3115 21.2474 16.4976 21.2454 16.6836 21.2402C17.089 21.2294 17.4981 21.2053 17.8989 21.1333C18.3059 21.0604 18.6842 20.9406 19.0536 20.7526C19.417 20.5676 19.7494 20.326 20.0377 20.0377C20.326 19.7494 20.5676 19.4175 20.7526 19.0542C20.9406 18.6842 21.0604 18.3054 21.1333 17.8984C21.2053 17.4976 21.2294 17.0885 21.2402 16.6836C21.2454 16.4976 21.2474 16.3115 21.2485 16.1255C21.2497 15.9488 21.2496 15.772 21.2495 15.5953L21.25 8.53567ZM7.61831 17.8418C8.42492 17.8418 9.0788 17.1879 9.0788 16.3813C9.0788 15.5747 8.42492 14.9208 7.61831 14.9208C6.8117 14.9208 6.15782 15.5747 6.15782 16.3813C6.15782 17.1879 6.8117 17.8418 7.61831 17.8418ZM11.9998 17.8418C11.9998 14.6153 9.38425 11.9998 6.15782 11.9998V10.0525C10.4597 10.0525 13.9471 13.5398 13.9471 17.8418H11.9998ZM6.15782 8.10514C11.5352 8.10514 15.8944 12.4644 15.8944 17.8418H17.8418C17.8418 11.3889 12.6107 6.15782 6.15782 6.15782V8.10514Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconRssFeed;\n","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"],"mappings":"AAAA,OAAOA,MAAW,QCAlB,OAAOC,MAAW,QAQX,IAAMC,EAET,CAAC,CACH,SAAAC,EACA,KAAAC,EAAO,GACP,UAAAC,EACA,MAAAC,EACA,WAAAC,EAAa,GACb,MAAAC,EACA,GAAGC,CACL,IAEIR,EAAA,cAAC,OACE,GAAGQ,EACJ,cAAaF,EACb,KAAMA,EAAa,OAAY,MAC/B,MAAO,OAAOH,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,OACL,MAAM,6BACN,MAAO,CAAE,MAAAE,EAAO,GAAGE,CAAM,GAExBH,GAAa,CAACE,GAAcN,EAAA,cAAC,aAAOI,CAAU,EAC9CF,CACH,ED9BG,IAAMO,EAA+CC,GAExDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,EAAO,UAAU,YACpCC,EAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,s1EACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["React","React","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","IconRssFeed","props","React","CentralIconBase","IconRssFeed_default"]}
@@ -1,2 +1,2 @@
1
- "use strict";var u=Object.create;var n=Object.defineProperty;var d=Object.getOwnPropertyDescriptor;var h=Object.getOwnPropertyNames;var L=Object.getPrototypeOf,g=Object.prototype.hasOwnProperty;var x=(C,e)=>{for(var r in e)n(C,r,{get:e[r],enumerable:!0})},a=(C,e,r,o)=>{if(e&&typeof e=="object"||typeof e=="function")for(let t of h(e))!g.call(C,t)&&t!==r&&n(C,t,{get:()=>e[t],enumerable:!(o=d(e,t))||o.enumerable});return C};var s=(C,e,r)=>(r=C!=null?u(L(C)):{},a(e||!C||!C.__esModule?n(r,"default",{value:C,enumerable:!0}):r,C)),B=C=>a(n({},"__esModule",{value:!0}),C);var w={};x(w,{IconWhatsapp:()=>m,default:()=>I});module.exports=B(w);var l=s(require("react"));var p=s(require("react")),i=({children:C,size:e=24,ariaLabel:r,color:o,ariaHidden:t=!0,style:c,...f})=>p.default.createElement("svg",{...f,"aria-hidden":t,role:t?void 0:"img",width:typeof e=="number"?`${e}px`:e,height:typeof e=="number"?`${e}px`:e,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{color:o,...c}},r&&!t&&p.default.createElement("title",null,r),C);var m=C=>l.default.createElement(i,{...C,ariaLabel:"whatsapp"},l.default.createElement("path",{d:"M9.12368 7.45553C9.29564 7.46249 9.48613 7.47064 9.66716 7.87276C9.79046 8.14713 9.99776 8.65803 10.1633 9.06609C10.286 9.36843 10.3858 9.61431 10.4115 9.6657C10.4719 9.78642 10.512 9.92778 10.4316 10.0887C10.4192 10.1134 10.4078 10.1368 10.397 10.159C10.337 10.2816 10.2928 10.3721 10.1904 10.4914C10.1495 10.539 10.1072 10.5904 10.0649 10.6418C9.98224 10.7424 9.89969 10.8427 9.82795 10.9144C9.70683 11.0347 9.58071 11.1655 9.72181 11.4071C9.8629 11.6487 10.3475 12.4393 11.0655 13.0795C11.8382 13.7685 12.5092 14.0594 12.8489 14.2067C12.9149 14.2353 12.9683 14.2585 13.0076 14.2781C13.2493 14.3988 13.39 14.3786 13.531 14.2174C13.672 14.0562 14.1343 13.5125 14.2954 13.2707C14.4566 13.029 14.6176 13.0691 14.8389 13.1498C15.0603 13.2304 16.2475 13.8146 16.4892 13.9355C16.5367 13.9592 16.5812 13.9807 16.6223 14.0005C16.7904 14.0815 16.9038 14.1362 16.9523 14.2174C17.0126 14.3184 17.0124 14.8016 16.8113 15.3656C16.6102 15.9295 15.6242 16.4735 15.1813 16.5137C15.1386 16.5176 15.0962 16.5226 15.0526 16.5277C14.6433 16.5758 14.1268 16.6365 12.2831 15.9094C10.0123 15.014 8.5156 12.7939 8.20847 12.3383C8.18358 12.3014 8.1665 12.276 8.15745 12.2639L8.15459 12.2601C8.02381 12.0852 7.17139 10.9454 7.17139 9.76619C7.17139 8.65453 7.71768 8.07156 7.96924 7.8031C7.98657 7.78461 8.0025 7.76761 8.01676 7.75203C8.23798 7.51031 8.49967 7.44988 8.66073 7.44988L9.12368 7.45553Z",fill:"currentColor"}),l.default.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M2.33594 21.75L3.70731 16.743C2.86009 15.2741 2.41508 13.6079 2.41712 11.9122C2.41936 6.58441 6.75508 2.25 12.083 2.25C14.6685 2.25131 17.0953 3.25747 18.9204 5.08391C20.7456 6.91034 21.7498 9.33805 21.7488 11.92C21.7465 17.2474 17.4101 21.5826 12.0829 21.5826H12.0787C10.4612 21.582 8.87171 21.1762 7.45988 20.4063L2.33594 21.75ZM12.0859 3.88227C7.65444 3.88227 4.05057 7.48482 4.049 11.9129C4.04681 13.425 4.47261 14.9068 5.27717 16.187L5.46832 16.4909L4.65658 19.4543L7.69727 18.657L7.99088 18.831C9.22404 19.5628 10.638 19.9498 12.0799 19.9506H12.0829C16.511 19.9506 20.1149 16.3477 20.1166 11.9193C20.1199 10.8639 19.9139 9.8182 19.5103 8.8429C19.1068 7.8676 18.5138 6.98203 17.7657 6.23746C17.0217 5.48882 16.1367 4.89519 15.1617 4.49091C14.1868 4.08664 13.1414 3.87977 12.0859 3.88227Z",fill:"currentColor"})),I=m;0&&(module.exports={IconWhatsapp});
1
+ "use strict";var u=Object.create;var n=Object.defineProperty;var d=Object.getOwnPropertyDescriptor;var g=Object.getOwnPropertyNames;var h=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var B=(C,e)=>{for(var t in e)n(C,t,{get:e[t],enumerable:!0})},a=(C,e,t,o)=>{if(e&&typeof e=="object"||typeof e=="function")for(let r of g(e))!x.call(C,r)&&r!==t&&n(C,r,{get:()=>e[r],enumerable:!(o=d(e,r))||o.enumerable});return C};var s=(C,e,t)=>(t=C!=null?u(h(C)):{},a(e||!C||!C.__esModule?n(t,"default",{value:C,enumerable:!0}):t,C)),I=C=>a(n({},"__esModule",{value:!0}),C);var v={};B(v,{IconWhatsapp:()=>m,default:()=>w});module.exports=I(v);var l=s(require("react"));var p=s(require("react")),i=({children:C,size:e=24,ariaLabel:t,color:o,ariaHidden:r=!0,style:c,...f})=>p.default.createElement("svg",{...f,"aria-hidden":r,role:r?void 0:"img",width:typeof e=="number"?`${e}px`:e,height:typeof e=="number"?`${e}px`:e,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{color:o,...c}},t&&!r&&p.default.createElement("title",null,t),C);var m=C=>l.default.createElement(i,{...C,ariaLabel:"whatsapp"},l.default.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M12.149 2C14.7047 2.01525 17.1562 3.0175 18.9908 4.79688C20.8253 6.57631 21.9014 8.99572 21.9947 11.5498C22.0432 12.8574 21.8327 14.1621 21.3746 15.3877C20.9165 16.6131 20.2199 17.7355 19.3258 18.6904C18.4314 19.6455 17.3566 20.4146 16.1637 20.9522C14.9707 21.4897 13.6826 21.7859 12.3746 21.8232H12.0914C10.6045 21.8236 9.13595 21.4892 7.7955 20.8457L2.608 22H2.59335C2.58249 21.9999 2.57099 21.9977 2.56112 21.9932C2.55136 21.9886 2.5428 21.9818 2.53573 21.9736C2.52863 21.9655 2.52322 21.9557 2.5201 21.9453C2.51704 21.935 2.51576 21.9237 2.51717 21.9131L3.39413 16.668C2.56877 15.1578 2.15081 13.459 2.18124 11.7383C2.21173 10.0174 2.68946 8.33361 3.56796 6.85352C4.44639 5.37355 5.6951 4.14789 7.191 3.29688C8.68704 2.44588 10.379 1.99876 12.1002 2H12.149ZM8.55428 7.13281C8.46338 7.1437 8.37456 7.16865 8.29061 7.20606C8.17873 7.25595 8.07735 7.32747 7.99374 7.41699C7.75751 7.65925 7.09741 8.24251 7.05917 9.4668C7.02099 10.6905 7.87539 11.9014 7.99569 12.0723C8.11532 12.2421 9.63151 14.8874 12.1285 15.96C13.5961 16.5922 14.2397 16.7002 14.6568 16.7002C14.8286 16.7002 14.9587 16.6829 15.0943 16.6748C15.5519 16.6464 16.5839 16.1177 16.8092 15.543C17.0344 14.968 17.0492 14.4648 16.9898 14.3643C16.9305 14.2637 16.7673 14.1912 16.5221 14.0625C16.2761 13.9334 15.0734 13.2906 14.8473 13.2002C14.7636 13.1613 14.6736 13.1377 14.5816 13.1309C14.5216 13.134 14.4624 13.1518 14.4107 13.1826C14.3592 13.2134 14.316 13.2564 14.2848 13.3076C14.0838 13.5579 13.6222 14.1019 13.4674 14.2588C13.4336 14.2977 13.3919 14.3287 13.3453 14.3506C13.2986 14.3724 13.2475 14.3848 13.1959 14.3857C13.1009 14.3815 13.0077 14.3566 12.9234 14.3125C12.1946 14.003 11.5302 13.5589 10.9644 13.0049C10.4359 12.4839 9.98706 11.8878 9.63339 11.2354C9.49672 10.982 9.63372 10.851 9.75839 10.7324C9.88294 10.6138 10.0166 10.4503 10.1451 10.3086C10.2507 10.1875 10.339 10.0519 10.4068 9.90625C10.4418 9.83876 10.4588 9.76351 10.4576 9.6875C10.4564 9.6113 10.4363 9.5362 10.399 9.46973C10.3392 9.34129 9.89702 8.09811 9.68905 7.59864C9.52025 7.17157 9.31904 7.15662 9.14315 7.14356C8.99846 7.13351 8.83241 7.12905 8.66659 7.12403H8.6451L8.55428 7.13281Z",fill:"currentColor"})),w=m;0&&(module.exports={IconWhatsapp});
2
2
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/IconWhatsapp/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconWhatsapp: React.FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props} ariaLabel=\"whatsapp\">\n <path\n d=\"M9.12368 7.45553C9.29564 7.46249 9.48613 7.47064 9.66716 7.87276C9.79046 8.14713 9.99776 8.65803 10.1633 9.06609C10.286 9.36843 10.3858 9.61431 10.4115 9.6657C10.4719 9.78642 10.512 9.92778 10.4316 10.0887C10.4192 10.1134 10.4078 10.1368 10.397 10.159C10.337 10.2816 10.2928 10.3721 10.1904 10.4914C10.1495 10.539 10.1072 10.5904 10.0649 10.6418C9.98224 10.7424 9.89969 10.8427 9.82795 10.9144C9.70683 11.0347 9.58071 11.1655 9.72181 11.4071C9.8629 11.6487 10.3475 12.4393 11.0655 13.0795C11.8382 13.7685 12.5092 14.0594 12.8489 14.2067C12.9149 14.2353 12.9683 14.2585 13.0076 14.2781C13.2493 14.3988 13.39 14.3786 13.531 14.2174C13.672 14.0562 14.1343 13.5125 14.2954 13.2707C14.4566 13.029 14.6176 13.0691 14.8389 13.1498C15.0603 13.2304 16.2475 13.8146 16.4892 13.9355C16.5367 13.9592 16.5812 13.9807 16.6223 14.0005C16.7904 14.0815 16.9038 14.1362 16.9523 14.2174C17.0126 14.3184 17.0124 14.8016 16.8113 15.3656C16.6102 15.9295 15.6242 16.4735 15.1813 16.5137C15.1386 16.5176 15.0962 16.5226 15.0526 16.5277C14.6433 16.5758 14.1268 16.6365 12.2831 15.9094C10.0123 15.014 8.5156 12.7939 8.20847 12.3383C8.18358 12.3014 8.1665 12.276 8.15745 12.2639L8.15459 12.2601C8.02381 12.0852 7.17139 10.9454 7.17139 9.76619C7.17139 8.65453 7.71768 8.07156 7.96924 7.8031C7.98657 7.78461 8.0025 7.76761 8.01676 7.75203C8.23798 7.51031 8.49967 7.44988 8.66073 7.44988L9.12368 7.45553Z\"\n fill=\"currentColor\"\n />\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M2.33594 21.75L3.70731 16.743C2.86009 15.2741 2.41508 13.6079 2.41712 11.9122C2.41936 6.58441 6.75508 2.25 12.083 2.25C14.6685 2.25131 17.0953 3.25747 18.9204 5.08391C20.7456 6.91034 21.7498 9.33805 21.7488 11.92C21.7465 17.2474 17.4101 21.5826 12.0829 21.5826H12.0787C10.4612 21.582 8.87171 21.1762 7.45988 20.4063L2.33594 21.75ZM12.0859 3.88227C7.65444 3.88227 4.05057 7.48482 4.049 11.9129C4.04681 13.425 4.47261 14.9068 5.27717 16.187L5.46832 16.4909L4.65658 19.4543L7.69727 18.657L7.99088 18.831C9.22404 19.5628 10.638 19.9498 12.0799 19.9506H12.0829C16.511 19.9506 20.1149 16.3477 20.1166 11.9193C20.1199 10.8639 19.9139 9.8182 19.5103 8.8429C19.1068 7.8676 18.5138 6.98203 17.7657 6.23746C17.0217 5.48882 16.1367 4.89519 15.1617 4.49091C14.1868 4.08664 13.1414 3.87977 12.0859 3.88227Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconWhatsapp;\n","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"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,kBAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAAkB,oBCAlB,IAAAC,EAAkB,oBAQLC,EAET,CAAC,CACH,SAAAC,EACA,KAAAC,EAAO,GACP,UAAAC,EACA,MAAAC,EACA,WAAAC,EAAa,GACb,MAAAC,EACA,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,cAAaF,EACb,KAAMA,EAAa,OAAY,MAC/B,MAAO,OAAOH,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,OACL,MAAM,6BACN,MAAO,CAAE,MAAAE,EAAO,GAAGE,CAAM,GAExBH,GAAa,CAACE,GAAc,EAAAG,QAAA,cAAC,aAAOL,CAAU,EAC9CF,CACH,ED9BG,IAAMQ,EAAgDC,GAEzD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,EAAO,UAAU,YACpC,EAAAC,QAAA,cAAC,QACC,EAAE,i2CACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,2xBACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconWhatsapp_exports","__export","IconWhatsapp","IconWhatsapp_default","__toCommonJS","import_react","import_react","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","React","IconWhatsapp","props","React","CentralIconBase","IconWhatsapp_default"]}
1
+ {"version":3,"sources":["../src/IconWhatsapp/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconWhatsapp: React.FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props} ariaLabel=\"whatsapp\">\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M12.149 2C14.7047 2.01525 17.1562 3.0175 18.9908 4.79688C20.8253 6.57631 21.9014 8.99572 21.9947 11.5498C22.0432 12.8574 21.8327 14.1621 21.3746 15.3877C20.9165 16.6131 20.2199 17.7355 19.3258 18.6904C18.4314 19.6455 17.3566 20.4146 16.1637 20.9522C14.9707 21.4897 13.6826 21.7859 12.3746 21.8232H12.0914C10.6045 21.8236 9.13595 21.4892 7.7955 20.8457L2.608 22H2.59335C2.58249 21.9999 2.57099 21.9977 2.56112 21.9932C2.55136 21.9886 2.5428 21.9818 2.53573 21.9736C2.52863 21.9655 2.52322 21.9557 2.5201 21.9453C2.51704 21.935 2.51576 21.9237 2.51717 21.9131L3.39413 16.668C2.56877 15.1578 2.15081 13.459 2.18124 11.7383C2.21173 10.0174 2.68946 8.33361 3.56796 6.85352C4.44639 5.37355 5.6951 4.14789 7.191 3.29688C8.68704 2.44588 10.379 1.99876 12.1002 2H12.149ZM8.55428 7.13281C8.46338 7.1437 8.37456 7.16865 8.29061 7.20606C8.17873 7.25595 8.07735 7.32747 7.99374 7.41699C7.75751 7.65925 7.09741 8.24251 7.05917 9.4668C7.02099 10.6905 7.87539 11.9014 7.99569 12.0723C8.11532 12.2421 9.63151 14.8874 12.1285 15.96C13.5961 16.5922 14.2397 16.7002 14.6568 16.7002C14.8286 16.7002 14.9587 16.6829 15.0943 16.6748C15.5519 16.6464 16.5839 16.1177 16.8092 15.543C17.0344 14.968 17.0492 14.4648 16.9898 14.3643C16.9305 14.2637 16.7673 14.1912 16.5221 14.0625C16.2761 13.9334 15.0734 13.2906 14.8473 13.2002C14.7636 13.1613 14.6736 13.1377 14.5816 13.1309C14.5216 13.134 14.4624 13.1518 14.4107 13.1826C14.3592 13.2134 14.316 13.2564 14.2848 13.3076C14.0838 13.5579 13.6222 14.1019 13.4674 14.2588C13.4336 14.2977 13.3919 14.3287 13.3453 14.3506C13.2986 14.3724 13.2475 14.3848 13.1959 14.3857C13.1009 14.3815 13.0077 14.3566 12.9234 14.3125C12.1946 14.003 11.5302 13.5589 10.9644 13.0049C10.4359 12.4839 9.98706 11.8878 9.63339 11.2354C9.49672 10.982 9.63372 10.851 9.75839 10.7324C9.88294 10.6138 10.0166 10.4503 10.1451 10.3086C10.2507 10.1875 10.339 10.0519 10.4068 9.90625C10.4418 9.83876 10.4588 9.76351 10.4576 9.6875C10.4564 9.6113 10.4363 9.5362 10.399 9.46973C10.3392 9.34129 9.89702 8.09811 9.68905 7.59864C9.52025 7.17157 9.31904 7.15662 9.14315 7.14356C8.99846 7.13351 8.83241 7.12905 8.66659 7.12403H8.6451L8.55428 7.13281Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconWhatsapp;\n","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"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,kBAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAAkB,oBCAlB,IAAAC,EAAkB,oBAQLC,EAET,CAAC,CACH,SAAAC,EACA,KAAAC,EAAO,GACP,UAAAC,EACA,MAAAC,EACA,WAAAC,EAAa,GACb,MAAAC,EACA,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,cAAaF,EACb,KAAMA,EAAa,OAAY,MAC/B,MAAO,OAAOH,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,OACL,MAAM,6BACN,MAAO,CAAE,MAAAE,EAAO,GAAGE,CAAM,GAExBH,GAAa,CAACE,GAAc,EAAAG,QAAA,cAAC,aAAOL,CAAU,EAC9CF,CACH,ED9BG,IAAMQ,EAAgDC,GAEzD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,EAAO,UAAU,YACpC,EAAAC,QAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,olEACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconWhatsapp_exports","__export","IconWhatsapp","IconWhatsapp_default","__toCommonJS","import_react","import_react","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","React","IconWhatsapp","props","React","CentralIconBase","IconWhatsapp_default"]}
@@ -1,2 +1,2 @@
1
- import t from"react";import n from"react";var l=({children:e,size:C=24,ariaLabel:o,color:p,ariaHidden:r=!0,style:a,...s})=>n.createElement("svg",{...s,"aria-hidden":r,role:r?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:p,...a}},o&&!r&&n.createElement("title",null,o),e);var i=e=>t.createElement(l,{...e,ariaLabel:"whatsapp"},t.createElement("path",{d:"M9.12368 7.45553C9.29564 7.46249 9.48613 7.47064 9.66716 7.87276C9.79046 8.14713 9.99776 8.65803 10.1633 9.06609C10.286 9.36843 10.3858 9.61431 10.4115 9.6657C10.4719 9.78642 10.512 9.92778 10.4316 10.0887C10.4192 10.1134 10.4078 10.1368 10.397 10.159C10.337 10.2816 10.2928 10.3721 10.1904 10.4914C10.1495 10.539 10.1072 10.5904 10.0649 10.6418C9.98224 10.7424 9.89969 10.8427 9.82795 10.9144C9.70683 11.0347 9.58071 11.1655 9.72181 11.4071C9.8629 11.6487 10.3475 12.4393 11.0655 13.0795C11.8382 13.7685 12.5092 14.0594 12.8489 14.2067C12.9149 14.2353 12.9683 14.2585 13.0076 14.2781C13.2493 14.3988 13.39 14.3786 13.531 14.2174C13.672 14.0562 14.1343 13.5125 14.2954 13.2707C14.4566 13.029 14.6176 13.0691 14.8389 13.1498C15.0603 13.2304 16.2475 13.8146 16.4892 13.9355C16.5367 13.9592 16.5812 13.9807 16.6223 14.0005C16.7904 14.0815 16.9038 14.1362 16.9523 14.2174C17.0126 14.3184 17.0124 14.8016 16.8113 15.3656C16.6102 15.9295 15.6242 16.4735 15.1813 16.5137C15.1386 16.5176 15.0962 16.5226 15.0526 16.5277C14.6433 16.5758 14.1268 16.6365 12.2831 15.9094C10.0123 15.014 8.5156 12.7939 8.20847 12.3383C8.18358 12.3014 8.1665 12.276 8.15745 12.2639L8.15459 12.2601C8.02381 12.0852 7.17139 10.9454 7.17139 9.76619C7.17139 8.65453 7.71768 8.07156 7.96924 7.8031C7.98657 7.78461 8.0025 7.76761 8.01676 7.75203C8.23798 7.51031 8.49967 7.44988 8.66073 7.44988L9.12368 7.45553Z",fill:"currentColor"}),t.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M2.33594 21.75L3.70731 16.743C2.86009 15.2741 2.41508 13.6079 2.41712 11.9122C2.41936 6.58441 6.75508 2.25 12.083 2.25C14.6685 2.25131 17.0953 3.25747 18.9204 5.08391C20.7456 6.91034 21.7498 9.33805 21.7488 11.92C21.7465 17.2474 17.4101 21.5826 12.0829 21.5826H12.0787C10.4612 21.582 8.87171 21.1762 7.45988 20.4063L2.33594 21.75ZM12.0859 3.88227C7.65444 3.88227 4.05057 7.48482 4.049 11.9129C4.04681 13.425 4.47261 14.9068 5.27717 16.187L5.46832 16.4909L4.65658 19.4543L7.69727 18.657L7.99088 18.831C9.22404 19.5628 10.638 19.9498 12.0799 19.9506H12.0829C16.511 19.9506 20.1149 16.3477 20.1166 11.9193C20.1199 10.8639 19.9139 9.8182 19.5103 8.8429C19.1068 7.8676 18.5138 6.98203 17.7657 6.23746C17.0217 5.48882 16.1367 4.89519 15.1617 4.49091C14.1868 4.08664 13.1414 3.87977 12.0859 3.88227Z",fill:"currentColor"})),d=i;export{i as IconWhatsapp,d as default};
1
+ import p from"react";import o from"react";var n=({children:e,size:C=24,ariaLabel:r,color:l,ariaHidden:t=!0,style:a,...s})=>o.createElement("svg",{...s,"aria-hidden":t,role:t?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:l,...a}},r&&!t&&o.createElement("title",null,r),e);var i=e=>p.createElement(n,{...e,ariaLabel:"whatsapp"},p.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M12.149 2C14.7047 2.01525 17.1562 3.0175 18.9908 4.79688C20.8253 6.57631 21.9014 8.99572 21.9947 11.5498C22.0432 12.8574 21.8327 14.1621 21.3746 15.3877C20.9165 16.6131 20.2199 17.7355 19.3258 18.6904C18.4314 19.6455 17.3566 20.4146 16.1637 20.9522C14.9707 21.4897 13.6826 21.7859 12.3746 21.8232H12.0914C10.6045 21.8236 9.13595 21.4892 7.7955 20.8457L2.608 22H2.59335C2.58249 21.9999 2.57099 21.9977 2.56112 21.9932C2.55136 21.9886 2.5428 21.9818 2.53573 21.9736C2.52863 21.9655 2.52322 21.9557 2.5201 21.9453C2.51704 21.935 2.51576 21.9237 2.51717 21.9131L3.39413 16.668C2.56877 15.1578 2.15081 13.459 2.18124 11.7383C2.21173 10.0174 2.68946 8.33361 3.56796 6.85352C4.44639 5.37355 5.6951 4.14789 7.191 3.29688C8.68704 2.44588 10.379 1.99876 12.1002 2H12.149ZM8.55428 7.13281C8.46338 7.1437 8.37456 7.16865 8.29061 7.20606C8.17873 7.25595 8.07735 7.32747 7.99374 7.41699C7.75751 7.65925 7.09741 8.24251 7.05917 9.4668C7.02099 10.6905 7.87539 11.9014 7.99569 12.0723C8.11532 12.2421 9.63151 14.8874 12.1285 15.96C13.5961 16.5922 14.2397 16.7002 14.6568 16.7002C14.8286 16.7002 14.9587 16.6829 15.0943 16.6748C15.5519 16.6464 16.5839 16.1177 16.8092 15.543C17.0344 14.968 17.0492 14.4648 16.9898 14.3643C16.9305 14.2637 16.7673 14.1912 16.5221 14.0625C16.2761 13.9334 15.0734 13.2906 14.8473 13.2002C14.7636 13.1613 14.6736 13.1377 14.5816 13.1309C14.5216 13.134 14.4624 13.1518 14.4107 13.1826C14.3592 13.2134 14.316 13.2564 14.2848 13.3076C14.0838 13.5579 13.6222 14.1019 13.4674 14.2588C13.4336 14.2977 13.3919 14.3287 13.3453 14.3506C13.2986 14.3724 13.2475 14.3848 13.1959 14.3857C13.1009 14.3815 13.0077 14.3566 12.9234 14.3125C12.1946 14.003 11.5302 13.5589 10.9644 13.0049C10.4359 12.4839 9.98706 11.8878 9.63339 11.2354C9.49672 10.982 9.63372 10.851 9.75839 10.7324C9.88294 10.6138 10.0166 10.4503 10.1451 10.3086C10.2507 10.1875 10.339 10.0519 10.4068 9.90625C10.4418 9.83876 10.4588 9.76351 10.4576 9.6875C10.4564 9.6113 10.4363 9.5362 10.399 9.46973C10.3392 9.34129 9.89702 8.09811 9.68905 7.59864C9.52025 7.17157 9.31904 7.15662 9.14315 7.14356C8.99846 7.13351 8.83241 7.12905 8.66659 7.12403H8.6451L8.55428 7.13281Z",fill:"currentColor"})),d=i;export{i as IconWhatsapp,d as default};
2
2
  //# sourceMappingURL=index.mjs.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/IconWhatsapp/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconWhatsapp: React.FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props} ariaLabel=\"whatsapp\">\n <path\n d=\"M9.12368 7.45553C9.29564 7.46249 9.48613 7.47064 9.66716 7.87276C9.79046 8.14713 9.99776 8.65803 10.1633 9.06609C10.286 9.36843 10.3858 9.61431 10.4115 9.6657C10.4719 9.78642 10.512 9.92778 10.4316 10.0887C10.4192 10.1134 10.4078 10.1368 10.397 10.159C10.337 10.2816 10.2928 10.3721 10.1904 10.4914C10.1495 10.539 10.1072 10.5904 10.0649 10.6418C9.98224 10.7424 9.89969 10.8427 9.82795 10.9144C9.70683 11.0347 9.58071 11.1655 9.72181 11.4071C9.8629 11.6487 10.3475 12.4393 11.0655 13.0795C11.8382 13.7685 12.5092 14.0594 12.8489 14.2067C12.9149 14.2353 12.9683 14.2585 13.0076 14.2781C13.2493 14.3988 13.39 14.3786 13.531 14.2174C13.672 14.0562 14.1343 13.5125 14.2954 13.2707C14.4566 13.029 14.6176 13.0691 14.8389 13.1498C15.0603 13.2304 16.2475 13.8146 16.4892 13.9355C16.5367 13.9592 16.5812 13.9807 16.6223 14.0005C16.7904 14.0815 16.9038 14.1362 16.9523 14.2174C17.0126 14.3184 17.0124 14.8016 16.8113 15.3656C16.6102 15.9295 15.6242 16.4735 15.1813 16.5137C15.1386 16.5176 15.0962 16.5226 15.0526 16.5277C14.6433 16.5758 14.1268 16.6365 12.2831 15.9094C10.0123 15.014 8.5156 12.7939 8.20847 12.3383C8.18358 12.3014 8.1665 12.276 8.15745 12.2639L8.15459 12.2601C8.02381 12.0852 7.17139 10.9454 7.17139 9.76619C7.17139 8.65453 7.71768 8.07156 7.96924 7.8031C7.98657 7.78461 8.0025 7.76761 8.01676 7.75203C8.23798 7.51031 8.49967 7.44988 8.66073 7.44988L9.12368 7.45553Z\"\n fill=\"currentColor\"\n />\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M2.33594 21.75L3.70731 16.743C2.86009 15.2741 2.41508 13.6079 2.41712 11.9122C2.41936 6.58441 6.75508 2.25 12.083 2.25C14.6685 2.25131 17.0953 3.25747 18.9204 5.08391C20.7456 6.91034 21.7498 9.33805 21.7488 11.92C21.7465 17.2474 17.4101 21.5826 12.0829 21.5826H12.0787C10.4612 21.582 8.87171 21.1762 7.45988 20.4063L2.33594 21.75ZM12.0859 3.88227C7.65444 3.88227 4.05057 7.48482 4.049 11.9129C4.04681 13.425 4.47261 14.9068 5.27717 16.187L5.46832 16.4909L4.65658 19.4543L7.69727 18.657L7.99088 18.831C9.22404 19.5628 10.638 19.9498 12.0799 19.9506H12.0829C16.511 19.9506 20.1149 16.3477 20.1166 11.9193C20.1199 10.8639 19.9139 9.8182 19.5103 8.8429C19.1068 7.8676 18.5138 6.98203 17.7657 6.23746C17.0217 5.48882 16.1367 4.89519 15.1617 4.49091C14.1868 4.08664 13.1414 3.87977 12.0859 3.88227Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconWhatsapp;\n","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"],"mappings":"AAAA,OAAOA,MAAW,QCAlB,OAAOC,MAAW,QAQX,IAAMC,EAET,CAAC,CACH,SAAAC,EACA,KAAAC,EAAO,GACP,UAAAC,EACA,MAAAC,EACA,WAAAC,EAAa,GACb,MAAAC,EACA,GAAGC,CACL,IAEIR,EAAA,cAAC,OACE,GAAGQ,EACJ,cAAaF,EACb,KAAMA,EAAa,OAAY,MAC/B,MAAO,OAAOH,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,OACL,MAAM,6BACN,MAAO,CAAE,MAAAE,EAAO,GAAGE,CAAM,GAExBH,GAAa,CAACE,GAAcN,EAAA,cAAC,aAAOI,CAAU,EAC9CF,CACH,ED9BG,IAAMO,EAAgDC,GAEzDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,EAAO,UAAU,YACpCC,EAAA,cAAC,QACC,EAAE,i2CACF,KAAK,eACP,EACAA,EAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,2xBACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["React","React","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","IconWhatsapp","props","React","CentralIconBase","IconWhatsapp_default"]}
1
+ {"version":3,"sources":["../src/IconWhatsapp/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconWhatsapp: React.FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props} ariaLabel=\"whatsapp\">\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M12.149 2C14.7047 2.01525 17.1562 3.0175 18.9908 4.79688C20.8253 6.57631 21.9014 8.99572 21.9947 11.5498C22.0432 12.8574 21.8327 14.1621 21.3746 15.3877C20.9165 16.6131 20.2199 17.7355 19.3258 18.6904C18.4314 19.6455 17.3566 20.4146 16.1637 20.9522C14.9707 21.4897 13.6826 21.7859 12.3746 21.8232H12.0914C10.6045 21.8236 9.13595 21.4892 7.7955 20.8457L2.608 22H2.59335C2.58249 21.9999 2.57099 21.9977 2.56112 21.9932C2.55136 21.9886 2.5428 21.9818 2.53573 21.9736C2.52863 21.9655 2.52322 21.9557 2.5201 21.9453C2.51704 21.935 2.51576 21.9237 2.51717 21.9131L3.39413 16.668C2.56877 15.1578 2.15081 13.459 2.18124 11.7383C2.21173 10.0174 2.68946 8.33361 3.56796 6.85352C4.44639 5.37355 5.6951 4.14789 7.191 3.29688C8.68704 2.44588 10.379 1.99876 12.1002 2H12.149ZM8.55428 7.13281C8.46338 7.1437 8.37456 7.16865 8.29061 7.20606C8.17873 7.25595 8.07735 7.32747 7.99374 7.41699C7.75751 7.65925 7.09741 8.24251 7.05917 9.4668C7.02099 10.6905 7.87539 11.9014 7.99569 12.0723C8.11532 12.2421 9.63151 14.8874 12.1285 15.96C13.5961 16.5922 14.2397 16.7002 14.6568 16.7002C14.8286 16.7002 14.9587 16.6829 15.0943 16.6748C15.5519 16.6464 16.5839 16.1177 16.8092 15.543C17.0344 14.968 17.0492 14.4648 16.9898 14.3643C16.9305 14.2637 16.7673 14.1912 16.5221 14.0625C16.2761 13.9334 15.0734 13.2906 14.8473 13.2002C14.7636 13.1613 14.6736 13.1377 14.5816 13.1309C14.5216 13.134 14.4624 13.1518 14.4107 13.1826C14.3592 13.2134 14.316 13.2564 14.2848 13.3076C14.0838 13.5579 13.6222 14.1019 13.4674 14.2588C13.4336 14.2977 13.3919 14.3287 13.3453 14.3506C13.2986 14.3724 13.2475 14.3848 13.1959 14.3857C13.1009 14.3815 13.0077 14.3566 12.9234 14.3125C12.1946 14.003 11.5302 13.5589 10.9644 13.0049C10.4359 12.4839 9.98706 11.8878 9.63339 11.2354C9.49672 10.982 9.63372 10.851 9.75839 10.7324C9.88294 10.6138 10.0166 10.4503 10.1451 10.3086C10.2507 10.1875 10.339 10.0519 10.4068 9.90625C10.4418 9.83876 10.4588 9.76351 10.4576 9.6875C10.4564 9.6113 10.4363 9.5362 10.399 9.46973C10.3392 9.34129 9.89702 8.09811 9.68905 7.59864C9.52025 7.17157 9.31904 7.15662 9.14315 7.14356C8.99846 7.13351 8.83241 7.12905 8.66659 7.12403H8.6451L8.55428 7.13281Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconWhatsapp;\n","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"],"mappings":"AAAA,OAAOA,MAAW,QCAlB,OAAOC,MAAW,QAQX,IAAMC,EAET,CAAC,CACH,SAAAC,EACA,KAAAC,EAAO,GACP,UAAAC,EACA,MAAAC,EACA,WAAAC,EAAa,GACb,MAAAC,EACA,GAAGC,CACL,IAEIR,EAAA,cAAC,OACE,GAAGQ,EACJ,cAAaF,EACb,KAAMA,EAAa,OAAY,MAC/B,MAAO,OAAOH,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,OACL,MAAM,6BACN,MAAO,CAAE,MAAAE,EAAO,GAAGE,CAAM,GAExBH,GAAa,CAACE,GAAcN,EAAA,cAAC,aAAOI,CAAU,EAC9CF,CACH,ED9BG,IAAMO,EAAgDC,GAEzDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,EAAO,UAAU,YACpCC,EAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,olEACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["React","React","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","IconWhatsapp","props","React","CentralIconBase","IconWhatsapp_default"]}
package/IconX/index.js CHANGED
@@ -1,2 +1,2 @@
1
- "use strict";var C=Object.create;var p=Object.defineProperty;var u=Object.getOwnPropertyDescriptor;var x=Object.getOwnPropertyNames;var g=Object.getPrototypeOf,B=Object.prototype.hasOwnProperty;var I=(r,e)=>{for(var t in e)p(r,t,{get:e[t],enumerable:!0})},s=(r,e,t,n)=>{if(e&&typeof e=="object"||typeof e=="function")for(let o of x(e))!B.call(r,o)&&o!==t&&p(r,o,{get:()=>e[o],enumerable:!(n=u(e,o))||n.enumerable});return r};var m=(r,e,t)=>(t=r!=null?C(g(r)):{},s(e||!r||!r.__esModule?p(t,"default",{value:r,enumerable:!0}):t,r)),h=r=>s(p({},"__esModule",{value:!0}),r);var y={};I(y,{IconX:()=>i,default:()=>w});module.exports=h(y);var l=m(require("react"));var a=m(require("react")),c=({children:r,size:e=24,ariaLabel:t,color:n,ariaHidden:o=!0,style:L,...f})=>a.default.createElement("svg",{...f,"aria-hidden":o,role:o?void 0:"img",width:typeof e=="number"?`${e}px`:e,height:typeof e=="number"?`${e}px`:e,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{color:n,...L}},t&&!o&&a.default.createElement("title",null,t),r);var i=r=>l.default.createElement(c,{...r,ariaLabel:"x"},l.default.createElement("path",{d:"M17.4033 3.5H20.2852L13.989 10.701L21.396 20.5H15.5964L11.054 14.557L5.85637 20.5H2.97269L9.70709 12.7977L2.60156 3.5H8.54839L12.6544 8.93215L17.4033 3.5ZM16.3918 18.7738H17.9887L7.68067 5.13549H5.96702L16.3918 18.7738Z",fill:"currentColor"})),w=i;0&&(module.exports={IconX});
1
+ "use strict";var C=Object.create;var p=Object.defineProperty;var u=Object.getOwnPropertyDescriptor;var x=Object.getOwnPropertyNames;var g=Object.getPrototypeOf,B=Object.prototype.hasOwnProperty;var I=(r,e)=>{for(var t in e)p(r,t,{get:e[t],enumerable:!0})},s=(r,e,t,n)=>{if(e&&typeof e=="object"||typeof e=="function")for(let o of x(e))!B.call(r,o)&&o!==t&&p(r,o,{get:()=>e[o],enumerable:!(n=u(e,o))||n.enumerable});return r};var m=(r,e,t)=>(t=r!=null?C(g(r)):{},s(e||!r||!r.__esModule?p(t,"default",{value:r,enumerable:!0}):t,r)),h=r=>s(p({},"__esModule",{value:!0}),r);var y={};I(y,{IconX:()=>i,default:()=>w});module.exports=h(y);var l=m(require("react"));var a=m(require("react")),c=({children:r,size:e=24,ariaLabel:t,color:n,ariaHidden:o=!0,style:L,...f})=>a.default.createElement("svg",{...f,"aria-hidden":o,role:o?void 0:"img",width:typeof e=="number"?`${e}px`:e,height:typeof e=="number"?`${e}px`:e,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{color:n,...L}},t&&!o&&a.default.createElement("title",null,t),r);var i=r=>l.default.createElement(c,{...r,ariaLabel:"x"},l.default.createElement("path",{d:"M17.5652 3.25H20.5319L14.0505 10.6628L21.6753 20.75H15.7052L11.0291 14.6322L5.67867 20.75H2.71017L9.64264 12.8212L2.32812 3.25H8.44986L12.6766 8.84192L17.5652 3.25ZM16.524 18.9731H18.1679L7.55662 4.93359H5.79256L16.524 18.9731Z",fill:"currentColor"})),w=i;0&&(module.exports={IconX});
2
2
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/IconX/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconX: React.FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props} ariaLabel=\"x\">\n <path\n d=\"M17.4033 3.5H20.2852L13.989 10.701L21.396 20.5H15.5964L11.054 14.557L5.85637 20.5H2.97269L9.70709 12.7977L2.60156 3.5H8.54839L12.6544 8.93215L17.4033 3.5ZM16.3918 18.7738H17.9887L7.68067 5.13549H5.96702L16.3918 18.7738Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconX;\n","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"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,WAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAAkB,oBCAlB,IAAAC,EAAkB,oBAQLC,EAET,CAAC,CACH,SAAAC,EACA,KAAAC,EAAO,GACP,UAAAC,EACA,MAAAC,EACA,WAAAC,EAAa,GACb,MAAAC,EACA,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,cAAaF,EACb,KAAMA,EAAa,OAAY,MAC/B,MAAO,OAAOH,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,OACL,MAAM,6BACN,MAAO,CAAE,MAAAE,EAAO,GAAGE,CAAM,GAExBH,GAAa,CAACE,GAAc,EAAAG,QAAA,cAAC,aAAOL,CAAU,EAC9CF,CACH,ED9BG,IAAMQ,EAAyCC,GAElD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,EAAO,UAAU,KACpC,EAAAC,QAAA,cAAC,QACC,EAAE,8NACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconX_exports","__export","IconX","IconX_default","__toCommonJS","import_react","import_react","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","React","IconX","props","React","CentralIconBase","IconX_default"]}
1
+ {"version":3,"sources":["../src/IconX/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconX: React.FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props} ariaLabel=\"x\">\n <path\n d=\"M17.5652 3.25H20.5319L14.0505 10.6628L21.6753 20.75H15.7052L11.0291 14.6322L5.67867 20.75H2.71017L9.64264 12.8212L2.32812 3.25H8.44986L12.6766 8.84192L17.5652 3.25ZM16.524 18.9731H18.1679L7.55662 4.93359H5.79256L16.524 18.9731Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconX;\n","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"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,WAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAAkB,oBCAlB,IAAAC,EAAkB,oBAQLC,EAET,CAAC,CACH,SAAAC,EACA,KAAAC,EAAO,GACP,UAAAC,EACA,MAAAC,EACA,WAAAC,EAAa,GACb,MAAAC,EACA,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,cAAaF,EACb,KAAMA,EAAa,OAAY,MAC/B,MAAO,OAAOH,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,OACL,MAAM,6BACN,MAAO,CAAE,MAAAE,EAAO,GAAGE,CAAM,GAExBH,GAAa,CAACE,GAAc,EAAAG,QAAA,cAAC,aAAOL,CAAU,EAC9CF,CACH,ED9BG,IAAMQ,EAAyCC,GAElD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,EAAO,UAAU,KACpC,EAAAC,QAAA,cAAC,QACC,EAAE,sOACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconX_exports","__export","IconX","IconX_default","__toCommonJS","import_react","import_react","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","React","IconX","props","React","CentralIconBase","IconX_default"]}
package/IconX/index.mjs CHANGED
@@ -1,2 +1,2 @@
1
- import a from"react";import n from"react";var p=({children:e,size:r=24,ariaLabel:o,color:l,ariaHidden:t=!0,style:s,...m})=>n.createElement("svg",{...m,"aria-hidden":t,role:t?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:l,...s}},o&&!t&&n.createElement("title",null,o),e);var c=e=>a.createElement(p,{...e,ariaLabel:"x"},a.createElement("path",{d:"M17.4033 3.5H20.2852L13.989 10.701L21.396 20.5H15.5964L11.054 14.557L5.85637 20.5H2.97269L9.70709 12.7977L2.60156 3.5H8.54839L12.6544 8.93215L17.4033 3.5ZM16.3918 18.7738H17.9887L7.68067 5.13549H5.96702L16.3918 18.7738Z",fill:"currentColor"})),u=c;export{c as IconX,u as default};
1
+ import a from"react";import n from"react";var p=({children:e,size:r=24,ariaLabel:o,color:l,ariaHidden:t=!0,style:s,...m})=>n.createElement("svg",{...m,"aria-hidden":t,role:t?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:l,...s}},o&&!t&&n.createElement("title",null,o),e);var c=e=>a.createElement(p,{...e,ariaLabel:"x"},a.createElement("path",{d:"M17.5652 3.25H20.5319L14.0505 10.6628L21.6753 20.75H15.7052L11.0291 14.6322L5.67867 20.75H2.71017L9.64264 12.8212L2.32812 3.25H8.44986L12.6766 8.84192L17.5652 3.25ZM16.524 18.9731H18.1679L7.55662 4.93359H5.79256L16.524 18.9731Z",fill:"currentColor"})),u=c;export{c as IconX,u as default};
2
2
  //# sourceMappingURL=index.mjs.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/IconX/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconX: React.FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props} ariaLabel=\"x\">\n <path\n d=\"M17.4033 3.5H20.2852L13.989 10.701L21.396 20.5H15.5964L11.054 14.557L5.85637 20.5H2.97269L9.70709 12.7977L2.60156 3.5H8.54839L12.6544 8.93215L17.4033 3.5ZM16.3918 18.7738H17.9887L7.68067 5.13549H5.96702L16.3918 18.7738Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconX;\n","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"],"mappings":"AAAA,OAAOA,MAAW,QCAlB,OAAOC,MAAW,QAQX,IAAMC,EAET,CAAC,CACH,SAAAC,EACA,KAAAC,EAAO,GACP,UAAAC,EACA,MAAAC,EACA,WAAAC,EAAa,GACb,MAAAC,EACA,GAAGC,CACL,IAEIR,EAAA,cAAC,OACE,GAAGQ,EACJ,cAAaF,EACb,KAAMA,EAAa,OAAY,MAC/B,MAAO,OAAOH,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,OACL,MAAM,6BACN,MAAO,CAAE,MAAAE,EAAO,GAAGE,CAAM,GAExBH,GAAa,CAACE,GAAcN,EAAA,cAAC,aAAOI,CAAU,EAC9CF,CACH,ED9BG,IAAMO,EAAyCC,GAElDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,EAAO,UAAU,KACpCC,EAAA,cAAC,QACC,EAAE,8NACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["React","React","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","IconX","props","React","CentralIconBase","IconX_default"]}
1
+ {"version":3,"sources":["../src/IconX/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconX: React.FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props} ariaLabel=\"x\">\n <path\n d=\"M17.5652 3.25H20.5319L14.0505 10.6628L21.6753 20.75H15.7052L11.0291 14.6322L5.67867 20.75H2.71017L9.64264 12.8212L2.32812 3.25H8.44986L12.6766 8.84192L17.5652 3.25ZM16.524 18.9731H18.1679L7.55662 4.93359H5.79256L16.524 18.9731Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconX;\n","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"],"mappings":"AAAA,OAAOA,MAAW,QCAlB,OAAOC,MAAW,QAQX,IAAMC,EAET,CAAC,CACH,SAAAC,EACA,KAAAC,EAAO,GACP,UAAAC,EACA,MAAAC,EACA,WAAAC,EAAa,GACb,MAAAC,EACA,GAAGC,CACL,IAEIR,EAAA,cAAC,OACE,GAAGQ,EACJ,cAAaF,EACb,KAAMA,EAAa,OAAY,MAC/B,MAAO,OAAOH,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,OACL,MAAM,6BACN,MAAO,CAAE,MAAAE,EAAO,GAAGE,CAAM,GAExBH,GAAa,CAACE,GAAcN,EAAA,cAAC,aAAOI,CAAU,EAC9CF,CACH,ED9BG,IAAMO,EAAyCC,GAElDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,EAAO,UAAU,KACpCC,EAAA,cAAC,QACC,EAAE,sOACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["React","React","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","IconX","props","React","CentralIconBase","IconX_default"]}