@univerjs/icons 0.1.30 → 0.1.32
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.
- package/LICENSE +21 -0
- package/README.md +117 -0
- package/dist/components/arrow-down-single.d.ts +3 -0
- package/dist/components/arrow-righe-single.d.ts +3 -0
- package/dist/components/arrow-tilt-down-single.d.ts +3 -0
- package/dist/components/arrow-tilt-up-single.d.ts +3 -0
- package/dist/components/arrow-up-single.d.ts +3 -0
- package/dist/components/cell-0.d.ts +3 -0
- package/dist/components/cell-100.d.ts +3 -0
- package/dist/components/cell-25.d.ts +3 -0
- package/dist/components/cell-50.d.ts +3 -0
- package/dist/components/cell-75.d.ts +3 -0
- package/dist/components/correct-single.d.ts +3 -0
- package/dist/components/correct.d.ts +3 -0
- package/dist/components/cross-single.d.ts +3 -0
- package/dist/components/dissatisfied.d.ts +3 -0
- package/dist/components/down-single.d.ts +3 -0
- package/dist/components/flag-single.d.ts +3 -0
- package/dist/components/guffaw.d.ts +3 -0
- package/dist/components/impatient.d.ts +3 -0
- package/dist/components/indicate.d.ts +3 -0
- package/dist/components/mistake-single.d.ts +3 -0
- package/dist/components/mistake.d.ts +3 -0
- package/dist/components/noninductive.d.ts +3 -0
- package/dist/components/progress-0-single.d.ts +3 -0
- package/dist/components/progress-100-single.d.ts +3 -0
- package/dist/components/progress-25-single.d.ts +3 -0
- package/dist/components/progress-50-single.d.ts +3 -0
- package/dist/components/progress-75-single.d.ts +3 -0
- package/dist/components/rhomboid-single.d.ts +3 -0
- package/dist/components/roundness-single.d.ts +3 -0
- package/dist/components/signal-0.d.ts +3 -0
- package/dist/components/signal-100.d.ts +3 -0
- package/dist/components/signal-25.d.ts +3 -0
- package/dist/components/signal-50.d.ts +3 -0
- package/dist/components/signal-75.d.ts +3 -0
- package/dist/components/smile.d.ts +3 -0
- package/dist/components/star-empty.d.ts +3 -0
- package/dist/components/star-full.d.ts +3 -0
- package/dist/components/star-incomplete.d.ts +3 -0
- package/dist/components/triangle-single.d.ts +3 -0
- package/dist/components/up-single.d.ts +3 -0
- package/dist/components/warn-single.d.ts +3 -0
- package/dist/components/warn.d.ts +3 -0
- package/dist/icons.d.ts +42 -0
- package/dist/index.js +1 -1
- package/dist/manifest.d.ts +2 -2
- package/esm/components/arrow-down-single.d.ts +3 -0
- package/esm/components/arrow-down-single.js +28 -0
- package/esm/components/arrow-down-single.js.map +1 -0
- package/esm/components/arrow-righe-single.d.ts +3 -0
- package/esm/components/arrow-righe-single.js +28 -0
- package/esm/components/arrow-righe-single.js.map +1 -0
- package/esm/components/arrow-tilt-down-single.d.ts +3 -0
- package/esm/components/arrow-tilt-down-single.js +28 -0
- package/esm/components/arrow-tilt-down-single.js.map +1 -0
- package/esm/components/arrow-tilt-up-single.d.ts +3 -0
- package/esm/components/arrow-tilt-up-single.js +28 -0
- package/esm/components/arrow-tilt-up-single.js.map +1 -0
- package/esm/components/arrow-up-single.d.ts +3 -0
- package/esm/components/arrow-up-single.js +28 -0
- package/esm/components/arrow-up-single.js.map +1 -0
- package/esm/components/cell-0.d.ts +3 -0
- package/esm/components/cell-0.js +42 -0
- package/esm/components/cell-0.js.map +1 -0
- package/esm/components/cell-100.d.ts +3 -0
- package/esm/components/cell-100.js +71 -0
- package/esm/components/cell-100.js.map +1 -0
- package/esm/components/cell-25.d.ts +3 -0
- package/esm/components/cell-25.js +51 -0
- package/esm/components/cell-25.js.map +1 -0
- package/esm/components/cell-50.d.ts +3 -0
- package/esm/components/cell-50.js +60 -0
- package/esm/components/cell-50.js.map +1 -0
- package/esm/components/cell-75.d.ts +3 -0
- package/esm/components/cell-75.js +69 -0
- package/esm/components/cell-75.js.map +1 -0
- package/esm/components/correct-single.d.ts +3 -0
- package/esm/components/correct-single.js +53 -0
- package/esm/components/correct-single.js.map +1 -0
- package/esm/components/correct.d.ts +3 -0
- package/esm/components/correct.js +33 -0
- package/esm/components/correct.js.map +1 -0
- package/esm/components/cross-single.d.ts +3 -0
- package/esm/components/cross-single.js +30 -0
- package/esm/components/cross-single.js.map +1 -0
- package/esm/components/dissatisfied.d.ts +3 -0
- package/esm/components/dissatisfied.js +61 -0
- package/esm/components/dissatisfied.js.map +1 -0
- package/esm/components/down-single.d.ts +3 -0
- package/esm/components/down-single.js +26 -0
- package/esm/components/down-single.js.map +1 -0
- package/esm/components/flag-single.d.ts +3 -0
- package/esm/components/flag-single.js +28 -0
- package/esm/components/flag-single.js.map +1 -0
- package/esm/components/guffaw.d.ts +3 -0
- package/esm/components/guffaw.js +59 -0
- package/esm/components/guffaw.js.map +1 -0
- package/esm/components/impatient.d.ts +3 -0
- package/esm/components/impatient.js +61 -0
- package/esm/components/impatient.js.map +1 -0
- package/esm/components/indicate.d.ts +3 -0
- package/esm/components/indicate.js +31 -0
- package/esm/components/indicate.js.map +1 -0
- package/esm/components/mistake-single.d.ts +3 -0
- package/esm/components/mistake-single.js +28 -0
- package/esm/components/mistake-single.js.map +1 -0
- package/esm/components/mistake.d.ts +3 -0
- package/esm/components/mistake.js +29 -0
- package/esm/components/mistake.js.map +1 -0
- package/esm/components/noninductive.d.ts +3 -0
- package/esm/components/noninductive.js +61 -0
- package/esm/components/noninductive.js.map +1 -0
- package/esm/components/progress-0-single.d.ts +3 -0
- package/esm/components/progress-0-single.js +29 -0
- package/esm/components/progress-0-single.js.map +1 -0
- package/esm/components/progress-100-single.d.ts +3 -0
- package/esm/components/progress-100-single.js +30 -0
- package/esm/components/progress-100-single.js.map +1 -0
- package/esm/components/progress-25-single.d.ts +3 -0
- package/esm/components/progress-25-single.js +36 -0
- package/esm/components/progress-25-single.js.map +1 -0
- package/esm/components/progress-50-single.d.ts +3 -0
- package/esm/components/progress-50-single.js +36 -0
- package/esm/components/progress-50-single.js.map +1 -0
- package/esm/components/progress-75-single.d.ts +3 -0
- package/esm/components/progress-75-single.js +36 -0
- package/esm/components/progress-75-single.js.map +1 -0
- package/esm/components/rhomboid-single.d.ts +3 -0
- package/esm/components/rhomboid-single.js +26 -0
- package/esm/components/rhomboid-single.js.map +1 -0
- package/esm/components/roundness-single.d.ts +3 -0
- package/esm/components/roundness-single.js +23 -0
- package/esm/components/roundness-single.js.map +1 -0
- package/esm/components/signal-0.d.ts +3 -0
- package/esm/components/signal-0.js +63 -0
- package/esm/components/signal-0.js.map +1 -0
- package/esm/components/signal-100.d.ts +3 -0
- package/esm/components/signal-100.js +63 -0
- package/esm/components/signal-100.js.map +1 -0
- package/esm/components/signal-25.d.ts +3 -0
- package/esm/components/signal-25.js +63 -0
- package/esm/components/signal-25.js.map +1 -0
- package/esm/components/signal-50.d.ts +3 -0
- package/esm/components/signal-50.js +63 -0
- package/esm/components/signal-50.js.map +1 -0
- package/esm/components/signal-75.d.ts +3 -0
- package/esm/components/signal-75.js +63 -0
- package/esm/components/signal-75.js.map +1 -0
- package/esm/components/smile.d.ts +3 -0
- package/esm/components/smile.js +61 -0
- package/esm/components/smile.js.map +1 -0
- package/esm/components/star-empty.d.ts +3 -0
- package/esm/components/star-empty.js +28 -0
- package/esm/components/star-empty.js.map +1 -0
- package/esm/components/star-full.d.ts +3 -0
- package/esm/components/star-full.js +28 -0
- package/esm/components/star-full.js.map +1 -0
- package/esm/components/star-incomplete.d.ts +3 -0
- package/esm/components/star-incomplete.js +107 -0
- package/esm/components/star-incomplete.js.map +1 -0
- package/esm/components/triangle-single.d.ts +3 -0
- package/esm/components/triangle-single.js +53 -0
- package/esm/components/triangle-single.js.map +1 -0
- package/esm/components/up-single.d.ts +3 -0
- package/esm/components/up-single.js +26 -0
- package/esm/components/up-single.js.map +1 -0
- package/esm/components/warn-single.d.ts +3 -0
- package/esm/components/warn-single.js +37 -0
- package/esm/components/warn-single.js.map +1 -0
- package/esm/components/warn.d.ts +3 -0
- package/esm/components/warn.js +38 -0
- package/esm/components/warn.js.map +1 -0
- package/esm/icons.d.ts +42 -0
- package/esm/icons.js +42 -0
- package/esm/icons.js.map +1 -1
- package/esm/manifest.d.ts +2 -2
- package/esm/manifest.js +61 -19
- package/esm/manifest.js.map +1 -1
- package/package.json +14 -2
package/dist/index.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
(()=>{"use strict";var e={7823:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.AddDigitsSingle=void 0;var n=r(7522);var a=r(7565);var i={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M3.99988 3.60921C3.99988 2.32055 5.04456 1.27588 6.33321 1.27588 7.62187 1.27588 8.66654 2.32055 8.66654 3.60921V6.24136C8.66654 7.53002 7.62187 8.5747 6.33321 8.5747 5.04455 8.5747 3.99988 7.53002 3.99988 6.24136V3.60921zM6.33321 2.60921C5.78093 2.60921 5.33321 3.05693 5.33321 3.60921V6.24136C5.33321 6.79364 5.78093 7.24136 6.33321 7.24136 6.88549 7.24136 7.33321 6.79364 7.33321 6.24136V3.60921C7.33321 3.05693 6.88549 2.60921 6.33321 2.60921zM9.99988 3.60921C9.99988 2.32055 11.0446 1.27588 12.3332 1.27588 13.6219 1.27588 14.6665 2.32055 14.6665 3.60921V6.24136C14.6665 7.53002 13.6219 8.5747 12.3332 8.5747 11.0446 8.5747 9.99988 7.53002 9.99988 6.24136V3.60921zM12.3332 2.60921C11.7809 2.60921 11.3332 3.05693 11.3332 3.60921V6.24136C11.3332 6.79364 11.7809 7.24136 12.3332 7.24136 12.8855 7.24136 13.3332 6.79364 13.3332 6.24136V3.60921C13.3332 3.05693 12.8855 2.60921 12.3332 2.60921z",fillRule:"evenodd",clipRule:"evenodd"}},{tag:"path",attrs:{fill:"currentColor",d:"M12.4713 9.58625C12.211 9.3259 11.7889 9.3259 11.5285 9.58625 11.2682 9.8466 11.2682 10.2687 11.5285 10.5291L12.3904 11.391H6.33329C5.9651 11.391 5.66663 11.6895 5.66663 12.0577 5.66663 12.4258 5.9651 12.7243 6.33329 12.7243H12.3904L11.5285 13.5862C11.2682 13.8466 11.2682 14.2687 11.5285 14.5291 11.7889 14.7894 12.211 14.7894 12.4713 14.5291L14.4669 12.5335C14.4851 12.5156 14.5022 12.4968 14.5183 12.477 14.5484 12.4399 14.5739 12.4003 14.5948 12.359 14.6407 12.2685 14.6666 12.1661 14.6666 12.0577 14.6666 11.9492 14.6407 11.8468 14.5948 11.7563 14.5739 11.715 14.5484 11.6754 14.5183 11.6383 14.5022 11.6185 14.4851 11.5997 14.4669 11.5818L12.4713 9.58625zM1.33325 7.98825C1.33325 7.62006 1.63173 7.32159 1.99992 7.32159H2.33325C2.70144 7.32159 2.99992 7.62006 2.99992 7.98825 2.99992 8.35644 2.70144 8.65492 2.33325 8.65492H1.99992C1.63173 8.65492 1.33325 8.35644 1.33325 7.98825z"}}]};t.AddDigitsSingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(a.IconBase,Object.assign({},e,{id:"add-digits-single",ref:t,icon:i}))}));t.AddDigitsSingle.displayName="AddDigitsSingle";t["default"]=t.AddDigitsSingle},4390:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.AddProtection=void 0;var n=r(7522);var a=r(7565);var i={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_102_1011",style:{maskType:"alpha"},width:16,height:16,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#D9D9D9",d:"M0 0H16V16H0z"}}]},{tag:"g",attrs:{mask:"url(#mask0_102_1011)",fillRule:"evenodd",clipRule:"evenodd"},children:[{tag:"path",attrs:{fill:"colorChannel1",d:"M11.4016 8.67934L11.2302 8.65386L11.0588 8.67934C11.1706 8.6453 11.2899 8.6453 11.4016 8.67934ZM11.2302 14.532L10.9238 14.4463L10.9221 14.4452L10.9192 14.4435L10.9113 14.4385C10.905 14.4345 10.8967 14.4293 10.8867 14.4227C10.8666 14.4097 10.8393 14.3915 10.8058 14.3682C10.7388 14.3215 10.6468 14.254 10.538 14.1656C10.321 13.9893 10.0341 13.7268 9.74696 13.3768C9.17202 12.676 8.58484 11.6079 8.58484 10.1823C8.58484 10.0011 8.65796 9.86432 8.71213 9.7859C8.76784 9.70525 8.83244 9.64406 8.8835 9.60127C8.98563 9.51568 9.1073 9.44311 9.21755 9.38431C9.4436 9.26375 9.72834 9.14555 9.99219 9.04503C10.2605 8.94282 10.5267 8.85161 10.7244 8.78632C10.8237 8.75355 10.9065 8.72704 10.9649 8.70863C10.994 8.69942 11.0171 8.69222 11.0331 8.68726L11.0517 8.68154L11.0588 8.67934L11.2302 8.65386C11.2378 8.65386 11.4016 8.67934 11.4016 8.67934L11.4088 8.68154L11.4273 8.68726C11.4433 8.69222 11.4664 8.69942 11.4956 8.70863C11.5539 8.72704 11.6368 8.75355 11.736 8.78632C11.9338 8.85161 12.1999 8.94282 12.4683 9.04503C12.7321 9.14555 13.0168 9.26375 13.2429 9.38431C13.3531 9.44311 13.4748 9.51568 13.5769 9.60127C13.628 9.64406 13.6926 9.70525 13.7483 9.7859C13.8025 9.86432 13.8756 10.0011 13.8756 10.1823C13.8756 11.6079 13.2884 12.676 12.7135 13.3768C12.4264 13.7268 12.1394 13.9893 11.9225 14.1656C11.8137 14.254 11.7216 14.3215 11.6546 14.3682C11.6211 14.3915 11.5938 14.4097 11.5738 14.4227C11.5637 14.4293 11.5555 14.4345 11.5492 14.4385L11.5412 14.4435L11.5383 14.4452L11.5372 14.4459L11.2302 14.532ZM11.2302 14.532L10.9238 14.4463C11.1117 14.5608 11.3493 14.5605 11.5372 14.4459L11.2302 14.532ZM11.2302 13.2125C11.0678 13.0762 10.8618 12.8821 10.656 12.6312C10.2365 12.1198 9.82743 11.3863 9.76796 10.4233L9.77083 10.4217C9.93056 10.3365 10.1602 10.2392 10.4107 10.1437C10.6568 10.05 10.905 9.96485 11.093 9.90277C11.1438 9.88601 11.19 9.871 11.2302 9.85805C11.2705 9.871 11.3166 9.88601 11.3674 9.90277C11.5554 9.96485 11.8036 10.05 12.0497 10.1437C12.3002 10.2392 12.5299 10.3365 12.6896 10.4217L12.6925 10.4233C12.633 11.3863 12.224 12.1198 11.8045 12.6312C11.5986 12.8821 11.3927 13.0762 11.2302 13.2125Z"}},{tag:"path",attrs:{fill:"currentColor",d:"M4.17573 1.59961C3.52639 1.59961 3 2.126 3 2.77533V13.3569C3 14.0062 3.5264 14.5326 4.17573 14.5326H7.7029C8.02757 14.5326 8.29077 14.1694 8.29077 13.8447C8.29077 13.5201 8.02757 13.1569 7.7029 13.1569H4.37573V2.97534H9.46649V5.12679C9.46649 5.45145 9.72969 5.71465 10.0544 5.71465H12.2058V7.77217C12.2058 8.09684 12.569 8.36003 12.8937 8.36003C13.2183 8.36003 13.5815 8.09684 13.5815 7.77217V5.12679C13.5815 4.97476 13.5238 4.8362 13.4291 4.73184L10.7852 1.79421C10.6738 1.67034 10.5149 1.59961 10.3483 1.59961H4.17573ZM10.6422 3.39283V4.53892H11.6737L10.6422 3.39283Z"}}]}]};t.AddProtection=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(a.IconBase,Object.assign({},e,{id:"add-protection",ref:t,icon:i}))}));t.AddProtection.displayName="AddProtection";t["default"]=t.AddProtection},6524:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.AdditionAndSubtractionSingle=void 0;var n=r(7522);var a=r(7565);var i={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_102_341",style:{maskType:"alpha"},width:16,height:16,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#DCDCDC",d:"M0 0H16V16H0z"}}]},{tag:"g",attrs:{fill:"currentColor",mask:"url(#mask0_102_341)"},children:[{tag:"path",attrs:{d:"M11.3606 3.74168C11.6086 3.49373 12.0106 3.49373 12.2585 3.74168 12.5065 3.98963 12.5065 4.39164 12.2585 4.6396L4.63947 12.2586C4.39152 12.5066 3.98951 12.5066 3.74156 12.2586 3.49361 12.0107 3.49361 11.6087 3.74156 11.3607L11.3606 3.74168zM4.82544 4.82556H4.19052C3.83986 4.82556 3.5556 5.10982 3.5556 5.46048 3.5556 5.81114 3.83986 6.0954 4.19052 6.0954H4.82544V6.73032C4.82544 7.08098 5.1097 7.36524 5.46036 7.36524 5.81102 7.36524 6.09528 7.08098 6.09528 6.73032V6.0954H6.7302C7.08086 6.0954 7.36512 5.81114 7.36512 5.46048 7.36512 5.10982 7.08086 4.82556 6.7302 4.82556H6.09528V4.19064C6.09528 3.83998 5.81102 3.55572 5.46036 3.55572 5.1097 3.55572 4.82544 3.83998 4.82544 4.19064V4.82556zM8.3175 10.8573C8.3175 10.5066 8.60176 10.2224 8.95242 10.2224H11.4921C11.8428 10.2224 12.127 10.5066 12.127 10.8573 12.127 11.208 11.8428 11.4922 11.4921 11.4922H8.95242C8.60176 11.4922 8.3175 11.208 8.3175 10.8573z"}},{tag:"path",attrs:{d:"M1.33337 2.9208C1.33337 2.04416 2.04403 1.3335 2.92068 1.3335H13.0794C13.9561 1.3335 14.6667 2.04416 14.6667 2.9208V13.0795C14.6667 13.9562 13.9561 14.6668 13.0794 14.6668H2.92068C2.04404 14.6668 1.33337 13.9562 1.33337 13.0795V2.9208ZM2.92068 2.60334C2.74535 2.60334 2.60322 2.74547 2.60322 2.9208V13.0795C2.60322 13.2549 2.74534 13.397 2.92068 13.397H13.0794C13.2547 13.397 13.3969 13.2549 13.3969 13.0795V2.9208C13.3969 2.74546 13.2547 2.60334 13.0794 2.60334H2.92068Z",fillRule:"evenodd",clipRule:"evenodd"}}]}]};t.AdditionAndSubtractionSingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(a.IconBase,Object.assign({},e,{id:"addition-and-subtraction-single",ref:t,icon:i}))}));t.AdditionAndSubtractionSingle.displayName="AdditionAndSubtractionSingle";t["default"]=t.AdditionAndSubtractionSingle},3615:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.AdjustHeight=void 0;var n=r(7522);var a=r(7565);var i={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_107_1312",style:{maskType:"alpha"},width:16,height:16,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#D9D9D9",d:"M0 0H16V16H0z"}}]},{tag:"g",attrs:{mask:"url(#mask0_107_1312)"},children:[{tag:"path",attrs:{fill:"colorChannel1",d:"M8.60231 5.77597L9.38125 6.55432C9.61658 6.78947 9.99797 6.78932 10.2331 6.554C10.4683 6.31867 10.4681 5.93728 10.2328 5.70214L8.44939 3.92009C8.33908 3.79657 8.1786 3.7188 7.99995 3.7188C7.84562 3.71861 7.6906 3.77736 7.57281 3.89506L5.76712 5.69933C5.5318 5.93447 5.53165 6.31587 5.76679 6.55119C6.00193 6.78652 6.38332 6.78667 6.61865 6.55153L7.3976 5.77319L7.3976 10.2246L6.61865 9.44621C6.38333 9.21107 6.00194 9.21121 5.76679 9.44654C5.53165 9.68186 5.53179 10.0633 5.76712 10.2984L7.55051 12.0804C7.66082 12.204 7.82131 12.2817 7.99995 12.2817L8.00089 12.2817C8.15512 12.2819 8.30939 12.2231 8.4271 12.1055L10.2328 10.3012C10.4681 10.0661 10.4683 9.68467 10.2331 9.44934C9.99798 9.21402 9.61659 9.21387 9.38126 9.44901L8.60231 10.2274L8.60231 5.77597Z"}},{tag:"path",attrs:{fill:"currentColor",d:"M13.7039 3.24701C14.0539 3.24701 14.3377 2.96327 14.3377 2.61325 14.3377 2.26324 14.0539 1.97949 13.7039 1.97949L2.29627 1.97949C1.94625 1.97949 1.66251 2.26324 1.66251 2.61325 1.66251 2.96327 1.94625 3.24701 2.29627 3.24701L13.7039 3.24701zM13.7039 14.0209C14.0539 14.0209 14.3377 13.7372 14.3377 13.3872 14.3377 13.0371 14.0539 12.7534 13.7039 12.7534L2.29627 12.7534C1.94625 12.7534 1.66251 13.0371 1.66251 13.3872 1.66251 13.7372 1.94625 14.0209 2.29627 14.0209L13.7039 14.0209z"}}]}]};t.AdjustHeight=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(a.IconBase,Object.assign({},e,{id:"adjust-height",ref:t,icon:i}))}));t.AdjustHeight.displayName="AdjustHeight";t["default"]=t.AdjustHeight},6658:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.AdjustWidth=void 0;var n=r(7522);var a=r(7565);var i={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_102_1166",style:{maskType:"alpha"},width:16,height:16,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#D9D9D9",d:"M0 0H16V16H0z"}}]},{tag:"g",attrs:{mask:"url(#mask0_102_1166)"},children:[{tag:"path",attrs:{fill:"colorChannel1",d:"M5.77574 7.3974L6.5541 6.61846C6.78924 6.38313 6.78909 6.00174 6.55377 5.7666C6.31844 5.53145 5.93705 5.5316 5.70191 5.76692L3.91987 7.55032C3.79634 7.66063 3.71857 7.82111 3.71857 7.99976C3.71838 8.15409 3.77713 8.30912 3.89483 8.42691L5.6991 10.2326C5.93425 10.4679 6.31564 10.4681 6.55096 10.2329C6.78629 9.99778 6.78644 9.61639 6.5513 9.38106L5.77296 8.60211L10.2243 8.60211L9.44598 9.38106C9.21084 9.61638 9.21099 9.99777 9.44631 10.2329C9.68164 10.4681 10.063 10.4679 10.2982 10.2326L12.0802 8.4492C12.2037 8.33889 12.2815 8.1784 12.2815 7.99976L12.2815 7.99882C12.2816 7.84459 12.2229 7.69032 12.1052 7.57261L10.301 5.76693C10.0658 5.5316 9.68444 5.53145 9.44911 5.76659C9.21379 6.00173 9.21364 6.38312 9.44878 6.61845L10.2271 7.3974L5.77574 7.3974Z"}},{tag:"path",attrs:{fill:"currentColor",d:"M3.24683 2.29598C3.24683 1.94596 2.96308 1.66222 2.61307 1.66222 2.26305 1.66222 1.97931 1.94596 1.97931 2.29598L1.97931 13.7036C1.97931 14.0537 2.26305 14.3374 2.61307 14.3374 2.96308 14.3374 3.24683 14.0537 3.24683 13.7036L3.24683 2.29598zM14.0207 2.29598C14.0207 1.94596 13.737 1.66222 13.387 1.66222 13.037 1.66222 12.7532 1.94596 12.7532 2.29598L12.7532 13.7036C12.7532 14.0537 13.037 14.3374 13.387 14.3374 13.737 14.3374 14.0207 14.0537 14.0207 13.7036L14.0207 2.29598z"}}]}]};t.AdjustWidth=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(a.IconBase,Object.assign({},e,{id:"adjust-width",ref:t,icon:i}))}));t.AdjustWidth.displayName="AdjustWidth";t["default"]=t.AdjustWidth},5540:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.AlignBottomSingle=void 0;var n=r(7522);var a=r(7565);var i={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_102_827",style:{maskType:"alpha"},width:16,height:16,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#DCDCDC",d:"M0 0H16V16H0z"}}]},{tag:"g",attrs:{fill:"currentColor",mask:"url(#mask0_102_827)"},children:[{tag:"path",attrs:{d:"M8.72815 2.01432C8.72815 1.64033 8.42498 1.33716 8.05099 1.33716 7.67701 1.33716 7.37383 1.64033 7.37383 2.01432V8.00664L6.68301 7.31583C6.41857 7.05138 5.98981 7.05138 5.72536 7.31583 5.46092 7.58027 5.46092 8.00903 5.72536 8.27348L7.57164 10.1197C7.57328 10.1214 7.57494 10.123 7.57661 10.1247 7.63997 10.1869 7.71254 10.2342 7.78988 10.2664 7.87023 10.3 7.95845 10.3186 8.05099 10.3186 8.23574 10.3186 8.4032 10.2446 8.52538 10.1247 8.52705 10.123 8.52872 10.1214 8.53038 10.1197L10.3766 8.27348C10.6411 8.00903 10.6411 7.58027 10.3766 7.31583 10.1122 7.05138 9.68342 7.05138 9.41897 7.31583L8.72815 8.00664V2.01432zM2.0106 13.3122C1.63661 13.3122 1.33344 13.6153 1.33344 13.9893 1.33344 14.3633 1.63661 14.6665 2.0106 14.6665H14.0914C14.4654 14.6665 14.7686 14.3633 14.7686 13.9893 14.7686 13.6153 14.4654 13.3122 14.0914 13.3122H2.0106z"}}]}]};t.AlignBottomSingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(a.IconBase,Object.assign({},e,{id:"align-bottom-single",ref:t,icon:i}))}));t.AlignBottomSingle.displayName="AlignBottomSingle";t["default"]=t.AlignBottomSingle},8995:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.AlignTopSingle=void 0;var n=r(7522);var a=r(7565);var i={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_102_830",style:{maskType:"alpha"},width:16,height:16,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#DCDCDC",d:"M0 0H16V16H0z"}}]},{tag:"g",attrs:{fill:"currentColor",mask:"url(#mask0_102_830)"},children:[{tag:"path",attrs:{d:"M1.30457 14.0064C1.30457 13.6398 1.60172 13.3426 1.96828 13.3426H14.0315C14.398 13.3426 14.6952 13.6398 14.6952 14.0064 14.6952 14.3729 14.398 14.6701 14.0315 14.6701H1.96828C1.60172 14.6701 1.30457 14.3729 1.30457 14.0064zM7.99992 10.3675C7.60968 10.3675 7.29333 10.0646 7.29333 9.69086V3.64013L6.5725 4.33045C6.29656 4.59471 5.84917 4.59471 5.57323 4.33045 5.2973 4.06619 5.2973 3.63775 5.57323 3.37349L7.4997 1.52859 7.50492 1.52363C7.6324 1.40376 7.80714 1.32983 7.99992 1.32983 8.09649 1.32983 8.18853 1.34839 8.27237 1.38197 8.35307 1.41422 8.42879 1.46144 8.49491 1.52363L8.5001 1.52856 10.4266 3.37349C10.7025 3.63775 10.7025 4.0662 10.4266 4.33045 10.1507 4.59471 9.70328 4.59471 9.42734 4.33045L8.7065 3.64013V9.69086C8.7065 10.0646 8.39015 10.3675 7.99992 10.3675z"}}]}]};t.AlignTopSingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(a.IconBase,Object.assign({},e,{id:"align-top-single",ref:t,icon:i}))}));t.AlignTopSingle.displayName="AlignTopSingle";t["default"]=t.AlignTopSingle},9515:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.AllBorderSingle=void 0;var n=r(7522);var a=r(7565);var i={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_102_771",style:{maskType:"alpha"},width:16,height:16,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#D9D9D9",d:"M0 0H16V16H0z"}}]},{tag:"g",attrs:{mask:"url(#mask0_102_771)"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M1.39575 13.3122C1.39575 14.0255 1.97405 14.6038 2.68742 14.6038H13.3124C14.0258 14.6038 14.6041 14.0255 14.6041 13.3122V2.68717C14.6041 1.97381 14.0258 1.39551 13.3124 1.39551H2.68742C1.97405 1.39551 1.39575 1.97381 1.39575 2.68717V13.3122ZM2.72909 8.66634V13.2705H7.33325V8.66634H2.72909ZM2.72909 7.33301H7.33325V2.72884H2.72909V7.33301ZM8.66659 8.66634V13.2705H13.2708V8.66634H8.66659ZM13.2708 7.33301H8.66659V2.72884H13.2708V7.33301Z",fillRule:"evenodd",clipRule:"evenodd"}}]}]};t.AllBorderSingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(a.IconBase,Object.assign({},e,{id:"all-border-single",ref:t,icon:i}))}));t.AllBorderSingle.displayName="AllBorderSingle";t["default"]=t.AllBorderSingle},9223:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.AmplifySingle=void 0;var n=r(7522);var a=r(7565);var i={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_127_22",style:{maskType:"alpha"},width:16,height:16,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#D9D9D9",d:"M0 0H16V16H0z"}}]},{tag:"g",attrs:{fill:"currentColor",mask:"url(#mask0_127_22)"},children:[{tag:"path",attrs:{d:"M8.14925 5.80766C8.14925 5.43947 7.85077 5.14099 7.48258 5.14099C7.11439 5.14099 6.81592 5.43947 6.81592 5.80766V6.81897L5.81106 6.82027C5.44287 6.82075 5.14478 7.11962 5.14526 7.48781C5.14574 7.856 5.44461 8.15409 5.8128 8.15361L6.81592 8.1523V9.15766C6.81592 9.52585 7.11439 9.82432 7.48258 9.82432C7.85077 9.82432 8.14925 9.52585 8.14925 9.15766V8.15056L9.15844 8.14925C9.52663 8.14877 9.82472 7.84991 9.82424 7.48172C9.82376 7.11353 9.5249 6.81544 9.15671 6.81592L8.14925 6.81723V5.80766Z"}},{tag:"path",attrs:{d:"M7.48257 2.07007C4.49334 2.07007 2.07007 4.49334 2.07007 7.48257C2.07007 10.4718 4.49334 12.8951 7.48257 12.8951C8.73691 12.8951 9.89161 12.4684 10.8094 11.7522L12.7919 13.7347C13.0522 13.995 13.4743 13.995 13.7347 13.7347C13.995 13.4743 13.995 13.0522 13.7347 12.7919L11.7522 10.8094C12.4684 9.89161 12.8951 8.73691 12.8951 7.48257C12.8951 4.49334 10.4718 2.07007 7.48257 2.07007ZM3.4034 7.48257C3.4034 5.22972 5.22972 3.4034 7.48257 3.4034C9.73542 3.4034 11.5617 5.22972 11.5617 7.48257C11.5617 9.73542 9.73542 11.5617 7.48257 11.5617C5.22972 11.5617 3.4034 9.73542 3.4034 7.48257Z",fillRule:"evenodd",clipRule:"evenodd"}}]}]};t.AmplifySingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(a.IconBase,Object.assign({},e,{id:"amplify-single",ref:t,icon:i}))}));t.AmplifySingle.displayName="AmplifySingle";t["default"]=t.AmplifySingle},8653:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.ArchitectureSingle=void 0;var n=r(7522);var a=r(7565);var i={tag:"svg",attrs:{fill:"none",viewBox:"0 0 44 44",width:"1em",height:"1em"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M13.5914 4.61759C12.2484 4.06129 10.7706 3.91574 9.3448 4.19934 7.91904 4.48294 6.6094 5.18296 5.58148 6.21087 4.55356 7.23879 3.85354 8.54843 3.56994 9.9742 3.28634 11.4 3.4319 12.8778 3.9882 14.2208 4.5445 15.5639 5.48657 16.7118 6.69527 17.5194 7.90397 18.327 9.32502 18.7581 10.7787 18.7581 11.5243 18.7581 12.1287 18.1537 12.1287 17.4081 12.1287 16.6625 11.5243 16.0581 10.7787 16.0581 9.85903 16.0581 8.96 15.7854 8.19531 15.2744 7.43062 14.7635 6.83462 14.0373 6.48267 13.1876 6.13073 12.3379 6.03864 11.403 6.21806 10.5009 6.39748 9.59893 6.84035 8.77038 7.49067 8.12006 8.14098 7.46975 8.96953 7.02688 9.87154 6.84746 10.7736 6.66804 11.7085 6.76012 12.5582 7.11207 13.4079 7.46402 14.1341 8.06002 14.645 8.82471 15.156 9.5894 15.4287 10.4884 15.4287 11.4081 15.4287 12.1537 16.0331 12.7581 16.7787 12.7581 17.5243 12.7581 18.1287 12.1537 18.1287 11.4081 18.1287 9.95442 17.6976 8.53337 16.89 7.32467 16.0824 6.11597 14.9345 5.1739 13.5914 4.61759zM30.41 40.6423C31.7531 41.1986 33.2309 41.3442 34.6567 41.0606 36.0824 40.777 37.3921 40.0769 38.42 39.049 39.4479 38.0211 40.1479 36.7115 40.4315 35.2857 40.7151 33.8599 40.5696 32.3821 40.0133 31.0391 39.457 29.696 38.5149 28.5481 37.3062 27.7405 36.0975 26.9328 34.6764 26.5018 33.2227 26.5018 32.4772 26.5018 31.8727 27.1062 31.8727 27.8518 31.8727 28.5974 32.4772 29.2018 33.2227 29.2018 34.1424 29.2018 35.0415 29.4745 35.8062 29.9854 36.5708 30.4964 37.1668 31.2226 37.5188 32.0723 37.8707 32.922 37.9628 33.8569 37.7834 34.7589 37.604 35.661 37.1611 36.4895 36.5108 37.1398 35.8605 37.7901 35.0319 38.233 34.1299 38.4124 33.2279 38.5919 32.2929 38.4998 31.4433 38.1478 30.5936 37.7959 29.8674 37.1999 29.3564 36.4352 28.8455 35.6705 28.5728 34.7715 28.5728 33.8518 28.5728 33.1062 27.9683 32.5018 27.2227 32.5018 26.4772 32.5018 25.8727 33.1062 25.8727 33.8518 25.8727 35.3055 26.3038 36.7265 27.1114 37.9352 27.9191 39.1439 29.067 40.086 30.41 40.6423z"}},{tag:"path",attrs:{fill:"currentColor",d:"M10.9545 11.584C11.4817 11.0568 12.3365 11.0568 12.8637 11.584L18.355 17.0753H25.6456L31.1369 11.584C31.6641 11.0568 32.5189 11.0568 33.0461 11.584C33.5733 12.1112 33.5733 12.966 33.0461 13.4932L27.5552 18.9842V26.2755L33.0461 31.7665C33.5733 32.2937 33.5733 33.1484 33.0461 33.6756C32.5189 34.2028 31.6641 34.2028 31.1369 33.6756L25.646 28.1847H18.3546L12.8637 33.6756C12.3365 34.2028 11.4817 34.2028 10.9545 33.6756C10.4273 33.1484 10.4273 32.2937 10.9545 31.7665L16.4458 26.2751V18.9845L10.9545 13.4932C10.4273 12.966 10.4273 12.1112 10.9545 11.584ZM19.1458 25.4847V19.7753H24.8552V25.4847H19.1458Z",fillRule:"evenodd",clipRule:"evenodd"}},{tag:"path",attrs:{fill:"currentColor",d:"M40.4315 9.97444C40.7151 11.4002 40.5696 12.878 40.0133 14.2211 39.457 15.5641 38.5149 16.712 37.3062 17.5197 36.0975 18.3273 34.6764 18.7584 33.2227 18.7584 32.4772 18.7584 31.8727 18.1539 31.8727 17.4084 31.8727 16.6628 32.4772 16.0584 33.2227 16.0584 34.1424 16.0584 35.0415 15.7856 35.8062 15.2747 36.5708 14.7637 37.1668 14.0375 37.5188 13.1878 37.8707 12.3382 37.9628 11.4032 37.7834 10.5012 37.604 9.59917 37.1611 8.77062 36.5108 8.12031 35.8605 7.46999 35.0319 7.02712 34.1299 6.8477 33.2279 6.66828 32.2929 6.76037 31.4433 7.11231 30.5936 7.46426 29.8674 8.06026 29.3564 8.82495 28.8455 9.58964 28.5728 10.4887 28.5728 11.4084 28.5728 12.1539 27.9683 12.7584 27.2227 12.7584 26.4772 12.7584 25.8727 12.1539 25.8727 11.4084 25.8727 9.95466 26.3038 8.53361 27.1114 7.32491 27.9191 6.11621 29.067 5.17414 30.41 4.61784 31.7531 4.06153 33.2309 3.91598 34.6567 4.19958 36.0824 4.48318 37.3921 5.1832 38.42 6.21112 39.4479 7.23903 40.1479 8.54868 40.4315 9.97444zM3.56994 35.2856C3.28634 33.8598 3.4319 32.382 3.9882 31.0389 4.5445 29.6959 5.48657 28.548 6.69527 27.7404 7.90397 26.9327 9.32502 26.5017 10.7787 26.5017 11.5243 26.5017 12.1287 27.1061 12.1287 27.8517 12.1287 28.5972 11.5243 29.2017 10.7787 29.2017 9.85903 29.2017 8.96 29.4744 8.19531 29.9853 7.43062 30.4963 6.83462 31.2225 6.48267 32.0722 6.13073 32.9219 6.03864 33.8568 6.21806 34.7588 6.39748 35.6608 6.84035 36.4894 7.49067 37.1397 8.14098 37.79 8.96953 38.2329 9.87154 38.4123 10.7736 38.5917 11.7085 38.4996 12.5582 38.1477 13.4079 37.7957 14.1341 37.1997 14.645 36.4351 15.156 35.6704 15.4287 34.7713 15.4287 33.8517 15.4287 33.1061 16.0331 32.5017 16.7787 32.5017 17.5243 32.5017 18.1287 33.1061 18.1287 33.8517 18.1287 35.3053 17.6976 36.7264 16.89 37.9351 16.0824 39.1438 14.9345 40.0859 13.5914 40.6422 12.2484 41.1985 10.7706 41.344 9.3448 41.0604 7.91904 40.7768 6.6094 40.0768 5.58148 39.0489 4.55356 38.021 3.85354 36.7113 3.56994 35.2856z"}}]};t.ArchitectureSingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(a.IconBase,Object.assign({},e,{id:"architecture-single",ref:t,icon:i}))}));t.ArchitectureSingle.displayName="ArchitectureSingle";t["default"]=t.ArchitectureSingle},9456:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.AscendingOrder=void 0;var n=r(7522);var a=r(7565);var i={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_102_1083",style:{maskType:"alpha"},width:16,height:16,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#DCDCDC",d:"M0 0H16V16H0z"}}]},{tag:"g",attrs:{mask:"url(#mask0_102_1083)",fillRule:"evenodd",clipRule:"evenodd"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M6.8894 13.1351C6.8894 13.493 7.17957 13.7832 7.53752 13.7832H14.0187C14.3766 13.7832 14.6668 13.493 14.6668 13.1351C14.6668 12.7771 14.3766 12.487 14.0187 12.487H7.53752C7.17957 12.487 6.8894 12.7771 6.8894 13.1351ZM6.8894 9.89452C6.8894 10.2525 7.17957 10.5426 7.53752 10.5426H12.7224C13.0804 10.5426 13.3705 10.2525 13.3705 9.89452C13.3705 9.53658 13.0804 9.2464 12.7224 9.2464H7.53752C7.17957 9.2464 6.8894 9.53658 6.8894 9.89452ZM6.8894 6.65394C6.8894 7.01187 7.17957 7.30206 7.53752 7.30206H11.4262C11.7841 7.30206 12.0743 7.01187 12.0743 6.65394C12.0743 6.296 11.7841 6.0058 11.4262 6.0058H7.53752C7.17957 6.0058 6.8894 6.296 6.8894 6.65394ZM6.8894 3.4134C6.8894 3.77134 7.17957 4.06147 7.53752 4.06147H10.13C10.4879 4.06147 10.7781 3.77134 10.7781 3.4134C10.7781 3.0554 10.4879 2.76527 10.13 2.76527H7.53752C7.17957 2.76527 6.8894 3.0554 6.8894 3.4134Z"}},{tag:"path",attrs:{fill:"colorChannel1",d:"M5.26901 13.5086C5.26901 13.8666 4.97884 14.1567 4.6209 14.1567C4.26295 14.1567 3.97278 13.8666 3.97278 13.5086V4.00841L2.43973 5.54141C2.18662 5.79454 1.77626 5.79454 1.52316 5.54141C1.27005 5.28834 1.27005 4.87794 1.52316 4.62487L4.11561 2.0324C4.24812 1.89987 4.42374 1.83674 4.59733 1.84301C4.60515 1.84274 4.613 1.84254 4.6209 1.84254C4.97884 1.84254 5.26901 2.13274 5.26901 2.49067V13.5086Z"}}]}]};t.AscendingOrder=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(a.IconBase,Object.assign({},e,{id:"ascending-order",ref:t,icon:i}))}));t.AscendingOrder.displayName="AscendingOrder";t["default"]=t.AscendingOrder},4192:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.AutoHeight=void 0;var n=r(7522);var a=r(7565);var i={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_107_1317",style:{maskType:"alpha"},width:16,height:16,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#D9D9D9",d:"M0 0H16V16H0z"}}]},{tag:"g",attrs:{mask:"url(#mask0_107_1317)"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M2.29713 1.98047C1.94717 1.98047 1.66348 2.26416 1.66348 2.61412 1.66348 2.96408 1.94717 3.24777 2.29713 3.24777H13.7028C14.0528 3.24777 14.3365 2.96408 14.3365 2.61412 14.3365 2.26416 14.0528 1.98047 13.7028 1.98047H2.29713zM2.29713 12.7525C1.94717 12.7525 1.66348 13.0362 1.66348 13.3862 1.66348 13.7361 1.94717 14.0198 2.29713 14.0198H13.7028C14.0528 14.0198 14.3365 13.7361 14.3365 13.3862 14.3365 13.0362 14.0528 12.7525 13.7028 12.7525H2.29713z"}},{tag:"path",attrs:{fill:"colorChannel1",d:"M7.42163 4.25588L4.25471 11.2231C4.10989 11.5417 4.25077 11.9174 4.56935 12.0622C4.88794 12.207 5.2636 12.0661 5.40841 11.7475L6.24766 9.90119H9.75197L10.5912 11.7475C10.736 12.0661 11.1117 12.207 11.4303 12.0622C11.7489 11.9174 11.8897 11.5417 11.7449 11.2231L8.578 4.25589C8.5675 4.23244 8.55557 4.20961 8.54227 4.18755C8.49012 4.10102 8.41688 4.0262 8.32579 3.97171C8.301 3.95688 8.27527 3.94377 8.24878 3.93246C8.16764 3.89775 8.08309 3.8813 7.99981 3.88135C7.88457 3.88142 7.77177 3.91309 7.67384 3.97171C7.58714 4.02361 7.5121 4.09664 7.45735 4.18755C7.44406 4.20961 7.43213 4.23244 7.42163 4.25588ZM9.17592 8.63388L7.99981 6.04644L6.8237 8.63388H9.17592Z",fillRule:"evenodd",clipRule:"evenodd"}}]}]};t.AutoHeight=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(a.IconBase,Object.assign({},e,{id:"auto-height",ref:t,icon:i}))}));t.AutoHeight.displayName="AutoHeight";t["default"]=t.AutoHeight},8939:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.AutoWidth=void 0;var n=r(7522);var a=r(7565);var i={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_102_1171",style:{maskType:"alpha"},width:16,height:16,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#D9D9D9",d:"M0 0H16V16H0z"}}]},{tag:"g",attrs:{mask:"url(#mask0_102_1171)"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M1.98032 13.7028C1.98032 14.0527 2.26401 14.3364 2.61397 14.3364 2.96392 14.3364 3.24762 14.0527 3.24762 13.7028L3.24762 2.29706C3.24762 1.9471 2.96392 1.66341 2.61397 1.66341 2.26401 1.66341 1.98032 1.9471 1.98032 2.29706L1.98032 13.7028zM12.7524 13.7028C12.7524 14.0527 13.0361 14.3364 13.386 14.3364 13.736 14.3364 14.0197 14.0527 14.0197 13.7028L14.0197 2.29706C14.0197 1.9471 13.736 1.66341 13.386 1.66341 13.0361 1.66341 12.7524 1.9471 12.7524 2.29706L12.7524 13.7028z"}},{tag:"path",attrs:{fill:"colorChannel1",d:"M7.42187 4.25588L4.25495 11.2231C4.11014 11.5417 4.25101 11.9174 4.5696 12.0622C4.88819 12.207 5.26385 12.0661 5.40866 11.7475L6.2479 9.90119H9.75222L10.5915 11.7475C10.7363 12.0661 11.1119 12.207 11.4305 12.0622C11.7491 11.9174 11.89 11.5417 11.7452 11.2231L8.57825 4.25589C8.56775 4.23244 8.55582 4.20961 8.54252 4.18755C8.49037 4.10102 8.41713 4.0262 8.32603 3.97171C8.30125 3.95688 8.27551 3.94377 8.24902 3.93246C8.16788 3.89775 8.08333 3.8813 8.00006 3.88135C7.88481 3.88142 7.77201 3.91309 7.67409 3.97171C7.58739 4.02361 7.51235 4.09664 7.4576 4.18755C7.4443 4.20961 7.43237 4.23244 7.42187 4.25588ZM9.17617 8.63388L8.00006 6.04644L6.82395 8.63388H9.17617Z",fillRule:"evenodd",clipRule:"evenodd"}}]}]};t.AutoWidth=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(a.IconBase,Object.assign({},e,{id:"auto-width",ref:t,icon:i}))}));t.AutoWidth.displayName="AutoWidth";t["default"]=t.AutoWidth},4833:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.Autofill=void 0;var n=r(7522);var a=r(7565);var i={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"path",attrs:{fill:"colorChannel1",d:"M11.0363 12.2367V14.0367C11.0363 14.3681 11.3049 14.6367 11.6363 14.6367C11.9676 14.6367 12.2363 14.3681 12.2363 14.0367V12.2367H14.0364C14.3677 12.2367 14.6364 11.9681 14.6364 11.6367C14.6364 11.3054 14.3677 11.0367 14.0364 11.0367H12.2363V9.23672C12.2363 8.90535 11.9676 8.63672 11.6363 8.63672C11.3049 8.63672 11.0363 8.90535 11.0363 9.23672V11.0367H9.23635C8.90498 11.0367 8.63635 11.3054 8.63635 11.6367C8.63635 11.9681 8.90498 12.2367 9.23635 12.2367H11.0363Z"}},{tag:"path",attrs:{fill:"currentColor",d:"M2.56365 1.36377C1.90091 1.36377 1.36365 1.90103 1.36365 2.56377V6.16377C1.36365 6.82651 1.90091 7.36377 2.56365 7.36377H6.16365C6.82639 7.36377 7.36365 6.82651 7.36365 6.16377V2.56377C7.36365 1.90103 6.82639 1.36377 6.16365 1.36377H2.56365zM6.16365 2.56377H2.56365L2.56365 6.16377H6.16365V2.56377zM2.56365 8.63647C1.90091 8.63647 1.36365 9.17373 1.36365 9.83647V13.4365C1.36365 14.0992 1.90091 14.6365 2.56365 14.6365H6.16365C6.82639 14.6365 7.36365 14.0992 7.36365 13.4365V9.83647C7.36365 9.17373 6.82639 8.63647 6.16365 8.63647H2.56365zM6.16365 9.83647H2.56365L2.56365 13.4365H6.16365V9.83647zM9.83635 7.36377C9.17361 7.36377 8.63635 6.82651 8.63635 6.16377V2.56377C8.63635 1.90103 9.17361 1.36377 9.83635 1.36377H13.4364C14.0991 1.36377 14.6364 1.90103 14.6364 2.56377V6.16377C14.6364 6.82651 14.0991 7.36377 13.4364 7.36377H9.83635zM9.83635 6.16377V2.56377L13.4364 2.56377V6.16377H9.83635z",fillRule:"evenodd",clipRule:"evenodd"}}]};t.Autofill=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(a.IconBase,Object.assign({},e,{id:"autofill",ref:t,icon:i}))}));t.Autofill.displayName="Autofill";t["default"]=t.Autofill},8821:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.AutowrapSingle=void 0;var n=r(7522);var a=r(7565);var i={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_102_790",style:{maskType:"alpha"},width:16,height:16,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#DCDCDC",d:"M0 0H16V16H0z"}}]},{tag:"g",attrs:{fill:"currentColor",mask:"url(#mask0_102_790)"},children:[{tag:"path",attrs:{d:"M4.60953 5.31756C4.60953 4.95355 4.90462 4.65846 5.26863 4.65846L8.43895 4.65846C10.0886 4.65846 11.4259 5.99579 11.4259 7.64547 11.4259 9.29516 10.0886 10.6325 8.43895 10.6325H7.27235L8.26725 11.6274C8.52465 11.8848 8.52465 12.3021 8.26725 12.5595 8.00986 12.8169 7.59254 12.8169 7.33515 12.5595L5.16372 10.3881C4.90633 10.1307 4.90633 9.71334 5.16372 9.45595L7.33515 7.28449C7.59254 7.02709 8.00986 7.02709 8.26725 7.28449 8.52464 7.54188 8.52464 7.95921 8.26725 8.2166L7.16958 9.31429H8.43895C9.3606 9.31429 10.1077 8.56714 10.1077 7.64547 10.1077 6.72381 9.3606 5.97666 8.43895 5.97666H5.26863C4.90462 5.97666 4.60953 5.68157 4.60953 5.31756zM1.98618 1.34155C2.35019 1.34155 2.64528 1.63664 2.64528 2.00065L2.64528 13.9992C2.64528 14.3632 2.35019 14.6583 1.98618 14.6583 1.62217 14.6583 1.32709 14.3632 1.32709 13.9992L1.32709 2.00065C1.32709 1.63664 1.62217 1.34155 1.98618 1.34155zM14.0138 1.34155C14.3778 1.34155 14.6729 1.63664 14.6729 2.00065L14.6729 13.9992C14.6729 14.3632 14.3778 14.6583 14.0138 14.6583 13.6498 14.6583 13.3547 14.3632 13.3547 13.9992L13.3547 2.00065C13.3547 1.63664 13.6498 1.34155 14.0138 1.34155z"}}]}]};t.AutowrapSingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(a.IconBase,Object.assign({},e,{id:"autowrap-single",ref:t,icon:i}))}));t.AutowrapSingle.displayName="AutowrapSingle";t["default"]=t.AutowrapSingle},4369:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.AvgSingle=void 0;var n=r(7522);var a=r(7565);var i={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M12.5685 13.1941C11.5793 13.1941 10.7637 12.7609 10.7637 11.683 10.7637 11.196 10.967 10.8005 11.3521 10.5163 11.3666 10.5056 11.3754 10.4887 11.3754 10.4707 11.3754 10.4553 11.3689 10.4406 11.3579 10.4299 11.1403 10.2186 10.9827 9.90502 10.9827 9.41094 10.9827 8.9958 11.1721 8.58065 11.4435 8.30566 11.453 8.29605 11.4585 8.28317 11.4585 8.26966 11.4585 8.25613 11.4531 8.24328 11.4435 8.23366 11.1473 7.93411 10.877 7.38103 10.877 6.69506 10.877 5.22616 11.7454 4.50757 12.6742 4.50757 12.8147 4.50757 12.9503 4.52436 13.0772 4.55604 13.2652 4.60302 13.4545 4.65551 13.6484 4.65551H14.2505C14.6269 4.65551 14.9321 4.96068 14.9321 5.33713V5.75075C14.9321 5.89876 14.8121 6.01874 14.6641 6.01874 14.4743 6.01874 14.3363 6.21476 14.3634 6.40258 14.3791 6.51121 14.3884 6.62863 14.3884 6.7479 14.3884 8.15339 13.6257 8.76631 12.6742 8.76631 12.6532 8.76631 12.6314 8.76563 12.6091 8.76423 12.3402 8.74736 12.0324 8.81385 12.0324 9.08334 12.0324 9.3581 12.206 9.48491 12.6667 9.48491H13.3463C14.4035 9.48491 15 9.93932 15 11.0278 15 12.2959 14.0637 13.1941 12.5685 13.1941zM12.6742 7.63558C12.9914 7.63558 13.2179 7.31855 13.2179 6.69506 13.2179 6.08214 12.9914 5.76511 12.6742 5.76511 12.3646 5.76511 12.1305 6.08214 12.1305 6.69506 12.1305 7.31855 12.3646 7.63558 12.6742 7.63558zM12.7799 12.0211C13.3312 12.0211 13.7163 11.7358 13.7163 11.3554 13.7163 10.9961 13.4898 10.9221 13.0895 10.9221H12.6818C12.6712 10.9221 12.6608 10.9221 12.6506 10.922 12.3003 10.9203 11.8662 11.0368 11.8662 11.3871 11.8662 11.8098 12.2287 12.0211 12.7799 12.0211zM8.20658 10.6685C7.75206 10.6685 7.35706 10.3563 7.2521 9.91403L6.19144 5.44538C6.09577 5.04228 6.40148 4.65552 6.81578 4.65552 7.12782 4.65552 7.39463 4.88 7.448 5.18744L7.83629 7.42423 8.07997 8.92644C8.09028 8.99003 8.14519 9.03675 8.20962 9.03675 8.2731 9.03675 8.32749 8.99135 8.33884 8.92889L8.61225 7.42423 8.99765 5.16665C9.04805 4.87142 9.30394 4.65552 9.60344 4.65552 9.99872 4.65552 10.2912 5.0233 10.2022 5.40843L9.16239 9.90835C9.05957 10.3533 8.66328 10.6685 8.20658 10.6685zM3.0027 7.06217C2.9779 7.24241 3.11796 7.40306 3.2999 7.40306H3.75645C3.93944 7.40306 4.0798 7.24064 4.05328 7.05957L4.00606 6.7373 3.68142 4.66273C3.67133 4.59826 3.61579 4.55074 3.55053 4.55074 3.48639 4.55074 3.43147 4.59668 3.42014 4.65982L3.0474 6.7373 3.0027 7.06217zM5.25518 10.6684C4.92519 10.6684 4.64258 10.4321 4.58422 10.1073L4.44152 9.31315C4.39454 9.05167 4.16701 8.86139 3.90134 8.86139H3.15805C2.89238 8.86139 2.66486 9.05167 2.61787 9.31315L2.47196 10.1252C2.41546 10.4396 2.14187 10.6684 1.82241 10.6684 1.4003 10.6684 1.0867 10.2776 1.17813 9.86556L2.56935 3.59496C2.6716 3.13411 3.08029 2.80615 3.55235 2.80615 4.02442 2.80615 4.43311 3.13411 4.53535 3.59496L5.9207 9.83909C6.01514 10.2648 5.6912 10.6684 5.25518 10.6684z"}}]};t.AvgSingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(a.IconBase,Object.assign({},e,{id:"avg-single",ref:t,icon:i}))}));t.AvgSingle.displayName="AvgSingle";t["default"]=t.AvgSingle},8880:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.BackSlashSingle=void 0;var n=r(7522);var a=r(7565);var i={tag:"svg",attrs:{fill:"none",viewBox:"0 0 17 17",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_436_28",style:{maskType:"alpha"},width:17,height:17,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#D9D9D9",d:"M0.35 0.72H16.35V16.72H0.35z"}}]},{tag:"g",attrs:{mask:"url(#mask0_436_28)",fillRule:"evenodd",clipRule:"evenodd"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M13.5853 14.7987L2.27159 3.485L3.12012 2.63647L14.4338 13.9502L13.5853 14.7987Z"}},{tag:"path",attrs:{fill:"#E5E5E5",d:"M1.69629 12.8102L1.69629 14.1743C1.69629 14.8371 2.23355 15.3743 2.89629 15.3743L4.26042 15.3743L4.26042 14.0443L3.02629 14.0443L3.02629 12.8102L1.69629 12.8102ZM4.26042 2.06128L2.89629 2.06128C2.23355 2.06128 1.69629 2.59854 1.69629 3.26128L1.69629 4.62541L3.02629 4.62541L3.02629 3.39128L4.26042 3.39128L4.26042 2.06128ZM1.69629 10.0819L3.02629 10.0819L3.02629 7.35367L1.69629 7.35367L1.69629 10.0819ZM6.98868 2.06128L6.98868 3.39128L9.71693 3.39128L9.71693 2.06128L6.98868 2.06128ZM12.4452 2.06128L12.4452 3.39128L13.6793 3.39128L13.6793 4.62541L15.0093 4.62541L15.0093 3.26128C15.0093 2.59854 14.4721 2.06128 13.8093 2.06128L12.4452 2.06128ZM15.0093 7.35367L13.6793 7.35367L13.6793 10.0819L15.0093 10.0819L15.0093 7.35367ZM15.0093 12.8102L13.6793 12.8102L13.6793 14.0443L12.4452 14.0443L12.4452 15.3743L13.8093 15.3743C14.4721 15.3743 15.0093 14.8371 15.0093 14.1743L15.0093 12.8102ZM9.71693 15.3743L9.71693 14.0443L6.98868 14.0443L6.98868 15.3743L9.71693 15.3743Z"}}]}]};t.BackSlashSingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(a.IconBase,Object.assign({},e,{id:"back-slash-single",ref:t,icon:i}))}));t.BackSlashSingle.displayName="BackSlashSingle";t["default"]=t.BackSlashSingle},8972:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.BoldSingle=void 0;var n=r(7522);var a=r(7565);var i={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M3.78796 2.10786C3.78796 1.66603 4.14614 1.30786 4.58796 1.30786H7.71771C9.60018 1.30786 11.1262 2.8339 11.1262 4.71637C11.1262 5.7364 10.6782 6.65178 9.96812 7.27643C11.2927 7.88759 12.212 9.22743 12.212 10.782C12.212 12.9131 10.4844 14.6406 8.35338 14.6406H4.58796C4.14614 14.6406 3.78796 14.2825 3.78796 13.8406V2.10786ZM4.98796 2.50786H7.71771C8.93744 2.50786 9.92622 3.49664 9.92622 4.71637C9.92622 5.90824 8.98209 6.87959 7.80091 6.92334H4.98796V2.50786ZM4.98796 8.12488V13.4406H8.35338C9.82171 13.4406 11.012 12.2503 11.012 10.782C11.012 9.31365 9.82171 8.12334 8.35338 8.12334H7.82111C7.78677 8.12436 7.7523 8.12488 7.71771 8.12488H4.98796Z",fillRule:"evenodd",clipRule:"evenodd"}}]};t.BoldSingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(a.IconBase,Object.assign({},e,{id:"bold-single",ref:t,icon:i}))}));t.BoldSingle.displayName="BoldSingle";t["default"]=t.BoldSingle},9537:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.BonusPointsSingle16=void 0;var n=r(7522);var a=r(7565);var i={tag:"svg",attrs:{fill:"none",viewBox:"0 0 17 17",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_273_6450",style:{maskType:"alpha"},width:17,height:17,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#D9D9D9",d:"M0.54 0.84H16.54V16.84H0.54z"}}]},{tag:"g",attrs:{mask:"url(#mask0_273_6450)"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M8.07217 1.52844C8.35308 1.32353 8.73418 1.32353 9.01509 1.52844L10.5548 2.65161L12.4607 2.64798C12.8084 2.64732 13.1167 2.87132 13.2235 3.20221L13.809 5.01592L15.353 6.13322C15.6347 6.33705 15.7524 6.6995 15.6444 7.02998L15.052 8.84142L15.6444 10.6529C15.7524 10.9833 15.6347 11.3458 15.353 11.5496L13.809 12.6669L13.2235 14.4806C13.1167 14.8115 12.8084 15.0355 12.4607 15.0349L10.5548 15.0312L9.01509 16.1544C8.73418 16.3593 8.35308 16.3593 8.07217 16.1544L6.53243 15.0312L4.62658 15.0349C4.27888 15.0355 3.97057 14.8115 3.86375 14.4806L3.27825 12.6669L1.73426 11.5496C1.45257 11.3458 1.3348 10.9833 1.44288 10.6529L2.03527 8.84142L1.44288 7.02999C1.3348 6.6995 1.45257 6.33705 1.73426 6.13321L3.27825 5.01592L3.86375 3.20221C3.97057 2.87132 4.27888 2.64732 4.62659 2.64798L6.53243 2.65161L8.07217 1.52844ZM11.7759 7.74044C12.0883 7.42802 12.0883 6.92149 11.7759 6.60907C11.4635 6.29665 10.957 6.29665 10.6445 6.60907L7.8769 9.37672L6.77592 8.27574C6.4635 7.96332 5.95696 7.96332 5.64454 8.27574C5.33212 8.58816 5.33212 9.09469 5.64454 9.40711L7.31121 11.0738C7.62363 11.3862 8.13016 11.3862 8.44258 11.0738L11.7759 7.74044Z",fillRule:"evenodd",clipRule:"evenodd"}}]}]};t.BonusPointsSingle16=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(a.IconBase,Object.assign({},e,{id:"bonus-points-single-16",ref:t,icon:i}))}));t.BonusPointsSingle16.displayName="BonusPointsSingle16";t["default"]=t.BonusPointsSingle16},3644:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.BonusPointsSingle20=void 0;var n=r(7522);var a=r(7565);var i={tag:"svg",attrs:{fill:"none",viewBox:"0 0 21 21",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_273_6462",style:{maskType:"alpha"},width:21,height:21,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#D9D9D9",d:"M0.91 0.84H20.91V20.84H0.91z"}}]},{tag:"g",attrs:{mask:"url(#mask0_273_6462)"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M10.3166 1.70022C10.6677 1.44408 11.1441 1.44408 11.4952 1.70022L13.4199 3.10418L15.8022 3.09964C16.2368 3.09882 16.6222 3.37882 16.7557 3.79244L17.4876 6.05958L19.4176 7.45619C19.7697 7.71099 19.9169 8.16405 19.7818 8.57715L19.0413 10.8415L19.7818 13.1058C19.9169 13.5189 19.7697 13.9719 19.4176 14.2267L17.4876 15.6233L16.7557 17.8905C16.6222 18.3041 16.2368 18.5841 15.8022 18.5832L13.4199 18.5787L11.4952 19.9827C11.1441 20.2388 10.6677 20.2388 10.3166 19.9827L8.39189 18.5787L6.00957 18.5832C5.57495 18.5841 5.18956 18.3041 5.05604 17.8905L4.32417 15.6233L2.39417 14.2267C2.04206 13.9719 1.89485 13.5188 2.02995 13.1057L2.77044 10.8415L2.02995 8.57715C1.89485 8.16405 2.04206 7.71099 2.39417 7.45619L4.32417 6.05958L5.05604 3.79244C5.18956 3.37882 5.57495 3.09882 6.00958 3.09964L8.39189 3.10418L10.3166 1.70022ZM14.9462 9.46522C15.3368 9.0747 15.3368 8.44153 14.9462 8.05101C14.5557 7.66049 13.9226 7.66049 13.532 8.05101L10.0725 11.5106L8.69624 10.1343C8.30572 9.74382 7.67255 9.74382 7.28203 10.1343C6.8915 10.5249 6.8915 11.158 7.28203 11.5486L9.36536 13.6319C9.75589 14.0224 10.3891 14.0224 10.7796 13.6319L14.9462 9.46522Z",fillRule:"evenodd",clipRule:"evenodd"}}]}]};t.BonusPointsSingle20=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(a.IconBase,Object.assign({},e,{id:"bonus-points-single-20",ref:t,icon:i}))}));t.BonusPointsSingle20.displayName="BonusPointsSingle20";t["default"]=t.BonusPointsSingle20},3335:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.BrushSingle=void 0;var n=r(7522);var a=r(7565);var i={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_102_653",style:{maskType:"alpha"},width:16,height:16,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#DCDCDC",d:"M0 0H16V16H0z"}}]},{tag:"g",attrs:{mask:"url(#mask0_102_653)"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M2.87956 9.13668C2.44169 8.79817 2.16158 8.27966 2.16158 7.69845C2.16158 6.67855 3.03873 5.85175 4.1027 5.85175C5.18295 5.85175 6.07351 5.01232 6.07353 3.97682L6.07354 3.17992C6.07355 2.16003 6.93607 1.33325 8.00003 1.33325C9.064 1.33325 9.92651 2.16005 9.92651 3.17995V3.97681C9.92651 5.01231 10.8171 5.85175 11.8973 5.85175C12.9613 5.85175 13.8384 6.67855 13.8384 7.69845C13.8384 8.27966 13.5583 8.79817 13.1205 9.13668L14.5873 13.8447C14.715 14.2545 14.3948 14.6666 13.9485 14.6666H2.0515C1.60527 14.6666 1.28502 14.2545 1.41271 13.8447L2.87956 9.13668ZM8.59318 3.17995V3.97681C8.59318 5.73073 10.0938 7.12986 11.8973 7.12986C12.2381 7.12986 12.5051 7.39696 12.5051 7.69845C12.5051 8.00337 12.2547 8.25223 11.9403 8.2664H4.05975C3.74531 8.25223 3.49491 8.00337 3.49491 7.69845C3.49491 7.39697 3.76196 7.12986 4.1027 7.12986C5.90617 7.12986 7.40684 5.73075 7.40686 3.97684L7.40687 3.17994C7.40687 2.86592 7.67244 2.61136 8.00003 2.61136C8.32762 2.61136 8.59318 2.86592 8.59318 3.17995ZM4.14383 9.54515L2.94637 13.3885H13.0536L11.8562 9.54515H4.14383Z",fillRule:"evenodd",clipRule:"evenodd"}}]}]};t.BrushSingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(a.IconBase,Object.assign({},e,{id:"brush-single",ref:t,icon:i}))}));t.BrushSingle.displayName="BrushSingle";t["default"]=t.BrushSingle},2267:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.CancelFreezeSingle=void 0;var n=r(7522);var a=r(7565);var i={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 17",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_102_768",style:{maskType:"alpha"},width:16,height:17,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#D9D9D9",d:"M0 0H16V16.55H0z"}}]},{tag:"g",attrs:{fill:"currentColor",mask:"url(#mask0_102_768)"},children:[{tag:"path",attrs:{d:"M0.0117188 2.75741C0.0117188 1.99595 0.608672 1.37866 1.34505 1.37866H12.0117C12.7481 1.37866 13.3451 1.99595 13.3451 2.75741V5.5149C13.3451 5.89563 13.0466 6.20427 12.6784 6.20427C12.3102 6.20427 12.0117 5.89563 12.0117 5.5149V2.75741H7.34507V8.27239C7.34507 8.65312 7.0466 8.96177 6.67841 8.96177H1.34505V13.7874H12.0117V12.4086C12.0117 12.0279 12.3102 11.7193 12.6784 11.7193C13.0466 11.7193 13.3451 12.0279 13.3451 12.4086V13.7874C13.3451 14.5489 12.7481 15.1661 12.0117 15.1661H1.34505C0.608679 15.1661 0.0117188 14.5489 0.0117188 13.7874V2.75741ZM4.16489 2.75741H5.43328L1.34505 6.51931V5.21797L4.16489 2.75741ZM2.09743 2.75741L1.34505 3.41393V2.75741H2.09743ZM2.19476 7.58302H3.48512L6.01174 5.18605V4.07072L2.19476 7.58302ZM5.45741 7.58302H6.01174V7.05713L5.45741 7.58302Z",fillRule:"evenodd",clipRule:"evenodd"}},{tag:"path",attrs:{d:"M8.45104 11.3044C8.31061 11.1592 8.24592 10.9653 8.25699 10.7752L8.37441 8.22503C8.39192 7.84473 8.70425 7.55111 9.07202 7.56922C9.4398 7.58732 9.72374 7.9103 9.70623 8.29059L9.67041 9.06858L11.1609 7.52734C12.2252 6.42675 13.9845 6.39107 15.0898 7.4482C16.2584 8.56589 16.2919 10.5084 15.1678 11.6708L14.768 12.0842C14.5077 12.3534 14.0856 12.3534 13.8252 12.0842C13.5649 11.8149 13.5649 11.3785 13.8252 11.1092L14.225 10.6958C14.8153 10.0855 14.7961 9.04541 14.1844 8.46037C13.6049 7.90613 12.6617 7.92527 12.1037 8.50227L10.5319 10.1276L11.5152 10.1276C11.8834 10.1276 12.1819 10.4363 12.1819 10.817C12.1819 11.1977 11.8834 11.5064 11.5152 11.5064L8.92249 11.5063C8.91089 11.5063 8.89933 11.506 8.88781 11.5054C8.72892 11.4969 8.5724 11.4299 8.45104 11.3044Z"}}]}]};t.CancelFreezeSingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(a.IconBase,Object.assign({},e,{id:"cancel-freeze-single",ref:t,icon:i}))}));t.CancelFreezeSingle.displayName="CancelFreezeSingle";t["default"]=t.CancelFreezeSingle},1179:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.CancelMergeSingle=void 0;var n=r(7522);var a=r(7565);var i={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_102_718",style:{maskType:"alpha"},width:16,height:16,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#DCDCDC",d:"M0 0H16V16H0z"}}]},{tag:"g",attrs:{fill:"currentColor",mask:"url(#mask0_102_718)"},children:[{tag:"path",attrs:{d:"M2.66657 2.66632H5.3332V3.99964H6.66652V2.66632C6.66652 1.92995 6.06957 1.33301 5.3332 1.33301H2.66657C1.9302 1.33301 1.33325 1.92995 1.33325 2.66632V13.3329C1.33325 14.0692 1.9302 14.6662 2.66657 14.6662H5.3332C6.06957 14.6662 6.66652 14.0692 6.66652 13.3329V11.9995H5.3332V13.3329H2.66657V2.66632zM10.6665 2.66632H13.3331V13.3329H10.6665V11.9995H9.33315V13.3329C9.33315 14.0692 9.9301 14.6662 10.6665 14.6662H13.3331C14.0695 14.6662 14.6664 14.0692 14.6664 13.3329V2.66632C14.6664 1.92995 14.0695 1.33301 13.3331 1.33301H10.6665C9.9301 1.33301 9.33315 1.92995 9.33315 2.66632V3.99964H10.6665V2.66632z"}},{tag:"path",attrs:{d:"M6.72052 10.3774C6.46018 10.6377 6.03807 10.6377 5.77773 10.3774L3.87136 8.47099C3.61101 8.21064 3.61101 7.78854 3.87136 7.52819L5.77773 5.62183C6.03807 5.36148 6.46018 5.36148 6.72052 5.62183 6.98087 5.88217 6.98087 6.30428 6.72052 6.56462L5.28555 7.99959 6.72052 9.43456C6.98087 9.69491 6.98087 10.117 6.72052 10.3774zM10.2219 10.3774C9.9616 10.6377 9.53949 10.6377 9.27915 10.3774 9.0188 10.117 9.0188 9.69491 9.27915 9.43456L10.7141 7.99959 9.27915 6.56462C9.0188 6.30428 9.0188 5.88217 9.27915 5.62183 9.53949 5.36148 9.9616 5.36148 10.2219 5.62183L12.1283 7.52819C12.3887 7.78854 12.3887 8.21064 12.1283 8.47099L10.2219 10.3774z"}}]}]};t.CancelMergeSingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(a.IconBase,Object.assign({},e,{id:"cancel-merge-single",ref:t,icon:i}))}));t.CancelMergeSingle.displayName="CancelMergeSingle";t["default"]=t.CancelMergeSingle},5357:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.CheckBoxPartSingle=void 0;var n=r(7522);var a=r(7565);var i={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_245_71",style:{maskType:"alpha"},width:16,height:16,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M0 0H16V16H0z"}}]},{tag:"g",attrs:{mask:"url(#mask0_245_71)"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M3.35714 1.5C2.33147 1.5 1.5 2.33147 1.5 3.35714V12.6429C1.5 13.6685 2.33147 14.5 3.35714 14.5H12.6429C13.6685 14.5 14.5 13.6685 14.5 12.6429V3.35714C14.5 2.33147 13.6685 1.5 12.6429 1.5H3.35714ZM3.91429 7.44299C3.60658 7.44299 3.35714 7.69243 3.35714 8.00014C3.35714 8.30784 3.60658 8.55728 3.91429 8.55728H12.0857C12.3934 8.55728 12.6429 8.30784 12.6429 8.00014C12.6429 7.69243 12.3934 7.44299 12.0857 7.44299H3.91429Z",fillRule:"evenodd",clipRule:"evenodd"}}]}]};t.CheckBoxPartSingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(a.IconBase,Object.assign({},e,{id:"check-box-part-single",ref:t,icon:i}))}));t.CheckBoxPartSingle.displayName="CheckBoxPartSingle";t["default"]=t.CheckBoxPartSingle},7534:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.CheckMarkSingle=void 0;var n=r(7522);var a=r(7565);var i={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M14.44 3.57291C14.698 3.83093 14.698 4.24927 14.44 4.50729L6.44342 12.5037C6.28721 12.6599 6.03395 12.6599 5.87774 12.5037L1.55992 8.18578C1.3019 7.92776 1.3019 7.50942 1.55993 7.2514C1.81795 6.99338 2.23629 6.99338 2.49431 7.25141L6.01916 10.7763C6.09727 10.8544 6.2239 10.8544 6.30201 10.7763L13.5056 3.57291C13.7636 3.31489 14.1819 3.31489 14.44 3.57291Z",fillRule:"evenodd",clipRule:"evenodd"}}]};t.CheckMarkSingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(a.IconBase,Object.assign({},e,{id:"check-mark-single",ref:t,icon:i}))}));t.CheckMarkSingle.displayName="CheckMarkSingle";t["default"]=t.CheckMarkSingle},2822:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.ChipSingle=void 0;var n=r(7522);var a=r(7565);var i={tag:"svg",attrs:{fill:"none",viewBox:"0 0 44 44",width:"1em",height:"1em"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M17.2293 15.8804C16.4837 15.8804 15.8793 16.4848 15.8793 17.2304V26.7695C15.8793 27.5151 16.4837 28.1195 17.2293 28.1195H26.7685C27.5141 28.1195 28.1185 27.5151 28.1185 26.7695V17.2304C28.1185 16.4848 27.5141 15.8804 26.7685 15.8804H17.2293ZM18.5793 25.4195V18.5804H25.4185V25.4195H18.5793Z",fillRule:"evenodd",clipRule:"evenodd"}},{tag:"path",attrs:{fill:"currentColor",d:"M14.7728 3.16162C15.5184 3.16162 16.1228 3.76604 16.1228 4.51162V7.93115H20.6494V4.51162C20.6494 3.76604 21.2538 3.16162 21.9994 3.16162C22.7449 3.16162 23.3494 3.76604 23.3494 4.51162V7.93115H27.8759V4.51162C27.8759 3.76604 28.4803 3.16162 29.2259 3.16162C29.9715 3.16162 30.5759 3.76604 30.5759 4.51162V7.93115H33.129C34.7527 7.93115 36.0688 9.24739 36.0688 10.871V13.4233H39.4872C40.2328 13.4233 40.8372 14.0278 40.8372 14.7733C40.8372 15.5189 40.2328 16.1233 39.4872 16.1233H36.0688V20.6499H39.4872C40.2328 20.6499 40.8372 21.2543 40.8372 21.9999C40.8372 22.7455 40.2328 23.3499 39.4872 23.3499H36.0688V27.8765H39.4872C40.2328 27.8765 40.8372 28.4809 40.8372 29.2265C40.8372 29.972 40.2328 30.5765 39.4872 30.5765H36.0688V33.129C36.0688 34.7527 34.7527 36.0689 33.129 36.0689H30.5759V39.4885C30.5759 40.2341 29.9715 40.8385 29.2259 40.8385C28.4803 40.8385 27.8759 40.2341 27.8759 39.4885V36.0689H23.3494V39.4885C23.3494 40.2341 22.7449 40.8385 21.9994 40.8385C21.2538 40.8385 20.6494 40.2341 20.6494 39.4885V36.0689H16.1228V39.4885C16.1228 40.2341 15.5184 40.8385 14.7728 40.8385C14.0272 40.8385 13.4228 40.2341 13.4228 39.4885V36.0689H10.871C9.24732 36.0689 7.93109 34.7527 7.93109 33.129V30.5765H4.51058C3.765 30.5765 3.16058 29.972 3.16058 29.2265C3.16058 28.4809 3.765 27.8765 4.51058 27.8765H7.93109V23.3499H4.51058C3.765 23.3499 3.16058 22.7455 3.16058 21.9999C3.16058 21.2543 3.765 20.6499 4.51058 20.6499H7.93109V16.1233H4.51058C3.765 16.1233 3.16058 15.5189 3.16058 14.7733C3.16058 14.0278 3.765 13.4233 4.51058 13.4233H7.93109V10.871C7.93109 9.24737 9.24731 7.93115 10.871 7.93115H13.4228V4.51162C13.4228 3.76604 14.0272 3.16162 14.7728 3.16162ZM33.3688 29.1683C33.368 29.1876 33.3676 29.207 33.3676 29.2265C33.3676 29.246 33.368 29.2654 33.3688 29.2847V33.129C33.3688 33.2615 33.2615 33.3689 33.129 33.3689H29.2315L29.2259 33.3689L29.2203 33.3689H22.005L21.9994 33.3689L21.9937 33.3689H14.7784L14.7728 33.3689L14.7672 33.3689H10.871C10.7385 33.3689 10.6311 33.2615 10.6311 33.129V10.871C10.6311 10.7385 10.7385 10.6312 10.871 10.6312H14.7612L14.7728 10.6312L14.7844 10.6312H21.9878L21.9994 10.6312L22.0109 10.6312H29.2143L29.2259 10.6312L29.2375 10.6312H33.129C33.2615 10.6312 33.3688 10.7385 33.3688 10.871V14.7151C33.368 14.7344 33.3676 14.7538 33.3676 14.7733C33.3676 14.7928 33.368 14.8122 33.3688 14.8315V21.9417C33.3684 21.9521 33.3681 21.9626 33.3679 21.9731C33.3677 21.982 33.3676 21.991 33.3676 21.9999C33.3676 22.0194 33.368 22.0388 33.3688 22.0581V29.1683Z",fillRule:"evenodd",clipRule:"evenodd"}}]};t.ChipSingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(a.IconBase,Object.assign({},e,{id:"chip-single",ref:t,icon:i}))}));t.ChipSingle.displayName="ChipSingle";t["default"]=t.ChipSingle},2888:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.ClearFormat=void 0;var n=r(7522);var a=r(7565);var i={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_102_1161",style:{maskType:"alpha"},width:16,height:16,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#D9D9D9",d:"M0 0H16V16H0z"}}]},{tag:"g",attrs:{mask:"url(#mask0_102_1161)"},children:[{tag:"path",attrs:{fill:"colorChannel1",d:"M5.36831 3.22148C5.36831 1.94497 6.40313 0.910156 7.67964 0.910156C8.95615 0.910156 9.99097 1.94497 9.99097 3.22149V6.74754H8.72649V3.22149C8.72649 2.64333 8.2578 2.17464 7.67964 2.17464C7.10148 2.17464 6.63279 2.64333 6.63279 3.22148V6.74754H5.36831V3.22148Z"}},{tag:"path",attrs:{fill:"currentColor",d:"M5.00091 5.47314C3.33644 5.47314 1.9499 6.74914 1.81192 8.40788L1.54428 11.6254C1.38911 13.4909 2.86133 15.0906 4.73327 15.0906H13.6667C14.175 15.0906 14.5544 14.6228 14.4495 14.1255L13.0262 7.37781C12.792 6.26766 11.8125 5.47314 10.6779 5.47314H5.00091ZM10.6779 6.75314H5.00091C4.00223 6.75314 3.1703 7.51874 3.08751 8.51399L2.81988 11.7315C2.72677 12.8508 3.61011 13.8106 4.73327 13.8106H5.7695C5.26362 13.0554 5.05585 12.0527 5.31224 11.047C5.40861 10.6689 5.76242 10.4493 6.10249 10.5564C6.44256 10.6636 6.64012 11.0569 6.54374 11.4349C6.27517 12.4885 6.92898 13.6738 7.87916 13.8106H9.01412C8.50824 13.0554 8.30047 12.0527 8.55686 11.047C8.65324 10.6689 9.00704 10.4493 9.34711 10.5564C9.68719 10.6636 9.88474 11.0569 9.78837 11.4349C9.51979 12.4885 10.1736 13.6738 11.1238 13.8106H13.0749L11.7738 7.64199C11.6645 7.12392 11.2073 6.75314 10.6779 6.75314Z",fillRule:"evenodd",clipRule:"evenodd"}}]}]};t.ClearFormat=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(a.IconBase,Object.assign({},e,{id:"clear-format",ref:t,icon:i}))}));t.ClearFormat.displayName="ClearFormat";t["default"]=t.ClearFormat},5891:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.CloseSingle=void 0;var n=r(7522);var a=r(7565);var i={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M4.57061 3.65132C4.31677 3.39748 3.90521 3.39748 3.65137 3.65132C3.39753 3.90516 3.39753 4.31672 3.65137 4.57056L7.08079 7.99998L3.65123 11.4295C3.39739 11.6834 3.39739 12.0949 3.65123 12.3488C3.90507 12.6026 4.31662 12.6026 4.57047 12.3488L8.00003 8.91921L11.4295 12.3487C11.6834 12.6026 12.0949 12.6026 12.3488 12.3487C12.6026 12.0949 12.6026 11.6833 12.3488 11.4295L8.91927 7.99998L12.3486 4.57061C12.6025 4.31677 12.6025 3.90521 12.3486 3.65137C12.0948 3.39753 11.6832 3.39753 11.4294 3.65137L8.00003 7.08074L4.57061 3.65132Z"}}]};t.CloseSingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(a.IconBase,Object.assign({},e,{id:"close-single",ref:t,icon:i}))}));t.CloseSingle.displayName="CloseSingle";t["default"]=t.CloseSingle},1405:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.CntSingle=void 0;var n=r(7522);var a=r(7565);var i={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M13.9365 12.0791C12.7577 12.0791 12.2795 11.128 12.2795 9.70135V7.70443C12.2795 7.52914 12.1374 7.38705 11.9622 7.38705 11.7869 7.38705 11.6448 7.24495 11.6448 7.06966V6.37153C11.6448 6.15597 11.8078 5.97531 12.0222 5.9532 12.2202 5.93278 12.3767 5.77635 12.3973 5.57837L12.467 4.9083C12.501 4.58138 12.7766 4.33301 13.1053 4.33301 13.4596 4.33301 13.7469 4.6203 13.7469 4.97469V5.36582C13.7469 5.67086 13.9942 5.91815 14.2993 5.91815 14.6043 5.91815 14.8516 6.16544 14.8516 6.47048V6.83471C14.8516 7.13976 14.6043 7.38705 14.2993 7.38705 13.9942 7.38705 13.7469 7.63433 13.7469 7.93938V9.68022C13.7469 10.346 13.9943 10.6102 14.3405 10.6102 14.5714 10.6102 14.805 10.7144 14.8438 10.942L14.9064 11.3086C14.9608 11.6276 14.7862 11.9559 14.4697 12.0234 14.3144 12.0566 14.1379 12.0791 13.9365 12.0791zM7.3926 11.9312C6.98967 11.9312 6.66302 11.6045 6.66302 11.2016V6.55511C6.66302 6.20336 6.94818 5.91821 7.29993 5.91821H7.47998C7.69651 5.91821 7.87953 6.07868 7.90783 6.29336L7.95451 6.64741C7.95611 6.65948 7.9664 6.66851 7.97858 6.66851 7.98597 6.66851 7.99295 6.66514 7.99757 6.65937 8.38373 6.17725 8.85985 5.77026 9.49064 5.77026 10.5129 5.77026 10.9498 6.71078 10.9498 8.21138V11.1975C10.9498 11.6027 10.6213 11.9312 10.2161 11.9312 9.81088 11.9312 9.48239 11.6027 9.48239 11.1975V8.44387C9.48239 7.61959 9.30927 7.37654 8.93831 7.37654 8.28179 7.37654 8.12217 8.27469 8.12217 8.9312V11.2016C8.12217 11.6045 7.79553 11.9312 7.3926 11.9312zM3.87708 12.0791C2.319 12.0791 1 10.7053 1 8.04226 1 5.4215 2.36847 3.9209 3.92654 3.9209 4.54107 3.9209 5.0631 4.20176 5.46268 4.5812 5.67605 4.78382 5.68353 5.1109 5.52435 5.35836 5.27076 5.7526 4.7207 5.7317 4.27454 5.5879 4.1736 5.55537 4.06644 5.53774 3.95127 5.53774 3.15987 5.53774 2.50861 6.44656 2.50861 7.97886 2.50861 9.54286 3.06919 10.4517 3.93478 10.4517 4.09227 10.4517 4.24025 10.4184 4.37816 10.3599 4.80914 10.1768 5.38129 10.1545 5.63778 10.5462 5.78475 10.7707 5.78814 11.0664 5.61016 11.2672 5.13216 11.8064 4.54486 12.0791 3.87708 12.0791z"}}]};t.CntSingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(a.IconBase,Object.assign({},e,{id:"cnt-single",ref:t,icon:i}))}));t.CntSingle.displayName="CntSingle";t["default"]=t.CntSingle},623:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.CodeSingle=void 0;var n=r(7522);var a=r(7565);var i={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M5.79641 3.52041C6.06132 3.77611 6.06879 4.19816 5.81308 4.46307L2.27638 8.12716 5.7961 11.5201C6.06118 11.7756 6.06892 12.1977 5.81338 12.4628 5.55785 12.7278 5.13581 12.7356 4.87073 12.48L.870733 8.62411C.743383 8.50135.670042 8.33301.666856 8.15615.66367 7.9793.730901 7.80842.853746 7.68115L4.85375 3.53709C5.10945 3.27217 5.53149 3.26471 5.79641 3.52041zM10.2037 3.52041C10.4686 3.26471 10.8906 3.27217 11.1463 3.53709L15.1463 7.68115C15.2692 7.80842 15.3364 7.9793 15.3332 8.15615 15.33 8.33301 15.2567 8.50135 15.1293 8.62411L11.1293 12.48C10.8643 12.7356 10.4422 12.7278 10.1867 12.4628 9.93117 12.1977 9.93891 11.7756 10.204 11.5201L13.7237 8.12716 10.187 4.46307C9.93129 4.19816 9.93876 3.77611 10.2037 3.52041zM9.40012 2.07252C9.43897 1.70638 9.17366 1.37808 8.80752 1.33923 8.44139 1.30038 8.11308 1.56569 8.07423 1.93183L6.59996 13.9276C6.56111 14.2937 6.82642 14.622 7.19256 14.6609 7.55869 14.6997 7.887 14.4344 7.92585 14.0683L9.40012 2.07252z"}}]};t.CodeSingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(a.IconBase,Object.assign({},e,{id:"code-single",ref:t,icon:i}))}));t.CodeSingle.displayName="CodeSingle";t["default"]=t.CodeSingle},5246:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.CommentSingle=void 0;var n=r(7522);var a=r(7565);var i={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_102_574",style:{maskType:"alpha"},width:16,height:16,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#D9D9D9",d:"M0 0H16V16H0z"}}]},{tag:"g",attrs:{mask:"url(#mask0_102_574)"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M1.78581 3.52367C1.78581 3.12402 2.09761 2.80005 2.48224 2.80005H13.5894C13.974 2.80005 14.2858 3.12402 14.2858 3.52367V11.2689C14.2858 11.6685 13.974 11.9925 13.5894 11.9925H7.96004L5.2053 13.4236C4.98942 13.5358 4.73303 13.5238 4.52771 13.392C4.3224 13.2601 4.19742 13.0272 4.19742 12.7764V11.9925H2.48224C2.09761 11.9925 1.78581 11.6685 1.78581 11.2689V3.52367ZM5.59028 11.6056L7.48418 10.8217C7.58088 10.7714 7.68752 10.7453 7.79563 10.7453H13.093V4.04728H2.97867V10.7453H4.89385C5.27848 10.7453 5.59028 10.8692 5.59028 11.2689V11.6056ZM5.18403 6.3704C5.56866 6.3704 5.88046 6.69438 5.88046 7.09402V7.99854C5.88046 8.39818 5.56866 8.72216 5.18403 8.72216C4.7994 8.72216 4.4876 8.39818 4.4876 7.99854V7.09402C4.4876 6.69438 4.7994 6.3704 5.18403 6.3704ZM8.08581 6.3704C8.47044 6.3704 8.78224 6.69438 8.78224 7.09402V7.99854C8.78224 8.39818 8.47044 8.72216 8.08581 8.72216C7.70119 8.72216 7.38939 8.39818 7.38939 7.99854V7.09402C7.38939 6.69438 7.70119 6.3704 8.08581 6.3704ZM10.9876 6.3704C11.3722 6.3704 11.684 6.69438 11.684 7.09402V7.99854C11.684 8.39818 11.3722 8.72216 10.9876 8.72216C10.603 8.72216 10.2912 8.39818 10.2912 7.99854V7.09402C10.2912 6.69438 10.603 6.3704 10.9876 6.3704Z",fillRule:"evenodd",clipRule:"evenodd"}}]}]};t.CommentSingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(a.IconBase,Object.assign({},e,{id:"comment-single",ref:t,icon:i}))}));t.CommentSingle.displayName="CommentSingle";t["default"]=t.CommentSingle},9553:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.Conditions=void 0;var n=r(7522);var a=r(7565);var i={tag:"svg",attrs:{fill:"none",viewBox:"0 0 17 16",width:"1em",height:"1em"},children:[{tag:"path",attrs:{fill:"colorChannel1",d:"M5.59 1.51H10.46V14.459999999999999H5.59z"}},{tag:"path",attrs:{fill:"currentColor",d:"M1.34863 2.53325C1.34863 1.87051 1.88589 1.33325 2.54863 1.33325H13.482C14.1447 1.33325 14.682 1.87051 14.682 2.53325V13.4666C14.682 14.1294 14.1447 14.6666 13.482 14.6666H2.54863C1.88589 14.6666 1.34863 14.1294 1.34863 13.4666V2.53325ZM13.082 2.63325C13.2477 2.63325 13.382 2.76757 13.382 2.93325V5.09946C13.382 5.26515 13.2477 5.39946 13.082 5.39946H10.9708C10.8052 5.39946 10.6708 5.26515 10.6708 5.09946V2.93325C10.6708 2.76757 10.8052 2.63325 10.9708 2.63325H13.082ZM9.37085 2.93325C9.37085 2.76757 9.23653 2.63325 9.07085 2.63325H6.95974C6.79406 2.63325 6.65974 2.76757 6.65974 2.93325V5.09946C6.65974 5.26515 6.79406 5.39946 6.95974 5.39946L9.07085 5.39946C9.23654 5.39946 9.37085 5.26515 9.37085 5.09946V2.93325ZM5.35974 2.93325C5.35974 2.76757 5.22543 2.63325 5.05974 2.63325H2.94863C2.78295 2.63325 2.64863 2.76757 2.64863 2.93325V5.09946C2.64863 5.26515 2.78295 5.39946 2.94863 5.39946H5.05974C5.22543 5.39946 5.35974 5.26515 5.35974 5.09946V2.93325ZM2.94863 6.69946C2.78295 6.69946 2.64863 6.83378 2.64863 6.99946V9.11045C2.64863 9.27613 2.78295 9.41045 2.94863 9.41045H5.05974C5.22543 9.41045 5.35974 9.27613 5.35974 9.11045V6.99946C5.35974 6.83378 5.22543 6.69946 5.05974 6.69946H2.94863ZM2.94863 10.7104C2.78295 10.7104 2.64863 10.8448 2.64863 11.0104V13.0666C2.64863 13.2323 2.78295 13.3666 2.94863 13.3666H5.05974C5.22543 13.3666 5.35974 13.2323 5.35974 13.0666V11.0104C5.35974 10.8448 5.22543 10.7104 5.05974 10.7104H2.94863ZM6.65974 13.0666C6.65974 13.2323 6.79406 13.3666 6.95974 13.3666H9.07085C9.23653 13.3666 9.37085 13.2323 9.37085 13.0666V11.0104C9.37085 10.8448 9.23653 10.7104 9.07085 10.7104L6.95974 10.7104C6.79406 10.7104 6.65974 10.8448 6.65974 11.0104V13.0666ZM10.6708 13.0666C10.6708 13.2323 10.8052 13.3666 10.9708 13.3666H13.082C13.2477 13.3666 13.382 13.2323 13.382 13.0666V11.0104C13.382 10.8448 13.2477 10.7104 13.082 10.7104H10.9708C10.8052 10.7104 10.6708 10.8448 10.6708 11.0104V13.0666ZM13.082 9.41045C13.2477 9.41045 13.382 9.27613 13.382 9.11045V6.99946C13.382 6.83378 13.2477 6.69946 13.082 6.69946H10.9708C10.8052 6.69946 10.6708 6.83378 10.6708 6.99946V9.11045C10.6708 9.27613 10.8052 9.41045 10.9708 9.41045H13.082ZM6.95974 9.41045C6.79406 9.41045 6.65974 9.27613 6.65974 9.11045V6.99946C6.65974 6.83378 6.79406 6.69946 6.95974 6.69946L9.07085 6.69946C9.23653 6.69946 9.37085 6.83378 9.37085 6.99946V9.11045C9.37085 9.27613 9.23653 9.41045 9.07085 9.41045H6.95974Z",fillRule:"evenodd",clipRule:"evenodd"}}]};t.Conditions=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(a.IconBase,Object.assign({},e,{id:"conditions",ref:t,icon:i}))}));t.Conditions.displayName="Conditions";t["default"]=t.Conditions},6215:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.ContentSingle16=void 0;var n=r(7522);var a=r(7565);var i={tag:"svg",attrs:{fill:"none",viewBox:"0 0 17 17",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_273_6444",style:{maskType:"alpha"},width:17,height:17,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#D9D9D9",d:"M0.54 0.84H16.54V16.84H0.54z"}}]},{tag:"g",attrs:{fill:"currentColor",mask:"url(#mask0_273_6444)"},children:[{tag:"path",attrs:{d:"M6.67742 7.37473V5.64139H9.74408V7.37473H6.67742Z"}},{tag:"path",attrs:{d:"M2.41101 2.84136C2.41101 2.03134 3.06766 1.37469 3.87768 1.37469H13.211C14.021 1.37469 14.6777 2.03135 14.6777 2.84136V14.8414C14.6777 15.6514 14.021 16.308 13.211 16.308H3.87768C3.06767 16.308 2.41101 15.6514 2.41101 14.8414V2.84136ZM5.87742 10.0414C5.43559 10.0414 5.07742 10.3996 5.07742 10.8414C5.07742 11.2832 5.43559 11.6414 5.87742 11.6414H10.5441C10.9859 11.6414 11.3441 11.2832 11.3441 10.8414C11.3441 10.3996 10.9859 10.0414 10.5441 10.0414H5.87742ZM5.07742 12.8414C5.07742 12.3996 5.43559 12.0414 5.87742 12.0414H8.21075C8.65258 12.0414 9.01075 12.3996 9.01075 12.8414C9.01075 13.2832 8.65258 13.6414 8.21075 13.6414H5.87742C5.43559 13.6414 5.07742 13.2832 5.07742 12.8414ZM5.87742 4.04139C5.43559 4.04139 5.07742 4.39957 5.07742 4.84139V8.17473C5.07742 8.61655 5.43559 8.97473 5.87742 8.97473H10.5441C10.9859 8.97473 11.3441 8.61655 11.3441 8.17473V4.84139C11.3441 4.39957 10.9859 4.04139 10.5441 4.04139H5.87742Z",fillRule:"evenodd",clipRule:"evenodd"}}]}]};t.ContentSingle16=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(a.IconBase,Object.assign({},e,{id:"content-single-16",ref:t,icon:i}))}));t.ContentSingle16.displayName="ContentSingle16";t["default"]=t.ContentSingle16},1094:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.ContentSingle20=void 0;var n=r(7522);var a=r(7565);var i={tag:"svg",attrs:{fill:"none",viewBox:"0 0 21 21",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_273_6456",style:{maskType:"alpha"},width:21,height:21,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#D9D9D9",d:"M0.91 0.84H20.91V20.84H0.91z"}}]},{tag:"g",attrs:{fill:"currentColor",mask:"url(#mask0_273_6456)"},children:[{tag:"path",attrs:{d:"M8.57312 9.0081V6.84143H12.4065V9.0081H8.57312Z"}},{tag:"path",attrs:{d:"M3.24011 3.34139C3.24011 2.32887 4.06092 1.50806 5.07345 1.50806H16.7401C17.7527 1.50806 18.5734 2.32888 18.5734 3.34139V18.3414C18.5734 19.3539 17.7526 20.1747 16.7401 20.1747H5.07345C4.06093 20.1747 3.24011 19.3539 3.24011 18.3414V3.34139ZM7.57312 12.3414C7.02084 12.3414 6.57312 12.7891 6.57312 13.3414C6.57312 13.8937 7.02084 14.3414 7.57312 14.3414H13.4065C13.9587 14.3414 14.4065 13.8937 14.4065 13.3414C14.4065 12.7891 13.9587 12.3414 13.4065 12.3414H7.57312ZM6.57312 15.8414C6.57312 15.2891 7.02084 14.8414 7.57312 14.8414H10.4898C11.0421 14.8414 11.4898 15.2891 11.4898 15.8414C11.4898 16.3937 11.0421 16.8414 10.4898 16.8414H7.57312C7.02084 16.8414 6.57312 16.3937 6.57312 15.8414ZM7.57312 4.84143C7.02084 4.84143 6.57312 5.28915 6.57312 5.84143V10.0081C6.57312 10.5604 7.02084 11.0081 7.57312 11.0081H13.4065C13.9587 11.0081 14.4065 10.5604 14.4065 10.0081V5.84143C14.4065 5.28915 13.9587 4.84143 13.4065 4.84143H7.57312Z",fillRule:"evenodd",clipRule:"evenodd"}}]}]};t.ContentSingle20=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(a.IconBase,Object.assign({},e,{id:"content-single-20",ref:t,icon:i}))}));t.ContentSingle20.displayName="ContentSingle20";t["default"]=t.ContentSingle20},8469:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.ConvertSingle=void 0;var n=r(7522);var a=r(7565);var i={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_102_1213",style:{maskType:"alpha"},width:16,height:16,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#DCDCDC",d:"M0 0H16V16H0z"}}]},{tag:"g",attrs:{fill:"currentColor",mask:"url(#mask0_102_1213)"},children:[{tag:"path",attrs:{d:"M1.22297.954345C1.3529.929358 1.51542.914795 1.7147.914795H6.85715C7.0561.914795 7.21986.929297 7.35152.959681 7.48737.991031 7.5967 1.04983 7.67995 1.13863 7.76349 1.22774 7.81571 1.34646 7.84615 1.48343L7.84671 1.48597C7.87164 1.62058 7.88612 1.79252 7.88612 2.00111V7.16269C7.88612 7.36211 7.87154 7.52439 7.84667 7.6587 7.82039 7.79533 7.76169 7.91004 7.67831 7.9934 7.59462 8.0771 7.48565 8.13006 7.35692 8.16096 7.22966 8.1915 7.06561 8.20599 6.87627 8.20599H1.7147C1.52177 8.20599 1.36349 8.19641 1.23252 8.17122 1.09967 8.14567.98914 8.09813.90398 8.0134.818184 7.93285.765734 7.8172.735395 7.68573.705177 7.55478.68573 7.38178.68573 7.16269V1.9581C.68573 1.7541.700286 1.58699.725186 1.45253.751461 1.31589.810166 1.20119.893537 1.11782.978617 1.03274 1.08895.98522 1.22033.954901L1.22297.954345zM2.02733 2.07424C1.95064 2.07854 1.91191 2.09755 1.89153 2.11849 1.86949 2.1517 1.85476 2.19738 1.85473 2.25901L1.86389 3.92571H3.72054V2.07424H2.02733zM4.8991 2.07901V3.92571H6.70756V2.20184C6.70756 2.15684 6.7041 2.12531 6.69899 2.10487 6.69675 2.09591 6.69467 2.09093 6.69349 2.08853 6.68344 2.08345 6.66389 2.07901 6.61819 2.07901H4.8991zM1.86466 5.08037L1.87384 6.90902C1.87384 6.95115 1.87723 6.98219 1.8825 7.00371 1.8864 7.01961 1.89067 7.02788 1.8933 7.03179 1.8933 7.03179 1.89686 7.03365 1.8996 7.03479 1.90589 7.03741 1.91476 7.04025 1.92666 7.04282 1.95062 7.04799 1.98341 7.05133 2.02535 7.05133H3.72532V5.08037H1.86466zM4.8991 5.08037V7.05133H6.55606C6.63148 7.05133 6.67174 7.04228 6.68909 7.03374 6.69039 7.03177 6.69349 7.02643 6.69691 7.01502 6.70311 6.99436 6.70756 6.96264 6.70756 6.91894V5.08037H4.8991zM8.65114 7.83368C8.78108 7.80869 8.94359 7.79413 9.14288 7.79413H14.2853C14.4843 7.79413 14.648 7.80863 14.7797 7.83902 14.9155 7.87037 15.0249 7.92916 15.1081 8.01797 15.1917 8.10707 15.2439 8.2258 15.2743 8.36277L15.2749 8.36531C15.2998 8.49991 15.3143 8.67185 15.3143 8.88045V14.042C15.3143 14.2414 15.2997 14.4037 15.2748 14.538 15.2486 14.6747 15.1899 14.7894 15.1065 14.8727 15.0228 14.9564 14.9138 15.0094 14.7851 15.0403 14.6578 15.0708 14.4938 15.0853 14.3044 15.0853H9.14288C8.94995 15.0853 8.79166 15.0757 8.6607 15.0506 8.52785 15.025 8.41732 14.9775 8.33216 14.8927 8.24636 14.8122 8.19391 14.6965 8.16358 14.5651 8.13336 14.4341 8.11391 14.2611 8.11391 14.042V8.83744C8.11391 8.63343 8.12847 8.46633 8.15337 8.33186 8.17964 8.19523 8.23835 8.08053 8.32172 7.99716 8.4068 7.91208 8.51713 7.86456 8.64851 7.83424L8.65114 7.83368zM9.45551 8.95357C9.37882 8.95788 9.34009 8.97689 9.3197 8.99782 9.29767 9.03103 9.28294 9.07672 9.28291 9.13834L9.29206 10.805H11.1487V8.95357H9.45551zM12.3273 8.95835V10.805H14.1357V9.08118C14.1357 9.03618 14.1323 9.00465 14.1272 8.98421 14.1249 8.97524 14.1228 8.97026 14.1217 8.96786 14.1116 8.96278 14.0921 8.95835 14.0464 8.95835H12.3273zM9.29283 11.9597L9.30202 13.7884C9.30202 13.8305 9.30541 13.8615 9.31068 13.883 9.31457 13.8989 9.31885 13.9072 9.32148 13.9111L9.32448 13.9127 9.32778 13.9141C9.33407 13.9167 9.34293 13.9196 9.35484 13.9222 9.3788 13.9273 9.41159 13.9307 9.45353 13.9307H11.1535V11.9597H9.29283zM12.3273 11.9597V13.9307H13.9842C14.0597 13.9307 14.0999 13.9216 14.1173 13.9131 14.1186 13.9111 14.1217 13.9058 14.1251 13.8944 14.1313 13.8737 14.1357 13.842 14.1357 13.7983V11.9597H12.3273z",fillRule:"evenodd",clipRule:"evenodd"}},{tag:"path",attrs:{d:"M9.46247 2.15033C9.46247 1.74649 9.78985 1.41911 10.1937 1.41911H12.3873C13.5988 1.41911 14.581 2.40124 14.581 3.61276V5.80641C14.581 6.21025 14.2536 6.53762 13.8498 6.53762 13.4459 6.53762 13.1185 6.21025 13.1185 5.80641V3.61276C13.1185 3.20893 12.7912 2.88154 12.3873 2.88154H10.1937C9.78985 2.88154 9.46247 2.55417 9.46247 2.15033zM2.88154 10.1937C2.88154 9.78986 2.55416 9.46248 2.15032 9.46248 1.74648 9.46248 1.4191 9.78986 1.4191 10.1937V12.3873C1.4191 13.5988 2.40123 14.581 3.61275 14.581H5.8064C6.21024 14.581 6.53761 14.2536 6.53761 13.8498 6.53761 13.4459 6.21024 13.1186 5.8064 13.1186H3.61275C3.20892 13.1186 2.88154 12.7912 2.88154 12.3873V10.1937z"}}]}]};t.ConvertSingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(a.IconBase,Object.assign({},e,{id:"convert-single",ref:t,icon:i}))}));t.ConvertSingle.displayName="ConvertSingle";t["default"]=t.ConvertSingle},5754:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.Copy=void 0;var n=r(7522);var a=r(7565);var i={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_102_1141",style:{maskType:"alpha"},width:16,height:16,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#DCDCDC",d:"M0 0H16V16H0z"}}]},{tag:"g",attrs:{mask:"url(#mask0_102_1141)",fillRule:"evenodd",clipRule:"evenodd"},children:[{tag:"path",attrs:{fill:"colorChannel1",d:"M5.4004 2.60213C5.25792 2.60213 5.14241 2.71763 5.14241 2.86011V4.32679C5.14241 4.67752 4.85809 4.96184 4.50736 4.96184C4.15663 4.96184 3.87231 4.67752 3.87231 4.32679V2.86011C3.87231 2.01618 4.55646 1.33203 5.4004 1.33203H13.14C13.984 1.33203 14.6681 2.01618 14.6681 2.86011V10.5998C14.6681 11.4437 13.984 12.1278 13.14 12.1278H11.6568C11.3061 12.1278 11.0218 11.8435 11.0218 11.4928C11.0218 11.1421 11.3061 10.8577 11.6568 10.8577H13.14C13.2825 10.8577 13.398 10.7422 13.398 10.5998V2.86011C13.398 2.71763 13.2825 2.60213 13.14 2.60213H5.4004Z"}},{tag:"path",attrs:{fill:"currentColor",d:"M1.33203 5.40015C1.33203 4.55622 2.01618 3.87207 2.86011 3.87207H10.5998C11.4437 3.87207 12.1278 4.55622 12.1278 5.40015V13.1398C12.1278 13.9837 11.4437 14.6679 10.5998 14.6679H2.86011C2.01618 14.6679 1.33203 13.9837 1.33203 13.1398V5.40015ZM2.86011 5.14217C2.71763 5.14217 2.60213 5.25767 2.60213 5.40015V13.1398C2.60213 13.2823 2.71763 13.3978 2.86011 13.3978H10.5998C10.7422 13.3978 10.8577 13.2823 10.8577 13.1398V5.40015C10.8577 5.25767 10.7422 5.14217 10.5998 5.14217H2.86011Z"}}]}]};t.Copy=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(a.IconBase,Object.assign({},e,{id:"copy",ref:t,icon:i}))}));t.Copy.displayName="Copy";t["default"]=t.Copy},8627:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.CreateCopySingle=void 0;var n=r(7522);var a=r(7565);var i={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_102_855",style:{maskType:"alpha"},width:16,height:16,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#DCDCDC",d:"M0 0H16V16H0z"}}]},{tag:"g",attrs:{fill:"currentColor",mask:"url(#mask0_102_855)"},children:[{tag:"path",attrs:{d:"M5.76977 6.54832C5.76977 6.19639 6.05506 5.91109 6.40699 5.91109H7.68144C8.03337 5.91109 8.31867 6.19639 8.31867 6.54832 8.31867 6.90025 8.03337 7.18554 7.68144 7.18554H6.40699C6.05506 7.18554 5.76977 6.90025 5.76977 6.54832zM6.40699 8.45999C6.05506 8.45999 5.76977 8.74529 5.76977 9.09722 5.76977 9.44915 6.05506 9.73445 6.40699 9.73445H10.2303C10.5823 9.73445 10.8676 9.44915 10.8676 9.09722 10.8676 8.74529 10.5823 8.45999 10.2303 8.45999H6.40699z"}},{tag:"path",attrs:{d:"M14.0537 5.62824C14.0537 5.42848 13.9618 5.25019 13.8179 5.13336L10.4398 1.44811C10.3252 1.27889 10.1315 1.16766 9.91174 1.16766H4.49531C4.14338 1.16766 3.85809 1.45296 3.85809 1.80489V12.2833C3.85809 12.6353 4.14338 12.9206 4.49531 12.9206H13.4165C13.7684 12.9206 14.0537 12.6353 14.0537 12.2833V5.62824ZM10.549 4.99102V3.45325L11.9586 4.99102H10.549ZM5.13254 2.44211V11.6461H12.7793V6.26547H9.91174C9.55981 6.26547 9.27451 5.98017 9.27451 5.62824V2.44211H5.13254Z",fillRule:"evenodd",clipRule:"evenodd"}},{tag:"path",attrs:{d:"M3.22086 6.54832C3.22086 6.19639 2.93557 5.91109 2.58364 5.91109C2.23171 5.91109 1.94641 6.19639 1.94641 6.54832V14.195C1.94641 14.547 2.23171 14.8323 2.58364 14.8323H9.27451C9.62644 14.8323 9.91174 14.547 9.91174 14.195C9.91174 13.8431 9.62644 13.5578 9.27451 13.5578H3.22086V6.54832Z"}}]}]};t.CreateCopySingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(a.IconBase,Object.assign({},e,{id:"create-copy-single",ref:t,icon:i}))}));t.CreateCopySingle.displayName="CreateCopySingle";t["default"]=t.CreateCopySingle},938:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.CustomColorsSingle=void 0;var n=r(7522);var a=r(7565);var i={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M11.7067 7.96681C11.7067 8.30923 11.4291 8.58681 11.0867 8.58681H8.65338V11.2468C8.65338 11.604 8.36385 11.8935 8.00671 11.8935C7.64957 11.8935 7.36004 11.604 7.36004 11.2468V8.58681H4.91338C4.57096 8.58681 4.29338 8.30923 4.29338 7.96681C4.29338 7.6244 4.57096 7.34681 4.91338 7.34681H7.36004V4.75348C7.36004 4.39633 7.64957 4.10681 8.00671 4.10681C8.36385 4.10681 8.65338 4.39633 8.65338 4.75348V7.34681H11.0867C11.4291 7.34681 11.7067 7.6244 11.7067 7.96681Z"}},{tag:"path",attrs:{fill:"currentColor",d:"M1.33337 2.66683C1.33337 1.93045 1.93033 1.3335 2.66671 1.3335H13.3334C14.0698 1.3335 14.6667 1.93045 14.6667 2.66683V13.3335C14.6667 14.0699 14.0698 14.6668 13.3334 14.6668H2.66671C1.93033 14.6668 1.33337 14.0699 1.33337 13.3335V2.66683ZM2.80004 13.2002V2.80016H13.2V13.2002H2.80004Z",fillRule:"evenodd",clipRule:"evenodd"}}]};t.CustomColorsSingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(a.IconBase,Object.assign({},e,{id:"custom-colors-single",ref:t,icon:i}))}));t.CustomColorsSingle.displayName="CustomColorsSingle";t["default"]=t.CustomColorsSingle},1313:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.CustomSorting1=void 0;var n=r(7522);var a=r(7565);var i={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_202_61",style:{maskType:"alpha"},width:16,height:16,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#D9D9D9",d:"M16 0H0V16H16V0Z"}}]},{tag:"g",attrs:{mask:"url(#mask0_202_61)"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M1.60001 3.19961C1.60001 2.31595 2.31635 1.59961 3.20001 1.59961H12.8C13.6837 1.59961 14.4 2.31595 14.4 3.19961V12.7696C14.4 13.6533 13.6837 14.3696 12.8 14.3696H3.20001C2.31635 14.3696 1.60001 13.6533 1.60001 12.7696V3.19961ZM3.20001 2.87961H12.8C12.9767 2.87961 13.12 3.02288 13.12 3.19961V4.83334H2.88001V3.19961C2.88001 3.02288 3.02327 2.87961 3.20001 2.87961ZM2.88001 6.11334V12.7696C2.88001 12.9463 3.02328 13.0896 3.20001 13.0896H12.8C12.9767 13.0896 13.12 12.9463 13.12 12.7696V6.11334H2.88001Z",fillRule:"evenodd",clipRule:"evenodd"}},{tag:"path",attrs:{fill:"colorChannel1",d:"M10.6644 9.38096C10.4388 9.60646 10.0732 9.60646 9.84774 9.38096L9.61551 9.14873 9.61551 11.6492C9.61551 11.9681 9.35698 12.2266 9.03807 12.2266 8.71916 12.2266 8.46064 11.9681 8.46064 11.6492V7.75473L8.46071 7.74578C8.46172 7.67911 8.47403 7.61518 8.49581 7.55582 8.52378 7.4794 8.56843 7.4077 8.62976 7.34637 8.85527 7.12087 9.22088 7.12087 9.44638 7.34637L10.6644 8.56434C10.8899 8.78985 10.8899 9.15546 10.6644 9.38096zM6.96173 7.17725C7.28063 7.17725 7.53916 7.43577 7.53916 7.75468V11.6492C7.53916 11.7356 7.52018 11.8175 7.48617 11.8911 7.46601 11.9348 7.4401 11.9765 7.40843 12.0151 7.38198 12.0473 7.3521 12.0767 7.31936 12.1025 7.29073 12.1252 7.26046 12.1447 7.22899 12.1611 7.14907 12.2029 7.05816 12.2266 6.96173 12.2266 6.86529 12.2266 6.77438 12.2029 6.69447 12.1611 6.663 12.1447 6.63272 12.1252 6.60409 12.1025 6.58481 12.0873 6.56653 12.0709 6.54935 12.0533L5.33545 10.8394C5.10995 10.6139 5.10995 10.2483 5.33545 10.0228 5.56095 9.79733 5.92656 9.79733 6.15206 10.0228L6.38429 10.2551V7.75468C6.38429 7.43577 6.64282 7.17725 6.96173 7.17725z"}}]}]};t.CustomSorting1=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(a.IconBase,Object.assign({},e,{id:"custom-sorting-1",ref:t,icon:i}))}));t.CustomSorting1.displayName="CustomSorting1";t["default"]=t.CustomSorting1},1548:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.CustomSorting=void 0;var n=r(7522);var a=r(7565);var i={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_102_1006",style:{maskType:"alpha"},width:16,height:16,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#D9D9D9",d:"M16 0H0V16H16V0Z"}}]},{tag:"g",attrs:{mask:"url(#mask0_102_1006)"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M1.6001 3.9999C1.6001 3.11625 2.31644 2.3999 3.2001 2.3999H12.8001C13.6838 2.3999 14.4001 3.11625 14.4001 3.9999V11.9999C14.4001 12.8836 13.6838 13.5999 12.8001 13.5999H3.2001C2.31644 13.5999 1.6001 12.8836 1.6001 11.9999V3.9999ZM3.2001 3.6799H12.8001C12.9768 3.6799 13.1201 3.82317 13.1201 3.9999V5.03779H2.8801V3.9999C2.8801 3.82317 3.02337 3.6799 3.2001 3.6799ZM2.8801 6.31779V11.9999C2.8801 12.1766 3.02337 12.3199 3.2001 12.3199H12.8001C12.9768 12.3199 13.1201 12.1766 13.1201 11.9999V6.31779H2.8801Z",fillRule:"evenodd",clipRule:"evenodd"}},{tag:"path",attrs:{fill:"colorChannel1",d:"M10.6645 9.00059C10.439 9.22609 10.0734 9.22609 9.84792 9.00059L9.61569 8.76836 9.61569 11.2688C9.61569 11.5877 9.35716 11.8463 9.03826 11.8463 8.71935 11.8463 8.46082 11.5877 8.46082 11.2688V7.37436L8.46089 7.36541C8.4619 7.29874 8.47421 7.23481 8.49599 7.17545 8.52396 7.09903 8.56861 7.02733 8.62995 6.966 8.85545 6.7405 9.22106 6.7405 9.44656 6.966L10.6645 8.18397C10.89 8.40948 10.89 8.77509 10.6645 9.00059zM6.96191 6.79688C7.28082 6.79688 7.53934 7.0554 7.53934 7.37431V11.2688C7.53934 11.3552 7.52037 11.4371 7.48636 11.5107 7.46619 11.5544 7.44028 11.5962 7.40861 11.6347 7.38216 11.667 7.35228 11.6963 7.31954 11.7222 7.29092 11.7448 7.26064 11.7643 7.22917 11.7808 7.14926 11.8226 7.05834 11.8462 6.96191 11.8462 6.86548 11.8462 6.77456 11.8226 6.69465 11.7808 6.66318 11.7643 6.6329 11.7448 6.60428 11.7222 6.585 11.7069 6.56671 11.6905 6.54953 11.673L5.33563 10.4591C5.11013 10.2336 5.11013 9.86796 5.33563 9.64246 5.56113 9.41696 5.92674 9.41696 6.15225 9.64246L6.38448 9.87469V7.37431C6.38448 7.0554 6.643 6.79688 6.96191 6.79688z"}}]}]};t.CustomSorting=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(a.IconBase,Object.assign({},e,{id:"custom-sorting",ref:t,icon:i}))}));t.CustomSorting.displayName="CustomSorting";t["default"]=t.CustomSorting},9658:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.DateSingle=void 0;var n=r(7522);var a=r(7565);var i={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M9.23136 6.19238C8.86317 6.19238 8.5647 6.49086 8.5647 6.85905V11.1688C8.5647 11.5369 8.86317 11.8354 9.23136 11.8354H11.6941C12.0622 11.8354 12.3607 11.5369 12.3607 11.1688V6.85905C12.3607 6.49086 12.0622 6.19238 11.6941 6.19238H9.23136ZM9.89803 10.5021V7.52572H11.0274V10.5021H9.89803Z",fillRule:"evenodd",clipRule:"evenodd"}},{tag:"path",attrs:{fill:"currentColor",d:"M3.63928 6.85905C3.63928 6.49086 3.93776 6.19238 4.30595 6.19238H6.76864C7.13683 6.19238 7.4353 6.49086 7.4353 6.85905V9.0057C7.43534 9.00845 7.43535 9.0112 7.43535 9.01396C7.43535 9.01671 7.43534 9.01946 7.4353 9.02221V11.1688C7.4353 11.5369 7.13683 11.8354 6.76864 11.8354H4.30595C3.93776 11.8354 3.63928 11.5369 3.63928 11.1688C3.63928 10.8006 3.93776 10.5021 4.30595 10.5021H6.10197V9.68062H4.92167C4.55348 9.68062 4.255 9.38215 4.255 9.01396C4.255 8.64577 4.55348 8.34729 4.92167 8.34729H6.10197V7.52572H4.30595C3.93776 7.52572 3.63928 7.22724 3.63928 6.85905Z"}},{tag:"path",attrs:{fill:"currentColor",d:"M5.66667 1.33398C6.03486 1.33398 6.33333 1.63246 6.33333 2.00065V2.53381H9.66675V2.00065C9.66675 1.63246 9.96523 1.33398 10.3334 1.33398C10.7016 1.33398 11.0001 1.63246 11.0001 2.00065V2.53381H14.1821C14.5503 2.53381 14.8488 2.83229 14.8488 3.20048V13.9996C14.8488 14.3677 14.5503 14.6662 14.1821 14.6662H1.81791C1.44972 14.6662 1.15125 14.3677 1.15125 13.9996V3.20048C1.15125 2.83229 1.44972 2.53381 1.81791 2.53381H5V2.00065C5 1.63246 5.29848 1.33398 5.66667 1.33398ZM9.66675 3.86715V4.40045C9.66675 4.76864 9.96523 5.06711 10.3334 5.06711C10.7016 5.06711 11.0001 4.76864 11.0001 4.40045V3.86715H13.5154V13.3329H2.48458V3.86715H5V4.40045C5 4.76864 5.29848 5.06711 5.66667 5.06711C6.03486 5.06711 6.33333 4.76864 6.33333 4.40045V3.86715H9.66675Z",fillRule:"evenodd",clipRule:"evenodd"}}]};t.DateSingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(a.IconBase,Object.assign({},e,{id:"date-single",ref:t,icon:i}))}));t.DateSingle.displayName="DateSingle";t["default"]=t.DateSingle},6946:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.DeleteCellMoveDown=void 0;var n=r(7522);var a=r(7565);var i={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_102_1093",style:{maskType:"alpha"},width:16,height:16,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#DCDCDC",d:"M0 0H16V16H0z"}}]},{tag:"g",attrs:{mask:"url(#mask0_102_1093)",fillRule:"evenodd",clipRule:"evenodd"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M7.69148 5.44796C7.69148 5.07977 7.393 4.7813 7.02481 4.7813H3.25445C2.88626 4.7813 2.58779 5.07977 2.58779 5.44796V10.5516C2.58779 10.9198 2.88626 11.2183 3.25445 11.2183H7.02481C7.393 11.2183 7.69148 10.9198 7.69148 10.5516V5.44796ZM2.58779 3.50537C1.88311 3.50537 1.31186 4.07662 1.31186 4.7813V11.2183C1.31186 11.923 1.88311 12.4942 2.58779 12.4942H7.69148C8.39613 12.4942 8.96739 11.923 8.96739 11.2183V4.7813C8.96739 4.07662 8.39613 3.50537 7.69148 3.50537H2.58779Z"}},{tag:"path",attrs:{fill:"colorChannel1",d:"M11.8919 10.4557C11.9671 10.4869 12.0496 10.5041 12.1361 10.5041C12.2226 10.5041 12.3051 10.4869 12.3803 10.4557C12.4555 10.4246 12.526 10.3784 12.5872 10.3172L14.5011 8.40335C14.7502 8.15421 14.7502 7.75028 14.5011 7.50114C14.2519 7.252 13.848 7.252 13.5989 7.50114L12.774 8.32595V6.13406C12.774 5.78172 12.4884 5.49609 12.1361 5.49609C11.7837 5.49609 11.4981 5.78172 11.4981 6.13406V8.32595L10.6733 7.50114C10.4241 7.252 10.0202 7.252 9.77106 7.50114C9.52192 7.75028 9.52192 8.15421 9.77106 8.40335L11.6847 10.3169M6.97288 9.84189C6.69858 10.1235 6.25386 10.1235 5.97956 9.84189L5.17866 9.01974L4.37769 9.84195C4.1034 10.1235 3.65867 10.1235 3.38437 9.84195C3.11008 9.56038 3.11008 9.10385 3.38437 8.82228L4.18534 8.00007L3.38439 7.17787C3.11009 6.8963 3.11009 6.43977 3.38439 6.1582C3.65869 5.87663 4.10341 5.87663 4.37771 6.1582L5.17866 6.9804L5.97954 6.15826C6.25384 5.87669 6.69857 5.87669 6.97287 6.15826C7.24716 6.43984 7.24716 6.89636 6.97286 7.17793L6.17198 8.00007L6.97288 8.82222C7.24718 9.10379 7.24718 9.56031 6.97288 9.84189Z"}}]}]};t.DeleteCellMoveDown=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(a.IconBase,Object.assign({},e,{id:"delete-cell-move-down",ref:t,icon:i}))}));t.DeleteCellMoveDown.displayName="DeleteCellMoveDown";t["default"]=t.DeleteCellMoveDown},7946:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.DeleteCellShiftLeft=void 0;var n=r(7522);var a=r(7565);var i={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_252_31",style:{maskType:"alpha"},width:16,height:16,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#DCDCDC",d:"M16 16H32V32H16z",transform:"rotate(180 16 16)"}}]},{tag:"g",attrs:{mask:"url(#mask0_252_31)",fillRule:"evenodd",clipRule:"evenodd"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M8.29012 10.552C8.29012 10.9202 8.5886 11.2187 8.95679 11.2187L12.7271 11.2187C13.0953 11.2187 13.3938 10.9202 13.3938 10.552L13.3938 5.44836C13.3938 5.08016 13.0953 4.7817 12.7271 4.7817L8.95678 4.7817C8.5886 4.7817 8.29012 5.08016 8.29012 5.44836L8.29012 10.552ZM13.3938 12.4946C14.0985 12.4946 14.6697 11.9234 14.6697 11.2187L14.6697 4.7817C14.6697 4.07703 14.0985 3.50576 13.3938 3.50576L8.29012 3.50576C7.58547 3.50576 7.0142 4.07703 7.0142 4.7817L7.0142 11.2187C7.0142 11.9234 7.58547 12.4946 8.29012 12.4946L13.3938 12.4946Z"}},{tag:"path",attrs:{fill:"colorChannel1",d:"M1.37899 7.7562C1.34779 7.83142 1.33053 7.9139 1.33053 8.0004C1.33053 8.0869 1.34779 8.16938 1.37899 8.2446C1.41013 8.31985 1.45626 8.39034 1.51739 8.45151L3.43133 10.3654C3.68046 10.6145 4.08439 10.6145 4.33353 10.3654C4.58266 10.1163 4.58266 9.71232 4.33353 9.46318L3.50873 8.63836L5.70059 8.63836C6.05293 8.63836 6.33855 8.35273 6.33855 8.0004C6.33855 7.64806 6.05293 7.36244 5.70059 7.36244L3.50873 7.36244L4.33353 6.53762C4.58266 6.28848 4.58266 5.88455 4.33353 5.63541C4.08439 5.38627 3.68046 5.38627 3.43133 5.63541L1.51773 7.54899M9.00896 6.15858C9.28326 5.87701 9.72798 5.87701 10.0023 6.15858L10.8032 6.98073L11.6042 6.15852C11.8784 5.87695 12.3232 5.87695 12.5975 6.15852C12.8718 6.44009 12.8718 6.89661 12.5975 7.17819L11.7965 8.00041L12.5975 8.8226C12.8718 9.10417 12.8718 9.56069 12.5975 9.84227C12.3232 10.1238 11.8784 10.1238 11.6041 9.84227L10.8032 9.02007L10.0023 9.84221C9.728 10.1238 9.28327 10.1238 9.00897 9.84221C8.73468 9.56063 8.73468 9.10411 9.00898 8.82254L9.80987 8.00041L9.00896 7.17825C8.73466 6.89668 8.73466 6.44016 9.00896 6.15858Z"}}]}]};t.DeleteCellShiftLeft=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(a.IconBase,Object.assign({},e,{id:"delete-cell-shift-left",ref:t,icon:i}))}));t.DeleteCellShiftLeft.displayName="DeleteCellShiftLeft";t["default"]=t.DeleteCellShiftLeft},5165:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.DeleteCellShiftRight=void 0;var n=r(7522);var a=r(7565);var i={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_102_1088",style:{maskType:"alpha"},width:16,height:16,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#DCDCDC",d:"M0 0H16V16H0z"}}]},{tag:"g",attrs:{mask:"url(#mask0_102_1088)",fillRule:"evenodd",clipRule:"evenodd"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M7.70985 5.44796C7.70985 5.07977 7.41137 4.7813 7.04318 4.7813H3.27282C2.90463 4.7813 2.60616 5.07977 2.60616 5.44796V10.5516C2.60616 10.9198 2.90463 11.2183 3.27282 11.2183H7.04318C7.41137 11.2183 7.70985 10.9198 7.70985 10.5516V5.44796ZM2.60616 3.50537C1.90148 3.50537 1.33023 4.07662 1.33023 4.7813V11.2183C1.33023 11.923 1.90148 12.4942 2.60616 12.4942H7.70985C8.4145 12.4942 8.98576 11.923 8.98576 11.2183V4.7813C8.98576 4.07662 8.4145 3.50537 7.70985 3.50537H2.60616Z"}},{tag:"path",attrs:{fill:"colorChannel1",d:"M14.621 8.2438C14.6522 8.16858 14.6695 8.0861 14.6695 7.9996C14.6695 7.9131 14.6522 7.83062 14.621 7.7554C14.5899 7.68015 14.5438 7.60966 14.4826 7.54849L12.5687 5.63461C12.3196 5.38547 11.9156 5.38547 11.6665 5.63461C11.4174 5.88375 11.4174 6.28768 11.6665 6.53682L12.4913 7.36164H10.2994C9.94711 7.36164 9.66148 7.64727 9.66148 7.9996C9.66148 8.35194 9.94711 8.63756 10.2994 8.63756H12.4913L11.6665 9.46238C11.4174 9.71152 11.4174 10.1155 11.6665 10.3646C11.9156 10.6137 12.3196 10.6137 12.5687 10.3646L14.4823 8.45101M6.99107 9.84142C6.71677 10.123 6.27205 10.123 5.99775 9.84142L5.19685 9.01927L4.39588 9.84148C4.12159 10.1231 3.67686 10.1231 3.40256 9.84148C3.12826 9.55991 3.12826 9.10339 3.40256 8.82181L4.20353 7.99959L3.40258 7.1774C3.12828 6.89583 3.12828 6.43931 3.40258 6.15773C3.67688 5.87616 4.1216 5.87616 4.3959 6.15773L5.19685 6.97993L5.99773 6.15779C6.27203 5.87622 6.71676 5.87622 6.99106 6.15779C7.26535 6.43937 7.26535 6.89589 6.99105 7.17746L6.19017 7.99959L6.99107 8.82175C7.26537 9.10332 7.26537 9.55984 6.99107 9.84142Z"}}]}]};t.DeleteCellShiftRight=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(a.IconBase,Object.assign({},e,{id:"delete-cell-shift-right",ref:t,icon:i}))}));t.DeleteCellShiftRight.displayName="DeleteCellShiftRight";t["default"]=t.DeleteCellShiftRight},4417:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.DeleteCellShiftUp=void 0;var n=r(7522);var a=r(7565);var i={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_252_36",style:{maskType:"alpha"},width:16,height:16,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#DCDCDC",d:"M0 0H16V16H0z",transform:"matrix(1 0 0 -1 0 16)"}}]},{tag:"g",attrs:{mask:"url(#mask0_252_36)",fillRule:"evenodd",clipRule:"evenodd"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M7.69172 10.552C7.69172 10.9202 7.39324 11.2187 7.02506 11.2187H3.2547C2.8865 11.2187 2.58803 10.9202 2.58803 10.552V5.44836C2.58803 5.08016 2.8865 4.7817 3.2547 4.7817H7.02506C7.39324 4.7817 7.69172 5.08016 7.69172 5.44836V10.552ZM2.58803 12.4946C1.88335 12.4946 1.3121 11.9234 1.3121 11.2187V4.7817C1.3121 4.07703 1.88335 3.50576 2.58803 3.50576H7.69172C8.39637 3.50576 8.96764 4.07703 8.96764 4.7817V11.2187C8.96764 11.9234 8.39637 12.4946 7.69172 12.4946H2.58803Z"}},{tag:"path",attrs:{fill:"colorChannel1",d:"M11.892 5.54431C11.9672 5.51312 12.0497 5.49591 12.1362 5.49591C12.2227 5.49591 12.3052 5.51312 12.3804 5.54431C12.4557 5.57545 12.5261 5.62159 12.5873 5.68276L14.5012 7.59665C14.7503 7.84579 14.7503 8.24972 14.5012 8.49886C14.2521 8.748 13.8481 8.748 13.599 8.49886L12.7741 7.67405V9.86594C12.7741 10.2183 12.4885 10.5039 12.1362 10.5039C11.7839 10.5039 11.4983 10.2183 11.4983 9.86594V7.67405L10.6734 8.49886C10.4243 8.748 10.0203 8.748 9.77121 8.49886C9.52207 8.24972 9.52207 7.84579 9.77121 7.59665L11.6848 5.68305M6.97304 6.15811C6.69874 5.87653 6.25401 5.87654 5.97972 6.15811L5.17881 6.98026L4.37784 6.15805C4.10355 5.87647 3.65882 5.87647 3.38453 6.15805C3.11023 6.43962 3.11023 6.89615 3.38453 7.17772L4.18549 7.99993L3.38454 8.82213C3.11024 9.1037 3.11024 9.56023 3.38454 9.8418C3.65884 10.1234 4.10356 10.1234 4.37786 9.8418L5.17881 9.0196L5.9797 9.84174C6.254 10.1233 6.69872 10.1233 6.97302 9.84174C7.24732 9.56016 7.24732 9.10364 6.97302 8.82207L6.17213 7.99993L6.97304 7.17778C7.24734 6.89621 7.24734 6.43969 6.97304 6.15811Z"}}]}]};t.DeleteCellShiftUp=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(a.IconBase,Object.assign({},e,{id:"delete-cell-shift-up",ref:t,icon:i}))}));t.DeleteCellShiftUp.displayName="DeleteCellShiftUp";t["default"]=t.DeleteCellShiftUp},1940:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.DeleteColumn=void 0;var n=r(7522);var a=r(7565);var i={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_102_1098",style:{maskType:"alpha"},width:16,height:16,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#DCDCDC",d:"M0 0H16V16H0z"}}]},{tag:"g",attrs:{mask:"url(#mask0_102_1098)",fillRule:"evenodd",clipRule:"evenodd"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M11.9503 1.33317C12.6866 1.33317 13.2836 1.9301 13.2836 2.6665V13.3332C13.2836 14.0695 12.6866 14.6665 11.9503 14.6665H9.28359C8.54721 14.6665 7.95026 14.0696 7.95026 13.3332L7.95026 2.6665C7.95026 1.9301 8.54721 1.33317 9.28359 1.33317H11.9503ZM11.9503 2.6665V13.3332H9.28359V2.6665H11.9503Z"}},{tag:"path",attrs:{fill:"colorChannel1",d:"M3.8542 6.29716C3.59385 6.03681 3.17174 6.03681 2.91139 6.29716C2.65104 6.55751 2.65104 6.97962 2.91139 7.23997L3.67157 8.00014L2.9114 8.76031C2.65105 9.02066 2.65105 9.44277 2.9114 9.70312C3.17175 9.96347 3.59387 9.96347 3.85421 9.70312L4.61437 8.94296L5.37459 9.70318C5.63494 9.96352 6.05705 9.96353 6.31741 9.70318C6.57775 9.44283 6.57775 9.02072 6.31741 8.76036L5.55718 8.00014L6.31742 7.23991C6.57777 6.97956 6.57777 6.55745 6.31742 6.2971C6.05707 6.03675 5.63496 6.03675 5.37461 6.2971L4.61437 7.05734L3.8542 6.29716Z"}}]}]};t.DeleteColumn=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(a.IconBase,Object.assign({},e,{id:"delete-column",ref:t,icon:i}))}));t.DeleteColumn.displayName="DeleteColumn";t["default"]=t.DeleteColumn},9500:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.DeleteRow=void 0;var n=r(7522);var a=r(7565);var i={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_102_1103",style:{maskType:"alpha"},width:16,height:16,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#DCDCDC",d:"M0 0H16V16H0z"}}]},{tag:"g",attrs:{mask:"url(#mask0_102_1103)",fillRule:"evenodd",clipRule:"evenodd"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M14.6666 11.9502C14.6666 12.6866 14.0697 13.2835 13.3333 13.2835H2.66665C1.93027 13.2835 1.33331 12.6866 1.33331 11.9502V9.28353C1.33331 8.54715 1.93027 7.9502 2.66665 7.9502L13.3333 7.9502C14.0697 7.9502 14.6666 8.54715 14.6666 9.28353V11.9502ZM13.3333 11.9502H2.66665V9.28353H13.3333V11.9502Z"}},{tag:"path",attrs:{fill:"colorChannel1",d:"M9.60134 3.85438C9.86169 3.59403 9.86169 3.17192 9.60134 2.91157C9.34099 2.65122 8.91888 2.65122 8.65853 2.91157L7.89835 3.67175L7.13819 2.91159C6.87784 2.65124 6.45573 2.65124 6.19538 2.91159C5.93503 3.17194 5.93503 3.59405 6.19538 3.8544L6.95554 4.61456L6.19532 5.37478C5.93497 5.63513 5.93497 6.05724 6.19532 6.31759C6.45567 6.57794 6.87778 6.57794 7.13813 6.31759L7.89835 5.55737L8.65859 6.3176C8.91893 6.57796 9.34105 6.57796 9.60139 6.3176C9.86175 6.05726 9.86175 5.63514 9.60139 5.3748L8.84116 4.61456L9.60134 3.85438Z"}}]}]};t.DeleteRow=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(a.IconBase,Object.assign({},e,{id:"delete-row",ref:t,icon:i}))}));t.DeleteRow.displayName="DeleteRow";t["default"]=t.DeleteRow},2017:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.DeleteSingle=void 0;var n=r(7522);var a=r(7565);var i={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M6.78662 6.17993C7.12169 6.17993 7.39331 6.45156 7.39331 6.78662V10.7301C7.39331 11.0652 7.12169 11.3368 6.78662 11.3368 6.45156 11.3368 6.17993 11.0652 6.17993 10.7301V6.78662C6.17993 6.45156 6.45156 6.17993 6.78662 6.17993zM9.82007 6.78662C9.82007 6.45156 9.54844 6.17993 9.21338 6.17993 8.87831 6.17993 8.60669 6.45156 8.60669 6.78662V10.7301C8.60669 11.0652 8.87831 11.3368 9.21338 11.3368 9.54844 11.3368 9.82007 11.0652 9.82007 10.7301V6.78662z"}},{tag:"path",attrs:{fill:"currentColor",d:"M6.57094 1.32642C6.34938 1.32642 6.14544 1.44719 6.03894 1.64148L5.21395 3.14648H1.93311C1.59804 3.14648 1.32642 3.41811 1.32642 3.75317C1.32642 4.08824 1.59804 4.35986 1.93311 4.35986H2.84314V14.0669C2.84314 14.402 3.11476 14.6736 3.44983 14.6736H12.5502C12.8852 14.6736 13.1569 14.402 13.1569 14.0669V4.35986H14.0669C14.402 4.35986 14.6736 4.08824 14.6736 3.75317C14.6736 3.41811 14.402 3.14648 14.0669 3.14648H10.7895L9.98357 1.64602C9.87785 1.4492 9.67252 1.32642 9.44911 1.32642H6.57094ZM9.4122 3.14648L9.08632 2.53979H6.93024L6.59767 3.14648H9.4122ZM4.05652 4.35986V13.4602H11.9435V4.35986H4.05652Z",fillRule:"evenodd",clipRule:"evenodd"}}]};t.DeleteSingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(a.IconBase,Object.assign({},e,{id:"delete-single",ref:t,icon:i}))}));t.DeleteSingle.displayName="DeleteSingle";t["default"]=t.DeleteSingle},8258:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.DescendingOrder=void 0;var n=r(7522);var a=r(7565);var i={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_102_1078",style:{maskType:"alpha"},width:16,height:16,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#DCDCDC",d:"M0 0H16V16H0z"}}]},{tag:"g",attrs:{mask:"url(#mask0_102_1078)",fillRule:"evenodd",clipRule:"evenodd"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M6.85588 12.8206C6.85588 13.1786 7.14605 13.4688 7.504 13.4688H13.9851C14.3431 13.4688 14.6333 13.1786 14.6333 12.8206C14.6333 12.4627 14.3431 12.1725 13.9851 12.1725H7.504C7.14605 12.1725 6.85588 12.4627 6.85588 12.8206ZM6.85588 9.58006C6.85588 9.93801 7.14605 10.2282 7.504 10.2282H12.6889C13.0469 10.2282 13.337 9.93801 13.337 9.58006C13.337 9.22212 13.0469 8.93195 12.6889 8.93195H7.504C7.14605 8.93195 6.85588 9.22212 6.85588 9.58006ZM6.85588 6.33948C6.85588 6.69742 7.14605 6.98761 7.504 6.98761H11.3927C11.7506 6.98761 12.0408 6.69742 12.0408 6.33948C12.0408 5.98155 11.7506 5.69135 11.3927 5.69135H7.504C7.14605 5.69135 6.85588 5.98155 6.85588 6.33948ZM6.85588 3.09895C6.85588 3.45688 7.14605 3.74702 7.504 3.74702H10.0965C10.4544 3.74702 10.7446 3.45688 10.7446 3.09895C10.7446 2.74095 10.4544 2.45082 10.0965 2.45082H7.504C7.14605 2.45082 6.85588 2.74095 6.85588 3.09895Z"}},{tag:"path",attrs:{fill:"colorChannel1",d:"M5.30222 2.49089C5.30222 2.13294 5.01205 1.84277 4.65411 1.84277C4.29616 1.84277 4.00599 2.13294 4.00599 2.49089V11.9911L2.47294 10.4581C2.21983 10.205 1.80947 10.205 1.55637 10.4581C1.30326 10.7112 1.30326 11.1216 1.55637 11.3746L4.14883 13.9671C4.28133 14.0996 4.45695 14.1628 4.63054 14.1565C4.63836 14.1568 4.64621 14.157 4.65411 14.157C5.01205 14.157 5.30222 13.8668 5.30222 13.5088V2.49089Z"}}]}]};t.DescendingOrder=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(a.IconBase,Object.assign({},e,{id:"descending-order",ref:t,icon:i}))}));t.DescendingOrder.displayName="DescendingOrder";t["default"]=t.DescendingOrder},6701:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.DetailsSingle=void 0;var n=r(7522);var a=r(7565);var i={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_102_891",style:{maskType:"alpha"},width:16,height:16,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#DCDCDC",d:"M0 0H16V16H0z"}}]},{tag:"g",attrs:{fill:"currentColor",mask:"url(#mask0_102_891)"},children:[{tag:"path",attrs:{d:"M8.7965 5.29175C8.7965 5.73167 8.43988 6.08829 7.99996 6.08829 7.56005 6.08829 7.20343 5.73167 7.20343 5.29175 7.20343 4.85184 7.56005 4.49522 7.99996 4.49522 8.43988 4.49522 8.7965 4.85184 8.7965 5.29175zM8.63719 7.68135C8.63719 7.32942 8.35189 7.04413 7.99996 7.04413 7.64803 7.04413 7.36274 7.32942 7.36274 7.68135V11.5047C7.36274 11.8566 7.64803 12.1419 7.99996 12.1419 8.35189 12.1419 8.63719 11.8566 8.63719 11.5047V7.68135z"}},{tag:"path",attrs:{d:"M0.990479 7.99996C0.990479 4.12873 4.12873 0.990479 7.99996 0.990479C11.8712 0.990479 15.0094 4.12873 15.0094 7.99996C15.0094 11.8712 11.8712 15.0094 7.99996 15.0094C4.12873 15.0094 0.990479 11.8712 0.990479 7.99996ZM7.99996 2.26493C4.83259 2.26493 2.26493 4.83259 2.26493 7.99996C2.26493 11.1673 4.83259 13.735 7.99996 13.735C11.1673 13.735 13.735 11.1673 13.735 7.99996C13.735 4.83259 11.1673 2.26493 7.99996 2.26493Z",fillRule:"evenodd",clipRule:"evenodd"}}]}]};t.DetailsSingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(a.IconBase,Object.assign({},e,{id:"details-single",ref:t,icon:i}))}));t.DetailsSingle.displayName="DetailsSingle";t["default"]=t.DetailsSingle},9087:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.DirectExportSingle=void 0;var n=r(7522);var a=r(7565);var i={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_102_345",style:{maskType:"alpha"},width:16,height:16,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#DCDCDC",d:"M0 0H16V16H0z"}}]},{tag:"g",attrs:{fill:"currentColor",mask:"url(#mask0_102_345)"},children:[{tag:"path",attrs:{d:"M3.00004 1.3335C2.07957 1.3335 1.33337 2.07969 1.33337 3.00016V13.0002C1.33337 13.9143 2.06935 14.6566 2.98108 14.6667C2.99252 14.6671 3.00399 14.6671 3.01547 14.6668H13C13.9205 14.6668 14.6667 13.9207 14.6667 13.0002V11.8335C14.6667 11.4653 14.3682 11.1668 14 11.1668C13.6319 11.1668 13.3334 11.4653 13.3334 11.8335V13.0002C13.3334 13.1843 13.1842 13.3335 13 13.3335H5.25636C5.61522 13.016 5.95119 12.6637 6.25105 12.2868C7.06748 11.2609 7.66671 9.98799 7.66671 8.66683V2.66683H13C13.1841 2.66683 13.3334 2.81606 13.3334 3.00016V4.66683C13.3334 5.03502 13.6319 5.3335 14 5.3335C14.3682 5.3335 14.6667 5.03502 14.6667 4.66683V3.00016C14.6667 2.0797 13.9205 1.3335 13 1.3335H3.00004ZM6.33337 2.66683H3.00004C2.81595 2.66683 2.66671 2.81607 2.66671 3.00016V13.0002C2.66671 13.1484 2.76345 13.274 2.89725 13.3173C3.70845 12.9437 4.55406 12.2781 5.20773 11.4566C5.90507 10.5803 6.33337 9.59203 6.33337 8.66683V2.66683Z",fillRule:"evenodd",clipRule:"evenodd"}},{tag:"path",attrs:{d:"M12.4714 5.86209C12.2111 5.60174 11.789 5.60174 11.5286 5.86209 11.2683 6.12244 11.2683 6.54455 11.5286 6.8049L12.3906 7.66683H10C9.63185 7.66683 9.33337 7.96531 9.33337 8.3335 9.33337 8.70169 9.63185 9.00016 10 9.00016H12.3906L11.5286 9.86209C11.2683 10.1224 11.2683 10.5446 11.5286 10.8049 11.789 11.0653 12.2111 11.0653 12.4714 10.8049L14.4714 8.8049C14.5935 8.68286 14.6583 8.52528 14.6659 8.36548 14.6665 8.35482 14.6667 8.34416 14.6667 8.3335L12.4714 5.86209zM12.4714 5.86209L14.4714 7.86209C14.6001 7.9907 14.6651 8.15878 14.6667 8.32734L12.4714 5.86209z"}}]}]};t.DirectExportSingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(a.IconBase,Object.assign({},e,{id:"direct-export-single",ref:t,icon:i}))}));t.DirectExportSingle.displayName="DirectExportSingle";t["default"]=t.DirectExportSingle},8119:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.DiscordSingle24=void 0;var n=r(7522);var a=r(7565);var i={tag:"svg",attrs:{fill:"none",viewBox:"0 0 25 25",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_217_24",style:{maskType:"alpha"},width:25,height:25,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M0.9 0.36H24.9V24.36H0.9z"}}]},{tag:"g",attrs:{mask:"url(#mask0_217_24)"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M17.7366 17.4469L18.195 17.2276C18.1512 17.1938 18.1111 17.1614 18.0731 17.1307C17.9814 17.0567 17.9022 16.9929 17.8153 16.9426C17.7725 16.9181 17.686 16.9499 17.6286 16.9754C16.9449 17.2859 16.2374 17.5272 15.5063 17.6956C14.1924 17.9988 12.8649 18.0762 11.5246 17.9123C10.3355 17.7676 9.19737 17.4471 8.10658 16.9527C8.06106 16.9317 7.98367 16.9399 7.93996 16.9663C7.86368 17.0126 7.793 17.0682 7.71555 17.1292C7.68487 17.1533 7.65304 17.1784 7.61946 17.204C8.14027 17.529 8.6884 17.7676 9.28387 18.0061C9.19259 18.1518 9.10305 18.2963 9.01426 18.4396C8.80899 18.7708 8.60768 19.0956 8.39795 19.4147C8.22084 19.6839 8.20542 19.679 7.90971 19.5846L7.89353 19.5795C6.28922 19.0669 4.81238 18.3029 3.44389 17.3232C3.34646 17.2531 3.30367 17.1739 3.30185 17.0637C3.29704 16.8293 3.28896 16.5947 3.28089 16.3602C3.26301 15.8406 3.24513 15.3211 3.2627 14.803C3.341 12.4174 3.98746 10.1785 5.10192 8.07524C5.32822 7.64872 5.58395 7.23762 5.83966 6.82654C5.94096 6.66371 6.04226 6.50087 6.14171 6.33708C6.16721 6.29611 6.21182 6.25787 6.25644 6.23784C7.43554 5.70883 8.65835 5.31823 9.93124 5.08878C10.1753 5.04507 10.1807 5.04598 10.2945 5.26724C10.412 5.49486 10.5258 5.72522 10.6287 5.96013C10.6715 6.05756 10.727 6.07394 10.8208 6.06575C10.9742 6.05235 11.1275 6.03814 11.281 6.02392C11.7322 5.98208 12.1838 5.94022 12.6363 5.91916C13.3912 5.88547 14.1451 5.9401 14.8926 6.05573C15.0455 6.07941 15.1257 6.04936 15.1876 5.8964C15.2512 5.74109 15.3276 5.59099 15.404 5.44096C15.4513 5.34825 15.4985 5.2555 15.5427 5.16162C15.5855 5.07148 15.6392 5.04143 15.7384 5.05964C17.0468 5.29637 18.3088 5.68425 19.5207 6.23237C19.5771 6.25787 19.6272 6.31523 19.6636 6.36895C21.0212 8.37206 21.9508 10.5482 22.3414 12.9464C22.5062 13.958 22.5709 14.976 22.549 15.9994C22.5445 16.2144 22.5301 16.4287 22.5157 16.6432C22.507 16.7738 22.4982 16.9045 22.4917 17.0355C22.4853 17.1694 22.4352 17.2631 22.3196 17.346C20.9046 18.3521 19.3759 19.1269 17.7161 19.6414C17.615 19.6723 17.5531 19.6669 17.4948 19.5722C17.3162 19.2805 17.1356 18.9898 16.955 18.6991L16.9545 18.6982C16.8342 18.5047 16.714 18.3111 16.5943 18.1172C16.5801 18.0938 16.5701 18.0683 16.5612 18.0455C16.5569 18.0346 16.5529 18.0243 16.5488 18.0152C16.9439 17.826 17.3348 17.639 17.7366 17.4469ZM14.3681 13.0238C14.3709 13.5483 14.5038 13.9535 14.766 14.3177C15.366 15.1526 16.5169 15.2546 17.2499 14.5371C17.9592 13.8433 18.0366 12.5968 17.4201 11.8147C16.832 11.0699 15.8049 10.9415 15.0747 11.5361C14.583 11.9367 14.3809 12.4784 14.3681 13.0238ZM11.0175 11.8402C11.2906 12.2044 11.4254 12.615 11.4226 13.1513C11.4108 13.6375 11.236 14.1401 10.8254 14.5435C10.158 15.1999 9.11815 15.1699 8.48353 14.4788C7.79883 13.7331 7.77152 12.5458 8.4198 11.7692C9.11815 10.9333 10.3637 10.967 11.0175 11.8402Z",fillRule:"evenodd",clipRule:"evenodd"}}]}]};t.DiscordSingle24=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(a.IconBase,Object.assign({},e,{id:"discord-single-24",ref:t,icon:i}))}));t.DiscordSingle24.displayName="DiscordSingle24";t["default"]=t.DiscordSingle24},357:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.DiscordSingle40=void 0;var n=r(7522);var a=r(7565);var i={tag:"svg",attrs:{fill:"none",viewBox:"0 0 41 41",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_217_3",style:{maskType:"alpha"},width:41,height:41,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#D9D9D9",d:"M0.91 0.36H40.91V40.36H0.91z"}}]},{tag:"g",attrs:{mask:"url(#mask0_217_3)"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M29.4207 29.3304L30.2287 28.944C30.1516 28.8843 30.0809 28.8273 30.0139 28.7733C29.8523 28.6429 29.7128 28.5304 29.5597 28.4419C29.4843 28.3986 29.3319 28.4547 29.2309 28.4996C28.0261 29.0467 26.7796 29.4718 25.4915 29.7686C23.1766 30.3027 20.8377 30.4391 18.4763 30.1504C16.3812 29.8953 14.376 29.3306 12.4542 28.4595C12.374 28.4226 12.2376 28.4371 12.1606 28.4836C12.0262 28.5652 11.9017 28.6632 11.7652 28.7706C11.7112 28.8131 11.6551 28.8572 11.5959 28.9023C12.5135 29.475 13.4793 29.8953 14.5284 30.3156C14.3676 30.5723 14.2098 30.8269 14.0534 31.0793C13.6917 31.6628 13.337 32.2351 12.9675 32.7973C12.6555 33.2716 12.6283 33.263 12.1073 33.0967L12.0788 33.0876C9.2522 32.1845 6.6502 30.8385 4.23909 29.1124C4.06744 28.9889 3.99205 28.8493 3.98884 28.6552C3.98036 28.2422 3.96614 27.8289 3.95191 27.4157C3.92041 26.5003 3.88891 25.585 3.91986 24.672C4.05782 20.469 5.1968 16.5243 7.16033 12.8186C7.55905 12.0672 8.00961 11.3428 8.46015 10.6186C8.63862 10.3317 8.81709 10.0448 8.99232 9.75621C9.03724 9.68402 9.11585 9.61665 9.19445 9.58136C11.2719 8.64932 13.4263 7.96112 15.669 7.55686C16.0989 7.47986 16.1085 7.48146 16.3091 7.87128C16.516 8.27233 16.7165 8.67819 16.8978 9.09208C16.9732 9.26372 17.071 9.2926 17.2363 9.27816C17.5065 9.25456 17.7767 9.22951 18.047 9.20445C18.8421 9.13075 19.6377 9.057 20.435 9.01989C21.7649 8.96053 23.0932 9.05678 24.4102 9.26052C24.6797 9.30223 24.8209 9.24929 24.93 8.97978C25.042 8.70615 25.1767 8.4417 25.3114 8.17736C25.3946 8.01402 25.4778 7.85061 25.5556 7.6852C25.631 7.52638 25.7257 7.47344 25.9005 7.50553C28.2058 7.92262 30.4292 8.606 32.5644 9.57173C32.6638 9.61665 32.7521 9.71771 32.8162 9.81236C35.2081 13.3416 36.846 17.1756 37.5342 21.4011C37.8245 23.1833 37.9384 24.9768 37.8999 26.7799C37.8919 27.1588 37.8666 27.5364 37.8413 27.9143C37.8258 28.1444 37.8104 28.3747 37.7989 28.6055C37.7876 28.8413 37.6994 29.0066 37.4957 29.1525C35.0027 30.9252 32.3093 32.2903 29.3848 33.1967C29.2068 33.2513 29.0977 33.2416 28.995 33.0748C28.6803 32.5609 28.3621 32.0487 28.044 31.5365L28.0431 31.535C27.8312 31.194 27.6193 30.8529 27.4085 30.5113C27.3835 30.47 27.3659 30.4251 27.3501 30.3849C27.3426 30.3658 27.3355 30.3477 27.3283 30.3316C28.0243 29.9982 28.7128 29.6689 29.4207 29.3304ZM23.4862 21.5374C23.491 22.4614 23.7253 23.1753 24.1873 23.817C25.2444 25.288 27.2721 25.4677 28.5635 24.2036C29.8132 22.9812 29.9495 20.7851 28.8635 19.4071C27.8272 18.0948 26.0176 17.8686 24.7311 18.9162C23.8648 19.622 23.5087 20.5765 23.4862 21.5374ZM17.5828 19.452C18.064 20.0936 18.3015 20.8171 18.2967 21.762C18.2758 22.6187 17.9678 23.5042 17.2443 24.2148C16.0684 25.3715 14.2364 25.3185 13.1183 24.1009C11.912 22.7871 11.8638 20.6952 13.006 19.3268C14.2364 17.8542 16.431 17.9135 17.5828 19.452Z",fillRule:"evenodd",clipRule:"evenodd"}}]}]};t.DiscordSingle40=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(a.IconBase,Object.assign({},e,{id:"discord-single-40",ref:t,icon:i}))}));t.DiscordSingle40.displayName="DiscordSingle40";t["default"]=t.DiscordSingle40},5315:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.DownBorder=void 0;var n=r(7522);var a=r(7565);var i={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_107_1287",style:{maskType:"alpha"},width:16,height:16,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#DCDCDC",d:"M0 0H16V16H0z"}}]},{tag:"g",attrs:{mask:"url(#mask0_107_1287)"},children:[{tag:"path",attrs:{fill:"colorChannel1",d:"M3.99992 1.33301H2.66659C1.93021 1.33301 1.33325 1.92996 1.33325 2.66634V3.99967H2.66659V2.66634L3.99992 2.66634V1.33301zM1.33325 9.33301H2.66659V6.66634H1.33325V9.33301zM6.66659 1.33301V2.66634H7.33325V5.33301H8.66659V2.66634H9.33325V1.33301H6.66659zM11.9999 1.33301V2.66634H13.3333V3.99967H14.6666V2.66634C14.6666 1.92996 14.0696 1.33301 13.3333 1.33301H11.9999zM14.6666 6.66634H13.3333V7.33301H10.6666V8.66634H13.3333V9.33301H14.6666V6.66634zM7.33325 13.333V10.6663H8.66659V13.333H7.33325zM5.33325 7.33301H2.66659V8.66634H5.33325V7.33301z"}},{tag:"path",attrs:{fill:"currentColor",d:"M1.33325 13.3333V12H2.66659L2.66659 13.3333H13.3333V12H14.6666V13.3333C14.6666 14.0697 14.0696 14.6667 13.3333 14.6667H2.66659C1.93021 14.6667 1.33325 14.0697 1.33325 13.3333Z"}}]}]};t.DownBorder=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(a.IconBase,Object.assign({},e,{id:"down-border",ref:t,icon:i}))}));t.DownBorder.displayName="DownBorder";t["default"]=t.DownBorder},2917:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.DropdownSingle=void 0;var n=r(7522);var a=r(7565);var i={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_371_77",style:{maskType:"alpha"},width:16,height:16,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#DCDCDC",d:"M0 0H16V16H0z"}}]},{tag:"g",attrs:{mask:"url(#mask0_371_77)"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M8.85869 12.9216C8.38445 13.4708 7.61555 13.4708 7.14131 12.9216L0.358114 5.06726C-0.406895 4.18144 0.134916 2.66683 1.2168 2.66683L14.7832 2.66683C15.8651 2.66683 16.4069 4.18144 15.6419 5.06726L8.85869 12.9216Z"}}]}]};t.DropdownSingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(a.IconBase,Object.assign({},e,{id:"dropdown-single",ref:t,icon:i}))}));t.DropdownSingle.displayName="DropdownSingle";t["default"]=t.DropdownSingle},9338:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.EditRegionSingle=void 0;var n=r(7522);var a=r(7565);var i={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M9.36387 6.66097C9.12255 6.42404 8.7313 6.42404 8.48999 6.66097L5.40037 9.69442C5.28448 9.8082 5.21938 9.96251 5.21938 10.1234V11.3368C5.21938 11.6719 5.49603 11.9435 5.83731 11.9435H7.07315C7.23704 11.9435 7.39421 11.8796 7.51009 11.7658L10.5997 8.73234C10.841 8.49541 10.841 8.11128 10.5997 7.87435L9.36387 6.66097ZM6.45523 10.7301V10.3747L8.92693 7.94795L9.2889 8.30334L6.8172 10.7301H6.45523Z",fillRule:"evenodd",clipRule:"evenodd"}},{tag:"path",attrs:{fill:"currentColor",d:"M13.5614 4.96655C13.5614 4.78275 13.4781 4.61804 13.3466 4.50679L10.3221 1.53726C10.2088 1.40815 10.041 1.32642 9.85381 1.32642H3.67457C2.99203 1.32642 2.43872 1.86966 2.43872 2.53979V13.4602C2.43872 14.1304 2.99203 14.6736 3.67457 14.6736H12.3255C13.0081 14.6736 13.5614 14.1303 13.5614 13.4602V4.96655ZM10.4717 4.35986V3.40015L11.4492 4.35986H10.4717ZM9.23589 2.53979H3.67457V13.4602H12.3255V5.57324H9.85381C9.51254 5.57324 9.23589 5.30162 9.23589 4.96655V2.53979Z",fillRule:"evenodd",clipRule:"evenodd"}}]};t.EditRegionSingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(a.IconBase,Object.assign({},e,{id:"edit-region-single",ref:t,icon:i}))}));t.EditRegionSingle.displayName="EditRegionSingle";t["default"]=t.EditRegionSingle},9106:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.EraserSingle=void 0;var n=r(7522);var a=r(7565);var i={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M1.67277 8.67081L8.6713 1.67228C9.10087 1.2427 9.79735 1.2427 10.2269 1.67228L14.3281 5.7735C14.7577 6.20308 14.7577 6.89956 14.3281 7.32913L8.27967 13.3776H12.1874C12.5381 13.3776 12.8224 13.6619 12.8224 14.0126C12.8224 14.3633 12.5381 14.6476 12.1874 14.6476H6.62197C6.57509 14.6506 6.52805 14.6506 6.48117 14.6476C6.42522 14.647 6.371 14.6393 6.31941 14.6251C6.11953 14.5821 5.92931 14.483 5.77399 14.3277L1.67277 10.2264C1.24319 9.79687 1.24319 9.10038 1.67277 8.67081ZM9.44911 2.69051L5.45981 6.67982L9.32061 10.5406L13.3099 6.55132L9.44911 2.69051ZM8.42259 11.4386L4.56178 7.57784L2.691 9.44862L6.55181 13.3094L8.42259 11.4386Z",fillRule:"evenodd",clipRule:"evenodd"}}]};t.EraserSingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(a.IconBase,Object.assign({},e,{id:"eraser-single",ref:t,icon:i}))}));t.EraserSingle.displayName="EraserSingle";t["default"]=t.EraserSingle},9978:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.ErrorSingle=void 0;var n=r(7522);var a=r(7565);var i={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M0 0H16V16H0z",opacity:.01}},{tag:"path",attrs:{fill:"currentColor",d:"M8.09973 1.50049C4.51022 1.50049 1.59973 4.41098 1.59973 8.00049C1.59973 11.59 4.51022 14.5005 8.09973 14.5005C11.6892 14.5005 14.5997 11.59 14.5997 8.00049C14.5997 4.41098 11.6892 1.50049 8.09973 1.50049ZM10.4995 10.4701L9.5419 10.4657L8.09971 8.74643L6.65897 10.4643L5.69993 10.4686C5.63609 10.4686 5.58386 10.4179 5.58386 10.3526C5.58386 10.325 5.59402 10.2989 5.61143 10.2771L7.49904 8.02824L5.61143 5.7808C5.59402 5.75904 5.58386 5.73292 5.58386 5.70536C5.58386 5.64152 5.63609 5.58929 5.69993 5.58929L6.65897 5.59364L8.09971 7.31295L9.54045 5.59509L10.498 5.59074C10.5619 5.59074 10.6141 5.64152 10.6141 5.70681C10.6141 5.73438 10.604 5.76049 10.5865 5.78225L8.70183 8.02969L10.588 10.2786C10.6054 10.3003 10.6156 10.3265 10.6156 10.354C10.6156 10.4179 10.5633 10.4701 10.4995 10.4701Z",fillRule:"evenodd",clipRule:"evenodd"}}]};t.ErrorSingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(a.IconBase,Object.assign({},e,{id:"error-single",ref:t,icon:i}))}));t.ErrorSingle.displayName="ErrorSingle";t["default"]=t.ErrorSingle},0:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.ExportSingle=void 0;var n=r(7522);var a=r(7565);var i={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_226_292",style:{maskType:"alpha"},width:16,height:16,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#DCDCDC",d:"M0 0H16V16H0z"}}]},{tag:"g",attrs:{fill:"currentColor",mask:"url(#mask0_226_292)"},children:[{tag:"path",attrs:{d:"M3.1958 1.35974C2.49527 1.35974 1.92737 1.92764 1.92737 2.62818V13.2963C1.92737 13.9969 2.49527 14.5648 3.1958 14.5648H7.00111C7.35138 14.5648 7.63533 14.2808 7.63533 13.9306C7.63533 13.5803 7.35138 13.2963 7.00111 13.2963H3.1958V2.62818H8.90377V5.16505C8.90377 5.51532 9.18772 5.79927 9.53799 5.79927H12.0749V8.01903C12.0749 8.3693 12.3588 8.65325 12.7091 8.65325C13.0593 8.65325 13.3433 8.3693 13.3433 8.01903V5.16505C13.3433 5.00103 13.281 4.85156 13.1789 4.73897L10.3265 1.56969C10.2062 1.43605 10.0349 1.35974 9.8551 1.35974H3.1958ZM10.1722 4.53083V3.29436L11.285 4.53083H10.1722Z",fillRule:"evenodd",clipRule:"evenodd"}},{tag:"path",attrs:{d:"M12.4489 9.93044C12.2344 9.71591 11.8866 9.71591 11.6721 9.93044C11.4575 10.145 11.4575 10.4928 11.6721 10.7073L12.1169 11.1521H7.55172C7.24834 11.1521 7.00241 11.398 7.00241 11.7014C7.00241 12.0048 7.24834 12.2507 7.55172 12.2507H12.1218L11.672 12.7005C11.4575 12.9151 11.4575 13.2629 11.672 13.4774C11.8865 13.6919 12.2343 13.6919 12.4489 13.4774L13.7923 12.134C13.8074 12.1217 13.8221 12.1086 13.8362 12.0945C13.943 11.9877 13.9966 11.8478 13.997 11.7078L13.9971 11.7014C13.9971 11.5279 13.9166 11.3732 13.791 11.2725L12.4489 9.93044Z"}}]}]};t.ExportSingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(a.IconBase,Object.assign({},e,{id:"export-single",ref:t,icon:i}))}));t.ExportSingle.displayName="ExportSingle";t["default"]=t.ExportSingle},6466:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.EyelashSingle=void 0;var n=r(7522);var a=r(7565);var i={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M1.6905 4.78738C2.01709 4.61737 2.41966 4.7443 2.58967 5.07089C2.75217 5.38305 3.00913 5.69251 3.36183 5.98156C4.36103 6.80048 6.03866 7.37872 7.99833 7.37872C9.958 7.37872 11.6356 6.80049 12.6348 5.98157C12.9875 5.69251 13.2445 5.38304 13.407 5.0709C13.577 4.7443 13.9796 4.61737 14.3062 4.78737C14.6327 4.95738 14.7597 5.35995 14.5897 5.68654C14.329 6.18726 13.9448 6.63187 13.48 7.01281C13.4365 7.04842 13.3923 7.08356 13.3473 7.11821L14.8065 8.57746C15.0669 8.83781 15.0669 9.25992 14.8065 9.52027C14.5462 9.78062 14.124 9.78062 13.8637 9.52027L12.1741 7.83063C11.6495 8.08125 11.0697 8.28368 10.451 8.43104L10.9916 10.4486C11.0869 10.8042 10.8759 11.1698 10.5202 11.2651C10.1646 11.3604 9.79902 11.1493 9.70373 10.7937L9.13044 8.6541C8.7607 8.69234 8.38239 8.71205 7.99833 8.71205C7.61155 8.71205 7.2306 8.69206 6.85837 8.65329L6.28486 10.7937C6.18957 11.1494 5.82401 11.3604 5.46837 11.2651C5.11272 11.1698 4.90167 10.8043 4.99696 10.4486L5.53804 8.42923C4.92309 8.28224 4.34666 8.0808 3.82483 7.8317L2.13636 9.52018C1.87602 9.78053 1.45391 9.78053 1.19355 9.52018C0.933204 9.25983 0.933203 8.83772 1.19355 8.57737L2.65127 7.11965C2.60559 7.08453 2.56072 7.04892 2.51667 7.01281C2.05184 6.63186 1.66764 6.18725 1.40699 5.68655C1.23698 5.35996 1.36391 4.95739 1.6905 4.78738Z"}}]};t.EyelashSingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(a.IconBase,Object.assign({},e,{id:"eyelash-single",ref:t,icon:i}))}));t.EyelashSingle.displayName="EyelashSingle";t["default"]=t.EyelashSingle},2791:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.FileLockSingle=void 0;var n=r(7522);var a=r(7565);var i={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_102_333",style:{maskType:"alpha"},width:16,height:16,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#DCDCDC",d:"M0 0H16V16H0z"}}]},{tag:"g",attrs:{fill:"currentColor",mask:"url(#mask0_102_333)",fillRule:"evenodd",clipRule:"evenodd"},children:[{tag:"path",attrs:{d:"M3.21442 1.49963C2.54372 1.49963 2 2.00763 2 2.63426V13.365C2 13.9917 2.54372 14.4996 3.21442 14.4996H7.04288C7.36119 14.4996 7.61923 14.2585 7.61923 13.9612C7.61923 13.6638 7.36119 13.4227 7.04288 13.4227H3.21442C3.18033 13.4227 3.15269 13.3969 3.15269 13.365V2.63426C3.15269 2.60241 3.18033 2.57659 3.21442 2.57659H9.01889V5.01887C9.01889 5.31627 9.27693 5.55735 9.59523 5.55735H12.2092V7.70156C12.2092 7.99895 12.4673 8.24004 12.7856 8.24004C13.1039 8.24004 13.3619 7.99895 13.3619 7.70156V5.02542C13.362 5.02324 13.362 5.02106 13.362 5.01887C13.362 4.87824 13.3043 4.75021 13.2098 4.6543L10.3426 1.67789C10.2333 1.56442 10.0776 1.49963 9.91423 1.49963H3.21442ZM10.1716 3.11021V4.48039H11.4915L10.1716 3.11021Z"}},{tag:"path",attrs:{d:"M8.95711 10.4419C8.63881 10.4419 8.38077 10.683 8.38077 10.9804V13.365C8.38077 13.6624 8.63881 13.9035 8.95711 13.9035H13.4237C13.742 13.9035 14 13.6624 14 13.365V10.9804C14 10.683 13.742 10.4419 13.4237 10.4419H12.7239V10.0862C12.7239 9.2949 12.0373 8.65347 11.1904 8.65347C10.3435 8.65347 9.65693 9.2949 9.65693 10.0862V10.4419H8.95711ZM12.1475 11.5189L12.1434 11.5189H10.2374L10.2333 11.5189L10.2292 11.5189H9.53346V12.8265H12.8473V11.5189H12.1516L12.1475 11.5189ZM11.5712 10.0862V10.4419H10.8096V10.0862C10.8096 9.88969 10.9801 9.73043 11.1904 9.73043C11.4007 9.73043 11.5712 9.88969 11.5712 10.0862Z"}}]}]};t.FileLockSingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(a.IconBase,Object.assign({},e,{id:"file-lock-single",ref:t,icon:i}))}));t.FileLockSingle.displayName="FileLockSingle";t["default"]=t.FileLockSingle},5256:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.FolderSingle=void 0;var n=r(7522);var a=r(7565);var i={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_290_23",style:{maskType:"alpha"},width:16,height:16,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#DCDCDC",d:"M0 0H16V16H0z"}}]},{tag:"g",attrs:{mask:"url(#mask0_290_23)"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M2.42402 1.85193C1.68697 1.85193 1.08948 2.44942 1.08948 3.18647V13.4807C1.08948 13.8106 1.33026 14.0898 1.65417 14.1401C1.66698 14.1421 1.67987 14.1437 1.69284 14.1449C1.71716 14.1473 1.74135 14.1483 1.76532 14.148H12.9087C13.2267 14.148 13.5006 13.9235 13.563 13.6116L14.8975 6.93888C14.9367 6.74285 14.886 6.53957 14.7592 6.38497C14.6325 6.23037 14.4431 6.14074 14.2432 6.14074H13.4091V4.8062C13.4091 4.06914 12.8116 3.47165 12.0746 3.47165H8.742L7.2739 2.09202C7.14713 1.93989 6.95932 1.85193 6.76129 1.85193H2.42402ZM12.0746 6.14074V4.8062H8.42947C8.23144 4.8062 8.04364 4.71824 7.91686 4.5661L6.44876 3.18647H2.42402L2.42402 7.85545L2.71362 6.65191C2.78577 6.35207 3.05399 6.14074 3.36238 6.14074H12.0746ZM2.61138 12.8135H12.3616L13.4293 7.47529H3.94592L2.61138 12.8135Z",fillRule:"evenodd",clipRule:"evenodd"}}]}]};t.FolderSingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(a.IconBase,Object.assign({},e,{id:"folder-single",ref:t,icon:i}))}));t.FolderSingle.displayName="FolderSingle";t["default"]=t.FolderSingle},597:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.FontColor=void 0;var n=r(7522);var a=r(7565);var i={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_102_1198",style:{maskType:"alpha"},width:16,height:16,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#DCDCDC",d:"M0 0H16V16H0z"}}]},{tag:"g",attrs:{mask:"url(#mask0_102_1198)"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M5.68731 9.98425C5.73282 9.87144 5.77827 9.75442 5.82366 9.63323L6.3312 8.27586H9.65859L10.3523 10.1159C10.405 10.284 10.4868 10.4276 10.6023 10.5378C10.74 10.669 10.9119 10.7236 11.1014 10.714C11.3544 10.7131 11.5919 10.6379 11.6996 10.4032L11.7013 10.3992C11.7901 10.1937 11.7749 9.9634 11.6929 9.7289L8.85351 1.86337C8.79546 1.68828 8.6901 1.54881 8.54213 1.45002C8.38836 1.33863 8.1989 1.29112 7.98798 1.29112C7.78272 1.29112 7.59752 1.34014 7.4446 1.45198C7.30481 1.55223 7.20617 1.69184 7.14935 1.86343L4.324 9.70145L4.32281 9.70495C4.27002 9.86052 4.23828 10.0056 4.23828 10.1346C4.23828 10.2646 4.27116 10.3937 4.36281 10.4909C4.50256 10.6468 4.6921 10.714 4.90604 10.714C5.0369 10.714 5.15805 10.6745 5.26156 10.5916C5.3633 10.5247 5.44621 10.4332 5.51101 10.3217C5.57988 10.2177 5.63858 10.1051 5.68731 9.98425ZM6.72105 7.00152L8.00144 3.32827L9.28183 7.00152H6.72105Z",fillRule:"evenodd",clipRule:"evenodd"}},{tag:"rect",attrs:{width:11.58,height:2.56,x:2.21,y:12.2,fill:"colorChannel1",rx:1.28}}]}]};t.FontColor=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(a.IconBase,Object.assign({},e,{id:"font-color",ref:t,icon:i}))}));t.FontColor.displayName="FontColor";t["default"]=t.FontColor},548:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.FontSizeIncreaseSingle=void 0;var n=r(7522);var a=r(7565);var i={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_102_680",style:{maskType:"alpha"},width:16,height:16,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#DCDCDC",d:"M0 0H16V16H0z"}}]},{tag:"g",attrs:{fill:"currentColor",mask:"url(#mask0_102_680)"},children:[{tag:"path",attrs:{d:"M14.3159 4.65399C14.6867 4.65399 14.872 4.42863 14.872 3.97791C14.872 3.75982 14.8248 3.59262 14.7303 3.47631C14.6358 3.35272 14.5013 3.29093 14.3268 3.29093H12.8765V1.78611C12.8765 1.41536 12.6512 1.22998 12.2004 1.22998C11.9751 1.22998 11.8042 1.28087 11.6879 1.38264C11.5716 1.47715 11.5135 1.608 11.5135 1.77521V3.29093H10.1831C9.95048 3.29093 9.77964 3.34909 9.6706 3.4654C9.56882 3.58172 9.51793 3.75255 9.51793 3.97791C9.51793 4.196 9.56882 4.36321 9.6706 4.47952C9.77237 4.59584 9.93957 4.65399 10.1722 4.65399H11.5135V6.137C11.5135 6.36963 11.5716 6.54047 11.6879 6.64951C11.8042 6.75129 11.9751 6.80218 12.2004 6.80218C12.4185 6.80218 12.5857 6.75129 12.702 6.64951C12.8184 6.54774 12.8765 6.38054 12.8765 6.14791V4.65399H14.3159Z"}},{tag:"path",attrs:{d:"M3.46657 13.1976L4.233 11.0479H9.18675L10.2149 13.908C10.2772 14.1198 10.3707 14.2881 10.4953 14.4127C10.6324 14.5498 10.8068 14.6121 11.0187 14.5996C11.3427 14.5996 11.5484 14.4999 11.6356 14.3005C11.7228 14.0887 11.7166 13.8332 11.6169 13.5341L7.67259 2.07502C7.61027 1.87562 7.49811 1.71984 7.3361 1.60768C7.17409 1.48306 6.96224 1.42075 6.70053 1.42075C6.45128 1.42075 6.24566 1.48306 6.08365 1.60768C5.9341 1.71984 5.82817 1.87562 5.76586 2.07502L1.84024 13.4967C1.70316 13.9204 1.70316 14.207 1.84024 14.3566C1.97733 14.5186 2.17049 14.5996 2.41974 14.5996C2.55682 14.5996 2.67521 14.556 2.77491 14.4688C2.88707 14.394 2.98054 14.2881 3.05531 14.151C3.14255 14.0139 3.21732 13.8643 3.27963 13.7023C3.34194 13.5403 3.40426 13.3721 3.46657 13.1976ZM6.71922 3.32748L8.85027 9.73932H4.58817L6.71922 3.32748Z",fillRule:"evenodd",clipRule:"evenodd"}}]}]};t.FontSizeIncreaseSingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(a.IconBase,Object.assign({},e,{id:"font-size-increase-single",ref:t,icon:i}))}));t.FontSizeIncreaseSingle.displayName="FontSizeIncreaseSingle";t["default"]=t.FontSizeIncreaseSingle},8440:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.FontSizeReduceSingleSingle=void 0;var n=r(7522);var a=r(7565);var i={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_102_683",style:{maskType:"alpha"},width:16,height:16,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#DCDCDC",d:"M0 0H16V16H0z"}}]},{tag:"g",attrs:{fill:"currentColor",mask:"url(#mask0_102_683)"},children:[{tag:"path",attrs:{d:"M3.38645 13.2745L4.16166 11.1001H9.17214L10.2121 13.993C10.2751 14.2073 10.3696 14.3774 10.4957 14.5035C10.6343 14.6421 10.8108 14.7052 11.0251 14.6926C11.3528 14.6926 11.5608 14.5917 11.649 14.39C11.7373 14.1758 11.731 13.9174 11.6301 13.6148L7.64064 2.02456C7.57761 1.82288 7.46417 1.66531 7.3003 1.55187C7.13644 1.42582 6.92215 1.36279 6.65745 1.36279C6.40535 1.36279 6.19737 1.42582 6.0335 1.55187C5.88224 1.66531 5.7751 1.82288 5.71207 2.02456L1.7415 13.577C1.60285 14.0056 1.60285 14.2955 1.7415 14.4468C1.88016 14.6106 2.07554 14.6926 2.32764 14.6926C2.46629 14.6926 2.58604 14.6484 2.68688 14.5602C2.80032 14.4846 2.89486 14.3774 2.97049 14.2388C3.05872 14.1001 3.13435 13.9489 3.19738 13.785C3.2604 13.6211 3.32343 13.451 3.38645 13.2745ZM6.67636 3.29136L8.83181 9.77662H4.5209L6.67636 3.29136Z",fillRule:"evenodd",clipRule:"evenodd"}},{tag:"path",attrs:{d:"M13.8056 3.96584C14.1806 3.96584 14.3681 3.7379 14.3681 3.28202C14.3681 3.06143 14.3203 2.89232 14.2248 2.77467C14.1292 2.64967 13.9931 2.58717 13.8167 2.58717H10.177C9.94168 2.58717 9.76889 2.646 9.6586 2.76364C9.55566 2.88129 9.50418 3.05408 9.50418 3.28202C9.50418 3.50996 9.55566 3.68276 9.6586 3.8004C9.76154 3.9107 9.93065 3.96584 10.1659 3.96584H13.8056Z"}}]}]};t.FontSizeReduceSingleSingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(a.IconBase,Object.assign({},e,{id:"font-size-reduce-single-single",ref:t,icon:i}))}));t.FontSizeReduceSingleSingle.displayName="FontSizeReduceSingleSingle";t["default"]=t.FontSizeReduceSingleSingle},6621:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.FreezeColumnSingle=void 0;var n=r(7522);var a=r(7565);var i={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 17",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_102_765",style:{maskType:"alpha"},width:16,height:17,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#CDCDCD",d:"M0 0H16V16.55H0z"}}]},{tag:"g",attrs:{mask:"url(#mask0_102_765)"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M13.3332 1.37891C14.0696 1.37891 14.6666 1.9962 14.6666 2.75765V13.7876C14.6666 14.5491 14.0696 15.1664 13.3332 15.1664H2.66655C1.93018 15.1664 1.33322 14.5491 1.33322 13.7876V2.75765C1.33322 1.99619 1.93017 1.37891 2.66655 1.37891H13.3332ZM5.66655 2.75765H5.62777L2.66655 5.48001V6.69813L5.66655 3.83458V2.75765ZM6.99989 4.1331V2.75765H13.3332V13.7876H6.99989V10.3604C7.00025 10.3472 7.00025 10.3341 6.99989 10.3209V7.24154C6.9999 7.23945 6.9999 7.23737 6.99989 7.23528V4.13936C6.9999 4.13727 6.9999 4.13519 6.99989 4.1331ZM5.66655 5.71092L2.66655 8.57447V9.80031L5.66655 6.93676V5.71092ZM5.66655 8.8131L2.66655 11.6767V12.9975L5.66655 10.0454V8.8131ZM5.66655 11.9487L3.79779 13.7876H5.66655V11.9487ZM3.62105 2.75765L2.66655 3.63515V2.75765H3.62105Z",fillRule:"evenodd",clipRule:"evenodd"}}]}]};t.FreezeColumnSingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(a.IconBase,Object.assign({},e,{id:"freeze-column-single",ref:t,icon:i}))}));t.FreezeColumnSingle.displayName="FreezeColumnSingle";t["default"]=t.FreezeColumnSingle},6166:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.FreezeRowSingle=void 0;var n=r(7522);var a=r(7565);var i={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 17",width:"1em",height:"1em"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M12.0438 1.37891H13.3332C14.0696 1.37891 14.6666 1.99621 14.6666 2.75766V13.7876C14.6666 14.5491 14.0696 15.1664 13.3332 15.1664H2.66656C1.93018 15.1664 1.33322 14.5491 1.33322 13.7876V2.75766C1.33322 1.9962 1.93018 1.37891 2.66656 1.37891H12.0376C12.0396 1.3789 12.0417 1.3789 12.0438 1.37891ZM8.89802 5.88004L12.2944 2.75766H13.3332V3.1422L10.3892 5.88004H8.89802ZM6.89129 5.88004L10.2877 2.75766H8.96106L5.56469 5.88004H6.89129ZM6.95433 2.75766L3.55795 5.88004H2.66656V5.48L5.62776 2.75766H6.95433ZM12.3831 5.88004H13.3332V4.99649L12.3831 5.88004ZM2.66656 3.63515L3.62104 2.75766H2.66656V3.63515ZM2.66656 7.25878H13.3332V13.7876H2.66656V7.25878Z",fillRule:"evenodd",clipRule:"evenodd"}},{tag:"path",attrs:{fill:"currentColor",d:"M12.0438 1.37891H13.3333C14.0696 1.37891 14.6666 1.99621 14.6666 2.75766V13.7876C14.6666 14.5491 14.0696 15.1664 13.3333 15.1664H2.66659C1.93021 15.1664 1.33325 14.5491 1.33325 13.7876V2.75766C1.33325 1.9962 1.93021 1.37891 2.66659 1.37891H12.0376C12.0396 1.3789 12.0417 1.3789 12.0438 1.37891ZM8.89805 5.88004L12.2944 2.75766H13.3333V3.1422L10.3892 5.88004H8.89805ZM6.89131 5.88004L10.2877 2.75766H8.96109L5.56471 5.88004H6.89131ZM6.95435 2.75766L3.55798 5.88004H2.66659V5.48L5.62779 2.75766H6.95435ZM12.3831 5.88004H13.3333V4.99649L12.3831 5.88004ZM2.66659 3.63515L3.62107 2.75766H2.66659V3.63515ZM2.66659 7.25878H13.3333V13.7876H2.66659V7.25878Z",fillRule:"evenodd",clipRule:"evenodd"}}]};t.FreezeRowSingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(a.IconBase,Object.assign({},e,{id:"freeze-row-single",ref:t,icon:i}))}));t.FreezeRowSingle.displayName="FreezeRowSingle";t["default"]=t.FreezeRowSingle},4731:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.FreezeToSelectedSingle=void 0;var n=r(7522);var a=r(7565);var i={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 17",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_102_721",style:{maskType:"alpha"},width:16,height:17,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#D9D9D9",d:"M0 0H16V16.55H0z"}}]},{tag:"g",attrs:{mask:"url(#mask0_102_721)"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M13.3335 1.37866C14.0699 1.37866 14.6668 1.99595 14.6668 2.75741V13.7874C14.6668 14.5489 14.0699 15.1661 13.3335 15.1661H2.66683C1.93046 15.1661 1.3335 14.5489 1.3335 13.7874V2.75741C1.3335 1.99595 1.93045 1.37866 2.66683 1.37866H13.3335ZM13.3335 6.54896V4.70313L11.3997 6.54896H13.3335ZM9.43397 6.54896L13.2146 2.94023C13.2517 2.90486 13.2916 2.87466 13.3335 2.84959V2.75741H11.9291L7.99087 6.54896H9.43397ZM7.00016 7.92771H13.3335V13.7874H7.00016V10.3685C7.0009 10.3498 7.0009 10.331 7.00016 10.3123V7.92771ZM5.66683 13.7874V11.9383L3.76985 13.7874H5.66683ZM5.66683 8.78641V10.0435L2.66683 12.9678V11.6747L5.66683 8.78641ZM9.97243 2.75741L2.66683 9.79085V8.57945L8.92354 2.75741H9.97243ZM5.62805 2.75741H6.93026L2.66683 6.72465V5.47976L5.62805 2.75741ZM3.62132 2.75741L2.66683 3.63491V2.75741H3.62132Z",fillRule:"evenodd",clipRule:"evenodd"}}]}]};t.FreezeToSelectedSingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(a.IconBase,Object.assign({},e,{id:"freeze-to-selected-single",ref:t,icon:i}))}));t.FreezeToSelectedSingle.displayName="FreezeToSelectedSingle";t["default"]=t.FreezeToSelectedSingle},5276:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.FromAToZ=void 0;var n=r(7522);var a=r(7565);var i={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_102_1021",style:{maskType:"alpha"},width:16,height:16,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#D9D9D9",d:"M0 0H16V16H0z"}}]},{tag:"g",attrs:{mask:"url(#mask0_102_1021)"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M11.2629 1.68018C11.6061 1.68018 11.8844 1.95339 11.8844 2.29042V12.2365L13.3093 10.8373C13.552 10.599 13.9455 10.599 14.1882 10.8373 14.4309 11.0756 14.4309 11.462 14.1882 11.7003L11.7023 14.1413C11.4596 14.3796 11.0662 14.3796 10.8235 14.1413L8.33755 11.7003C8.09485 11.462 8.09485 11.0756 8.33755 10.8373 8.58026 10.599 8.97375 10.599 9.21645 10.8373L10.6414 12.2365V2.29042C10.6414 1.95339 10.9197 1.68018 11.2629 1.68018zM1.63005 8.82796C1.63005 9.16499 1.9083 9.4382 2.25153 9.4382H5.72295L1.81208 13.2784C1.63434 13.4529 1.58117 13.7154 1.67736 13.9435 1.77355 14.1715 2.00016 14.3202 2.25153 14.3202H7.22332C7.56655 14.3202 7.84479 14.047 7.84479 13.7099 7.84479 13.3729 7.56655 13.0997 7.22332 13.0997H3.7519L7.66277 9.25947C7.84051 9.08494 7.89368 8.82246 7.79749 8.59443 7.70129 8.36639 7.47468 8.21771 7.22332 8.21771H2.25153C1.9083 8.21771 1.63005 8.49093 1.63005 8.82796z"}},{tag:"path",attrs:{fill:"colorChannel1",d:"M5.38278 2.02512C5.28044 1.81694 5.06708 1.68342 4.83169 1.68023C4.59629 1.67705 4.37927 1.80474 4.27111 2.01006L1.69948 6.89203C1.54179 7.19139 1.6611 7.55959 1.96597 7.71443C2.27083 7.86927 2.6458 7.75211 2.80349 7.45276L3.50744 6.11638H5.98033C5.99148 6.11638 6.00257 6.11609 6.01358 6.11552L6.66361 7.4377C6.81283 7.74121 7.18436 7.86848 7.49346 7.72195C7.80256 7.57543 7.93217 7.21061 7.78295 6.90709L5.38278 2.02512ZM5.41396 4.89589L4.80394 3.65511L4.15035 4.89589H5.41396Z",fillRule:"evenodd",clipRule:"evenodd"}}]}]};t.FromAToZ=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(a.IconBase,Object.assign({},e,{id:"from-a-to-z",ref:t,icon:i}))}));t.FromAToZ.displayName="FromAToZ";t["default"]=t.FromAToZ},9801:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.FromZToA=void 0;var n=r(7522);var a=r(7565);var i={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_102_986",style:{maskType:"alpha"},width:16,height:16,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#D9D9D9",d:"M0 0H16V16H0z"}}]},{tag:"g",attrs:{mask:"url(#mask0_102_986)"},children:[{tag:"path",attrs:{fill:"colorChannel1",d:"M2.20594 2.90066C1.88787 2.90066 1.63002 2.62744 1.63002 2.29042C1.63002 1.95339 1.88787 1.68018 2.20594 1.68018H6.8133C7.04624 1.68018 7.25624 1.82886 7.34538 2.05689C7.43452 2.28492 7.38525 2.54739 7.22054 2.72192L3.59633 6.56209H6.8133C7.13137 6.56209 7.38922 6.83531 7.38922 7.17233C7.38922 7.50936 7.13137 7.78257 6.8133 7.78257H2.20594C1.973 7.78257 1.763 7.63389 1.67386 7.40586C1.58472 7.17783 1.63399 6.91536 1.7987 6.74083L5.42291 2.90066H2.20594Z",fillRule:"evenodd",clipRule:"evenodd"}},{tag:"path",attrs:{fill:"currentColor",d:"M11.2629 1.68018C11.6061 1.68018 11.8843 1.95339 11.8843 2.29042V12.2364L13.3093 10.8372C13.552 10.5989 13.9455 10.5989 14.1882 10.8372C14.4309 11.0755 14.4309 11.4619 14.1882 11.7002L11.7023 14.1412C11.4596 14.3795 11.0661 14.3795 10.8234 14.1412L8.33751 11.7002C8.09481 11.4619 8.09481 11.0755 8.33751 10.8372C8.58021 10.5989 8.97371 10.5989 9.21641 10.8372L10.6414 12.2364V2.29042C10.6414 1.95339 10.9196 1.68018 11.2629 1.68018Z"}},{tag:"path",attrs:{fill:"currentColor",d:"M4.83169 8.2177C5.06708 8.22088 5.28044 8.3544 5.38278 8.56258L7.78295 13.4445C7.93217 13.748 7.80256 14.1128 7.49346 14.2593C7.18436 14.4059 6.81283 14.2786 6.66361 13.9751L6.00806 12.6417C5.99887 12.6421 5.98962 12.6423 5.98033 12.6423H3.51348L2.80349 13.9902C2.6458 14.2895 2.27083 14.4067 1.96597 14.2518C1.6611 14.097 1.54179 13.7288 1.69948 13.4294L4.27111 8.54752C4.37927 8.3422 4.59629 8.21451 4.83169 8.2177ZM4.80394 10.1925L5.40832 11.4218H4.15639L4.80394 10.1925Z",fillRule:"evenodd",clipRule:"evenodd"}}]}]};t.FromZToA=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(a.IconBase,Object.assign({},e,{id:"from-z-to-a",ref:t,icon:i}))}));t.FromZToA.displayName="FromZToA";t["default"]=t.FromZToA},420:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.FunctionSingle=void 0;var n=r(7522);var a=r(7565);var i={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M2.71141 2.48718C2.81434 2.23868 3.05682 2.07666 3.32579 2.07666H11.7978C11.9742 2.07666 12.1433 2.14672 12.268 2.27143L13.1445 3.14785C13.4042 3.40755 13.4042 3.8286 13.1445 4.0883C12.8848 4.348 12.4637 4.348 12.204 4.0883L11.5224 3.40666H4.93124L9.05451 7.52993C9.31421 7.78963 9.31421 8.21069 9.05451 8.47039L4.93124 12.5937H11.5224L12.204 11.912C12.4637 11.6523 12.8848 11.6523 13.1445 11.912C13.4042 12.1717 13.4042 12.5928 13.1445 12.8525L12.268 13.7289C12.1433 13.8536 11.9742 13.9237 11.7978 13.9237H3.32579C3.05682 13.9237 2.81434 13.7616 2.71141 13.5131C2.60848 13.2647 2.66537 12.9786 2.85556 12.7884L7.64383 8.00016L2.85556 3.21189C2.66537 3.0217 2.60848 2.73567 2.71141 2.48718Z",fillRule:"evenodd",clipRule:"evenodd"}}]};t.FunctionSingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(a.IconBase,Object.assign({},e,{id:"function-single",ref:t,icon:i}))}));t.FunctionSingle.displayName="FunctionSingle";t["default"]=t.FunctionSingle},7702:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.FxSingle=void 0;var n=r(7522);var a=r(7565);var i={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_367_60",style:{maskType:"alpha"},width:16,height:16,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#D9D9D9",d:"M0 0H16V16H0z"}}]},{tag:"g",attrs:{fill:"currentColor",mask:"url(#mask0_367_60)"},children:[{tag:"path",attrs:{d:"M5.48334 4.89587C5.35517 4.89587 5.26008 4.777 5.28822 4.65196L5.37367 4.27223C5.47369 3.84311 5.65731 3.4768 5.93107 3.18085 6.23007 2.85761 6.67323 2.71538 7.21663 2.71538 7.41772 2.71538 7.63284 2.73908 7.86113 2.78378 7.88014 2.7875 7.89899 2.79139 7.91771 2.79543 8.12915 2.84113 8.35624 2.74611 8.43956 2.54647L8.66692 2.00173C8.75382 1.79351 8.65103 1.55537 8.43507 1.49007 8.40283 1.48032 8.36953 1.47045 8.33516 1.46047 8.0467 1.37763 7.70317 1.3335 7.29999 1.3335 6.2394 1.3335 5.44639 1.60069 4.89385 2.10573 4.32912 2.62202 3.92814 3.3605 3.70338 4.33753L2.25629 10.5523C2.18051 10.8899 2.08525 11.253 1.96769 11.6425 1.849 12.0347 1.70655 12.4208 1.54146 12.7986 1.37502 13.1773 1.18738 13.5375.978805 13.8784.912697 13.9865.8444 14.0896.773916 14.1876.684332 14.3122.753952 14.4944.905805 14.5167 1.5556 14.6123 2.23715 14.4376 2.60122 13.8909 2.74587 13.6737 2.88704 13.426 3.02434 13.1464 3.3856 12.411 3.72447 11.3716 4.03792 10.0188L4.88825 6.37667C4.90938 6.28616 4.99007 6.22214 5.08301 6.22214H7.04403C7.22895 6.22214 7.38976 6.09538 7.43296 5.91557L7.55939 5.3893C7.61982 5.13775 7.42917 4.89587 7.17046 4.89587H5.48334zM13.7403 5.0817L11.9317 7.33096 10.8281 5.13886C10.7615 4.99145 10.6146 4.89673 10.4529 4.89673H9.73214C9.4277 4.89673 9.22847 5.21561 9.36195 5.48923L10.8281 8.41635 8.21708 11.5106C7.98512 11.7771 8.17444 12.1929 8.5278 12.1929H9.10532C9.22597 12.1929 9.37975 12.1436 9.45801 12.0518L11.53 9.62616 12.5369 11.9223C12.5978 12.0844 12.7522 12.1929 12.9254 12.1929H13.7193C14.0023 12.1929 14.161 11.9788 14.0619 11.7137L12.592 8.64761C12.592 8.64761 14.8202 5.81675 15.0205 5.54025 15.2159 5.27062 15.0215 4.89673 14.6886 4.89673H14.0854C13.9467 4.89673 13.8525 4.9502 13.7403 5.0817z"}}]}]};t.FxSingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(a.IconBase,Object.assign({},e,{id:"fx-single",ref:t,icon:i}))}));t.FxSingle.displayName="FxSingle";t["default"]=t.FxSingle},9268:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.GithubSingle24=void 0;var n=r(7522);var a=r(7565);var i={tag:"svg",attrs:{fill:"none",viewBox:"0 0 24 25",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_217_27",style:{maskType:"alpha"},width:24,height:25,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M0 0.36H24V24.36H0z"}}]},{tag:"g",attrs:{mask:"url(#mask0_217_27)"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M11.9986 3.35181C6.88351 3.35181 2.73779 7.49848 2.73779 12.6126C2.73779 16.8385 5.56941 20.4036 9.43818 21.5143C9.50408 21.4637 9.54992 21.3834 9.56424 21.2641C9.62918 20.7111 9.58143 20.1448 9.58143 19.5517C9.37133 19.568 9.2319 19.5813 9.09247 19.5899C7.88342 19.6577 6.84722 19.3884 6.25607 18.0925C6.05074 17.6427 5.61525 17.2988 5.28195 16.9082C5.17499 16.7831 5.05752 16.6657 4.82545 16.4183C5.17881 16.3706 5.39751 16.2913 5.59997 16.3219C6.3 16.4269 6.71543 16.9207 7.08693 17.4717C7.72106 18.4133 8.59204 18.3723 9.44104 18.124C9.5184 18.1011 9.59862 18.0103 9.63205 17.932C9.76957 17.6025 9.88894 17.2654 10.0255 16.9035C9.61963 16.8051 9.21948 16.7287 8.83365 16.6103C6.07175 15.7594 4.92191 12.1618 6.65431 9.8354C6.74885 9.70839 6.78992 9.48587 6.75649 9.3302C6.61133 8.66169 6.65431 8.01419 6.85295 7.36382C6.95132 7.04103 7.14614 6.90255 7.45174 7.01811C8.06773 7.25113 8.66652 7.52904 9.28346 7.76016C9.51553 7.84706 9.79439 7.9311 10.0236 7.8824C11.3415 7.60449 12.648 7.56724 13.9678 7.88144C14.2066 7.93874 14.5036 7.84038 14.7509 7.74965C15.3688 7.52236 15.9686 7.2454 16.5865 7.0162C16.8988 6.90064 17.0898 7.05917 17.1786 7.37624C17.36 8.0266 17.4192 8.67602 17.2578 9.34166C17.2273 9.46677 17.2215 9.65204 17.2913 9.73895C18.1279 10.7809 18.2386 11.9584 18.0505 13.2324C17.7764 15.0956 16.6142 16.3543 14.7462 16.7192C14.4921 16.7688 14.239 16.8242 13.9191 16.8901C14.431 17.6092 14.4501 18.3637 14.4291 19.1287C14.4138 19.6978 14.4224 20.2689 14.4214 20.8381C14.4205 21.1791 14.4692 21.3968 14.5876 21.5066C18.443 20.3874 21.2622 16.829 21.2622 12.6126C21.2594 7.49753 17.1136 3.35181 11.9986 3.35181Z"}}]}]};t.GithubSingle24=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(a.IconBase,Object.assign({},e,{id:"github-single-24",ref:t,icon:i}))}));t.GithubSingle24.displayName="GithubSingle24";t["default"]=t.GithubSingle24},3173:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.GithubSingle40=void 0;var n=r(7522);var a=r(7565);var i={tag:"svg",attrs:{fill:"none",viewBox:"0 0 41 41",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_217_6",style:{maskType:"alpha"},width:41,height:41,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#D9D9D9",d:"M0.91 0.36H40.91V40.36H0.91z"}}]},{tag:"g",attrs:{mask:"url(#mask0_217_6)"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M20.9046 4.36133C11.8926 4.36133 4.58832 11.6672 4.58832 20.6777C4.58832 28.1232 9.57727 34.4044 16.3936 36.3613C16.5097 36.2721 16.5904 36.1308 16.6157 35.9205C16.7301 34.9462 16.6459 33.9485 16.6459 32.9035C16.2758 32.9322 16.0301 32.9557 15.7844 32.9709C13.6543 33.0903 11.8286 32.6158 10.7871 30.3325C10.4253 29.54 9.65804 28.9343 9.07081 28.2461C8.88235 28.0256 8.67539 27.8187 8.26652 27.3829C8.88909 27.2988 9.2744 27.1591 9.63111 27.2129C10.8645 27.398 11.5964 28.2679 12.2509 29.2388C13.3682 30.8979 14.9028 30.8255 16.3986 30.388C16.5349 30.3477 16.6762 30.1878 16.7351 30.0498C16.9774 29.4693 17.1877 28.8754 17.4284 28.2377C16.7132 28.0643 16.0082 27.9297 15.3285 27.7211C10.4623 26.2219 8.43646 19.8835 11.4887 15.7846C11.6553 15.5608 11.7277 15.1688 11.6688 14.8945C11.413 13.7167 11.4887 12.5759 11.8387 11.43C12.012 10.8613 12.3553 10.6173 12.8937 10.8209C13.979 11.2314 15.034 11.7211 16.121 12.1283C16.5298 12.2814 17.0212 12.4295 17.425 12.3437C19.747 11.854 22.0488 11.7884 24.3742 12.342C24.7948 12.4429 25.3181 12.2696 25.7539 12.1098C26.8426 11.7093 27.8993 11.2214 28.9879 10.8175C29.5381 10.6139 29.8747 10.8932 30.0311 11.4519C30.3509 12.5977 30.4552 13.7419 30.1708 14.9147C30.117 15.1351 30.1069 15.4615 30.2297 15.6147C31.7037 17.4504 31.8988 19.5251 31.5674 21.7697C31.0845 25.0525 29.0367 27.2702 25.7455 27.9129C25.298 28.0004 24.8521 28.098 24.2884 28.2141C25.1903 29.4811 25.2239 30.8104 25.1869 32.1581C25.16 33.161 25.1751 34.1672 25.1734 35.17C25.1718 35.7707 25.2576 36.1544 25.4662 36.3479C32.2589 34.3758 37.226 28.1064 37.226 20.6777C37.221 11.6656 29.9167 4.36133 20.9046 4.36133Z"}}]}]};t.GithubSingle40=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(a.IconBase,Object.assign({},e,{id:"github-single-40",ref:t,icon:i}))}));t.GithubSingle40.displayName="GithubSingle40";t["default"]=t.GithubSingle40},5072:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.GridSingle=void 0;var n=r(7522);var a=r(7565);var i={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_102_784",style:{maskType:"alpha"},width:16,height:16,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#DCDCDC",d:"M0 0H16V16H0z"}}]},{tag:"g",attrs:{mask:"url(#mask0_102_784)"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M1.33325 2.60309C1.33325 1.90178 1.90178 1.33325 2.60309 1.33325H13.3967C14.0981 1.33325 14.6666 1.90178 14.6666 2.60309V13.3967C14.6666 14.0981 14.0981 14.6666 13.3967 14.6666H2.60309C1.90178 14.6666 1.33325 14.0981 1.33325 13.3967V2.60309ZM10.5396 13.3967H13.3967V10.5396H10.5396V13.3967ZM9.26976 10.5396V13.3967H6.41262V10.5396H9.26976ZM10.5396 9.26976H13.3967V6.73008H10.5396V9.26976ZM9.26976 6.73008V9.26976H6.41262V6.73008H9.26976ZM10.5396 5.46024H13.3967V2.60309H10.5396V5.46024ZM9.26976 2.60309V5.46024H6.41262V2.60309H9.26976ZM2.60309 2.60309H5.14278V5.46024H2.60309V2.60309ZM2.60309 6.73008H5.14278V9.26976H2.60309V6.73008ZM2.60309 10.5396H5.14278V13.3967H2.60309V10.5396Z",fillRule:"evenodd",clipRule:"evenodd"}}]}]};t.GridSingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(a.IconBase,Object.assign({},e,{id:"grid-single",ref:t,icon:i}))}));t.GridSingle.displayName="GridSingle";t["default"]=t.GridSingle},9067:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.Hide=void 0;var n=r(7522);var a=r(7565);var i={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_102_1151",style:{maskType:"alpha"},width:16,height:16,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#D9D9D9",d:"M0 0H16V16H0z"}}]},{tag:"g",attrs:{mask:"url(#mask0_102_1151)",fillRule:"evenodd",clipRule:"evenodd"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M8.01519 4.9156C7.65059 4.9156 7.29055 4.96431 6.93757 5.05194C6.6062 5.1342 6.2709 4.93226 6.18864 4.60089C6.10638 4.26953 6.30831 3.93422 6.63968 3.85196C7.0796 3.74275 7.53991 3.6792 8.01519 3.6792C9.93752 3.6792 11.6225 4.71575 12.781 5.67605C13.3691 6.16346 13.8434 6.64946 14.171 7.01358C14.3351 7.19604 14.4633 7.34895 14.5515 7.45755C14.5956 7.51187 14.6298 7.5552 14.6535 7.58568C14.6653 7.60092 14.6745 7.61296 14.6811 7.62157L14.6889 7.63188L14.6913 7.63506L14.6921 7.63614C14.6921 7.63614 14.6927 7.63689 14.1972 8.0066C14.6927 8.37631 14.6925 8.37646 14.6925 8.37646L14.6921 8.37705L14.6913 8.37814L14.6889 8.38131L14.6811 8.39163C14.6745 8.40023 14.6653 8.41227 14.6535 8.42752C14.6298 8.458 14.5956 8.50132 14.5515 8.55565C14.4633 8.66425 14.3351 8.81715 14.171 8.99961C13.8434 9.36373 13.3691 9.84973 12.781 10.3371C12.5182 10.555 12.1284 10.5186 11.9106 10.2557C11.6927 9.99285 11.7291 9.60313 11.992 9.38524C12.5227 8.94536 12.9537 8.50406 13.2518 8.1727C13.3051 8.11347 13.354 8.05788 13.3984 8.0066C13.354 7.95531 13.3051 7.89972 13.2518 7.84049C12.9537 7.50913 12.5227 7.06783 11.992 6.62795C10.9131 5.73365 9.50709 4.9156 8.01519 4.9156ZM14.1972 8.0066L14.6925 8.37646C14.8562 8.15715 14.8563 7.8562 14.6927 7.63689L14.1972 8.0066ZM4.11981 5.75748C4.3377 6.02035 4.30123 6.41007 4.03837 6.62795C3.50769 7.06783 3.07669 7.50913 2.7786 7.84049C2.72531 7.89972 2.67639 7.95531 2.63203 8.0066C2.67639 8.05788 2.72531 8.11347 2.7786 8.17271C3.07669 8.50406 3.50769 8.94536 4.03837 9.38524C5.11729 10.2795 6.5233 11.0976 8.01519 11.0976C8.38283 11.0976 8.74582 11.0481 9.10157 10.9591C9.43279 10.8762 9.76846 11.0776 9.85131 11.4088C9.93417 11.74 9.73283 12.0757 9.40162 12.1585C8.95841 12.2694 8.49443 12.334 8.01519 12.334C6.09287 12.334 4.40788 11.2974 3.24935 10.3371C2.66132 9.84973 2.18698 9.36373 1.85941 8.99961C1.69527 8.81715 1.56704 8.66425 1.47887 8.55565C1.43476 8.50132 1.4006 8.458 1.37692 8.42752C1.36508 8.41227 1.35585 8.40023 1.3493 8.39162L1.34149 8.38131L1.3391 8.37813L1.33829 8.37705C1.33829 8.37705 1.33773 8.37631 1.8332 8.0066C1.33773 7.63689 1.33785 7.63673 1.33785 7.63673L1.3391 7.63506L1.34149 7.63188L1.3493 7.62157C1.35585 7.61296 1.36508 7.60092 1.37692 7.58568C1.4006 7.5552 1.43476 7.51187 1.47887 7.45755C1.56704 7.34895 1.69527 7.19604 1.85941 7.01358C2.18698 6.64946 2.66132 6.16346 3.24935 5.67605C3.51221 5.45816 3.90193 5.49462 4.11981 5.75748ZM1.8332 8.0066L1.33785 7.63673C1.1742 7.85604 1.17464 8.15774 1.33829 8.37705L1.8332 8.0066Z"}},{tag:"path",attrs:{fill:"colorChannel1",d:"M3.8775 2.99454C3.63608 2.75312 3.24466 2.75312 3.00323 2.99454C2.76181 3.23596 2.76181 3.62739 3.00323 3.86881L6.11167 6.97725C5.94588 7.28339 5.85153 7.63423 5.85153 8.00647C5.85153 9.20144 6.82025 10.1702 8.01523 10.1702C8.38756 10.1702 8.73834 10.0758 9.04444 9.91001L12.1095 12.9751C12.3509 13.2165 12.7424 13.2165 12.9838 12.9751C13.2252 12.7337 13.2252 12.3422 12.9838 12.1008L3.8775 2.99454ZM8.0668 8.93237L7.08932 7.9549C7.0884 7.97197 7.08793 7.98916 7.08793 8.00647C7.08793 8.5186 7.5031 8.93377 8.01523 8.93377C8.03254 8.93377 8.04973 8.9333 8.0668 8.93237Z"}}]}]};t.Hide=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(a.IconBase,Object.assign({},e,{id:"hide",ref:t,icon:i}))}));t.Hide.displayName="Hide";t["default"]=t.Hide},4693:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.HistoryOperations=void 0;var n=r(7522);var a=r(7565);var i={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M7.39469 14.3896C6.32271 14.3896 5.26794 14.1201 4.32735 13.6058C3.38676 13.0916 2.59052 12.3492 2.01184 11.4468C1.43316 10.5445 1.0906 9.5111 1.01565 8.44174C0.940703 7.37239 1.13577 6.30134 1.58293 5.32708C2.03008 4.35281 2.71497 3.50658 3.57464 2.86618C4.43431 2.22578 5.44116 1.81176 6.50266 1.66218C7.56415 1.51259 8.64621 1.63225 9.64938 2.01014C10.6525 2.38803 11.5446 3.01204 12.2436 3.82479C12.2935 3.88282 12.3316 3.95012 12.3555 4.02285C12.3794 4.09558 12.3888 4.17231 12.3831 4.24866C12.3774 4.32501 12.3567 4.39949 12.3222 4.46784C12.2877 4.53619 12.2401 4.59708 12.182 4.64703C12.124 4.69697 12.0567 4.735 11.984 4.75894C11.9112 4.78287 11.8345 4.79225 11.7582 4.78653C11.6818 4.78082 11.6073 4.76012 11.539 4.72562C11.4706 4.69112 11.4097 4.64349 11.3598 4.58546C10.6521 3.76263 9.70595 3.1804 8.65249 2.91952C7.59903 2.65865 6.4905 2.73205 5.48064 3.12955C4.47077 3.52706 3.60963 4.22896 3.01664 5.13792C2.42366 6.04687 2.12821 7.11783 2.17129 8.20226C2.21436 9.28668 2.59382 10.3308 3.25704 11.1899C3.92025 12.0489 4.83436 12.6803 5.87257 12.9965C6.91078 13.3126 8.02164 13.2979 9.05109 12.9543C10.0805 12.6107 10.9776 11.9552 11.6177 11.0788C11.6619 11.0146 11.7185 10.9598 11.7842 10.9178C11.8499 10.8758 11.9234 10.8475 12.0003 10.8344C12.0771 10.8213 12.1558 10.8238 12.2317 10.8416C12.3076 10.8595 12.3792 10.8925 12.4421 10.9385C12.5051 10.9845 12.5582 11.0427 12.5982 11.1096C12.6383 11.1765 12.6645 11.2508 12.6753 11.328C12.6862 11.4052 12.6814 11.4838 12.6613 11.5592C12.6412 11.6345 12.6062 11.7051 12.5584 11.7666C11.9634 12.5779 11.1861 13.2379 10.2891 13.6935C9.39218 14.1492 8.40072 14.3876 7.39469 14.3896Z"}},{tag:"path",attrs:{fill:"colorChannel1",d:"M8.04244 11.2118C7.95514 11.2118 7.8689 11.1927 7.78979 11.1558C7.71068 11.1189 7.64062 11.0651 7.58453 10.9982L6.1794 9.3234C6.08938 9.2152 6.04044 9.0787 6.04121 8.93795L6.05764 5.37397C6.05764 5.21548 6.1206 5.06348 6.23268 4.9514C6.34475 4.83933 6.49675 4.77637 6.65525 4.77637C6.81374 4.77637 6.96575 4.83933 7.07782 4.9514C7.18989 5.06348 7.25285 5.21548 7.25285 5.37397L7.23642 8.7258L8.5011 10.231C8.57441 10.3182 8.62129 10.4244 8.63623 10.5373C8.65118 10.6502 8.63355 10.765 8.58544 10.8682C8.53733 10.9714 8.46073 11.0587 8.36466 11.1199C8.2686 11.181 8.15706 11.2134 8.04319 11.2133L8.04244 11.2118ZM13.6995 7.41779H9.66046C9.50198 7.41776 9.35 7.35479 9.23795 7.24272C9.1259 7.13065 9.06295 6.97866 9.06295 6.82018C9.06295 6.6617 9.1259 6.50971 9.23795 6.39764C9.35 6.28557 9.50198 6.2226 9.66046 6.22257H13.6995C13.858 6.2226 14.01 6.28557 14.122 6.39764C14.2341 6.50971 14.297 6.6617 14.297 6.82018C14.297 6.97866 14.2341 7.13065 14.122 7.24272C14.01 7.35479 13.858 7.41776 13.6995 7.41779ZM12.3908 10.0921H9.80164C9.64315 10.0921 9.49115 10.0291 9.37907 9.91704C9.267 9.80497 9.20404 9.65296 9.20404 9.49447C9.20404 9.33597 9.267 9.18397 9.37907 9.0719C9.49115 8.95982 9.64315 8.89686 9.80164 8.89686H12.3908C12.5493 8.89686 12.7013 8.95982 12.8133 9.0719C12.9254 9.18397 12.9884 9.33597 12.9884 9.49447C12.9884 9.65296 12.9254 9.80497 12.8133 9.91704C12.7013 10.0291 12.5493 10.0921 12.3908 10.0921Z"}}]};t.HistoryOperations=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(a.IconBase,Object.assign({},e,{id:"history-operations",ref:t,icon:i}))}));t.HistoryOperations.displayName="HistoryOperations";t["default"]=t.HistoryOperations},4358:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.HistorySingle=void 0;var n=r(7522);var a=r(7565);var i={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_102_875",style:{maskType:"alpha"},width:16,height:16,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#DCDCDC",d:"M0 0H16V16H0z"}}]},{tag:"g",attrs:{fill:"currentColor",mask:"url(#mask0_102_875)"},children:[{tag:"path",attrs:{d:"M4.52437 4.17681H3.7252C4.77585 3.0028 6.30206 2.26505 8.00008 2.26505C11.1675 2.26505 13.7351 4.83271 13.7351 8.00008C13.7351 11.1675 11.1675 13.7351 8.00008 13.7351C4.83271 13.7351 2.26505 11.1675 2.26505 8.00008C2.26505 7.64815 1.97976 7.36286 1.62783 7.36286C1.2759 7.36286 0.990601 7.64815 0.990601 8.00008C0.990601 11.8713 4.12885 15.0096 8.00008 15.0096C11.8713 15.0096 15.0096 11.8713 15.0096 8.00008C15.0096 4.12885 11.8713 0.990601 8.00008 0.990601C5.96045 0.990601 4.12477 1.86197 2.84441 3.25127V2.49686C2.84441 2.14493 2.55911 1.85963 2.20718 1.85963C1.85525 1.85963 1.56995 2.14493 1.56995 2.49686V4.81404C1.56995 5.16597 1.85525 5.45126 2.20718 5.45126H4.52437C4.8763 5.45126 5.16159 5.16597 5.16159 4.81404C5.16159 4.46211 4.8763 4.17681 4.52437 4.17681Z"}},{tag:"path",attrs:{d:"M8.63894 4.17679C8.63897 3.82486 8.35371 3.53954 8.00178 3.5395C7.64985 3.53947 7.36452 3.82474 7.36449 4.17667L7.3641 8.00283C7.36409 8.17185 7.43122 8.33396 7.55074 8.45348L10.2524 11.1551C10.5012 11.404 10.9047 11.404 11.1536 11.1551C11.4024 10.9063 11.4024 10.5028 11.1536 10.2539L8.63858 7.73897L8.63894 4.17679Z"}}]}]};t.HistorySingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(a.IconBase,Object.assign({},e,{id:"history-single",ref:t,icon:i}))}));t.HistorySingle.displayName="HistorySingle";t["default"]=t.HistorySingle},2532:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.HorizontalBorder=void 0;var n=r(7522);var a=r(7565);var i={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_248_114",style:{maskType:"alpha"},width:16,height:16,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#DCDCDC",d:"M0 0H16V16H0z"}}]},{tag:"g",attrs:{mask:"url(#mask0_248_114)"},children:[{tag:"path",attrs:{fill:"colorChannel1",d:"M1.33325 13.333V11.9997H2.66659L2.66659 13.333H3.99992V14.6663H2.66659C1.93021 14.6663 1.33325 14.0694 1.33325 13.333zM2.66659 1.33301H3.99992V2.66634L2.66659 2.66634V3.99967H1.33325V2.66634C1.33325 1.92996 1.93021 1.33301 2.66659 1.33301zM2.66659 9.33301H1.33325V6.66634H2.66659V9.33301zM6.66659 2.66634V1.33301H9.33325V2.66634H8.66496V3.9855H7.33496V2.66634H6.66659zM11.9999 2.66634V1.33301H13.3333C14.0696 1.33301 14.6666 1.92996 14.6666 2.66634V3.99967H13.3333V2.66634H11.9999zM13.3333 6.66634H14.6666V9.33301H13.3333V6.66634zM13.3333 11.9997H14.6666V13.333C14.6666 14.0694 14.0696 14.6663 13.3333 14.6663H11.9999V13.333H13.3333V11.9997zM9.33325 13.333V14.6663H6.66659V13.333H7.33496V12.0138H8.66496V13.333H9.33325zM7.33496 6.66159L7.33496 9.33768H8.66496V6.66159H7.33496z"}},{tag:"path",attrs:{fill:"currentColor",d:"M8.66687 7.33423H7.33354L2.66687 7.33431V8.66764H7.33354L8.66687 8.66756L13.3335 8.66764V7.33431L8.66687 7.33423Z"}}]}]};t.HorizontalBorder=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(a.IconBase,Object.assign({},e,{id:"horizontal-border",ref:t,icon:i}))}));t.HorizontalBorder.displayName="HorizontalBorder";t["default"]=t.HorizontalBorder},1685:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.HorizontalMergeSingle=void 0;var n=r(7522);var a=r(7565);var i={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_208_115",style:{maskType:"alpha"},width:16,height:16,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#DCDCDC",d:"M16 0H32V16H16z",transform:"rotate(90 16 0)"}}]},{tag:"g",attrs:{fill:"currentColor",mask:"url(#mask0_208_115)",fillRule:"evenodd",clipRule:"evenodd"},children:[{tag:"path",attrs:{d:"M13.3334 1.33325C14.0698 1.33325 14.6667 1.9302 14.6667 2.66657L14.6667 5.3332C14.6667 6.06957 14.0698 6.66652 13.3334 6.66652L2.6669 6.66652C1.93053 6.66652 1.33358 6.06957 1.33358 5.3332L1.33358 2.66657C1.33358 1.9302 1.93053 1.33325 2.6669 1.33325L13.3334 1.33325zM13.3334 2.66657L13.3334 5.3332 10.6739 5.3332 10.6739 2.66657 13.3334 2.66657zM9.34056 2.66657L6.65977 2.66657 6.65977 5.3332 9.34056 5.3332 9.34056 2.66657zM2.6669 2.66657L5.32645 2.66657 5.32645 5.3332 2.6669 5.3332 2.6669 2.66657zM13.3334 9.33315C14.0698 9.33315 14.6667 9.9301 14.6667 10.6665L14.6667 13.3331C14.6667 14.0695 14.0698 14.6664 13.3334 14.6664L2.6669 14.6664C1.93053 14.6664 1.33358 14.0695 1.33358 13.3331L1.33358 10.6665C1.33358 9.9301 1.93053 9.33315 2.6669 9.33315L13.3334 9.33315zM13.3334 10.6665L13.3334 13.3331 10.6739 13.3331 10.6739 10.6665 13.3334 10.6665zM9.34056 10.6665L6.65977 10.6665 6.65977 13.3331 9.34056 13.3331 9.34056 10.6665zM2.6669 10.6665L5.32645 10.6665 5.32645 13.3331 2.6669 13.3331 2.6669 10.6665z"}}]}]};t.HorizontalMergeSingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(a.IconBase,Object.assign({},e,{id:"horizontal-merge-single",ref:t,icon:i}))}));t.HorizontalMergeSingle.displayName="HorizontalMergeSingle";t["default"]=t.HorizontalMergeSingle},1743:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.HorizontallySingle=void 0;var n=r(7522);var a=r(7565);var i={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_102_824",style:{maskType:"alpha"},width:16,height:16,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#D9D9D9",d:"M0 0H16V16H0z",transform:"matrix(-1 0 0 1 16 0)"}}]},{tag:"g",attrs:{fill:"currentColor",mask:"url(#mask0_102_824)"},children:[{tag:"path",attrs:{d:"M14 2.3501C14.359 2.3501 14.65 2.64111 14.65 3.0001 14.65 3.35908 14.359 3.6501 14 3.6501L2.00002 3.6501C1.64104 3.6501 1.35002 3.35908 1.35002 3.0001 1.35002 2.64111 1.64104 2.3501 2.00002 2.3501L14 2.3501zM12.7 5.68347C13.059 5.68347 13.35 5.97449 13.35 6.33347 13.35 6.69246 13.059 6.98347 12.7 6.98347L3.36669 6.98347C3.0077 6.98347 2.71669 6.69246 2.71669 6.33347 2.71669 5.97449 3.0077 5.68347 3.36669 5.68347L12.7 5.68347zM14.65 9.66672C14.65 9.30774 14.359 9.01672 14 9.01672L2.00002 9.01672C1.64104 9.01672 1.35002 9.30774 1.35002 9.66672 1.35002 10.0257 1.64104 10.3167 2.00002 10.3167L14 10.3167C14.359 10.3167 14.65 10.0257 14.65 9.66672zM12.7 12.3501C13.059 12.3501 13.35 12.6411 13.35 13.0001 13.35 13.3591 13.059 13.6501 12.7 13.6501L3.36668 13.6501C3.0077 13.6501 2.71669 13.3591 2.71669 13.0001 2.71669 12.6411 3.0077 12.3501 3.36668 12.3501L12.7 12.3501z"}}]}]};t.HorizontallySingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(a.IconBase,Object.assign({},e,{id:"horizontally-single",ref:t,icon:i}))}));t.HorizontallySingle.displayName="HorizontallySingle";t["default"]=t.HorizontallySingle},3553:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.HourglassSingle=void 0;var n=r(7522);var a=r(7565);var i={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_102_337",style:{maskType:"alpha"},width:16,height:16,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#DCDCDC",d:"M0 0H16V16H0z"}}]},{tag:"g",attrs:{fill:"currentColor",mask:"url(#mask0_102_337)"},children:[{tag:"path",attrs:{d:"M6.24242 4.97272C6.24242 4.638 6.51377 4.36666 6.84848 4.36666H8.66667C9.00138 4.36666 9.27273 4.638 9.27273 4.97272 9.27273 5.30744 9.00138 5.57878 8.66667 5.57878H6.84848C6.51377 5.57878 6.24242 5.30744 6.24242 4.97272zM6.24242 11.3364C5.90771 11.3364 5.63636 11.6077 5.63636 11.9424 5.63636 12.2771 5.90771 12.5485 6.24242 12.5485H9.27273C9.60745 12.5485 9.87879 12.2771 9.87879 11.9424 9.87879 11.6077 9.60745 11.3364 9.27273 11.3364H6.24242z"}},{tag:"path",attrs:{d:"M2.60606 1.03333C2.27134 1.03333 2 1.30467 2 1.63939C2 1.9741 2.27134 2.24545 2.60606 2.24545H3.32586C3.72356 4.06247 4.24092 5.49845 4.90095 6.51387C5.21635 6.9991 5.57344 7.40017 5.97279 7.69896C5.57341 7.99747 5.21631 8.3984 4.90095 8.88358C4.24084 9.89913 3.72347 11.336 3.32577 13.1545H2.60606C2.27134 13.1545 2 13.4259 2 13.7606C2 14.0953 2.27134 14.3667 2.60606 14.3667H12.9091C13.2438 14.3667 13.5152 14.0953 13.5152 13.7606C13.5152 13.4259 13.2438 13.1545 12.9091 13.1545H12.1893C11.7916 11.3375 11.2742 9.90154 10.6142 8.88611C10.2988 8.40088 9.94171 7.99982 9.54237 7.70102C9.94175 7.40251 10.2988 7.00158 10.6142 6.5164C11.2743 5.50085 11.7917 4.06399 12.1894 2.24545H12.9091C13.2438 2.24545 13.5152 1.9741 13.5152 1.63939C13.5152 1.30467 13.2438 1.03333 12.9091 1.03333H2.60606ZM10.9471 2.24545H4.56818C4.94072 3.86162 5.397 5.05291 5.91724 5.85328C6.50263 6.75388 7.11862 7.09333 7.75814 7.09393C8.39708 7.09453 9.01262 6.75625 9.59791 5.85581C10.1182 5.05539 10.5745 3.86329 10.9471 2.24545ZM7.75701 8.30605L7.75586 8.30605C7.11733 8.30586 6.50218 8.64427 5.91724 9.54417C5.39697 10.3446 4.94063 11.5367 4.56804 13.1545H10.947C10.5744 11.5384 10.1181 10.3471 9.59791 9.5467C9.01252 8.6461 8.39653 8.30665 7.75701 8.30605Z",fillRule:"evenodd",clipRule:"evenodd"}}]}]};t.HourglassSingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(a.IconBase,Object.assign({},e,{id:"hourglass-single",ref:t,icon:i}))}));t.HourglassSingle.displayName="HourglassSingle";t["default"]=t.HourglassSingle},2078:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.IncreaseSingle=void 0;var n=r(7522);var a=r(7565);var i={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_102_249",style:{maskType:"alpha"},width:16,height:16,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#D9D9D9",d:"M0 0H16V16H0z"}}]},{tag:"g",attrs:{mask:"url(#mask0_102_249)"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M8.74717 2.0944C8.74717 1.68671 8.41279 1.3562 8.00032 1.3562C7.58785 1.3562 7.25347 1.68671 7.25347 2.0944V7.26186H2.02541C1.61294 7.26186 1.27856 7.59237 1.27856 8.00007C1.27856 8.40777 1.61294 8.73827 2.02541 8.73827H7.25347V13.9057C7.25347 14.3134 7.58785 14.6439 8.00032 14.6439C8.41279 14.6439 8.74717 14.3134 8.74717 13.9057V8.73827H13.975C14.3874 8.73827 14.7218 8.40777 14.7218 8.00007C14.7218 7.59237 14.3874 7.26186 13.975 7.26186H8.74717V2.0944Z"}}]}]};t.IncreaseSingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(a.IconBase,Object.assign({},e,{id:"increase-single",ref:t,icon:i}))}));t.IncreaseSingle.displayName="IncreaseSingle";t["default"]=t.IncreaseSingle},5654:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.InnerBorder=void 0;var n=r(7522);var a=r(7565);var i={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_107_1307",style:{maskType:"alpha"},width:16,height:16,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#DCDCDC",d:"M0 0H16V16H0z"}}]},{tag:"g",attrs:{mask:"url(#mask0_107_1307)"},children:[{tag:"path",attrs:{fill:"colorChannel1",d:"M1.33325 11.9997V13.333C1.33325 14.0694 1.93021 14.6663 2.66659 14.6663H3.99992V13.333H2.66659L2.66659 11.9997H1.33325ZM3.99992 1.33301H2.66659C1.93021 1.33301 1.33325 1.92996 1.33325 2.66634V3.99967H2.66659V2.66634L3.99992 2.66634V1.33301ZM1.33325 9.33301H2.66659V6.66634H1.33325V9.33301ZM6.66659 1.33301V2.66634H9.33325V1.33301H6.66659ZM11.9999 1.33301V2.66634H13.3333V3.99967H14.6666V2.66634C14.6666 1.92996 14.0696 1.33301 13.3333 1.33301H11.9999ZM14.6666 6.66634H13.3333V9.33301H14.6666V6.66634ZM14.6666 11.9997H13.3333V13.333H11.9999V14.6663H13.3333C14.0696 14.6663 14.6666 14.0694 14.6666 13.333V11.9997ZM9.33325 14.6663V13.333H6.66659V14.6663H9.33325Z",fillRule:"evenodd",clipRule:"evenodd"}},{tag:"path",attrs:{fill:"currentColor",d:"M8.66693 7.33415V2.66748H7.3336V7.33415H2.66693V8.66748H7.3336V13.3341H8.66693V8.66748H13.3336V7.33415H8.66693Z"}}]}]};t.InnerBorder=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(a.IconBase,Object.assign({},e,{id:"inner-border",ref:t,icon:i}))}));t.InnerBorder.displayName="InnerBorder";t["default"]=t.InnerBorder},3862:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.InsertCellDown=void 0;var n=r(7522);var a=r(7565);var i={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_102_1113",style:{maskType:"alpha"},width:16,height:16,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#DCDCDC",d:"M0 0H16V16H0z"}}]},{tag:"g",attrs:{mask:"url(#mask0_102_1113)",fillRule:"evenodd",clipRule:"evenodd"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M7.66105 5.44796C7.66105 5.07977 7.36257 4.7813 6.99439 4.7813H3.22403C2.85583 4.7813 2.55736 5.07977 2.55736 5.44796V10.5516C2.55736 10.9198 2.85583 11.2183 3.22403 11.2183H6.99439C7.36257 11.2183 7.66105 10.9198 7.66105 10.5516V5.44796ZM2.55736 3.50537C1.85268 3.50537 1.28143 4.07662 1.28143 4.7813V11.2183C1.28143 11.923 1.85268 12.4942 2.55736 12.4942H7.66105C8.3657 12.4942 8.93697 11.923 8.93697 11.2183V4.7813C8.93697 4.07662 8.3657 3.50537 7.66105 3.50537H2.55736Z"}},{tag:"path",attrs:{fill:"colorChannel1",d:"M11.9225 10.465C11.9977 10.4962 12.0802 10.5134 12.1667 10.5134C12.2532 10.5134 12.3357 10.4962 12.4109 10.465C12.4862 10.4338 12.5567 10.3877 12.6178 10.3265L14.5317 8.41263C14.7808 8.16349 14.7808 7.75956 14.5317 7.51042C14.2826 7.26128 13.8786 7.26128 13.6295 7.51042L12.8047 8.33523V6.14333C12.8047 5.791 12.5191 5.50537 12.1667 5.50537C11.8144 5.50537 11.5288 5.791 11.5288 6.14333V8.33523L10.7039 7.51042C10.4548 7.26128 10.0509 7.26128 9.80172 7.51042C9.55258 7.75956 9.55258 8.16349 9.80172 8.41263L11.7153 10.3262"}}]}]};t.InsertCellDown=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(a.IconBase,Object.assign({},e,{id:"insert-cell-down",ref:t,icon:i}))}));t.InsertCellDown.displayName="InsertCellDown";t["default"]=t.InsertCellDown},1357:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.InsertCellShiftRight=void 0;var n=r(7522);var a=r(7565);var i={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_102_1108",style:{maskType:"alpha"},width:16,height:16,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#DCDCDC",d:"M0 0H16V16H0z"}}]},{tag:"g",attrs:{mask:"url(#mask0_102_1108)",fillRule:"evenodd",clipRule:"evenodd"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M7.56614 5.44796C7.56614 5.07977 7.26766 4.7813 6.89948 4.7813H3.12912C2.76092 4.7813 2.46245 5.07977 2.46245 5.44796V10.5516C2.46245 10.9198 2.76092 11.2183 3.12912 11.2183H6.89948C7.26766 11.2183 7.56614 10.9198 7.56614 10.5516V5.44796ZM2.46245 3.50537C1.75777 3.50537 1.18652 4.07662 1.18652 4.7813V11.2183C1.18652 11.923 1.75777 12.4942 2.46245 12.4942H7.56614C8.27079 12.4942 8.84206 11.923 8.84206 11.2183V4.7813C8.84206 4.07662 8.27079 3.50537 7.56614 3.50537H2.46245Z"}},{tag:"path",attrs:{fill:"colorChannel1",d:"M14.7651 8.2438C14.7963 8.16858 14.8135 8.0861 14.8135 7.9996C14.8135 7.9131 14.7963 7.83062 14.7651 7.7554C14.7339 7.68015 14.6878 7.60966 14.6266 7.54849L12.7127 5.63461C12.4636 5.38547 12.0597 5.38547 11.8105 5.63461C11.5614 5.88375 11.5614 6.28768 11.8105 6.53682L12.6353 7.36164H10.4434C10.0911 7.36164 9.80548 7.64727 9.80548 7.9996C9.80548 8.35194 10.0911 8.63756 10.4434 8.63756H12.6353L11.8105 9.46238C11.5614 9.71152 11.5614 10.1155 11.8105 10.3646C12.0597 10.6137 12.4636 10.6137 12.7127 10.3646L14.6263 8.45101"}}]}]};t.InsertCellShiftRight=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(a.IconBase,Object.assign({},e,{id:"insert-cell-shift-right",ref:t,icon:i}))}));t.InsertCellShiftRight.displayName="InsertCellShiftRight";t["default"]=t.InsertCellShiftRight},3377:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.InsertComment=void 0;var n=r(7522);var a=r(7565);var i={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_102_1026",style:{maskType:"alpha"},width:16,height:16,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#DCDCDC",d:"M0 0H16V16H0z"}}]},{tag:"g",attrs:{mask:"url(#mask0_102_1026)",fillRule:"evenodd",clipRule:"evenodd"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M1.63636 1.99658C1.28491 1.99658 1 2.28149 1 2.63295V10.2693C1 10.6208 1.28491 10.9057 1.63636 10.9057H2.96368L4.05003 11.992C4.29854 12.2405 4.70146 12.2405 4.94997 11.992L6.03632 10.9057H6.72727V12.4128C6.72727 12.7643 7.01218 13.0492 7.36364 13.0492H10.6001L11.3682 13.8173C11.6167 14.0658 12.0196 14.0658 12.2682 13.8173L13.0363 13.0492H14.3636C14.7151 13.0492 15 12.7643 15 12.4128V7.32192C15 6.97047 14.7151 6.68556 14.3636 6.68556H12.4545V2.63295C12.4545 2.28149 12.1696 1.99658 11.8182 1.99658H1.63636ZM12.4545 7.95829V10.2693C12.4545 10.6208 12.1696 10.9057 11.8182 10.9057H8V11.7765H10.8636C11.0324 11.7765 11.1942 11.8435 11.3136 11.9628L11.8182 12.4674L12.3228 11.9628C12.4421 11.8435 12.604 11.7765 12.7727 11.7765H13.7273V7.95829H12.4545ZM11.1818 3.26931H2.27273V9.63295H3.22727C3.39604 9.63295 3.5579 9.70001 3.67725 9.81936L4.5 10.6421L5.32275 9.81936C5.4421 9.70001 5.60396 9.63295 5.77273 9.63295H11.1818V3.26931Z"}},{tag:"path",attrs:{fill:"colorChannel1",d:"M5.13617 4.54199C4.78472 4.54199 4.49981 4.8269 4.49981 5.17836C4.49981 5.52981 4.78472 5.81472 5.13617 5.81472H8.95435C9.3058 5.81472 9.59072 5.52981 9.59072 5.17836C9.59072 4.8269 9.3058 4.54199 8.95435 4.54199H5.13617ZM4.49981 7.72381C4.49981 7.37236 4.78472 7.08744 5.13617 7.08744H7.04526C7.39671 7.08744 7.68162 7.37236 7.68162 7.72381C7.68162 8.07526 7.39671 8.36018 7.04526 8.36018H5.13617C4.78472 8.36018 4.49981 8.07526 4.49981 7.72381Z"}}]}]};t.InsertComment=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(a.IconBase,Object.assign({},e,{id:"insert-comment",ref:t,icon:i}))}));t.InsertComment.displayName="InsertComment";t["default"]=t.InsertComment},2562:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.InsertLink=void 0;var n=r(7522);var a=r(7565);var i={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_102_1016",style:{maskType:"alpha"},width:16,height:16,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#DCDCDC",d:"M0 0H16V16H0z"}}]},{tag:"g",attrs:{mask:"url(#mask0_102_1016)"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M7.60396 8.00784C7.60396 7.66379 7.32505 7.38487 6.98098 7.38487C6.63692 7.38487 6.35801 7.66379 6.35801 8.00784C6.35801 9.54027 7.57166 10.8112 9.1037 10.8112C9.11284 10.8112 9.12193 10.811 9.13097 10.8106C9.14103 10.8111 9.15115 10.8114 9.16132 10.8114H12.3781C13.9102 10.8114 15.1238 9.54042 15.1238 8.00798C15.1238 6.47559 13.9103 5.20459 12.3781 5.20459L9.692 5.20459C9.34794 5.20459 9.06903 5.48351 9.06903 5.82757C9.06903 6.17163 9.34794 6.45054 9.692 6.45054H12.3781C13.1908 6.45054 13.8779 7.13199 13.8779 8.008C13.8779 8.884 13.1908 9.56543 12.3781 9.56543H9.16132C9.15218 9.56543 9.14308 9.56562 9.13404 9.56601C9.12398 9.56553 9.11387 9.56529 9.1037 9.56529C8.29107 9.56529 7.60396 8.88386 7.60396 8.00784Z"}},{tag:"path",attrs:{fill:"colorChannel1",d:"M8.39586 7.99201C8.39586 8.33606 8.67482 8.61498 9.01887 8.61498C9.36292 8.61498 9.64181 8.33606 9.64181 7.99201C9.64181 6.45958 8.42815 5.18862 6.89615 5.18862C6.88701 5.18862 6.87791 5.18881 6.86887 5.1892C6.85881 5.18872 6.8487 5.18848 6.83852 5.18848L3.62171 5.18848C2.08964 5.18848 0.875977 6.45943 0.875977 7.99187C0.876005 9.52426 2.08962 10.7953 3.62171 10.7953H6.30784C6.65191 10.7953 6.93082 10.5163 6.93082 10.1723C6.93082 9.82822 6.65191 9.54931 6.30784 9.54931H3.62171C2.80904 9.54931 2.12195 8.86787 2.12193 7.99186C2.12193 7.11586 2.80903 6.43443 3.62171 6.43443H6.83852C6.84766 6.43443 6.85676 6.43423 6.86581 6.43384C6.87586 6.43432 6.88598 6.43457 6.89615 6.43457C7.7088 6.43457 8.39586 7.11599 8.39586 7.99201Z"}}]}]};t.InsertLink=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(a.IconBase,Object.assign({},e,{id:"insert-link",ref:t,icon:i}))}));t.InsertLink.displayName="InsertLink";t["default"]=t.InsertLink},6791:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.InsertRowAbove=void 0;var n=r(7522);var a=r(7565);var i={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_102_1128",style:{maskType:"alpha"},width:16,height:16,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#DCDCDC",d:"M0 0H16V16H0z"}}]},{tag:"g",attrs:{mask:"url(#mask0_102_1128)",fillRule:"evenodd",clipRule:"evenodd"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M13.3333 13.4087C14.0697 13.4087 14.6666 12.8117 14.6666 12.0754L14.6666 9.40869C14.6666 8.67231 14.0697 8.07536 13.3333 8.07536L2.66663 8.07536C1.93023 8.07536 1.33329 8.67231 1.33329 9.40869L1.33329 12.0754C1.33329 12.8117 1.93023 13.4087 2.66663 13.4087L13.3333 13.4087ZM2.66663 12.0754L13.3333 12.0754L13.3333 9.40869L2.66663 9.40869L2.66663 12.0754Z"}},{tag:"path",attrs:{fill:"colorChannel1",d:"M7.74168 2.59137C8.10987 2.59137 8.40835 2.88984 8.40835 3.25804L8.40835 4.33309L9.48348 4.33309C9.85167 4.33309 10.1501 4.63156 10.1501 4.99976C10.1501 5.36794 9.85167 5.66642 9.48348 5.66642L8.40835 5.66642L8.40835 6.74154C8.40835 7.10973 8.10987 7.4082 7.74168 7.4082C7.37349 7.4082 7.07501 7.10973 7.07501 6.74154L7.07501 5.66642L5.99998 5.66642C5.63179 5.66642 5.33331 5.36794 5.33331 4.99976C5.33331 4.63156 5.63179 4.33309 5.99998 4.33309L7.07501 4.33309L7.07501 3.25804C7.07501 2.88984 7.37349 2.59137 7.74168 2.59137Z"}}]}]};t.InsertRowAbove=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(a.IconBase,Object.assign({},e,{id:"insert-row-above",ref:t,icon:i}))}));t.InsertRowAbove.displayName="InsertRowAbove";t["default"]=t.InsertRowAbove},5504:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.InsertRowBelow=void 0;var n=r(7522);var a=r(7565);var i={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_102_1133",style:{maskType:"alpha"},width:16,height:16,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#DCDCDC",d:"M16 16H32V32H16z",transform:"rotate(180 16 16)"}}]},{tag:"g",attrs:{mask:"url(#mask0_102_1133)",fillRule:"evenodd",clipRule:"evenodd"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M2.66671 2.59131C1.93033 2.59131 1.33337 3.18826 1.33337 3.92464L1.33337 6.59131C1.33337 7.32769 1.93033 7.92464 2.66671 7.92464L13.3334 7.92464C14.0698 7.92464 14.6667 7.32769 14.6667 6.59131L14.6667 3.92464C14.6667 3.18826 14.0698 2.59131 13.3334 2.59131L2.66671 2.59131ZM13.3334 3.92464L2.66671 3.92464L2.66671 6.59131L13.3334 6.59131L13.3334 3.92464Z"}},{tag:"path",attrs:{fill:"colorChannel1",d:"M8.25838 13.4086C7.8902 13.4086 7.59172 13.1102 7.59172 12.742L7.59172 11.6669L6.51658 11.6669C6.14839 11.6669 5.84992 11.3684 5.84991 11.0002C5.84991 10.6321 6.14839 10.3336 6.51658 10.3336L7.59172 10.3336L7.59171 9.25846C7.59171 8.89027 7.89019 8.5918 8.25838 8.5918C8.62657 8.5918 8.92505 8.89027 8.92505 9.25846L8.92505 10.3336L10.0001 10.3336C10.3683 10.3336 10.6667 10.6321 10.6667 11.0002C10.6667 11.3684 10.3683 11.6669 10.0001 11.6669L8.92505 11.6669L8.92505 12.742C8.92505 13.1102 8.62658 13.4086 8.25838 13.4086Z"}}]}]};t.InsertRowBelow=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(a.IconBase,Object.assign({},e,{id:"insert-row-below",ref:t,icon:i}))}));t.InsertRowBelow.displayName="InsertRowBelow";t["default"]=t.InsertRowBelow},5538:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.Insert=void 0;var n=r(7522);var a=r(7565);var i={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_233_16",style:{maskType:"alpha"},width:16,height:16,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#D9D9D9",d:"M0 0H16V16H0z"}}]},{tag:"g",attrs:{mask:"url(#mask0_233_16)"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M2.53337 14C2.35658 14 2.18704 13.9297 2.06203 13.8047C1.93703 13.6797 1.86681 13.5101 1.86681 13.3333C1.86681 13.1565 1.93703 12.987 2.06203 12.862C2.18704 12.7369 2.35658 12.6667 2.53337 12.6667L13.4667 12.6667C13.6435 12.6667 13.813 12.7369 13.938 12.862C14.063 12.987 14.1333 13.1565 14.1333 13.3333C14.1333 13.5101 14.063 13.6797 13.938 13.8047C13.813 13.9297 13.6435 14 13.4667 14L2.53337 14ZM2.53337 3.33333C2.35658 3.33331 2.18703 3.26306 2.06203 3.13804C1.93703 3.01301 1.86681 2.84346 1.86681 2.66667C1.86681 2.48987 1.93703 2.32032 2.06203 2.1953C2.18703 2.07028 2.35658 2.00003 2.53337 2L13.4667 2C13.6435 2.00003 13.813 2.07028 13.938 2.1953C14.063 2.32032 14.1333 2.48987 14.1333 2.66667C14.1333 2.84346 14.063 3.01301 13.938 3.13803C13.813 3.26306 13.6435 3.33331 13.4667 3.33333L2.53337 3.33333Z"}},{tag:"path",attrs:{fill:"colorChannel1",d:"M11.0573 7.33327L10.1953 6.47127C10.0703 6.34627 10.0001 6.17672 10.0001 5.99994C10.0001 5.82315 10.0703 5.65361 10.1953 5.52861C10.3203 5.4036 10.4899 5.33337 10.6667 5.33337C10.8434 5.33337 11.013 5.4036 11.138 5.52861L13.138 7.5286C13.2 7.59046 13.2491 7.66393 13.2827 7.74481C13.3162 7.82569 13.3335 7.91238 13.3335 7.99994C13.3335 8.08749 13.3162 8.17419 13.2827 8.25507C13.2491 8.33594 13.2 8.40941 13.138 8.47127L11.138 10.4713C11.0761 10.5332 11.0026 10.5823 10.9217 10.6158C10.8409 10.6493 10.7542 10.6665 10.6667 10.6665C10.5791 10.6665 10.4925 10.6493 10.4116 10.6158C10.3307 10.5823 10.2572 10.5332 10.1953 10.4713C10.1334 10.4094 10.0843 10.3359 10.0508 10.255C10.0173 10.1742 10.0001 10.0875 10.0001 9.99994C10.0001 9.9124 10.0173 9.82573 10.0508 9.74486C10.0843 9.66398 10.1334 9.5905 10.1953 9.52861L11.0573 8.6666L3.33333 8.66661C3.15652 8.66661 2.98695 8.59637 2.86193 8.47134C2.7369 8.34632 2.66666 8.17675 2.66666 7.99994C2.66666 7.82313 2.7369 7.65356 2.86193 7.52853C2.98695 7.40351 3.15652 7.33327 3.33333 7.33327L11.0573 7.33327Z"}}]}]};t.Insert=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(a.IconBase,Object.assign({},e,{id:"insert",ref:t,icon:i}))}));t.Insert.displayName="Insert";t["default"]=t.Insert},8458:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.ItalicSingle=void 0;var n=r(7522);var a=r(7565);var i={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_102_665",style:{maskType:"alpha"},width:16,height:16,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#DCDCDC",d:"M0 0H16V16H0z"}}]},{tag:"g",attrs:{mask:"url(#mask0_102_665)"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M6.83907 1.88446C6.83907 1.53487 7.12248 1.25146 7.47207 1.25146H10.1923C10.5419 1.25146 10.8253 1.53487 10.8253 1.88446C10.8253 2.23405 10.5419 2.51745 10.1923 2.51745H9.45384L7.87906 13.4827H8.52812C8.87772 13.4827 9.16112 13.7661 9.16112 14.1157C9.16112 14.4653 8.87772 14.7487 8.52812 14.7487H5.80786C5.45827 14.7487 5.17487 14.4653 5.17487 14.1157C5.17487 13.7661 5.45827 13.4827 5.80786 13.4827H6.5952L8.16999 2.51745H7.47207C7.12248 2.51745 6.83907 2.23405 6.83907 1.88446Z"}}]}]};t.ItalicSingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(a.IconBase,Object.assign({},e,{id:"italic-single",ref:t,icon:i}))}));t.ItalicSingle.displayName="ItalicSingle";t["default"]=t.ItalicSingle},6365:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.KeyboardSingle=void 0;var n=r(7522);var a=r(7565);var i={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_102_883",style:{maskType:"alpha"},width:16,height:16,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#DCDCDC",d:"M0 0H16V16H0z"}}]},{tag:"g",attrs:{fill:"currentColor",mask:"url(#mask0_102_883)"},children:[{tag:"path",attrs:{d:"M3.86841 6.47418C3.77908 6.51118 3.68333 6.53023 3.58663 6.53023V6.52876C3.39153 6.52876 3.20443 6.45126 3.06647 6.3133 2.92852 6.17535 2.85102 5.98824 2.85102 5.79315 2.85102 5.59805 2.92852 5.41094 3.06647 5.27299 3.20443 5.13504 3.39153 5.05754 3.58663 5.05754 3.68333 5.05754 3.77908 5.07658 3.86841 5.11359 3.95775 5.15059 4.03893 5.20483 4.1073 5.27321 4.17568 5.34158 4.22992 5.42276 4.26692 5.51209 4.30393 5.60143 4.32297 5.69718 4.32297 5.79388 4.32297 5.89058 4.30393 5.98633 4.26692 6.07567 4.22992 6.16501 4.17568 6.24618 4.1073 6.31456 4.03893 6.38293 3.95775 6.43717 3.86841 6.47418zM4.10678 8.52013C4.24474 8.38218 4.32224 8.19508 4.32224 7.99998 4.32224 7.80488 4.24474 7.61778 4.10678 7.47982 3.96883 7.34187 3.78172 7.26437 3.58663 7.26437 3.39153 7.26437 3.20443 7.34187 3.06647 7.47982 2.92852 7.61778 2.85102 7.80488 2.85102 7.99998 2.85102 8.19508 2.92852 8.38218 3.06647 8.52013 3.20443 8.65809 3.39153 8.73559 3.58663 8.73559 3.78172 8.73559 3.96883 8.65809 4.10678 8.52013zM4.10678 10.727C3.96883 10.8649 3.78172 10.9424 3.58663 10.9424 3.39153 10.9424 3.20443 10.8649 3.06647 10.727 2.92852 10.589 2.85102 10.4019 2.85102 10.2068 2.85102 10.0117 2.92852 9.82461 3.06647 9.68666 3.20443 9.5487 3.39153 9.4712 3.58663 9.4712 3.78172 9.4712 3.96883 9.5487 4.10678 9.68666 4.24474 9.82461 4.32224 10.0117 4.32224 10.2068 4.32224 10.4019 4.24474 10.589 4.10678 10.727zM6.47336 6.07471C6.51024 5.98542 6.52917 5.88975 6.52907 5.79315 6.52888 5.59805 6.45119 5.41102 6.3131 5.27321 6.175 5.13539 5.98782 5.05808 5.79272 5.05827 5.59763 5.05847 5.4106 5.13615 5.27279 5.27425 5.13497 5.41234 5.05765 5.59952 5.05785 5.79462 5.05795 5.89122 5.07707 5.98686 5.11413 6.07607 5.15118 6.16528 5.20545 6.24632 5.27383 6.31456 5.3422 6.3828 5.42335 6.4369 5.51263 6.47378 5.60192 6.51066 5.69759 6.52959 5.7942 6.52949 5.8908 6.5294 5.98643 6.51027 6.07565 6.47322 6.16486 6.43616 6.2459 6.38189 6.31414 6.31352 6.38238 6.24514 6.43648 6.16399 6.47336 6.07471zM6.07497 8.67959C5.98572 8.71656 5.89006 8.73559 5.79346 8.73559 5.59836 8.73559 5.41126 8.65809 5.27331 8.52013 5.13535 8.38218 5.05785 8.19508 5.05785 7.99998 5.05785 7.80488 5.13535 7.61778 5.27331 7.47982 5.41126 7.34187 5.59836 7.26437 5.79346 7.26437 5.89006 7.26437 5.98572 7.2834 6.07497 7.32036 6.16422 7.35733 6.24531 7.41152 6.31362 7.47982 6.38192 7.54813 6.43611 7.62922 6.47308 7.71847 6.51005 7.80772 6.52907 7.90338 6.52907 7.99998 6.52907 8.09658 6.51005 8.19224 6.47308 8.28149 6.43611 8.37073 6.38192 8.45183 6.31362 8.52013 6.24531 8.58844 6.16422 8.64263 6.07497 8.67959zM8.68019 6.07471C8.71707 5.98542 8.736 5.88975 8.73591 5.79315 8.73571 5.59805 8.65802 5.41102 8.51993 5.27321 8.38184 5.13539 8.19465 5.05808 7.99956 5.05827 7.80446 5.05847 7.61743 5.13615 7.47962 5.27425 7.3418 5.41234 7.26449 5.59952 7.26468 5.79462 7.26478 5.89122 7.2839 5.98686 7.32096 6.07607 7.35802 6.16528 7.41228 6.24632 7.48066 6.31456 7.54904 6.3828 7.63018 6.4369 7.71947 6.47378 7.80875 6.51066 7.90443 6.52959 8.00103 6.52949 8.09763 6.5294 8.19327 6.51027 8.28248 6.47322 8.37169 6.43616 8.45273 6.38189 8.52097 6.31352 8.58921 6.24514 8.64331 6.16399 8.68019 6.07471zM8.2818 8.67959C8.19255 8.71656 8.0969 8.73559 8.00029 8.73559 7.8052 8.73559 7.61809 8.65809 7.48014 8.52013 7.34219 8.38218 7.26468 8.19508 7.26468 7.99998 7.26468 7.80488 7.34219 7.61778 7.48014 7.47982 7.61809 7.34187 7.8052 7.26437 8.00029 7.26437 8.0969 7.26437 8.19255 7.2834 8.2818 7.32036 8.37105 7.35733 8.45214 7.41152 8.52045 7.47982 8.58876 7.54813 8.64294 7.62922 8.67991 7.71847 8.71688 7.80772 8.73591 7.90338 8.73591 7.99998 8.73591 8.09658 8.71688 8.19224 8.67991 8.28149 8.64294 8.37073 8.58876 8.45183 8.52045 8.52013 8.45214 8.58844 8.37105 8.64263 8.2818 8.67959zM10.887 6.07471C10.9239 5.98542 10.9428 5.88975 10.9427 5.79315 10.9425 5.59805 10.8649 5.41102 10.7268 5.27321 10.5887 5.13539 10.4015 5.05808 10.2064 5.05827 10.0113 5.05847 9.82427 5.13615 9.68645 5.27425 9.54864 5.41234 9.47132 5.59952 9.47152 5.79462 9.47161 5.89122 9.49074 5.98686 9.52779 6.07607 9.56485 6.16528 9.61912 6.24632 9.68749 6.31456 9.75587 6.3828 9.83702 6.4369 9.9263 6.47378 10.0156 6.51066 10.1113 6.52959 10.2079 6.52949 10.3045 6.5294 10.4001 6.51027 10.4893 6.47322 10.5785 6.43616 10.6596 6.38189 10.7278 6.31352 10.796 6.24514 10.8501 6.16399 10.887 6.07471zM10.4886 8.67959C10.3994 8.71656 10.3037 8.73559 10.2071 8.73559 10.012 8.73559 9.82493 8.65809 9.68697 8.52013 9.54902 8.38218 9.47152 8.19508 9.47152 7.99998 9.47152 7.80488 9.54902 7.61778 9.68697 7.47982 9.82493 7.34187 10.012 7.26437 10.2071 7.26437 10.3037 7.26437 10.3994 7.2834 10.4886 7.32036 10.5779 7.35733 10.659 7.41152 10.7273 7.47982 10.7956 7.54813 10.8498 7.62922 10.8867 7.71847 10.9237 7.80772 10.9427 7.90338 10.9427 7.99998 10.9427 8.09658 10.9237 8.19224 10.8867 8.28149 10.8498 8.37073 10.7956 8.45183 10.7273 8.52013 10.659 8.58844 10.5779 8.64263 10.4886 8.67959zM13.0939 6.07471C13.1307 5.98542 13.1497 5.88975 13.1496 5.79315 13.1494 5.59805 13.0717 5.41102 12.9336 5.27321 12.7955 5.13539 12.6083 5.05808 12.4132 5.05827 12.2181 5.05847 12.0311 5.13615 11.8933 5.27425 11.7555 5.41234 11.6782 5.59952 11.6784 5.79462 11.6784 5.89122 11.6976 5.98686 11.7346 6.07607 11.7717 6.16528 11.826 6.24632 11.8943 6.31456 11.9627 6.3828 12.0438 6.4369 12.1331 6.47378 12.2224 6.51066 12.3181 6.52959 12.4147 6.52949 12.5113 6.5294 12.6069 6.51027 12.6961 6.47322 12.7854 6.43616 12.8664 6.38189 12.9346 6.31352 13.0029 6.24514 13.057 6.16399 13.0939 6.07471zM12.6955 8.67959C12.6062 8.71656 12.5106 8.73559 12.414 8.73559 12.2189 8.73559 12.0318 8.65809 11.8938 8.52013 11.7559 8.38218 11.6784 8.19508 11.6784 7.99998 11.6784 7.80488 11.7559 7.61778 11.8938 7.47982 12.0318 7.34187 12.2189 7.26437 12.414 7.26437 12.5106 7.26437 12.6062 7.2834 12.6955 7.32036 12.7847 7.35733 12.8658 7.41152 12.9341 7.47982 13.0024 7.54813 13.0566 7.62922 13.0936 7.71847 13.1305 7.80772 13.1496 7.90338 13.1496 7.99998 13.1496 8.09658 13.1305 8.19224 13.0936 8.28149 13.0566 8.37073 13.0024 8.45183 12.9341 8.52013 12.8658 8.58844 12.7847 8.64263 12.6955 8.67959zM12.9341 10.727C13.0721 10.589 13.1496 10.4019 13.1496 10.2068 13.1496 10.0117 13.0721 9.82461 12.9341 9.68666 12.7962 9.5487 12.6091 9.4712 12.414 9.4712 12.2189 9.4712 12.0318 9.5487 11.8938 9.68666 11.7559 9.82461 11.6784 10.0117 11.6784 10.2068 11.6784 10.4019 11.7559 10.589 11.8938 10.727 12.0318 10.8649 12.2189 10.9424 12.414 10.9424 12.6091 10.9424 12.7962 10.8649 12.9341 10.727zM5.27331 9.68666C5.41126 9.5487 5.59836 9.4712 5.79346 9.4712H10.2071C10.4022 9.4712 10.5893 9.5487 10.7273 9.68666 10.8652 9.82461 10.9427 10.0117 10.9427 10.2068 10.9427 10.4019 10.8652 10.589 10.7273 10.727 10.5893 10.8649 10.4022 10.9424 10.2071 10.9424H5.79346C5.59836 10.9424 5.41126 10.8649 5.27331 10.727 5.13535 10.589 5.05785 10.4019 5.05785 10.2068 5.05785 10.0117 5.13535 9.82461 5.27331 9.68666z"}},{tag:"path",attrs:{d:"M0.353607 4.4953C0.353607 3.43951 1.20949 2.58362 2.26529 2.58362H13.7354C14.7911 2.58362 15.647 3.43951 15.647 4.4953V11.5048C15.647 12.5606 14.7911 13.4165 13.7354 13.4165H2.26529C1.20949 13.4165 0.353607 12.5606 0.353607 11.5048V4.4953ZM2.26529 3.85807H13.7354C14.0873 3.85807 14.3726 4.14337 14.3726 4.4953V11.5048C14.3726 11.8567 14.0873 12.142 13.7354 12.142H2.26529C1.91335 12.142 1.62806 11.8567 1.62806 11.5048V4.4953C1.62806 4.14337 1.91335 3.85807 2.26529 3.85807Z",fillRule:"evenodd",clipRule:"evenodd"}}]}]};t.KeyboardSingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(a.IconBase,Object.assign({},e,{id:"keyboard-single",ref:t,icon:i}))}));t.KeyboardSingle.displayName="KeyboardSingle";t["default"]=t.KeyboardSingle},799:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.LanguageSingle=void 0;var n=r(7522);var a=r(7565);var i={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M11.3334 7.33325C11.5978 7.33325 11.8373 7.48956 11.9437 7.73165L13.8465 12.0605 14.6064 13.7227C14.7594 14.0576 14.6121 14.4532 14.2772 14.6062 13.9424 14.7593 13.5468 14.6119 13.3937 14.2771L12.8099 12.9999H9.85687L9.27302 14.2771C9.11995 14.6119 8.72439 14.7593 8.38954 14.6062 8.05468 14.4532 7.90731 14.0576 8.06039 13.7227L8.82026 12.0605 10.7231 7.73165C10.8295 7.48956 11.0689 7.33325 11.3334 7.33325zM10.4499 11.6666H12.2169L11.3334 9.65664 10.4499 11.6666zM5.12253 1.36764C5.47183 1.25121 5.84938 1.43999 5.96581 1.78928L6.29914 2.78928C6.41557 3.13858 6.2268 3.51612 5.8775 3.63256 5.52821 3.74899 5.15066 3.56021 5.03423 3.21092L4.7009 2.21092C4.58446 1.86162 4.77324 1.48408 5.12253 1.36764z",fillRule:"evenodd",clipRule:"evenodd"}},{tag:"path",attrs:{fill:"currentColor",d:"M1.33337 3.66667C1.33337 3.29848 1.63185 3 2.00004 3H9.33337C9.70156 3 10 3.29848 10 3.66667 10 4.03486 9.70156 4.33333 9.33337 4.33333H2.00004C1.63185 4.33333 1.33337 4.03486 1.33337 3.66667zM3.15016 4.69234C3.50383 4.59126 3.87248 4.79572 3.97408 5.14911 3.97418 5.14945 3.97427 5.14979 3.97437 5.15013L3.33337 5.33334C3.97437 5.15013 3.97441 5.15028 3.97437 5.15013L3.97828 5.16315C3.98189 5.17502 3.98781 5.19414 3.99612 5.2198 4.01276 5.27114 4.03888 5.34842 4.075 5.44588 4.14742 5.64131 4.25901 5.91502 4.41353 6.22204 4.72764 6.84616 5.19519 7.55962 5.8303 8.0534 6.5183 8.58833 7.44454 9.08552 8.22296 9.45602 8.60751 9.63906 8.947 9.78699 9.18985 9.88894 9.31114 9.93986 9.40798 9.97917 9.47388 10.0055 9.50682 10.0187 9.532 10.0286 9.54861 10.0351L9.56699 10.0422 9.57116 10.0439C9.57112 10.0438 9.57119 10.0439 9.57116 10.0439 9.91491 10.1756 10.0876 10.5614 9.95592 10.9052 9.8242 11.249 9.43869 11.4209 9.09487 11.2892L9.33337 10.6667C9.09487 11.2892 9.09495 11.2893 9.09487 11.2892L9.09207 11.2881 9.08578 11.2857 9.06303 11.2769C9.04344 11.2692 9.01515 11.2581 8.97898 11.2436 8.90665 11.2147 8.8027 11.1725 8.67372 11.1183 8.41601 11.0101 8.05703 10.8537 7.64992 10.6599 6.845 10.2768 5.8151 9.73051 5.01191 9.10602 4.15579 8.4404 3.57947 7.53068 3.22253 6.82146 3.04152 6.46181 2.91077 6.14132 2.82476 5.90921 2.78165 5.7929 2.74952 5.69808 2.72771 5.63077 2.7168 5.59709 2.70845 5.57024 2.70259 5.55097L2.69565 5.52782 2.69356 5.52067 2.69286 5.51823 2.69247 5.5169C2.69242 5.51672 2.69238 5.51655 3.33337 5.33334L2.69247 5.5169C2.59129 5.16289 2.79615 4.79353 3.15016 4.69234z",fillRule:"evenodd",clipRule:"evenodd"}},{tag:"path",attrs:{fill:"currentColor",d:"M8.14192 3.0154C8.50168 3.09374 8.72981 3.44889 8.65146 3.80865L8.00053 3.6669C8.65146 3.80865 8.6515 3.8085 8.65146 3.80865L8.65113 3.81018L8.65057 3.81272L8.64878 3.82076L8.64247 3.84836C8.63705 3.87178 8.62917 3.90506 8.61876 3.94724C8.59794 4.03157 8.56694 4.15168 8.52514 4.29972C8.44169 4.59527 8.31438 5.005 8.13788 5.46527C7.79076 6.3705 7.22919 7.53637 6.38848 8.39427C5.58835 9.21079 4.55854 9.92831 3.75021 10.4333C3.34208 10.6883 2.98207 10.8942 2.72339 11.0367C2.59393 11.108 2.48951 11.1637 2.41673 11.2019C2.38034 11.221 2.35183 11.2357 2.33203 11.2459L2.30896 11.2576L2.30251 11.2609L2.30059 11.2619C2.3005 11.2619 2.29956 11.2624 2.00006 10.6668L2.29956 11.2624C1.97061 11.4278 1.56986 11.2952 1.40446 10.9663C1.23907 10.6374 1.37159 10.2367 1.70045 10.0712L1.70515 10.0689L1.7232 10.0596C1.7396 10.0512 1.76456 10.0383 1.79728 10.0212C1.86273 9.98682 1.9591 9.93548 2.07992 9.86891C2.32179 9.73563 2.66025 9.54207 3.04378 9.30247C3.81879 8.81831 4.74511 8.16628 5.43617 7.46106C6.0867 6.79723 6.569 5.83266 6.89294 4.98789C7.05197 4.57316 7.16699 4.20299 7.24198 3.9374C7.2794 3.80488 7.30665 3.6991 7.32428 3.62769C7.33309 3.592 7.33949 3.56495 7.34353 3.54749L7.34784 3.52864L7.34866 3.52494C7.42711 3.16531 7.78224 2.93707 8.14192 3.0154Z",fillRule:"evenodd",clipRule:"evenodd"}}]};t.LanguageSingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(a.IconBase,Object.assign({},e,{id:"language-single",ref:t,icon:i}))}));t.LanguageSingle.displayName="LanguageSingle";t["default"]=t.LanguageSingle},380:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.Lateral=void 0;var n=r(7522);var a=r(7565);var i={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_102_1192",style:{maskType:"alpha"},width:16,height:16,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#DCDCDC",d:"M0 0H16V16H0z"}}]},{tag:"g",attrs:{mask:"url(#mask0_102_1192)",fillRule:"evenodd",clipRule:"evenodd"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M11.4987 11.8048L13.1381 10.1654C13.2631 10.0404 13.3334 9.87085 13.3334 9.69404L13.3334 4.66675C13.3334 4.29856 13.0349 4.00008 12.6667 4.00008L3.33335 4.00008C2.96517 4.00008 2.66669 4.29856 2.66669 4.66675L2.66669 11.3334C2.66669 11.7016 2.96516 12.0001 3.33335 12.0001L11.0273 12.0001C11.2041 12.0001 11.3737 11.9298 11.4987 11.8048ZM12.4416 12.7476C12.0665 13.1227 11.5578 13.3334 11.0273 13.3334L3.33335 13.3334C2.22878 13.3334 1.33335 12.438 1.33335 11.3334L1.33335 4.66675C1.33335 3.56218 2.22878 2.66675 3.33335 2.66675L12.6667 2.66675C13.7713 2.66675 14.6667 3.56218 14.6667 4.66675L14.6667 9.69404C14.6667 10.2245 14.456 10.7332 14.0809 11.1082L12.4416 12.7476Z"}},{tag:"path",attrs:{fill:"colorChannel1",d:"M11.9999 7.3335L13.3333 7.3335L13.3333 8.66683L11.9999 8.66683L11.9999 7.3335ZM6.66658 7.3335L9.33325 7.3335L9.33325 8.66683L6.66658 8.66683L6.66658 7.3335ZM2.66658 7.3335L3.99992 7.3335L3.99992 8.66683L2.66658 8.66683L2.66658 7.3335Z"}}]}]};t.Lateral=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(a.IconBase,Object.assign({},e,{id:"lateral",ref:t,icon:i}))}));t.Lateral.displayName="Lateral";t["default"]=t.Lateral},3988:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.LeftBorder=void 0;var n=r(7522);var a=r(7565);var i={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_107_1292",style:{maskType:"alpha"},width:16,height:16,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#DCDCDC",d:"M0 0H16V16H0z"}}]},{tag:"g",attrs:{mask:"url(#mask0_107_1292)"},children:[{tag:"path",attrs:{fill:"colorChannel1",d:"M14.6664 3.99967L14.6664 2.66634C14.6664 1.92996 14.0694 1.33301 13.333 1.33301L11.9997 1.33301 11.9997 2.66634 13.333 2.66634 13.333 3.99967 14.6664 3.99967zM6.66638 1.33301L6.66638 2.66634 9.33305 2.66634 9.33305 1.33301 6.66638 1.33301zM14.6664 6.66634L13.333 6.66634 13.333 7.33301 10.6664 7.33301 10.6664 8.66634 13.333 8.66634 13.333 9.33301 14.6664 9.33301 14.6664 6.66634zM14.6664 11.9997L13.333 11.9997 13.333 13.333 11.9997 13.333 11.9997 14.6663 13.333 14.6663C14.0694 14.6663 14.6664 14.0694 14.6664 13.333L14.6664 11.9997zM9.33305 14.6663L9.33305 13.333 8.66638 13.333 8.66638 10.6663 7.33305 10.6663 7.33305 13.333 6.66638 13.333 6.66638 14.6663 9.33305 14.6663zM2.66638 7.33301L5.33305 7.33301 5.33305 8.66634 2.66638 8.66634 2.66638 7.33301zM8.66638 5.33301L8.66638 2.66634 7.33305 2.66634 7.33305 5.33301 8.66638 5.33301z"}},{tag:"path",attrs:{fill:"currentColor",d:"M2.66667 1.33301L4 1.33301L4 2.66634L2.66667 2.66634L2.66667 13.333L4 13.333L4 14.6663L2.66667 14.6663C1.93029 14.6663 1.33333 14.0694 1.33333 13.333L1.33333 2.66634C1.33333 1.92996 1.93029 1.33301 2.66667 1.33301Z"}}]}]};t.LeftBorder=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(a.IconBase,Object.assign({},e,{id:"left-border",ref:t,icon:i}))}));t.LeftBorder.displayName="LeftBorder";t["default"]=t.LeftBorder},7474:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.LeftDoubleDiagonalSingle=void 0;var n=r(7522);var a=r(7565);var i={tag:"svg",attrs:{fill:"none",viewBox:"0 0 17 17",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_436_29",style:{maskType:"alpha"},width:17,height:17,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#D9D9D9",d:"M0.46 0.72H16.46V16.72H0.46z"}}]},{tag:"g",attrs:{mask:"url(#mask0_436_29)"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M3.75537 3.11333L14.8806 8.21036L14.3808 9.30132L4.52076 4.78394L9.03813 14.644L7.94718 15.1438L2.85015 4.01855L2.5419 3.87733L2.66368 3.61154L2.52319 3.30491L2.8788 3.14199L3.04172 2.78638L3.34836 2.92686L3.61415 2.80509L3.75537 3.11333Z"}},{tag:"path",attrs:{fill:"#E5E5E5",d:"M1.80017 12.8102L1.80017 14.1743C1.80017 14.8371 2.33743 15.3743 3.00017 15.3743L4.3643 15.3743L4.3643 14.0443L3.13017 14.0443L3.13017 12.8102L1.80017 12.8102ZM4.3643 2.06128L3.00017 2.06128C2.33743 2.06128 1.80017 2.59854 1.80017 3.26128L1.80017 4.62541L3.13017 4.62541L3.13017 3.39128L4.3643 3.39128L4.3643 2.06128ZM1.80017 10.0819L3.13017 10.0819L3.13017 7.35367L1.80017 7.35367L1.80017 10.0819ZM7.09256 2.06128L7.09256 3.39128L9.82081 3.39128L9.82081 2.06128L7.09256 2.06128ZM12.5491 2.06128L12.5491 3.39128L13.7832 3.39128L13.7832 4.62541L15.1132 4.62541L15.1132 3.26128C15.1132 2.59854 14.5759 2.06128 13.9132 2.06128L12.5491 2.06128ZM15.1132 7.35367L13.7832 7.35367L13.7832 10.0819L15.1132 10.0819L15.1132 7.35367ZM15.1132 12.8102L13.7832 12.8102L13.7832 14.0443L12.5491 14.0443L12.5491 15.3743L13.9132 15.3743C14.5759 15.3743 15.1132 14.8371 15.1132 14.1743L15.1132 12.8102ZM9.82082 15.3743L9.82082 14.0443L7.09256 14.0443L7.09256 15.3743L9.82082 15.3743Z",fillRule:"evenodd",clipRule:"evenodd"}}]}]};t.LeftDoubleDiagonalSingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(a.IconBase,Object.assign({},e,{id:"left-double-diagonal-single",ref:t,icon:i}))}));t.LeftDoubleDiagonalSingle.displayName="LeftDoubleDiagonalSingle";t["default"]=t.LeftDoubleDiagonalSingle},4790:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.LeftInsertColumn=void 0;var n=r(7522);var a=r(7565);var i={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_102_1118",style:{maskType:"alpha"},width:16,height:16,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#DCDCDC",d:"M0 0H16V16H0z"}}]},{tag:"g",attrs:{mask:"url(#mask0_102_1118)",fillRule:"evenodd",clipRule:"evenodd"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M13.4322 2.66683C13.4322 1.93045 12.8352 1.3335 12.0989 1.3335H9.43219C8.69581 1.3335 8.09886 1.93045 8.09886 2.66683V13.3335C8.09886 14.0699 8.69581 14.6668 9.43219 14.6668H12.0989C12.8352 14.6668 13.4322 14.0699 13.4322 13.3335V2.66683ZM12.0989 13.3335V2.66683H9.43219V13.3335H12.0989Z"}},{tag:"path",attrs:{fill:"colorChannel1",d:"M2.56769 7.99978C2.56769 7.63159 2.86616 7.33311 3.23435 7.33311H4.30941V6.25798C4.30941 5.88979 4.60788 5.59131 4.97607 5.59131C5.34426 5.59131 5.64274 5.88979 5.64274 6.25798V7.33311H6.71785C7.08604 7.33311 7.38452 7.63159 7.38452 7.99978C7.38452 8.36797 7.08604 8.66644 6.71785 8.66644H5.64274V9.74148C5.64274 10.1097 5.34426 10.4081 4.97607 10.4081C4.60788 10.4081 4.30941 10.1097 4.30941 9.74148V8.66644H3.23435C2.86616 8.66644 2.56769 8.36797 2.56769 7.99978Z"}}]}]};t.LeftInsertColumn=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(a.IconBase,Object.assign({},e,{id:"left-insert-column",ref:t,icon:i}))}));t.LeftInsertColumn.displayName="LeftInsertColumn";t["default"]=t.LeftInsertColumn},8554:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.LeftJustifyingSingle=void 0;var n=r(7522);var a=r(7565);var i={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_102_818",style:{maskType:"alpha"},width:16,height:16,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#D9D9D9",d:"M0 0H16V16H0z"}}]},{tag:"g",attrs:{fill:"currentColor",mask:"url(#mask0_102_818)"},children:[{tag:"path",attrs:{d:"M1.99998 2.3501C1.64099 2.3501 1.34998 2.64111 1.34998 3.0001 1.34998 3.35908 1.64099 3.6501 1.99998 3.6501H14C14.359 3.6501 14.65 3.35908 14.65 3.0001 14.65 2.64111 14.359 2.3501 14 2.3501H1.99998zM1.99998 5.68347C1.64099 5.68347 1.34998 5.97449 1.34998 6.33347 1.34998 6.69246 1.64099 6.98347 1.99998 6.98347H11.3333C11.6923 6.98347 11.9833 6.69246 11.9833 6.33347 11.9833 5.97449 11.6923 5.68347 11.3333 5.68347H1.99998zM1.34998 9.66672C1.34998 9.30774 1.64099 9.01672 1.99998 9.01672H14C14.359 9.01672 14.65 9.30774 14.65 9.66672 14.65 10.0257 14.359 10.3167 14 10.3167H1.99998C1.64099 10.3167 1.34998 10.0257 1.34998 9.66672zM1.99998 12.3501C1.64099 12.3501 1.34998 12.6411 1.34998 13.0001 1.34998 13.3591 1.64099 13.6501 1.99998 13.6501H11.3333C11.6923 13.6501 11.9833 13.3591 11.9833 13.0001 11.9833 12.6411 11.6923 12.3501 11.3333 12.3501H1.99998z"}}]}]};t.LeftJustifyingSingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(a.IconBase,Object.assign({},e,{id:"left-justifying-single",ref:t,icon:i}))}));t.LeftJustifyingSingle.displayName="LeftJustifyingSingle";t["default"]=t.LeftJustifyingSingle},8199:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.LeftRotationFortyFiveDegreesSingle=void 0;var n=r(7522);var a=r(7565);var i={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_102_802",style:{maskType:"alpha"},width:16,height:16,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#DCDCDC",d:"M0 0H16V16H0z"}}]},{tag:"g",attrs:{fill:"currentColor",mask:"url(#mask0_102_802)"},children:[{tag:"path",attrs:{d:"M2.56751 1.8681C2.30914 1.77869 2.0135 1.85136 1.81075 2.05412C1.60799 2.25687 1.53532 2.55251 1.62473 2.81088L4.36865 10.7403C4.49493 11.1052 4.89961 11.2812 5.27252 11.1335C5.64543 10.9857 5.84537 10.5701 5.71909 10.2051L4.95118 7.986L7.74263 5.19455L9.96175 5.96246C10.3267 6.08874 10.7423 5.8888 10.8901 5.51589C11.0379 5.14298 10.8618 4.7383 10.4969 4.61202L2.56751 1.8681ZM6.28892 4.69149L4.44812 6.53229L3.47404 3.71741L6.28892 4.69149Z",fillRule:"evenodd",clipRule:"evenodd"}},{tag:"path",attrs:{d:"M4.68352 13.4124C4.39713 13.6988 4.38399 14.15 4.65417 14.4202C4.92434 14.6903 5.37552 14.6772 5.66191 14.3908L12.8953 7.15741L12.8654 8.18547C12.8539 8.57901 13.1636 8.88875 13.5572 8.87729C13.9507 8.86583 14.2791 8.5375 14.2905 8.14396L14.3706 5.39558C14.379 5.10737 14.2129 4.85259 13.9499 4.75006C13.6868 4.64752 13.3785 4.71741 13.1688 4.92714L4.68352 13.4124Z"}}]}]};t.LeftRotationFortyFiveDegreesSingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(a.IconBase,Object.assign({},e,{id:"left-rotation-forty-five-degrees-single",ref:t,icon:i}))}));t.LeftRotationFortyFiveDegreesSingle.displayName="LeftRotationFortyFiveDegreesSingle";t["default"]=t.LeftRotationFortyFiveDegreesSingle},3577:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.LeftRotationNinetyDegreesSingle=void 0;var n=r(7522);var a=r(7565);var i={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M1 7.65022C1 7.39606 1.14813 7.16522 1.37917 7.05932L5.37917 5.22599 5.37918 5.22599 6.71251 4.61489 6.71251 4.61489 9.37917 3.39266C9.70551 3.24308 10.0913 3.38638 10.2409 3.71272 10.3905 4.03906 10.2472 4.42487 9.92083 4.57444L7.63333 5.62288 7.63333 9.67755 9.92083 10.726C10.2472 10.8756 10.3905 11.2614 10.2409 11.5877 10.0913 11.9141 9.70551 12.0573 9.37917 11.9078L6.71251 10.6855 6.71251 10.6855 5.37918 10.0744 5.37917 10.0744 1.37917 8.24111C1.14813 8.13521 1 7.90437 1 7.65022zM6.33333 9.08172L6.33333 6.21871 5.92083 6.40777 5.92082 6.40778 3.21004 7.65022 5.92082 8.89266 5.92083 8.89266 6.33333 9.08172zM12.3165 14.3C11.9575 14.3 11.6665 14.009 11.6665 13.65L11.6665 1.65005C11.6665 1.38715 11.8249 1.15014 12.0678 1.04953 12.3106.948919 12.5902 1.00453 12.7761 1.19043L14.7761 3.19043C15.03 3.44427 15.03 3.85583 14.7761 4.10967 14.5223 4.36351 14.1107 4.36351 13.8569 4.10967L12.9665 3.21929 12.9665 13.65C12.9665 14.009 12.6755 14.3 12.3165 14.3z",fillRule:"evenodd",clipRule:"evenodd"}}]};t.LeftRotationNinetyDegreesSingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(a.IconBase,Object.assign({},e,{id:"left-rotation-ninety-degrees-single",ref:t,icon:i}))}));t.LeftRotationNinetyDegreesSingle.displayName="LeftRotationNinetyDegreesSingle";t["default"]=t.LeftRotationNinetyDegreesSingle},6604:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.LeftTridiagonalSingle=void 0;var n=r(7522);var a=r(7565);var i={tag:"svg",attrs:{fill:"none",viewBox:"0 0 17 17",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_436_43",style:{maskType:"alpha"},width:17,height:17,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#D9D9D9",d:"M0.33 0.72H16.33V16.72H0.33z"}}]},{tag:"g",attrs:{mask:"url(#mask0_436_43)"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M2.33875 3.57255L2.23657 3.79614L2.72883 4.0211L7.58275 14.6428L8.67419 14.144L5.10931 6.34311L13.5649 14.7987L14.4134 13.9502L5.96172 5.49847L13.7573 9.0609L14.2561 7.96947L3.63438 3.11555L3.40942 2.62329L3.18782 2.72456L3.09973 2.63647L2.93861 2.7976L2.73534 2.70471L2.60444 2.99116L2.31799 3.12206L2.41088 3.32533L2.2512 3.485L2.33875 3.57255Z"}},{tag:"path",attrs:{fill:"#E5E5E5",d:"M1.6759 12.8102L1.6759 14.1743C1.6759 14.8371 2.21316 15.3743 2.8759 15.3743L4.24003 15.3743L4.24003 14.0443L3.0059 14.0443L3.0059 12.8102L1.6759 12.8102ZM4.24003 2.06128L2.8759 2.06128C2.21316 2.06128 1.6759 2.59854 1.6759 3.26128L1.6759 4.62541L3.0059 4.62541L3.0059 3.39128L4.24003 3.39128L4.24003 2.06128ZM1.6759 10.0819L3.0059 10.0819L3.0059 7.35367L1.6759 7.35367L1.6759 10.0819ZM6.96829 2.06128L6.96829 3.39128L9.69655 3.39128L9.69655 2.06128L6.96829 2.06128ZM12.4248 2.06128L12.4248 3.39128L13.6589 3.39128L13.6589 4.62541L14.9889 4.62541L14.9889 3.26128C14.9889 2.59854 14.4517 2.06128 13.7889 2.06128L12.4248 2.06128ZM14.9889 7.35367L13.6589 7.35367L13.6589 10.0819L14.9889 10.0819L14.9889 7.35367ZM14.9889 12.8102L13.6589 12.8102L13.6589 14.0443L12.4248 14.0443L12.4248 15.3743L13.7889 15.3743C14.4517 15.3743 14.9889 14.8371 14.9889 14.1743L14.9889 12.8102ZM9.69655 15.3743L9.69655 14.0443L6.96829 14.0443L6.96829 15.3743L9.69655 15.3743Z",fillRule:"evenodd",clipRule:"evenodd"}}]}]};t.LeftTridiagonalSingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(a.IconBase,Object.assign({},e,{id:"left-tridiagonal-single",ref:t,icon:i}))}));t.LeftTridiagonalSingle.displayName="LeftTridiagonalSingle";t["default"]=t.LeftTridiagonalSingle},2968:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.LinkSingle=void 0;var n=r(7522);var a=r(7565);var i={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_102_329",style:{maskType:"alpha"},width:16,height:16,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#DCDCDC",d:"M0 0H16V16H0z"}}]},{tag:"g",attrs:{fill:"currentColor",mask:"url(#mask0_102_329)"},children:[{tag:"path",attrs:{d:"M2.1598 6.7158C2.1598 5.61778 3.04992 4.72767 4.14793 4.72767H9.284C10.382 4.72767 11.2721 5.61778 11.2721 6.7158C11.2721 7.81383 10.382 8.70394 9.284 8.70394H6.07396C5.75369 8.70394 5.49406 8.96357 5.49406 9.28384C5.49406 9.60411 5.75369 9.86374 6.07396 9.86374H9.284C11.0226 9.86374 12.4319 8.45437 12.4319 6.7158C12.4319 4.97724 11.0226 3.56787 9.284 3.56787H4.14793C2.40938 3.56787 1 4.97724 1 6.7158C1 7.51376 1.29765 8.24362 1.78714 8.79818C1.99908 9.03829 2.36554 9.06113 2.60566 8.84919C2.84577 8.63726 2.86861 8.27079 2.65667 8.03068C2.34704 7.67989 2.1598 7.22042 2.1598 6.7158Z"}},{tag:"path",attrs:{d:"M6.716 6.1359C4.97743 6.1359 3.56806 7.54527 3.56806 9.28383C3.56806 11.0224 4.97743 12.4318 6.716 12.4318H11.8521C13.5906 12.4318 15 11.0224 15 9.28383C15 8.48587 14.7023 7.75602 14.2129 7.20146C14.0009 6.96135 13.6345 6.9385 13.3943 7.15044C13.1542 7.36237 13.1314 7.72883 13.3433 7.96895C13.653 8.31975 13.8402 8.77922 13.8402 9.28383C13.8402 10.3819 12.9501 11.272 11.8521 11.272H6.716C5.61797 11.272 4.72786 10.3819 4.72786 9.28383C4.72786 8.18581 5.61797 7.2957 6.716 7.2957H9.92604C10.2463 7.2957 10.5059 7.03607 10.5059 6.7158C10.5059 6.39553 10.2463 6.1359 9.92604 6.1359H6.716Z"}}]}]};t.LinkSingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(a.IconBase,Object.assign({},e,{id:"link-single",ref:t,icon:i}))}));t.LinkSingle.displayName="LinkSingle";t["default"]=t.LinkSingle},2046:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.LiveShareSingle=void 0;var n=r(7522);var a=r(7565);var i={tag:"svg",attrs:{fill:"none",viewBox:"0 0 17 17",width:"1em",height:"1em"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M9.20459 4.90474C9.20459 4.64763 9.35535 4.54174 9.54053 4.68737L11.2643 6.04046C11.4495 6.18609 11.4495 6.42299 11.2643 6.56789L9.55334 7.90706C9.36755 8.05269 9.20386 7.90499 9.20386 7.68969V6.96785H8.94446C8.19543 6.96785 6.72595 7.28347 6.37646 7.89174C6.30786 8.00322 6.23572 7.97884 6.23572 7.89174C6.25073 6.80828 8.0918 5.58895 9.17383 5.58895H9.20459V4.90474Z"}},{tag:"path",attrs:{fill:"currentColor",d:"M1.98682 2.73096C1.98682 2.17867 2.43457 1.73096 2.98682 1.73096H14.9868C15.5391 1.73096 15.9868 2.17867 15.9868 2.73096V9.90105C15.9868 10.4533 15.5391 10.901 14.9868 10.901H9.62183V13.5577H12.9868C13.3375 13.5577 13.6218 13.842 13.6218 14.1927C13.6218 14.5434 13.3375 14.8277 12.9868 14.8277H4.98682C4.63611 14.8277 4.35181 14.5434 4.35181 14.1927C4.35181 13.842 4.63611 13.5577 4.98682 13.5577H8.35181V10.901H2.98682C2.43457 10.901 1.98682 10.4533 1.98682 9.90105V2.73096ZM3.25684 9.63106V3.00095H14.7168V9.63106H3.25684Z",fillRule:"evenodd",clipRule:"evenodd"}}]};t.LiveShareSingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(a.IconBase,Object.assign({},e,{id:"live-share-single",ref:t,icon:i}))}));t.LiveShareSingle.displayName="LiveShareSingle";t["default"]=t.LiveShareSingle},4222:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.Loading=void 0;var n=r(7522);var a=r(7565);var i={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"path",attrs:{fill:"#0B9EFB",d:"M8.79993 14.0166C8.79993 14.4585 8.44176 14.8166 7.99993 14.8166C4.23529 14.8166 1.18345 11.7648 1.18345 8.00017C1.18345 4.23554 4.23529 1.18369 7.99993 1.1837C11.7646 1.1837 14.8164 4.23554 14.8164 8.00017C14.8164 8.442 14.4582 8.80017 14.0164 8.80017C13.5746 8.80017 13.2164 8.442 13.2164 8.00017C13.2164 5.11919 10.8809 2.7837 7.99993 2.7837C5.11895 2.7837 2.78345 5.11919 2.78345 8.00017C2.78345 10.8812 5.11895 13.2166 7.99993 13.2166C8.44176 13.2166 8.79993 13.5748 8.79993 14.0166Z",fillOpacity:.2,fillRule:"evenodd",clipRule:"evenodd"}},{tag:"path",attrs:{fill:"#0B9EFB",d:"M7.20007 1.98384C7.20007 1.54201 7.55824 1.18384 8.00007 1.18384C11.7647 1.18384 14.8165 4.23568 14.8165 8.00032C14.8165 11.765 11.7647 14.8168 8.00007 14.8168C4.23543 14.8168 1.18359 11.765 1.18359 8.00032C1.18359 7.55849 1.54177 7.20031 1.98359 7.20031C2.42542 7.20031 2.78359 7.55849 2.78359 8.00032C2.78359 10.8813 5.11909 13.2168 8.00007 13.2168C10.8811 13.2168 13.2165 10.8813 13.2165 8.00032C13.2165 5.11933 10.8811 2.78384 8.00007 2.78384C7.55824 2.78384 7.20007 2.42567 7.20007 1.98384Z",fillRule:"evenodd",clipRule:"evenodd"}}]};t.Loading=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(a.IconBase,Object.assign({},e,{id:"loading",ref:t,icon:i}))}));t.Loading.displayName="Loading";t["default"]=t.Loading},905:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.LockSingle=void 0;var n=r(7522);var a=r(7565);var i={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_102_577",style:{maskType:"alpha"},width:16,height:16,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#D9D9D9",d:"M0 0H16V16H0z"}}]},{tag:"g",attrs:{mask:"url(#mask0_102_577)"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M8 2.94121C6.78566 2.94121 5.80123 3.91924 5.80123 5.1257V6.73533H10.1988V5.1257C10.1988 3.91924 9.21434 2.94121 8 2.94121ZM11.5875 6.73533V5.1257C11.5875 3.15726 9.98129 1.56152 8 1.56152C6.01871 1.56152 4.41253 3.15726 4.41253 5.1257V6.73533H3.371C2.66795 6.73533 2.09802 7.30156 2.09802 8.00004V13.1739C2.09802 13.8723 2.66795 14.4386 3.371 14.4386H12.629C13.332 14.4386 13.902 13.8723 13.902 13.1739V8.00004C13.902 7.30156 13.332 6.73533 12.629 6.73533H11.5875ZM3.48672 8.11502V13.0589H12.5133V8.11502H3.48672ZM8 9.03483C8.38348 9.03483 8.69435 9.34369 8.69435 9.72468V11.4493C8.69435 11.8303 8.38348 12.1391 8 12.1391C7.61652 12.1391 7.30565 11.8303 7.30565 11.4493V9.72468C7.30565 9.34369 7.61652 9.03483 8 9.03483Z",fillRule:"evenodd",clipRule:"evenodd"}}]}]};t.LockSingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(a.IconBase,Object.assign({},e,{id:"lock-single",ref:t,icon:i}))}));t.LockSingle.displayName="LockSingle";t["default"]=t.LockSingle},913:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.Longitudinal=void 0;var n=r(7522);var a=r(7565);var i={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_102_1187",style:{maskType:"alpha"},width:16,height:16,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#DCDCDC",d:"M0 0H16V16H0z"}}]},{tag:"g",attrs:{mask:"url(#mask0_102_1187)",fillRule:"evenodd",clipRule:"evenodd"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M11.8048 4.5012L10.1654 2.86184C10.0404 2.73682 9.87085 2.66659 9.69404 2.66659H4.66675C4.29856 2.66659 4.00008 2.96506 4.00008 3.33325V12.6666C4.00008 13.0348 4.29856 13.3333 4.66675 13.3333H11.3334C11.7016 13.3333 12.0001 13.0348 12.0001 12.6666V4.97261C12.0001 4.7958 11.9298 4.62623 11.8048 4.5012ZM12.7476 3.55839C13.1227 3.93346 13.3334 4.44217 13.3334 4.97261V12.6666C13.3334 13.7712 12.438 14.6666 11.3334 14.6666H4.66675C3.56218 14.6666 2.66675 13.7712 2.66675 12.6666V3.33325C2.66675 2.22868 3.56218 1.33325 4.66675 1.33325H9.69404C10.2245 1.33325 10.7332 1.54396 11.1082 1.91903L12.7476 3.55839Z"}},{tag:"path",attrs:{fill:"colorChannel1",d:"M7.33325 3.99984V2.6665H8.66659V3.99984H7.33325ZM7.33325 9.33317V6.6665H8.66659V9.33317H7.33325ZM7.33325 13.3332V11.9998H8.66659V13.3332H7.33325Z"}}]}]};t.Longitudinal=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(a.IconBase,Object.assign({},e,{id:"longitudinal",ref:t,icon:i}))}));t.Longitudinal.displayName="Longitudinal";t["default"]=t.Longitudinal},7050:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.MagnifierSingle=void 0;var n=r(7522);var a=r(7565);var i={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_102_674",style:{maskType:"alpha"},width:16,height:16,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#DCDCDC",d:"M0 0H16V16H0z"}}]},{tag:"g",attrs:{mask:"url(#mask0_102_674)"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M11.9464 11.1344C13.796 8.78305 13.6368 5.36684 11.4687 3.19877C9.12884 0.858866 5.3351 0.858866 2.9952 3.19877C0.655291 5.53868 0.655291 9.33242 2.9952 11.6723C5.17691 13.854 8.62251 14.0015 10.9751 12.1148L13.3439 14.4836C13.6134 14.7531 14.0503 14.7531 14.3198 14.4836C14.5892 14.2142 14.5892 13.7773 14.3198 13.5078L11.9464 11.1344ZM10.4929 4.1746C12.2939 5.97557 12.2939 8.89552 10.4929 10.6965C8.69195 12.4975 5.772 12.4975 3.97103 10.6965C2.17005 8.89552 2.17005 5.97557 3.97103 4.1746C5.772 2.37363 8.69195 2.37363 10.4929 4.1746Z",fillRule:"evenodd",clipRule:"evenodd"}}]}]};t.MagnifierSingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(a.IconBase,Object.assign({},e,{id:"magnifier-single",ref:t,icon:i}))}));t.MagnifierSingle.displayName="MagnifierSingle";t["default"]=t.MagnifierSingle},2997:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.MaxSingle=void 0;var n=r(7522);var a=r(7565);var i={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M11.8633 11.8572C11.4471 11.8572 11.1617 11.4381 11.314 11.0509L11.9863 9.34214C12.1412 8.94851 12.1396 8.51053 11.9818 8.11806L11.4089 6.69339C11.2455 6.28701 11.5447 5.84424 11.9827 5.84424 12.244 5.84424 12.4771 6.00846 12.5651 6.25451L12.7509 6.77419C12.8553 7.10705 12.9666 7.45015 13.078 7.78333 13.0811 7.79284 13.09 7.79924 13.1001 7.79924 13.1109 7.79924 13.1204 7.79175 13.1228 7.78116 13.2 7.44866 13.297 7.10633 13.3803 6.77419L13.5115 6.28141C13.5801 6.02363 13.8135 5.84424 14.0803 5.84424 14.4911 5.84424 14.7756 6.25454 14.6315 6.63929L14.0014 8.32119C13.8524 8.71892 13.8614 9.1586 14.0265 9.54991L14.6386 11.0006C14.8101 11.4072 14.5116 11.8572 14.0702 11.8572 13.8163 11.8572 13.5882 11.7015 13.4957 11.465L13.2813 10.9167C13.163 10.5736 13.0447 10.2202 12.9197 9.89686 12.916 9.88732 12.9068 9.88106 12.8966 9.88106 12.8856 9.88106 12.876 9.88821 12.8729 9.89867 12.7756 10.2211 12.6784 10.5638 12.5811 10.9167L12.4297 11.4331C12.3559 11.6845 12.1253 11.8572 11.8633 11.8572zM8.12225 12.0051C7.3796 12.0051 6.92694 11.1809 6.92694 10.177 6.92694 9.24653 7.28484 8.629 8.09563 8.26591 8.67092 8.00828 9.18404 7.19689 8.55369 7.19689 8.45538 7.19689 8.35572 7.21504 8.25304 7.25009 7.84274 7.39015 7.34547 7.29003 7.20055 6.88142 7.11632 6.64391 7.18093 6.37494 7.38339 6.22488 7.8222 5.89963 8.29004 5.69629 8.79417 5.69629 9.83388 5.69629 10.4209 6.56283 10.4209 8.44387V11.3055C10.4209 11.6102 10.1739 11.8572 9.86923 11.8572H9.70003C9.5248 11.8572 9.37583 11.7292 9.34939 11.556L9.30611 11.2725C9.30456 11.2624 9.29582 11.2548 9.28554 11.2548 9.27898 11.2548 9.27279 11.258 9.26884 11.2632 8.93798 11.7025 8.56504 12.0051 8.12225 12.0051zM8.55369 10.5468C8.76134 10.5468 8.91254 10.4273 9.061 10.2228 9.1309 10.1265 9.16196 10.0082 9.16196 9.8892 9.16196 9.48618 8.76554 9.15197 8.44124 9.39126 8.20998 9.56189 8.12225 9.78088 8.12225 10.029 8.12225 10.3777 8.292 10.5468 8.55369 10.5468zM1.56583 11.8572C1.25333 11.8572 1 11.6038 1 11.2913V4.76013C1 4.33749 1.34262 3.99487 1.76526 3.99487 2.11748 3.99487 2.42421 4.23529 2.50836 4.5773L3.19965 7.38707C3.30448 7.83605 3.38859 8.32628 3.48609 8.80682 3.48815 8.81698 3.49708 8.82427 3.50745 8.82427 3.5177 8.82427 3.52656 8.81713 3.52874 8.80712 3.63309 8.32648 3.71713 7.83614 3.81499 7.38707L4.48124 4.58411C4.56334 4.23869 4.87191 3.99487 5.22694 3.99487 5.65026 3.99487 5.99342 4.33804 5.99342 4.76135V11.2807C5.99342 11.5991 5.73534 11.8572 5.41699 11.8572 5.09863 11.8572 4.84055 11.5991 4.84055 11.2807V9.16243C4.84055 8.38585 4.9382 7.22366 5.0019 6.45208 5.00262 6.44331 4.99568 6.43599 4.98688 6.43599 4.97988 6.43599 4.97381 6.44081 4.97222 6.44762L4.53642 8.31702 3.91204 10.8545C3.86336 11.0523 3.68591 11.1914 3.48215 11.1914 3.27878 11.1914 3.10156 11.0528 3.05251 10.8555L2.42164 8.31702 1.99991 6.44769C1.99837 6.44085 1.99229 6.43599 1.98527 6.43599 1.9765 6.43599 1.96958 6.44329 1.9703 6.45203 2.034 7.22361 2.13165 8.38583 2.13165 9.16243V11.2913C2.13165 11.6038 1.87832 11.8572 1.56583 11.8572z"}}]};t.MaxSingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(a.IconBase,Object.assign({},e,{id:"max-single",ref:t,icon:i}))}));t.MaxSingle.displayName="MaxSingle";t["default"]=t.MaxSingle},4856:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.MenuSingle24=void 0;var n=r(7522);var a=r(7565);var i={tag:"svg",attrs:{fill:"none",viewBox:"0 0 24 24",width:"1em",height:"1em"},children:[{tag:"rect",attrs:{width:20,height:1.5,x:2,y:3.75,fill:"currentColor",rx:.75}},{tag:"rect",attrs:{width:20,height:1.5,x:2,y:11.25,fill:"currentColor",rx:.75}},{tag:"rect",attrs:{width:20,height:1.5,x:2,y:18.75,fill:"currentColor",rx:.75}}]};t.MenuSingle24=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(a.IconBase,Object.assign({},e,{id:"menu-single-24",ref:t,icon:i}))}));t.MenuSingle24.displayName="MenuSingle24";t["default"]=t.MenuSingle24},6148:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.MenuSingle=void 0;var n=r(7522);var a=r(7565);var i={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_106_1267",style:{maskType:"alpha"},width:16,height:16,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#DCDCDC",d:"M0 0H16V16H0z"}}]},{tag:"g",attrs:{fill:"currentColor",mask:"url(#mask0_106_1267)",fillRule:"evenodd",clipRule:"evenodd"},children:[{tag:"path",attrs:{d:"M1.1626 2.77704C1.1626 2.41963 1.45234 2.12988 1.80976 2.12988H14.1902C14.5477 2.12988 14.8374 2.41963 14.8374 2.77704 14.8374 3.13446 14.5477 3.42421 14.1902 3.42421H1.80976C1.45234 3.42421 1.1626 3.13446 1.1626 2.77704zM7.35291 6.25904C7.35291 5.90163 7.64266 5.61188 8.00007 5.61188H14.1903C14.5477 5.61188 14.8375 5.90163 14.8375 6.25904 14.8375 6.61646 14.5477 6.90621 14.1903 6.90621H8.00007C7.64266 6.90621 7.35291 6.61646 7.35291 6.25904zM7.35291 9.74108C7.35291 9.38366 7.64266 9.09392 8.00007 9.09392H14.1903C14.5477 9.09392 14.8375 9.38366 14.8375 9.74108 14.8375 10.0985 14.5477 10.3882 14.1903 10.3882H8.00007C7.64266 10.3882 7.35291 10.0985 7.35291 9.74108zM1.1626 13.2231C1.1626 12.8657 1.45234 12.5759 1.80976 12.5759H14.1902C14.5477 12.5759 14.8374 12.8657 14.8374 13.2231 14.8374 13.5805 14.5477 13.8702 14.1902 13.8702H1.80976C1.45234 13.8702 1.1626 13.5805 1.1626 13.2231zM5.2186 5.49957C5.42437 5.61362 5.55204 5.83035 5.55204 6.06561V9.93451C5.55204 10.1698 5.42437 10.3865 5.2186 10.5005 5.01284 10.6146 4.76139 10.608 4.56189 10.4833L1.46676 8.54885C1.27755 8.43059 1.1626 8.22319 1.1626 8.00006 1.1626 7.77692 1.27755 7.56953 1.46676 7.45126L4.56189 5.51681C4.76139 5.39213 5.01284 5.38552 5.2186 5.49957zM3.03082 8.00006L4.25772 8.76687V7.23325L3.03082 8.00006z"}}]}]};t.MenuSingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(a.IconBase,Object.assign({},e,{id:"menu-single",ref:t,icon:i}))}));t.MenuSingle.displayName="MenuSingle";t["default"]=t.MenuSingle},7419:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.MergeAllSingle=void 0;var n=r(7522);var a=r(7565);var i={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_115_2341",style:{maskType:"alpha"},width:16,height:16,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#DCDCDC",d:"M0 0H16V16H0z"}}]},{tag:"g",attrs:{mask:"url(#mask0_115_2341)"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M5.79376 2.88516C5.79376 2.77895 5.71024 2.69285 5.60722 2.69285H3.26403C3.16101 2.69285 3.0775 2.77895 3.0775 2.88516L3.07751 7.12712C3.07751 7.23332 3.16103 7.31942 3.26405 7.31942H4.86645C4.93259 7.31942 4.99378 7.28331 5.02729 7.22452C5.06079 7.16573 5.06158 7.09304 5.02938 7.03348C4.89248 6.78029 4.92868 6.45457 5.13708 6.23972C5.38899 5.98001 5.79743 5.98 6.04936 6.2397L7.28561 7.51414C7.40659 7.63886 7.47456 7.80801 7.47456 7.98439C7.47456 8.16077 7.4066 8.32993 7.28562 8.45465L6.04936 9.72914C5.79745 9.98885 5.389 9.98885 5.13709 9.72914C4.92869 9.5143 4.89248 9.1886 5.02936 8.93541C5.06156 8.87585 5.06076 8.80317 5.02725 8.74438C4.99375 8.68559 4.93256 8.64948 4.86642 8.64948H3.26405C3.16103 8.64948 3.07751 8.73558 3.07751 8.84179L3.07751 13.1151C3.07751 13.2213 3.16103 13.3074 3.26405 13.3074H5.60723C5.71025 13.3074 5.79377 13.2213 5.79377 13.1151L5.79377 11.0592C5.79377 10.6919 6.08258 10.3942 6.43885 10.3942C6.79512 10.3942 7.08393 10.6919 7.08393 11.0592L7.08393 13.5438C7.08393 14.1478 6.60895 14.6375 6.02304 14.6375H2.84824C2.26233 14.6375 1.78735 14.1478 1.78735 13.5438L1.78734 2.45649C1.78734 1.85246 2.26231 1.36279 2.84822 1.36279H6.02303C6.60894 1.36279 7.08391 1.85246 7.08391 2.45649L7.08393 4.72612C7.08393 5.0934 6.79512 5.39115 6.43885 5.39115C6.08258 5.39115 5.79377 5.0934 5.79377 4.72612L5.79376 2.88516ZM10.2062 13.1151C10.2062 13.2213 10.2897 13.3074 10.3928 13.3074H12.736C12.7854 13.3074 12.8329 13.2872 12.8679 13.2511C12.9028 13.215 12.9225 13.1661 12.9225 13.1151L12.9225 8.84178C12.9225 8.73558 12.839 8.64948 12.736 8.64948H11.1336C11.0674 8.64948 11.0062 8.68559 10.9727 8.74438C10.9392 8.80317 10.9384 8.87586 10.9706 8.93542C11.1075 9.18861 11.0713 9.51433 10.8629 9.72918C10.611 9.98889 10.2026 9.9889 9.95065 9.7292L8.71439 8.45476C8.59341 8.33004 8.52544 8.16089 8.52544 7.98451C8.52544 7.80813 8.5934 7.63897 8.71438 7.51425L9.95064 6.23976C10.2026 5.98005 10.611 5.98005 10.8629 6.23976C11.0713 6.4546 11.1075 6.7803 10.9706 7.03349C10.9384 7.09305 10.9392 7.16573 10.9728 7.22452C11.0063 7.28331 11.0674 7.31942 11.1336 7.31942H12.736C12.839 7.31942 12.9225 7.23332 12.9225 7.12711L12.9225 2.88518C12.9225 2.83417 12.9028 2.78526 12.8678 2.74919C12.8329 2.71313 12.7854 2.69287 12.7359 2.69287L10.3928 2.69287C10.2897 2.69287 10.2062 2.77897 10.2062 2.88518L10.2062 4.90972C10.2062 5.277 9.91742 5.57474 9.56115 5.57474C9.20488 5.57474 8.91607 5.277 8.91607 4.90972L8.91606 2.45651C8.91606 1.85248 9.39103 1.36281 9.97694 1.36281L13.1517 1.36281C13.7377 1.36281 14.2126 1.85248 14.2126 2.45651L14.2127 13.5438C14.2127 14.1478 13.7377 14.6375 13.1518 14.6375H9.97696C9.39105 14.6375 8.91607 14.1478 8.91607 13.5438L8.91607 11.2428C8.91607 10.8755 9.20488 10.5778 9.56115 10.5778C9.91742 10.5778 10.2062 10.8755 10.2062 11.2428L10.2062 13.1151Z",fillRule:"evenodd",clipRule:"evenodd"}}]}]};t.MergeAllSingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(a.IconBase,Object.assign({},e,{id:"merge-all-single",ref:t,icon:i}))}));t.MergeAllSingle.displayName="MergeAllSingle";t["default"]=t.MergeAllSingle},4034:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.MergeByRowSingle=void 0;var n=r(7522);var a=r(7565);var i={tag:"svg",attrs:{fill:"none",viewBox:"0 0 17 17",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_102_715",style:{maskType:"alpha"},width:17,height:17,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#DCDCDC",d:"M0.88 0.24H16.88V16.24H0.88z"}}]},{tag:"g",attrs:{fill:"currentColor",mask:"url(#mask0_102_715)",fillRule:"evenodd",clipRule:"evenodd"},children:[{tag:"path",attrs:{d:"M15.5494 2.90265C15.5494 2.16628 14.9525 1.56934 14.2161 1.56934L3.54959 1.56934C2.81322 1.56934 2.21628 2.16628 2.21628 2.90265L2.21628 5.56928C2.21628 6.30565 2.81322 6.9026 3.54959 6.9026L14.2161 6.9026C14.9525 6.9026 15.5494 6.30566 15.5494 5.56928L15.5494 2.90265zM14.2161 5.56928L14.2161 2.90265 11.5566 2.90265 11.5566 5.56928 14.2161 5.56928zM7.54246 2.90265L10.2233 2.90265 10.2233 5.56928 7.54246 5.56928 7.54246 2.90265zM6.20914 2.90265L3.54959 2.90265 3.54959 5.56928 6.20914 5.56928 6.20914 2.90265zM14.2161 9.56923C14.9525 9.56923 15.5494 10.1662 15.5494 10.9026L15.5494 13.5692C15.5494 14.3056 14.9525 14.9025 14.2161 14.9025L3.54959 14.9025C2.81322 14.9025 2.21627 14.3056 2.21627 13.5692L2.21627 10.9025C2.21627 10.1662 2.81322 9.56923 3.54959 9.56923L14.2161 9.56923zM14.2161 10.9026L14.2161 13.5692 3.54959 13.5692 3.54959 10.9025 14.2161 10.9026z"}}]}]};t.MergeByRowSingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(a.IconBase,Object.assign({},e,{id:"merge-by-row-single",ref:t,icon:i}))}));t.MergeByRowSingle.displayName="MergeByRowSingle";t["default"]=t.MergeByRowSingle},9089:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.MergeCellCenterContentSingle=void 0;var n=r(7522);var a=r(7565);var i={tag:"svg",attrs:{fill:"none",viewBox:"0 0 17 17",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_102_706",style:{maskType:"alpha"},width:17,height:17,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#DCDCDC",d:"M0.88 0.24H16.88V16.24H0.88z"}}]},{tag:"g",attrs:{fill:"currentColor",mask:"url(#mask0_102_706)"},children:[{tag:"path",attrs:{d:"M5.54899 9.91086C5.1808 9.91086 4.88233 10.2093 4.88233 10.5775C4.88233 10.9457 5.1808 11.2442 5.54899 11.2442H12.2156C12.5838 11.2442 12.8822 10.9457 12.8822 10.5775C12.8822 10.2093 12.5838 9.91086 12.2156 9.91086H5.54899Z"}},{tag:"path",attrs:{d:"M3.54901 1.56934C2.81264 1.56934 2.2157 2.16628 2.2157 2.90265V13.5692C2.2157 14.3056 2.81264 14.9025 3.54901 14.9025H14.2155C14.9519 14.9025 15.5489 14.3056 15.5489 13.5692V2.90265C15.5489 2.16628 14.9519 1.56934 14.2155 1.56934H3.54901ZM10.2714 2.90265H7.49318L7.49318 5.45011H10.2714V2.90265ZM11.6047 2.90265V5.45011H14.2155V2.90265H11.6047ZM3.54901 2.90265H6.15986L6.15986 5.45011H3.54901V2.90265ZM3.54901 13.5692V6.78342H14.2155V13.5692H3.54901Z",fillRule:"evenodd",clipRule:"evenodd"}}]}]};t.MergeCellCenterContentSingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(a.IconBase,Object.assign({},e,{id:"merge-cell-center-content-single",ref:t,icon:i}))}));t.MergeCellCenterContentSingle.displayName="MergeCellCenterContentSingle";t["default"]=t.MergeCellCenterContentSingle},7189:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.MergeTextSingle=void 0;var n=r(7522);var a=r(7565);var i={tag:"svg",attrs:{fill:"none",viewBox:"0 0 17 17",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_102_712",style:{maskType:"alpha"},width:17,height:17,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#DCDCDC",d:"M0.88 0.24H16.88V16.24H0.88z"}}]},{tag:"g",attrs:{fill:"currentColor",mask:"url(#mask0_102_712)"},children:[{tag:"path",attrs:{d:"M3.5495 2.9029H6.21662V4.23646H7.55018V2.9029C7.55018 2.16639 6.95313 1.56934 6.21662 1.56934H3.5495C2.813 1.56934 2.21594 2.16639 2.21594 2.9029V13.5714C2.21594 14.3079 2.813 14.9049 3.5495 14.9049H6.21662C6.95313 14.9049 7.55018 14.3079 7.55018 13.5714V12.2378H6.21662V13.5714H3.5495V2.9029Z"}},{tag:"path",attrs:{d:"M9.55052 7.7915H11.2842C11.4315 7.7915 11.5509 7.67209 11.5509 7.52479V6.72466C11.5509 6.57735 11.4315 6.45794 11.2842 6.45794H6.48334C6.33603 6.45794 6.21662 6.57735 6.21662 6.72466V7.52479C6.21662 7.67209 6.33603 7.7915 6.48334 7.7915H8.21696V10.5268C8.21696 10.6741 8.33638 10.7935 8.48368 10.7935H9.28381C9.43111 10.7935 9.55052 10.6741 9.55052 10.5268V7.7915Z"}},{tag:"path",attrs:{d:"M11.5509 2.9029H14.218V13.5714H11.5509V12.2378H10.2173V13.5714C10.2173 14.3079 10.8144 14.9049 11.5509 14.9049H14.218C14.9545 14.9049 15.5515 14.3079 15.5515 13.5714V2.9029C15.5515 2.16639 14.9545 1.56934 14.218 1.56934H11.5509C10.8144 1.56934 10.2173 2.16639 10.2173 2.9029V4.23646H11.5509V2.9029Z"}}]}]};t.MergeTextSingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(a.IconBase,Object.assign({},e,{id:"merge-text-single",ref:t,icon:i}))}));t.MergeTextSingle.displayName="MergeTextSingle";t["default"]=t.MergeTextSingle},3771:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.MinSingle=void 0;var n=r(7522);var a=r(7565);var i={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M11.4552 12.291C11.0537 12.291 10.7282 11.9655 10.7282 11.564V6.91262C10.7282 6.56217 11.0123 6.27807 11.3627 6.27807H11.541C11.7575 6.27807 11.9405 6.43857 11.9687 6.65322L12.0152 7.00736C12.0168 7.01938 12.027 7.02837 12.0391 7.02837 12.0465 7.02837 12.0535 7.02501 12.0581 7.01925 12.4429 6.53712 12.9173 6.13013 13.5459 6.13013 14.5646 6.13013 15 7.07064 15 8.57124V11.5599C15 11.9637 14.6727 12.291 14.2689 12.291 13.8651 12.291 13.5377 11.9637 13.5377 11.5599V8.80373C13.5377 7.97946 13.3652 7.7364 12.9955 7.7364 12.3404 7.7364 12.1822 8.63362 12.1822 9.28872V11.564C12.1822 11.9655 11.8567 12.291 11.4552 12.291zM8.81616 12.291C8.41463 12.291 8.08913 11.9655 8.08913 11.564V7.00507C8.08913 6.60354 8.41463 6.27804 8.81616 6.27804 9.21769 6.27804 9.54319 6.60354 9.54319 7.00507V11.564C9.54319 11.9655 9.21769 12.291 8.81616 12.291zM8.82027 5.30198C8.32736 5.30198 7.98233 5.04163 7.98233 4.48155 7.98233 3.9109 8.32736 3.70899 8.82027 3.70899 9.30496 3.70899 9.64999 3.9109 9.64999 4.48155 9.64999 5.04163 9.30496 5.30198 8.82027 5.30198zM1.6572 12.291C1.29424 12.291 1 11.9968 1 11.6338V5.33251C1 4.83336 1.40465 4.42871 1.9038 4.42871 2.30732 4.42871 2.66194 4.69619 2.77282 5.08418L3.55488 7.82091C3.67641 8.26904 3.77396 8.75828 3.88695 9.23796 3.88973 9.24977 3.90027 9.25811 3.91241 9.25811 3.92439 9.25811 3.93484 9.24998 3.93777 9.23836 4.05868 8.75856 4.15614 8.26917 4.26959 7.82091L5.02278 5.09275C5.13109 4.70044 5.488 4.42871 5.89499 4.42871 6.39472 4.42871 6.79983 4.83382 6.79983 5.33355V11.6215C6.79983 11.9913 6.50008 12.291 6.13031 12.291 5.76054 12.291 5.46078 11.9913 5.46078 11.6215V9.59627C5.46078 8.82068 5.57391 7.66049 5.6479 6.8889 5.64889 6.87856 5.64073 6.86983 5.63034 6.86983 5.62239 6.86983 5.61542 6.87516 5.61334 6.88284L5.10753 8.75086 4.39679 11.2377C4.33123 11.4671 4.12153 11.6252 3.88293 11.6252 3.64486 11.6252 3.43549 11.4678 3.36946 11.239L2.65123 8.75086 2.16176 6.88293C2.15973 6.87521 2.15276 6.86983 2.14478 6.86983 2.13442 6.86983 2.1263 6.87852 2.12729 6.88883 2.20127 7.66042 2.31441 8.82066 2.31441 9.59627V11.6338C2.31441 11.9968 2.02017 12.291 1.6572 12.291z"}}]};t.MinSingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(a.IconBase,Object.assign({},e,{id:"min-single",ref:t,icon:i}))}));t.MinSingle.displayName="MinSingle";t["default"]=t.MinSingle},5506:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.MoreDownSingle=void 0;var n=r(7522);var a=r(7565);var i={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_102_556",style:{maskType:"alpha"},width:16,height:16,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#D9D9D9",d:"M0 0H16V16H0z"}}]},{tag:"g",attrs:{mask:"url(#mask0_102_556)"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M0.629584 3.99986C1.13729 3.4922 1.9604 3.49224 2.46806 3.99995L7.57569 9.10806C7.81 9.3424 8.18992 9.3424 8.42424 9.10808L13.5323 3.99998C14.04 3.4923 14.8631 3.4923 15.3708 3.99998C15.8785 4.50766 15.8785 5.33078 15.3708 5.83846L9.41415 11.7951C8.63307 12.5762 7.36669 12.5762 6.58565 11.7951L0.629497 5.83834C0.121839 5.33063 0.121879 4.50752 0.629584 3.99986Z",fillRule:"evenodd",clipRule:"evenodd"}}]}]};t.MoreDownSingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(a.IconBase,Object.assign({},e,{id:"more-down-single",ref:t,icon:i}))}));t.MoreDownSingle.displayName="MoreDownSingle";t["default"]=t.MoreDownSingle},5069:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.MoreFunctionSingle=void 0;var n=r(7522);var a=r(7565);var i={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M8 3.30078C8.55228 3.30078 9 2.85307 9 2.30078 9 1.7485 8.55228 1.30078 8 1.30078 7.44772 1.30078 7 1.7485 7 2.30078 7 2.85307 7.44772 3.30078 8 3.30078zM8 9.00012C8.55228 9.00012 9 8.55241 9 8.00012 9 7.44784 8.55228 7.00012 8 7.00012 7.44772 7.00012 7 7.44784 7 8.00012 7 8.55241 7.44772 9.00012 8 9.00012zM9 13.6995C9 14.2517 8.55228 14.6995 8 14.6995 7.44772 14.6995 7 14.2517 7 13.6995 7 13.1472 7.44772 12.6995 8 12.6995 8.55228 12.6995 9 13.1472 9 13.6995z"}}]};t.MoreFunctionSingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(a.IconBase,Object.assign({},e,{id:"more-function-single",ref:t,icon:i}))}));t.MoreFunctionSingle.displayName="MoreFunctionSingle";t["default"]=t.MoreFunctionSingle},1446:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.MoreLeftSingle=void 0;var n=r(7522);var a=r(7565);var i={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_506_8",style:{maskType:"alpha"},width:16,height:16,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#D9D9D9",d:"M16 0H32V16H16z",transform:"rotate(90 16 0)"}}]},{tag:"g",attrs:{mask:"url(#mask0_506_8)"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M12.0001 0.629584C12.5078 1.13729 12.5078 1.9604 12.0001 2.46806L6.89194 7.57569C6.6576 7.81 6.65759 8.18992 6.89192 8.42424L12 13.5323C12.5077 14.04 12.5077 14.8631 12 15.3708C11.4923 15.8785 10.6692 15.8785 10.1615 15.3708L4.20487 9.41415C3.4238 8.63307 3.42383 7.36669 4.20494 6.58565L10.1617 0.629496C10.6694 0.121839 11.4925 0.121879 12.0001 0.629584Z",fillRule:"evenodd",clipRule:"evenodd"}}]}]};t.MoreLeftSingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(a.IconBase,Object.assign({},e,{id:"more-left-single",ref:t,icon:i}))}));t.MoreLeftSingle.displayName="MoreLeftSingle";t["default"]=t.MoreLeftSingle},6327:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.MoreRightSingle=void 0;var n=r(7522);var a=r(7565);var i={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_506_11",style:{maskType:"alpha"},width:16,height:16,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#D9D9D9",d:"M0 16H16V32H0z",transform:"rotate(-90 0 16)"}}]},{tag:"g",attrs:{mask:"url(#mask0_506_11)"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M3.99986 15.3704C3.4922 14.8627 3.49224 14.0396 3.99995 13.5319L9.10806 8.42431C9.3424 8.19 9.3424 7.81008 9.10808 7.57576L3.99998 2.46766C3.4923 1.95998 3.4923 1.13687 3.99998 0.629185C4.50766 0.121504 5.33078 0.121504 5.83846 0.629185L11.7951 6.58585C12.5762 7.36693 12.5762 8.63331 11.7951 9.41435L5.83834 15.3705C5.33063 15.8782 4.50752 15.8781 3.99986 15.3704Z",fillRule:"evenodd",clipRule:"evenodd"}}]}]};t.MoreRightSingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(a.IconBase,Object.assign({},e,{id:"more-right-single",ref:t,icon:i}))}));t.MoreRightSingle.displayName="MoreRightSingle";t["default"]=t.MoreRightSingle},2140:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.MoreSingle=void 0;var n=r(7522);var a=r(7565);var i={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M5.45493 2.80093C5.74783 2.49409 6.2227 2.49409 6.5156 2.80093L11.0156 7.51523C11.3085 7.82207 11.3085 8.31956 11.0156 8.6264L6.44488 13.27C6.15199 13.5768 5.67711 13.5768 5.38422 13.27C5.09133 12.9631 5.09133 12.4656 5.38422 12.1588L9.28804 8.20898C9.36409 8.13203 9.36517 8.00855 9.29047 7.93029L5.45493 3.9121C5.16204 3.60526 5.16204 3.10777 5.45493 2.80093Z",fillRule:"evenodd",clipRule:"evenodd"}}]};t.MoreSingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(a.IconBase,Object.assign({},e,{id:"more-single",ref:t,icon:i}))}));t.MoreSingle.displayName="MoreSingle";t["default"]=t.MoreSingle},3872:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.MoreUpSingle=void 0;var n=r(7522);var a=r(7565);var i={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_506_5",style:{maskType:"alpha"},width:16,height:16,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#D9D9D9",d:"M16 16H32V32H16z",transform:"rotate(180 16 16)"}}]},{tag:"g",attrs:{mask:"url(#mask0_506_5)"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M15.3704 12.0001C14.8627 12.5078 14.0396 12.5078 13.5319 12.0001L8.42431 6.89194C8.19 6.6576 7.81008 6.6576 7.57576 6.89192L2.46766 12C1.95998 12.5077 1.13687 12.5077 0.629185 12C0.121504 11.4923 0.121504 10.6692 0.629185 10.1615L6.58585 4.20487C7.36693 3.4238 8.63331 3.42383 9.41435 4.20494L15.3705 10.1617C15.8782 10.6694 15.8781 11.4925 15.3704 12.0001Z",fillRule:"evenodd",clipRule:"evenodd"}}]}]};t.MoreUpSingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(a.IconBase,Object.assign({},e,{id:"more-up-single",ref:t,icon:i}))}));t.MoreUpSingle.displayName="MoreUpSingle";t["default"]=t.MoreUpSingle},8918:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.NameScopingSingle=void 0;var n=r(7522);var a=r(7565);var i={tag:"svg",attrs:{fill:"none",viewBox:"0 0 17 16",width:"1em",height:"1em"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M8.38078 10.9714C8.80078 10.9714 9.01078 10.8414 9.01078 10.5814V5.57094C9.01078 5.22427 8.78078 5.05094 8.32078 5.05094H7.32078C7.18745 5.05094 7.08745 5.09761 7.02078 5.19094C6.96078 5.28427 6.93078 5.45094 6.93078 5.69094C6.93078 5.94427 6.95411 6.11094 7.00078 6.19094C7.04745 6.27094 7.13411 6.31094 7.26078 6.31094H7.75078V10.5814C7.75078 10.8414 7.96078 10.9714 8.38078 10.9714Z"}},{tag:"path",attrs:{fill:"currentColor",d:"M1.24878 1.96769C1.24878 1.5995 1.54726 1.30103 1.91545 1.30103H4.58211C4.9503 1.30103 5.24878 1.5995 5.24878 1.96769V2.63428H11.1844V1.96769C11.1844 1.5995 11.4829 1.30103 11.8511 1.30103H14.5178C14.886 1.30103 15.1844 1.5995 15.1844 1.96769V4.63436C15.1844 5.00255 14.886 5.30103 14.5178 5.30103H13.8512V10.6971H14.5178C14.886 10.6971 15.1844 10.9956 15.1844 11.3638V14.0305C15.1844 14.3987 14.886 14.6971 14.5178 14.6971H11.8511C11.4829 14.6971 11.1844 14.3987 11.1844 14.0305V13.364H5.24878V14.0305C5.24878 14.3987 4.9503 14.6971 4.58211 14.6971H1.91545C1.54726 14.6971 1.24878 14.3987 1.24878 14.0305V11.3638C1.24878 10.9956 1.54726 10.6971 1.91545 10.6971H2.58203V5.30103H1.91545C1.54726 5.30103 1.24878 5.00255 1.24878 4.63436V1.96769ZM11.1844 11.3638V12.0306H5.24878V11.3638C5.24878 10.9956 4.9503 10.6971 4.58211 10.6971H3.91536V5.30103H4.58211C4.9503 5.30103 5.24878 5.00255 5.24878 4.63436V3.96761H11.1844V4.63436C11.1844 5.00255 11.4829 5.30103 11.8511 5.30103H12.5178V10.6971H11.8511C11.4829 10.6971 11.1844 10.9956 11.1844 11.3638ZM3.91545 12.0305V12.6899L3.91541 12.6973L3.91545 12.7048V13.3638H2.58211V12.0305H3.91545ZM3.91545 3.29349L3.91541 3.30094L3.91545 3.30839V3.96769H3.25615L3.2487 3.96765L3.24125 3.96769H2.58211V2.63436H3.91545V3.29349ZM12.5178 13.3638V12.0305H13.8511V13.3638H12.5178ZM13.1845 3.96765L13.1919 3.96769H13.8511V2.63436H12.5178V3.96769H13.177L13.1845 3.96765Z",fillRule:"evenodd",clipRule:"evenodd"}}]};t.NameScopingSingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(a.IconBase,Object.assign({},e,{id:"name-scoping-single",ref:t,icon:i}))}));t.NameScopingSingle.displayName="NameScopingSingle";t["default"]=t.NameScopingSingle},416:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.NeedSingle16=void 0;var n=r(7522);var a=r(7565);var i={tag:"svg",attrs:{fill:"none",viewBox:"0 0 17 17",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_273_6447",style:{maskType:"alpha"},width:17,height:17,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#D9D9D9",d:"M0.54 0.84H16.54V16.84H0.54z"}}]},{tag:"g",attrs:{fill:"currentColor",mask:"url(#mask0_273_6447)"},children:[{tag:"path",attrs:{d:"M8.52953 2.06122C8.79183 2.06122 9.03377 2.20263 9.16249 2.43118L11.8866 7.26816C12.0133 7.49309 12.0111 7.76835 11.8809 7.99122C11.7506 8.21409 11.5118 8.35108 11.2537 8.35108H9.25622L9.25848 14.8948C9.25862 15.296 8.93349 15.6214 8.53229 15.6215C8.13109 15.6217 7.80574 15.2965 7.8056 14.8953L7.80334 8.35108H5.80537C5.54722 8.35108 5.30847 8.21409 5.1782 7.99122C5.04794 7.76835 5.04573 7.49309 5.17241 7.26816L7.89657 2.43118C8.02529 2.20263 8.26722 2.06122 8.52953 2.06122Z"}},{tag:"path",attrs:{d:"M5.0653 8.81148C5.41187 9.01361 5.52895 9.45842 5.32683 9.80498L5.07767 10.2322H6.41228C6.81349 10.2322 7.13872 10.5574 7.13872 10.9586 7.13872 11.3598 6.81349 11.6851 6.41228 11.6851H4.2303L3.13489 13.5632H6.41187C6.81307 13.5632 7.13831 13.8885 7.13831 14.2897 7.13831 14.6909 6.81307 15.0161 6.41187 15.0161H1.87024C1.61014 15.0161 1.36988 14.877 1.24033 14.6515 1.11077 14.426 1.11169 14.1484 1.24273 13.9237L4.0718 9.07301C4.27393 8.72644 4.71874 8.60935 5.0653 8.81148zM12.0223 8.81148C12.3689 8.60935 12.8137 8.72644 13.0158 9.07301L15.8449 13.9237C15.9759 14.1484 15.9768 14.426 15.8473 14.6515 15.7177 14.877 15.4775 15.0161 15.2174 15.0161H10.6486C10.2473 15.0161 9.92211 14.6909 9.92211 14.2897 9.92211 13.8885 10.2473 13.5632 10.6486 13.5632H13.9527L12.8573 11.6851H10.6783C10.2771 11.6851 9.95191 11.3598 9.95191 10.9586 9.95191 10.5574 10.2771 10.2322 10.6783 10.2322H12.0099L11.7608 9.80498C11.5586 9.45842 11.6757 9.01361 12.0223 8.81148z"}}]}]};t.NeedSingle16=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(a.IconBase,Object.assign({},e,{id:"need-single-16",ref:t,icon:i}))}));t.NeedSingle16.displayName="NeedSingle16";t["default"]=t.NeedSingle16},3245:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.NeedSingle20=void 0;var n=r(7522);var a=r(7565);var i={tag:"svg",attrs:{fill:"none",viewBox:"0 0 21 21",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_273_6459",style:{maskType:"alpha"},width:21,height:21,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#D9D9D9",d:"M0.91 0.84H20.91V20.84H0.91z"}}]},{tag:"g",attrs:{fill:"currentColor",mask:"url(#mask0_273_6459)"},children:[{tag:"path",attrs:{d:"M10.8883 2.36621C11.2162 2.36621 11.5186 2.54297 11.6795 2.82866L15.0847 8.87489C15.243 9.15605 15.2403 9.50013 15.0774 9.77871C14.9146 10.0573 14.6162 10.2285 14.2935 10.2285H11.7967L11.7995 18.4082C11.7997 18.9097 11.3932 19.3164 10.8917 19.3166C10.3902 19.3168 9.98355 18.9103 9.98338 18.4088L9.98055 10.2285H7.48309C7.16041 10.2285 6.86196 10.0573 6.69913 9.77871C6.5363 9.50013 6.53354 9.15605 6.69189 8.87489L10.0971 2.82866C10.258 2.54297 10.5604 2.36621 10.8883 2.36621Z"}},{tag:"path",attrs:{d:"M6.55801 10.804C6.99121 11.0567 7.13757 11.6127 6.88491 12.0459L6.57347 12.5799H8.24173C8.74324 12.5799 9.14979 12.9865 9.14979 13.488 9.14979 13.9895 8.74324 14.396 8.24173 14.396H5.51425L4.145 16.7437H8.24122C8.74272 16.7437 9.14927 17.1503 9.14927 17.6518 9.14927 18.1533 8.74272 18.5598 8.24122 18.5598H2.56418C2.23905 18.5598 1.93873 18.386 1.77679 18.1041 1.61484 17.8221 1.61599 17.4751 1.77979 17.1943L5.31613 11.1309C5.56879 10.6977 6.1248 10.5514 6.55801 10.804zM15.2543 10.804C15.6875 10.5514 16.2435 10.6977 16.4961 11.131L20.0325 17.1943C20.1963 17.4751 20.1974 17.8221 20.0355 18.1041 19.8735 18.386 19.5732 18.5598 19.2481 18.5598H13.5371C13.0356 18.5598 12.629 18.1533 12.629 17.6518 12.629 17.1503 13.0356 16.7437 13.5371 16.7437H17.6673L16.298 14.396H13.5743C13.0728 14.396 12.6663 13.9895 12.6663 13.488 12.6663 12.9865 13.0728 12.5799 13.5743 12.5799H15.2388L14.9274 12.0459C14.6747 11.6127 14.8211 11.0567 15.2543 10.804z"}}]}]};t.NeedSingle20=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(a.IconBase,Object.assign({},e,{id:"need-single-20",ref:t,icon:i}))}));t.NeedSingle20.displayName="NeedSingle20";t["default"]=t.NeedSingle20},2606:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.NewbuiltSingle=void 0;var n=r(7522);var a=r(7565);var i={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_102_847",style:{maskType:"alpha"},width:16,height:16,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#DCDCDC",d:"M0 0H16V16H0z"}}]},{tag:"g",attrs:{fill:"currentColor",mask:"url(#mask0_102_847)"},children:[{tag:"path",attrs:{d:"M7.04399 1.46838C6.34012 1.46838 5.76954 2.03898 5.76954 2.74284V3.69867C5.76954 4.0506 6.05484 4.3359 6.40677 4.3359 6.7587 4.3359 7.04399 4.0506 7.04399 3.69867V2.74284H13.4163V9.75232H12.1418C11.7899 9.75232 11.5046 10.0376 11.5046 10.3895 11.5046 10.7415 11.7899 11.0268 12.1418 11.0268H13.4163C14.1201 11.0268 14.6907 10.4562 14.6907 9.75232V2.74284C14.6907 2.03898 14.1201 1.46838 13.4163 1.46838H7.04399zM5.76954 7.84064C6.12147 7.84064 6.40677 8.12594 6.40677 8.47787V9.43371H7.36261C7.71454 9.43371 7.99983 9.719 7.99983 10.0709 7.99983 10.4229 7.71454 10.7082 7.36261 10.7082H6.40677V11.664C6.40677 12.0159 6.12147 12.3012 5.76954 12.3012 5.41761 12.3012 5.13232 12.0159 5.13232 11.664V10.7082H4.17648C3.82455 10.7082 3.53925 10.4229 3.53925 10.0709 3.53925 9.719 3.82455 9.43371 4.17648 9.43371H5.13232V8.47787C5.13232 8.12594 5.41761 7.84064 5.76954 7.84064z"}},{tag:"path",attrs:{d:"M2.58341 5.61035C1.87955 5.61035 1.30896 6.18094 1.30896 6.8848V13.2571C1.30896 13.9609 1.87955 14.5315 2.58341 14.5315H8.95567C9.65953 14.5315 10.2301 13.9609 10.2301 13.2571V6.8848C10.2301 6.18094 9.65953 5.61035 8.95567 5.61035H2.58341ZM2.58341 13.2571V6.8848H8.95567V13.2571H2.58341Z",fillRule:"evenodd",clipRule:"evenodd"}}]}]};t.NewbuiltSingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(a.IconBase,Object.assign({},e,{id:"newbuilt-single",ref:t,icon:i}))}));t.NewbuiltSingle.displayName="NewbuiltSingle";t["default"]=t.NewbuiltSingle},5514:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.NextSingle=void 0;var n=r(7522);var a=r(7565);var i={tag:"svg",attrs:{fill:"none",viewBox:"0 0 22 22",width:"1em",height:"1em"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M14.3981 4.85174C14.0401 4.49376 13.4597 4.49376 13.1017 4.85174C12.7437 5.20972 12.7437 5.79012 13.1017 6.1481L17.0369 10.0833H2.74989C2.24363 10.0833 1.83322 10.4937 1.83322 10.9999C1.83322 11.5062 2.24363 11.9166 2.74989 11.9166H17.0369L13.1017 15.8517C12.7437 16.2097 12.7437 16.7901 13.1017 17.1481C13.4597 17.5061 14.0401 17.5061 14.3981 17.1481L19.8981 11.6481C19.9909 11.5553 20.0596 11.4476 20.1043 11.3327C20.1386 11.2446 20.1597 11.15 20.1651 11.0512C20.167 11.017 20.167 10.9828 20.1651 10.9487C20.1597 10.8499 20.1386 10.7552 20.1043 10.6672C20.0596 10.5523 19.9909 10.4445 19.8981 10.3517L14.3981 4.85174Z"}}]};t.NextSingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(a.IconBase,Object.assign({},e,{id:"next-single",ref:t,icon:i}))}));t.NextSingle.displayName="NextSingle";t["default"]=t.NextSingle},7012:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.NoBorderSingle=void 0;var n=r(7522);var a=r(7565);var i={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_102_727",style:{maskType:"alpha"},width:16,height:16,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#DCDCDC",d:"M0 0H16V16H0z"}}]},{tag:"g",attrs:{fill:"currentColor",mask:"url(#mask0_102_727)"},children:[{tag:"path",attrs:{d:"M1.33325 11.9997V13.333C1.33325 14.0694 1.93021 14.6663 2.66659 14.6663H3.99992V13.333H2.66659L2.66659 11.9997H1.33325zM3.99992 1.33301H2.66659C1.93021 1.33301 1.33325 1.92996 1.33325 2.66634V3.99967H2.66659V2.66634L3.99992 2.66634V1.33301zM1.33325 9.33301H2.66659V6.66634H1.33325V9.33301zM6.66659 1.33301V2.66634H7.33325V5.33301H8.66659V2.66634H9.33325V1.33301H6.66659zM11.9999 1.33301V2.66634H13.3333V3.99967H14.6666V2.66634C14.6666 1.92996 14.0696 1.33301 13.3333 1.33301H11.9999zM14.6666 6.66634H13.3333V7.33301H10.6666V8.66634H13.3333V9.33301H14.6666V6.66634zM14.6666 11.9997H13.3333V13.333H11.9999V14.6663H13.3333C14.0696 14.6663 14.6666 14.0694 14.6666 13.333V11.9997zM9.33325 14.6663V13.333H8.66659V10.6663H7.33325V13.333H6.66659V14.6663H9.33325zM5.33325 7.33301H2.66659V8.66634H5.33325V7.33301z"}}]}]};t.NoBorderSingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(a.IconBase,Object.assign({},e,{id:"no-border-single",ref:t,icon:i}))}));t.NoBorderSingle.displayName="NoBorderSingle";t["default"]=t.NoBorderSingle},1157:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.NoColor=void 0;var n=r(7522);var a=r(7565);var i={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M12.665 2.66496H3.33496C2.96493 2.66496 2.66496 2.96493 2.66496 3.33496V12.665C2.66496 13.035 2.96493 13.335 3.33496 13.335H12.665C13.035 13.335 13.335 13.035 13.335 12.665V3.33496C13.335 2.96493 13.035 2.66496 12.665 2.66496ZM3.33496 1.33496C2.23039 1.33496 1.33496 2.23039 1.33496 3.33496V12.665C1.33496 13.7695 2.23039 14.665 3.33496 14.665H12.665C13.7695 14.665 14.665 13.7695 14.665 12.665V3.33496C14.665 2.23039 13.7695 1.33496 12.665 1.33496H3.33496Z",fillRule:"evenodd",clipRule:"evenodd"}},{tag:"path",attrs:{fill:"colorChannel1",d:"M13.2559 14.1963L1.64941 2.58984L2.58987 1.64939L14.1963 13.2558L13.2559 14.1963Z",fillRule:"evenodd",clipRule:"evenodd"}}]};t.NoColor=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(a.IconBase,Object.assign({},e,{id:"no-color",ref:t,icon:i}))}));t.NoColor.displayName="NoColor";t["default"]=t.NoColor},3358:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.NoRotationSingle=void 0;var n=r(7522);var a=r(7565);var i={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_102_837",style:{maskType:"alpha"},width:16,height:16,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#DCDCDC",d:"M0 0H16V16H0z"}}]},{tag:"g",attrs:{fill:"currentColor",mask:"url(#mask0_102_837)"},children:[{tag:"path",attrs:{d:"M8.6162 1.81215C8.5058 1.58491 8.26513 1.43921 8.00015 1.43921C7.73517 1.43921 7.4945 1.58491 7.3841 1.81215L3.99571 8.78653C3.83977 9.10751 3.98917 9.48697 4.3294 9.63409C4.66964 9.78121 5.07187 9.64026 5.22781 9.31929L6.1761 7.36743H9.8242L10.7725 9.31929C10.9284 9.64026 11.3307 9.78121 11.6709 9.63409C12.0111 9.48697 12.1605 9.10751 12.0046 8.78653L8.6162 1.81215ZM9.203 6.0888H6.7973L8.00015 3.61294L9.203 6.0888Z",fillRule:"evenodd",clipRule:"evenodd"}},{tag:"path",attrs:{d:"M2.35535 11.5384C1.98108 11.5384 1.67767 11.8246 1.67767 12.1777C1.67767 12.5308 1.98108 12.817 2.35535 12.817H12.0086L11.3172 13.4692C11.0526 13.7189 11.0526 14.1237 11.3172 14.3734C11.5819 14.623 12.0109 14.623 12.2756 14.3734L14.1238 12.6298C14.3176 12.4469 14.3756 12.1719 14.2707 11.933C14.1658 11.6942 13.9187 11.5384 13.6446 11.5384H2.35535Z"}}]}]};t.NoRotationSingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(a.IconBase,Object.assign({},e,{id:"no-rotation-single",ref:t,icon:i}))}));t.NoRotationSingle.displayName="NoRotationSingle";t["default"]=t.NoRotationSingle},7792:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.NoteSingle=void 0;var n=r(7522);var a=r(7565);var i={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_102_787",style:{maskType:"alpha"},width:16,height:16,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#DCDCDC",d:"M0 0H16V16H0z"}}]},{tag:"g",attrs:{fill:"currentColor",mask:"url(#mask0_102_787)"},children:[{tag:"path",attrs:{d:"M4.96962 6.70151C4.6349 6.70151 4.36356 6.97981 4.36356 7.32311C4.36356 7.66641 4.6349 7.94471 4.96962 7.94471H11.0302C11.3649 7.94471 11.6363 7.66641 11.6363 7.32311C11.6363 6.97981 11.3649 6.70151 11.0302 6.70151H4.96962Z"}},{tag:"path",attrs:{d:"M1.93931 1.7395C1.60459 1.7395 1.33325 2.0178 1.33325 2.3611V11.9851C1.33325 12.3284 1.60459 12.6067 1.93931 12.6067H4.06052V13.5391C4.06052 13.7545 4.16928 13.9546 4.34796 14.0679C4.52664 14.1811 4.74975 14.1914 4.93762 14.0951L7.83996 12.6067H14.0605C14.3952 12.6067 14.6666 12.3284 14.6666 11.9851V2.3611C14.6666 2.0178 14.3952 1.7395 14.0605 1.7395H1.93931ZM2.54537 11.3635V2.9827H7.99992H13.4545V11.3635H7.69689C7.6028 11.3635 7.51 11.386 7.42585 11.4291L5.27265 12.5333V11.9851C5.27265 11.6418 5.0013 11.3635 4.66659 11.3635H2.54537Z",fillRule:"evenodd",clipRule:"evenodd"}}]}]};t.NoteSingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(a.IconBase,Object.assign({},e,{id:"note-single",ref:t,icon:i}))}));t.NoteSingle.displayName="NoteSingle";t["default"]=t.NoteSingle},1101:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.OffLineSingle=void 0;var n=r(7522);var a=r(7565);var i={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_102_585",style:{maskType:"alpha"},width:16,height:16,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#D9D9D9",d:"M0 0H16V16H0z"}}]},{tag:"g",attrs:{fill:"currentColor",mask:"url(#mask0_102_585)"},children:[{tag:"path",attrs:{d:"M8.00011 11.7216C7.64665 11.7216 7.36011 11.435 7.36011 11.0816V2.76158C7.36011 2.40812 7.64665 2.12158 8.00011 2.12158 8.35357 2.12158 8.64011 2.40812 8.64011 2.76158V11.0816C8.64011 11.435 8.35357 11.7216 8.00011 11.7216zM8.00008 13.8783C8.46032 13.8783 8.83342 13.5052 8.83342 13.045 8.83342 12.5847 8.46032 12.2116 8.00008 12.2116 7.53985 12.2116 7.16675 12.5847 7.16675 13.045 7.16675 13.5052 7.53985 13.8783 8.00008 13.8783zM9.43991 3.3083V4.6566C11.1747 4.93531 12.8439 5.72115 14.2082 7.01405 14.4754 7.26731 14.8974 7.25598 15.1506 6.98873 15.4039 6.72149 15.3926 6.29953 15.1253 6.04626 13.5035 4.50928 11.5069 3.59665 9.43991 3.3083zM2.3565 6.52137C3.60481 5.51948 5.05771 4.89789 6.55991 4.65657V3.30842C4.7603 3.55961 3.014 4.284 1.52191 5.48155 1.3003 5.65943 1.08439 5.84768.874838 6.04627.607592 6.29953.59626 6.72149.849526 6.98873 1.10279 7.25598 1.52475 7.26731 1.79199 7.01405 1.97498 6.84063 2.16333 6.67643 2.3565 6.52137zM2.86201 8.33667C3.91262 7.28606 5.2049 6.62442 6.55991 6.35175V7.71826C5.55037 7.96981 4.59408 8.49022 3.80482 9.27947 3.54447 9.53982 3.12236 9.53982 2.86201 9.27947 2.60166 9.01912 2.60166 8.59701 2.86201 8.33667zM9.43991 7.71818V6.35169C10.795 6.62431 12.0875 7.28597 13.1382 8.33667 13.3985 8.59701 13.3985 9.01912 13.1382 9.27947 12.8778 9.53982 12.4557 9.53982 12.1953 9.27947 11.406 8.49013 10.4496 7.9697 9.43991 7.71818zM4.86201 10.5082C5.35689 10.0134 5.93957 9.65979 6.55991 9.44753V10.8951C6.28821 11.0374 6.03315 11.2227 5.80482 11.451 5.54447 11.7114 5.12236 11.7114 4.86201 11.451 4.60166 11.1907 4.60166 10.7686 4.86201 10.5082zM9.43991 10.8949V9.44741C10.0604 9.65966 10.6432 10.0133 11.1382 10.5082 11.3985 10.7686 11.3985 11.1907 11.1382 11.451 10.8778 11.7114 10.4557 11.7114 10.1953 11.451 9.96691 11.2226 9.71174 11.0372 9.43991 10.8949z"}}]}]};t.OffLineSingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(a.IconBase,Object.assign({},e,{id:"off-line-single",ref:t,icon:i}))}));t.OffLineSingle.displayName="OffLineSingle";t["default"]=t.OffLineSingle},5313:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.OnLineSingle=void 0;var n=r(7522);var a=r(7565);var i={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_102_580",style:{maskType:"alpha"},width:16,height:16,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#D9D9D9",d:"M0 0H16V16H0z"}}]},{tag:"g",attrs:{fill:"currentColor",mask:"url(#mask0_102_580)",fillRule:"evenodd",clipRule:"evenodd"},children:[{tag:"path",attrs:{d:"M5.82613 4.56746C5.40036 5.04236 5.18674 5.65314 5.02643 6.21425C4.94606 6.49553 4.68897 6.68945 4.39644 6.68945C4.17409 6.68945 3.56092 6.78651 3.0238 7.12221C2.52284 7.43531 2.10324 7.93892 2.10324 8.81885C2.10324 9.60442 2.39454 10.0131 2.72844 10.2503C3.09823 10.5131 3.60322 10.6206 4.06884 10.6206C4.43069 10.6206 4.72404 10.914 4.72404 11.2758C4.72404 11.6377 4.43069 11.931 4.06884 11.931C3.44246 11.931 2.63705 11.7929 1.96945 11.3185C1.26595 10.8187 0.792847 9.99887 0.792847 8.81885C0.792847 7.40558 1.51984 6.5169 2.32929 6.011C2.8676 5.67455 3.44845 5.50028 3.89776 5.42544C4.07573 4.89085 4.35413 4.2463 4.85044 3.69271C5.51609 2.95026 6.5174 2.43066 8.00003 2.43066C9.27898 2.43066 10.2502 2.7993 10.9548 3.3781C11.5184 3.84106 11.881 4.41324 12.1008 4.9709C12.1429 4.98097 12.1875 4.99222 12.2342 5.00477C12.549 5.08928 12.9754 5.23648 13.408 5.48878C14.2932 6.00515 15.2072 6.97409 15.2072 8.65505C15.2072 9.79541 14.8194 10.6501 14.1525 11.2059C13.5065 11.7442 12.6838 11.931 11.9312 11.931C11.5694 11.931 11.276 11.6377 11.276 11.2758C11.276 10.914 11.5694 10.6206 11.9312 10.6206C12.4891 10.6206 12.9767 10.4799 13.3136 10.1992C13.6294 9.93602 13.8968 9.48028 13.8968 8.65505C13.8968 7.55142 13.3367 6.96426 12.7477 6.62068C12.4431 6.443 12.1325 6.33426 11.8944 6.27034C11.7766 6.23871 11.6799 6.21893 11.6151 6.20737C11.5828 6.2016 11.5587 6.19792 11.5442 6.19585L11.53 6.19391L11.5302 6.19393L11.5307 6.19398C11.2667 6.16442 11.0466 5.97834 10.9736 5.72285C10.8382 5.24885 10.5726 4.75996 10.123 4.39067C9.68107 4.02762 9.01427 3.74106 8.00003 3.74106C6.86186 3.74106 6.22518 4.12236 5.82613 4.56746ZM11.53 6.19391L11.5294 6.19384L11.5286 6.19374C11.5284 6.19372 11.5288 6.19377 11.53 6.19391Z"}},{tag:"path",attrs:{d:"M11.0302 9.12626C11.3127 9.35231 11.3585 9.76463 11.1325 10.0472L8.51171 13.3232C8.40173 13.4606 8.24107 13.5481 8.06592 13.5658C7.89077 13.5835 7.71587 13.5299 7.58063 13.4172L5.61504 11.7792C5.33705 11.5476 5.2995 11.1344 5.53115 10.8564C5.7628 10.5785 6.17595 10.5409 6.45393 10.7725L7.90602 11.9826L10.1093 9.22859C10.3353 8.94603 10.7476 8.90021 11.0302 9.12626Z"}}]}]};t.OnLineSingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(a.IconBase,Object.assign({},e,{id:"on-line-single",ref:t,icon:i}))}));t.OnLineSingle.displayName="OnLineSingle";t["default"]=t.OnLineSingle},834:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.OrderSingle=void 0;var n=r(7522);var a=r(7565);var i={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M2.51995 2.97553V4.05556C2.51995 4.20314 2.40031 4.32277 2.25273 4.32277 1.99376 4.32277 1.78552 4.53558 1.78552 4.79266 1.78552 5.05273 1.99617 5.268 2.25813 5.268H3.79178C4.0528 5.268 4.26439 5.0564 4.26439 4.79538V4.73058C4.26439 4.50535 4.08181 4.32277 3.85658 4.32277 3.74181 4.32277 3.64878 4.22973 3.64878 4.11496V2.2753C3.64878 1.9268 3.36626 1.64429 3.01776 1.64429 2.90079 1.64429 2.78946 1.6779 2.69146 1.73053 2.60678 1.77601 2.52066 1.81604 2.43309 1.85066 2.36308 1.87641 2.28441 1.90095 2.1969 1.9242 2.01199 1.97332 1.87193 2.13768 1.87193 2.33645 1.87193 2.56569 2.05776 2.75152 2.28699 2.75152H2.39102C2.44754 2.75152 2.47095 2.77114 2.48663 2.79752 2.5076 2.83279 2.51995 2.89182 2.51995 2.97553zM2.44236 8.57463C2.25925 8.75469 2.05589 8.94849 1.83342 9.15489 1.73778 9.24362 1.68286 9.36822 1.68286 9.49914 1.68286 9.75751 1.89231 9.96695 2.15067 9.96695H3.87813C4.14809 9.96695 4.36694 9.7481 4.36694 9.47814 4.36694 9.20818 4.14809 8.98933 3.87813 8.98933H3.69452C3.61457 8.98933 3.51752 8.99502 3.40408 9.00599 3.3951 9.00686 3.38702 9.00742 3.37978 9.00772 3.38531 9.00042 3.39121 8.99339 3.39703 8.98702 3.48454 8.89119 3.57143 8.79192 3.65769 8.68923 3.81284 8.50084 3.94171 8.30707 4.0425 8.10935 4.14934 7.90689 4.20493 7.70398 4.20493 7.50168 4.20493 7.25963 4.15099 7.04339 4.03964 6.85648 3.92927 6.67122 3.77684 6.52864 3.58408 6.43014 3.39133 6.32802 3.17162 6.27844 2.9277 6.27844 2.66431 6.27844 2.43247 6.32541 2.23568 6.42364 2.13314 6.47293 2.0319 6.5373 1.93191 6.61601 1.72495 6.77891 1.74295 7.07397 1.91374 7.24476L1.92445 7.25547C2.10562 7.43664 2.36002 7.39218 2.53538 7.26592L2.53746 7.26438C2.59991 7.21692 2.69069 7.20207 2.79809 7.20207 2.90267 7.20207 2.97626 7.23265 3.02979 7.28618L3.03324 7.28946C3.0837 7.33534 3.11931 7.41625 3.11931 7.55568 3.11931 7.683 3.06737 7.83056 2.94838 8.00055 2.82714 8.17375 2.65901 8.36508 2.44236 8.57463zM2.15675 14.5286C2.37685 14.6213 2.6318 14.666 2.91918 14.666 3.16754 14.666 3.39917 14.6265 3.61311 14.5463L3.61457 14.5457C3.82983 14.4611 4.00647 14.3385 4.14099 14.1763L4.14174 14.1753C4.28016 14.0043 4.34762 13.7978 4.34762 13.5616 4.34762 13.3256 4.28018 13.124 4.13854 12.9657 4.04579 12.862 3.93491 12.7796 3.80706 12.7178 3.92064 12.6476 4.01399 12.565 4.08476 12.4689 4.18868 12.3277 4.23962 12.1631 4.23962 11.9794 4.23962 11.6419 4.11412 11.3728 3.8591 11.1863 3.61341 11.0004 3.28947 10.9127 2.89758 10.9127 2.67593 10.9127 2.46633 10.9548 2.26979 11.0395 2.18775 11.074 2.10703 11.1147 2.02762 11.1617 1.79307 11.3003 1.78093 11.6074 1.93867 11.7981 2.10549 11.9998 2.38732 12.0017 2.59195 11.8957 2.67058 11.8565 2.75752 11.8363 2.85438 11.8363 2.96071 11.8363 3.02179 11.86 3.05567 11.8898 3.08709 11.9174 3.11079 11.9642 3.11079 12.0496 3.11079 12.1326 3.0772 12.1981 2.99843 12.2527 2.95714 12.2795 2.88579 12.3042 2.77465 12.32 2.55847 12.3508 2.36556 12.5239 2.36556 12.7624 2.36556 12.9995 2.55719 13.178 2.77994 13.1988 2.86307 13.2066 2.92903 13.2178 2.97927 13.2315 3.09334 13.2617 3.14926 13.3004 3.17229 13.3331 3.20183 13.3749 3.21879 13.4278 3.21879 13.4968 3.21879 13.5709 3.19116 13.6188 3.13234 13.6541 3.06327 13.6955 2.96259 13.7208 2.82198 13.7208 2.71626 13.7208 2.60883 13.6961 2.49885 13.6446 2.27649 13.531 1.96371 13.5423 1.79775 13.7721L1.79042 13.7823C1.66619 13.9543 1.65996 14.2176 1.85686 14.3602 1.9473 14.4257 2.04778 14.4819 2.15675 14.5286zM6.31718 2.78943C5.94899 2.78943 5.65051 3.08791 5.65051 3.4561 5.65051 3.82429 5.94899 4.12276 6.31718 4.12276H13.6505C14.0187 4.12276 14.3172 3.82429 14.3172 3.4561 14.3172 3.08791 14.0187 2.78943 13.6505 2.78943H6.31718zM5.65051 8.12272C5.65051 7.75453 5.94899 7.45605 6.31718 7.45605H13.6505C14.0187 7.45605 14.3172 7.75453 14.3172 8.12272 14.3172 8.49091 14.0187 8.78939 13.6505 8.78939H6.31718C5.94899 8.78939 5.65051 8.49091 5.65051 8.12272zM6.31718 12.1227C5.94899 12.1227 5.65051 12.4212 5.65051 12.7893 5.65051 13.1575 5.94899 13.456 6.31718 13.456H13.6505C14.0187 13.456 14.3172 13.1575 14.3172 12.7893 14.3172 12.4212 14.0187 12.1227 13.6505 12.1227H6.31718z"}}]};t.OrderSingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(a.IconBase,Object.assign({},e,{id:"order-single",ref:t,icon:i}))}));t.OrderSingle.displayName="OrderSingle";t["default"]=t.OrderSingle},1646:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.OuterBorder=void 0;var n=r(7522);var a=r(7565);var i={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_107_1302",style:{maskType:"alpha"},width:16,height:16,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#DCDCDC",d:"M0 0H16V16H0z"}}]},{tag:"g",attrs:{mask:"url(#mask0_107_1302)"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M13.3333 2.66634H2.66659V13.333H13.3333V2.66634ZM2.66659 1.33301C1.93021 1.33301 1.33325 1.92996 1.33325 2.66634V13.333C1.33325 14.0694 1.93021 14.6663 2.66659 14.6663H13.3333C14.0696 14.6663 14.6666 14.0694 14.6666 13.333V2.66634C14.6666 1.92996 14.0696 1.33301 13.3333 1.33301H2.66659Z",fillRule:"evenodd",clipRule:"evenodd"}},{tag:"path",attrs:{fill:"colorChannel1",d:"M7.33311 2.66748V5.33415H8.66644V2.66748H7.33311zM7.33311 10.6675V13.3341H8.66644V10.6675H7.33311zM13.3331 7.33415H10.6664V8.66748H13.3331V7.33415zM5.33311 7.33415H2.66644V8.66748H5.33311V7.33415z"}}]}]};t.OuterBorder=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(a.IconBase,Object.assign({},e,{id:"outer-border",ref:t,icon:i}))}));t.OuterBorder.displayName="OuterBorder";t["default"]=t.OuterBorder},1338:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.OverflowSingle=void 0;var n=r(7522);var a=r(7565);var i={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_102_793",style:{maskType:"alpha"},width:16,height:16,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#DCDCDC",d:"M0 0H16V16H0z"}}]},{tag:"g",attrs:{fill:"currentColor",mask:"url(#mask0_102_793)"},children:[{tag:"path",attrs:{d:"M4.92151 7.3238C4.52279 7.3238 4.19956 7.61767 4.19956 7.98018 4.19956 8.34268 4.52279 8.63655 4.92151 8.63655H11.9974L11.551 9.04728C11.2708 9.30514 11.2735 9.72073 11.5571 9.97552 11.8407 10.2303 12.2979 10.2278 12.5781 9.96996L14.231 8.4491C14.5105 8.19193 14.5086 7.77767 14.2268 7.5226L12.5739 6.0266C12.2913 5.77085 11.8342 5.77178 11.5529 6.02869 11.2716 6.28559 11.2726 6.70119 11.5552 6.95694L11.9605 7.3238H4.92151zM8.81315 1.93216C8.81315 1.5991 8.51617 1.3291 8.14983 1.3291 7.7835 1.3291 7.48652 1.5991 7.48652 1.93216V5.81898C7.48652 6.15204 7.7835 6.42204 8.14983 6.42204 8.51617 6.42204 8.81315 6.15204 8.81315 5.81898V1.93216zM8.81315 10.1812C8.81315 9.84812 8.51617 9.57812 8.14983 9.57812 7.7835 9.57812 7.48652 9.84812 7.48652 10.1812V14.068C7.48652 14.4011 7.7835 14.6711 8.14983 14.6711 8.51617 14.6711 8.81315 14.4011 8.81315 14.068V10.1812zM2.22392 3.22626C2.59026 3.22626 2.88723 3.49626 2.88723 3.82932V12.1707C2.88723 12.5038 2.59026 12.7738 2.22392 12.7738 1.85758 12.7738 1.56061 12.5038 1.56061 12.1707V3.82932C1.56061 3.49626 1.85758 3.22626 2.22392 3.22626z"}}]}]};t.OverflowSingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(a.IconBase,Object.assign({},e,{id:"overflow-single",ref:t,icon:i}))}));t.OverflowSingle.displayName="OverflowSingle";t["default"]=t.OverflowSingle},5380:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.PaintBucket=void 0;var n=r(7522);var a=r(7565);var i={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_102_1204",style:{maskType:"alpha"},width:16,height:16,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#DCDCDC",d:"M0 0H16V16H0z"}}]},{tag:"g",attrs:{mask:"url(#mask0_102_1204)"},children:[{tag:"rect",attrs:{width:12.62,height:2.79,x:1.69,y:12.25,fill:"colorChannel1",rx:1.4}},{tag:"path",attrs:{fill:"currentColor",d:"M7.74646 2.1642C7.34284 1.65121 6.85947 1.28205 6.38447 1.09593C5.86863 0.893787 5.15166 0.852126 4.70047 1.42917C4.29842 1.94344 4.33082 2.70249 4.57691 3.50395C4.68808 3.8661 4.86846 4.22254 5.12522 4.56617C5.13695 4.58185 5.14927 4.5968 5.16211 4.61102C5.17152 4.6214 5.18122 4.63139 5.19115 4.64096C5.20459 4.65393 5.21855 4.66618 5.23296 4.6777L3.5064 6.40422C3.26756 6.64306 3.26756 7.03033 3.5064 7.26919L7.23756 11.0004C7.47648 11.2392 7.86375 11.2392 8.1026 11.0004L12.8329 6.27001C13.0717 6.03117 13.0717 5.6439 12.8329 5.40505L9.10172 1.67387C8.86288 1.43503 8.47561 1.43503 8.23676 1.67387L7.74646 2.1642ZM7.46162 4.50638C7.47252 4.57574 7.48163 4.64652 7.4888 4.71868C7.52232 5.05481 7.82194 5.30013 8.15807 5.26661C8.4942 5.23311 8.73954 4.93345 8.70601 4.59732C8.65786 4.11463 8.54251 3.6666 8.37892 3.26169L8.66928 2.97135L11.5354 5.83753L10.6106 6.76237H4.87824L7.40802 4.2326C7.42885 4.32128 7.44684 4.41255 7.46162 4.50638ZM6.87284 3.03784C6.57441 2.62008 6.22261 2.34634 5.93815 2.23487C5.80233 2.18165 5.71528 2.17827 5.67638 2.18335C5.6725 2.18387 5.66929 2.18443 5.6666 2.18497L5.6619 2.18607C5.64166 2.21954 5.53594 2.45979 5.74626 3.1449C5.81241 3.36036 5.92262 3.58602 6.09307 3.81761L6.87284 3.03784Z",fillRule:"evenodd",clipRule:"evenodd"}},{tag:"path",attrs:{fill:"currentColor",d:"M12.1932 11.5463C12.6454 11.5463 13.012 11.1797 13.012 10.7275C13.012 10.4475 12.6981 9.92821 12.459 9.5733C12.3299 9.38173 12.0564 9.38174 11.9274 9.57331C11.6883 9.92822 11.3744 10.4475 11.3744 10.7275C11.3744 11.1797 11.741 11.5463 12.1932 11.5463Z"}}]}]};t.PaintBucket=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(a.IconBase,Object.assign({},e,{id:"paint-bucket",ref:t,icon:i}))}));t.PaintBucket.displayName="PaintBucket";t["default"]=t.PaintBucket},3852:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.PaintingSingle=void 0;var n=r(7522);var a=r(7565);var i={tag:"svg",attrs:{fill:"none",viewBox:"0 0 17 17",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_102_645",style:{maskType:"alpha"},width:17,height:17,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#D9D9D9",d:"M0.23 0.85H16.23V16.85H0.23z"}}]},{tag:"g",attrs:{fill:"currentColor",mask:"url(#mask0_102_645)"},children:[{tag:"path",attrs:{d:"M5.6477 10.1908C5.28281 9.90875 5.04938 9.47667 5.04938 8.99232C5.04938 8.1424 5.78034 7.4534 6.66699 7.4534C7.56719 7.4534 8.30933 6.75388 8.30934 5.89096L8.30935 5.22688C8.30936 4.37697 9.02812 3.68799 9.91476 3.68799C10.8014 3.68799 11.5202 4.37698 11.5202 5.2269V5.89095C11.5202 6.75387 12.2623 7.4534 13.1625 7.4534C14.0491 7.4534 14.7801 8.1424 14.7801 8.99232C14.7801 9.47667 14.5467 9.90875 14.1818 10.1908L15.4042 14.1142C15.5106 14.4557 15.2437 14.7991 14.8718 14.7991H4.95765C4.58579 14.7991 4.31891 14.4557 4.42533 14.1142L5.6477 10.1908ZM10.4091 5.2269V5.89095C10.4091 7.35255 11.6596 8.51849 13.1625 8.51849C13.4465 8.51849 13.669 8.74108 13.669 8.99232C13.669 9.24642 13.4603 9.4538 13.1983 9.46561H6.63119C6.36916 9.4538 6.1605 9.24642 6.1605 8.99232C6.1605 8.74109 6.38303 8.51849 6.66699 8.51849C8.16987 8.51849 9.42043 7.35257 9.42045 5.89098L9.42046 5.22689C9.42046 4.96521 9.64176 4.75308 9.91476 4.75308C10.1877 4.75308 10.4091 4.96522 10.4091 5.2269Z",fillRule:"evenodd",clipRule:"evenodd"}},{tag:"path",attrs:{d:"M3.92368 3.443C3.92368 3.14845 3.6849 2.90967 3.39035 2.90967C3.0958 2.90967 2.85701 3.14845 2.85701 3.443V4.74298H1.55701C1.26246 4.74298 1.02368 4.98177 1.02368 5.27632C1.02368 5.57087 1.26246 5.80965 1.55701 5.80965H2.85701V7.10967C2.85701 7.40422 3.0958 7.643 3.39035 7.643C3.6849 7.643 3.92368 7.40422 3.92368 7.10967V5.80965H5.22368C5.51823 5.80965 5.75701 5.57087 5.75701 5.27632C5.75701 4.98177 5.51823 4.74298 5.22368 4.74298H3.92368V3.443Z"}}]}]};t.PaintingSingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(a.IconBase,Object.assign({},e,{id:"painting-single",ref:t,icon:i}))}));t.PaintingSingle.displayName="PaintingSingle";t["default"]=t.PaintingSingle},9263:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.PaletteSingle=void 0;var n=r(7522);var a=r(7565);var i={tag:"svg",attrs:{fill:"none",viewBox:"0 0 44 44",width:"1em",height:"1em"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M16.7765 14.7337C16.7765 16.1762 15.6072 17.3456 14.1647 17.3456 12.7222 17.3456 11.5529 16.1762 11.5529 14.7337 11.5529 13.2912 12.7222 12.1219 14.1647 12.1219 15.6072 12.1219 16.7765 13.2912 16.7765 14.7337zM10.6823 24.3106C12.1248 24.3106 13.2941 23.1412 13.2941 21.6988 13.2941 20.2563 12.1248 19.0869 10.6823 19.0869 9.2398 19.0869 8.07043 20.2563 8.07043 21.6988 8.07043 23.1412 9.2398 24.3106 10.6823 24.3106zM24.612 11.2515C24.612 12.6939 23.4426 13.8633 22.0001 13.8633 20.5577 13.8633 19.3883 12.6939 19.3883 11.2515 19.3883 9.80898 20.5577 8.63962 22.0001 8.63962 23.4426 8.63962 24.612 9.80898 24.612 11.2515zM29.8356 17.3456C31.2781 17.3456 32.4474 16.1762 32.4474 14.7337 32.4474 13.2912 31.2781 12.1219 29.8356 12.1219 28.3931 12.1219 27.2238 13.2912 27.2238 14.7337 27.2238 16.1762 28.3931 17.3456 29.8356 17.3456zM35.9299 21.6988C35.9299 23.1412 34.7605 24.3106 33.318 24.3106 31.8755 24.3106 30.7062 23.1412 30.7062 21.6988 30.7062 20.2563 31.8755 19.0869 33.318 19.0869 34.7605 19.0869 35.9299 20.2563 35.9299 21.6988z"}},{tag:"path",attrs:{fill:"currentColor",d:"M21.9997 3.79541C11.6485 3.79541 3.23743 12.1898 3.23743 22.5693C3.23743 31.963 10.1267 39.7308 19.1086 41.1215C19.1982 41.1354 19.2881 41.1486 19.3781 41.1612C20.2353 41.2812 21.1108 41.3433 22.0004 41.3433C24.8473 41.3433 27.5499 40.708 29.9711 39.5695C29.9831 39.5639 29.9949 39.5581 30.0067 39.5522C36.3603 36.5476 40.762 30.0779 40.762 22.5693C40.762 12.1898 32.3509 3.79541 21.9997 3.79541ZM15.1707 37.1014C15.5987 37.3027 16.0372 37.4856 16.485 37.6493C17.1305 35.1954 19.3625 33.3965 22.0001 33.3965C24.6376 33.3965 26.8695 35.1954 27.515 37.6491C33.6738 35.3995 38.062 29.4906 38.062 22.5693C38.062 13.7157 30.8815 6.51859 21.9997 6.51859C13.1178 6.51859 5.93743 13.7157 5.93743 22.5693C5.93743 28.9789 9.70082 34.5204 15.1487 37.0913L15.1707 37.1014ZM19.0932 38.358C20.0357 38.5301 21.0071 38.62 21.9997 38.62C22.9926 38.62 23.9642 38.53 24.9069 38.3579C24.5725 37.0763 23.4053 36.1196 22.0001 36.1196C20.5948 36.1196 19.4275 37.0764 19.0932 38.358Z",fillRule:"evenodd",clipRule:"evenodd"}}]};t.PaletteSingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(a.IconBase,Object.assign({},e,{id:"palette-single",ref:t,icon:i}))}));t.PaletteSingle.displayName="PaletteSingle";t["default"]=t.PaletteSingle},992:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.PasteAllExcept=void 0;var n=r(7522);var a=r(7565);var i={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_102_1068",style:{maskType:"alpha"},width:16,height:16,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#DCDCDC",d:"M0 0H16V16H0z"}}]},{tag:"g",attrs:{mask:"url(#mask0_102_1068)",fillRule:"evenodd",clipRule:"evenodd"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M7.99993 1.3335C7.18171 1.3335 6.51845 1.99679 6.51845 2.81498H3.85178C3.36085 2.81498 2.96289 3.21296 2.96289 3.70387V13.7779C2.96289 14.2689 3.36086 14.6668 3.85178 14.6668H12.1481C12.639 14.6668 13.037 14.2689 13.037 13.7779V3.70387C13.037 3.21296 12.639 2.81498 12.1481 2.81498H9.48141C9.48141 1.99679 8.81815 1.3335 7.99993 1.3335ZM7.70363 2.81498C7.70363 2.65133 7.83628 2.51868 7.99993 2.51868C8.16357 2.51868 8.29622 2.65133 8.29622 2.81498V3.3929C8.29622 3.72859 8.56842 4.00016 8.90348 4.00016H9.48141V4.59276H6.51845V4.00016H7.09637C7.43144 4.00016 7.70363 3.72859 7.70363 3.3929V2.81498ZM10.6666 4.00016V4.88905C10.6666 5.37998 10.2686 5.77794 9.77771 5.77794H6.22215C5.73123 5.77794 5.33326 5.37998 5.33326 4.88905V4.00016H4.14808V13.4816H11.8518V4.00016H10.6666Z"}},{tag:"path",attrs:{fill:"colorChannel1",d:"M6.44795 8.03682V8.57015H6.98128V8.03682H6.44795zM5.64795 7.77015C5.64795 7.4756 5.88673 7.23682 6.18128 7.23682H7.24795C7.5425 7.23682 7.78128 7.4756 7.78128 7.77015V8.83682C7.78128 9.13137 7.5425 9.37015 7.24795 9.37015H6.18128C5.88673 9.37015 5.64795 9.13137 5.64795 8.83682V7.77015zM6.44795 10.5808V11.1141H6.98128V10.5808H6.44795zM5.64795 10.3141C5.64795 10.0195 5.88673 9.78076 6.18128 9.78076H7.24795C7.5425 9.78076 7.78128 10.0195 7.78128 10.3141V11.3808C7.78128 11.6753 7.5425 11.9141 7.24795 11.9141H6.18128C5.88673 11.9141 5.64795 11.6753 5.64795 11.3808V10.3141zM9.01857 8.03682V8.57015H9.5519V8.03682H9.01857zM8.21857 7.77015C8.21857 7.4756 8.45735 7.23682 8.7519 7.23682H9.81857C10.1131 7.23682 10.3519 7.4756 10.3519 7.77015V8.83682C10.3519 9.13137 10.1131 9.37015 9.81857 9.37015H8.7519C8.45735 9.37015 8.21857 9.13137 8.21857 8.83682V7.77015zM9.01863 10.5808V11.1141H9.55196V10.5808H9.01863zM8.21863 10.3141C8.21863 10.0195 8.45741 9.78076 8.75196 9.78076H9.81863C10.1132 9.78076 10.352 10.0195 10.352 10.3141V11.3808C10.352 11.6753 10.1132 11.9141 9.81863 11.9141H8.75196C8.45741 11.9141 8.21863 11.6753 8.21863 11.3808V10.3141z"}},{tag:"path",attrs:{fill:"currentColor",d:"M7.62434 9.1999V9.95117H8.37561V9.1999H7.62434ZM6.82434 8.95503C6.82434 8.64844 7.07288 8.3999 7.37947 8.3999H8.62048C8.92707 8.3999 9.17561 8.64844 9.17561 8.95503V10.196C9.17561 10.5026 8.92707 10.7512 8.62048 10.7512H7.37947C7.07288 10.7512 6.82434 10.5026 6.82434 10.196V8.95503Z"}}]}]};t.PasteAllExcept=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(a.IconBase,Object.assign({},e,{id:"paste-all-except",ref:t,icon:i}))}));t.PasteAllExcept.displayName="PasteAllExcept";t["default"]=t.PasteAllExcept},3390:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.PasteColumnWidthOnly=void 0;var n=r(7522);var a=r(7565);var i={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_102_1063",style:{maskType:"alpha"},width:16,height:16,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#DCDCDC",d:"M0 0H16V16H0z"}}]},{tag:"g",attrs:{mask:"url(#mask0_102_1063)",fillRule:"evenodd",clipRule:"evenodd"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M7.99993 1.3335C7.18171 1.3335 6.51845 1.99679 6.51845 2.81498H3.85178C3.36085 2.81498 2.96289 3.21296 2.96289 3.70387V13.7779C2.96289 14.2689 3.36086 14.6668 3.85178 14.6668H12.1481C12.639 14.6668 13.037 14.2689 13.037 13.7779V3.70387C13.037 3.21296 12.639 2.81498 12.1481 2.81498H9.48141C9.48141 1.99679 8.81815 1.3335 7.99993 1.3335ZM7.70363 2.81498C7.70363 2.65133 7.83628 2.51868 7.99993 2.51868C8.16357 2.51868 8.29622 2.65133 8.29622 2.81498V3.3929C8.29622 3.72859 8.56842 4.00016 8.90348 4.00016H9.48141V4.59276H6.51845V4.00016H7.09637C7.43144 4.00016 7.70363 3.72859 7.70363 3.3929V2.81498ZM10.6666 4.00016V4.88905C10.6666 5.37998 10.2686 5.77794 9.77771 5.77794H6.22215C5.73123 5.77794 5.33326 5.37998 5.33326 4.88905V4.00016H4.14808V13.4816H11.8518V4.00016H10.6666Z"}},{tag:"path",attrs:{fill:"colorChannel1",d:"M7.63337 8.18135V10.9147H8.36671V8.18135H7.63337ZM7.33337 6.88135C6.78109 6.88135 6.33337 7.32906 6.33337 7.88135V11.2147C6.33337 11.767 6.78109 12.2147 7.33337 12.2147H8.66671C9.21899 12.2147 9.66671 11.767 9.66671 11.2147V7.88135C9.66671 7.32906 9.21899 6.88135 8.66671 6.88135H7.33337Z"}}]}]};t.PasteColumnWidthOnly=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(a.IconBase,Object.assign({},e,{id:"paste-column-width-only",ref:t,icon:i}))}));t.PasteColumnWidthOnly.displayName="PasteColumnWidthOnly";t["default"]=t.PasteColumnWidthOnly},5040:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.PasteConditionsOnly=void 0;var n=r(7522);var a=r(7565);var i={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_102_1053",style:{maskType:"alpha"},width:16,height:16,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#DCDCDC",d:"M0 0H16V16H0z"}}]},{tag:"g",attrs:{mask:"url(#mask0_102_1053)",fillRule:"evenodd",clipRule:"evenodd"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M7.99993 1.3335C7.18171 1.3335 6.51845 1.99679 6.51845 2.81498H3.85178C3.36085 2.81498 2.96289 3.21296 2.96289 3.70387V13.7779C2.96289 14.2689 3.36086 14.6668 3.85178 14.6668H12.1481C12.639 14.6668 13.037 14.2689 13.037 13.7779V3.70387C13.037 3.21296 12.639 2.81498 12.1481 2.81498H9.48141C9.48141 1.99679 8.81815 1.3335 7.99993 1.3335ZM7.70363 2.81498C7.70363 2.65133 7.83628 2.51868 7.99993 2.51868C8.16357 2.51868 8.29622 2.65133 8.29622 2.81498V3.3929C8.29622 3.72859 8.56842 4.00016 8.90348 4.00016H9.48141V4.59276H6.51845V4.00016H7.09637C7.43144 4.00016 7.70363 3.72859 7.70363 3.3929V2.81498ZM10.6666 4.00016V4.88905C10.6666 5.37998 10.2686 5.77794 9.77771 5.77794H6.22215C5.73123 5.77794 5.33326 5.37998 5.33326 4.88905V4.00016H4.14808V13.4816H11.8518V4.00016H10.6666Z"}},{tag:"path",attrs:{fill:"colorChannel1",d:"M6.55444 8.75181C6.55444 7.9534 7.20169 7.30615 8.00011 7.30615C8.79852 7.30615 9.44577 7.9534 9.44577 8.75181C9.44577 9.12261 9.30588 9.46082 9.07691 9.71637L9.24499 11.0617C9.26132 11.1925 9.22073 11.324 9.1335 11.4227C9.04628 11.5215 8.92084 11.5781 8.78905 11.5781H7.21116C7.07937 11.5781 6.95392 11.5215 6.8667 11.4227C6.77948 11.3239 6.73888 11.1924 6.75523 11.0617L6.92339 9.71646C6.69438 9.4609 6.55444 9.12266 6.55444 8.75181ZM8.00011 8.22511C7.70922 8.22511 7.4734 8.46093 7.4734 8.75181C7.4734 8.92383 7.55539 9.07659 7.68436 9.17346C7.8161 9.27242 7.88477 9.43434 7.86433 9.59783L7.73165 10.6592H8.26859L8.13598 9.59772C8.11555 9.43425 8.18421 9.27236 8.31593 9.1734C8.44485 9.07654 8.52681 8.92383 8.52681 8.75181C8.52681 8.46093 8.29099 8.22511 8.00011 8.22511Z"}}]}]};t.PasteConditionsOnly=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(a.IconBase,Object.assign({},e,{id:"paste-conditions-only",ref:t,icon:i}))}));t.PasteConditionsOnly.displayName="PasteConditionsOnly";t["default"]=t.PasteConditionsOnly},5205:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.PasteDataOnly=void 0;var n=r(7522);var a=r(7565);var i={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_102_1036",style:{maskType:"alpha"},width:16,height:16,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#DCDCDC",d:"M0 0H16V16H0z"}}]},{tag:"g",attrs:{mask:"url(#mask0_102_1036)"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M7.99993 1.3335C7.18171 1.3335 6.51845 1.99679 6.51845 2.81498H3.85178C3.36085 2.81498 2.96289 3.21296 2.96289 3.70387V13.7779C2.96289 14.2689 3.36086 14.6668 3.85178 14.6668H12.1481C12.639 14.6668 13.037 14.2689 13.037 13.7779V3.70387C13.037 3.21296 12.639 2.81498 12.1481 2.81498H9.48141C9.48141 1.99679 8.81815 1.3335 7.99993 1.3335ZM7.70363 2.81498C7.70363 2.65133 7.83628 2.51868 7.99993 2.51868C8.16357 2.51868 8.29622 2.65133 8.29622 2.81498V3.3929C8.29622 3.72859 8.56842 4.00016 8.90348 4.00016H9.48141V4.59276H6.51845V4.00016H7.09637C7.43144 4.00016 7.70363 3.72859 7.70363 3.3929V2.81498ZM10.6666 4.00016V4.88905C10.6666 5.37998 10.2686 5.77794 9.77771 5.77794H6.22215C5.73123 5.77794 5.33326 5.37998 5.33326 4.88905V4.00016H4.14808V13.4816H11.8518V4.00016H10.6666Z",fillRule:"evenodd",clipRule:"evenodd"}},{tag:"path",attrs:{fill:"colorChannel1",d:"M5.16898 11.5734C4.93334 11.5734 4.74231 11.3824 4.74231 11.1468Lnan nanL4.74231 11.1468C4.74231 10.9111 4.93333 10.7201 5.16898 10.7201H5.5659C5.62815 10.7201 5.67861 10.6696 5.67861 10.6074V8.30365C5.67861 8.25383 5.63822 8.21344 5.5884 8.21344H5.22297C5.02624 8.21344 4.86675 8.05396 4.86675 7.85722Lnan nanL4.86675 7.85722C4.86675 7.6858 4.9894 7.54075 5.15556 7.49862C5.41014 7.43407 5.6146 7.35457 5.80881 7.25013C5.90743 7.1971 6.01641 7.16455 6.12838 7.16455Lnan nanL6.12838 7.16455C6.46253 7.16455 6.73342 7.43544 6.73342 7.76959V10.6245C6.73342 10.6773 6.77621 10.7201 6.829 10.7201H7.10083C7.33647 10.7201 7.5275 10.9111 7.5275 11.1468Lnan nanL7.5275 11.1468C7.5275 11.3824 7.33647 11.5734 7.10083 11.5734H5.16898Z"}},{tag:"path",attrs:{fill:"colorChannel1",d:"M11.1209 8.12545C11.3031 8.3077 11.3031 8.60317 11.1209 8.78542L9.29387 10.6124C9.20635 10.6999 9.08766 10.7491 8.96389 10.7491C8.84012 10.7491 8.72142 10.6999 8.6339 10.6124L7.69503 9.67355C7.51279 9.4913 7.51279 9.19582 7.69503 9.01358C7.87728 8.83133 8.17275 8.83133 8.355 9.01358L8.96389 9.62247L10.4609 8.12545C10.6431 7.94321 10.9386 7.94321 11.1209 8.12545Z",fillRule:"evenodd",clipRule:"evenodd"}}]}]};t.PasteDataOnly=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(a.IconBase,Object.assign({},e,{id:"paste-data-only",ref:t,icon:i}))}));t.PasteDataOnly.displayName="PasteDataOnly";t["default"]=t.PasteDataOnly},6863:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.PasteFormatOnly=void 0;var n=r(7522);var a=r(7565);var i={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_102_1043",style:{maskType:"alpha"},width:16,height:16,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#DCDCDC",d:"M0 0H16V16H0z"}}]},{tag:"g",attrs:{mask:"url(#mask0_102_1043)"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M8.00005 1.3335C7.18183 1.3335 6.51857 1.99679 6.51857 2.81498H3.8519C3.36097 2.81498 2.96301 3.21296 2.96301 3.70387V13.7779C2.96301 14.2689 3.36098 14.6668 3.8519 14.6668H12.1482C12.6391 14.6668 13.0371 14.2689 13.0371 13.7779V3.70387C13.0371 3.21296 12.6391 2.81498 12.1482 2.81498H9.48153C9.48153 1.99679 8.81827 1.3335 8.00005 1.3335ZM7.70375 2.81498C7.70375 2.65133 7.8364 2.51868 8.00005 2.51868C8.1637 2.51868 8.29635 2.65133 8.29635 2.81498V3.3929C8.29635 3.72859 8.56854 4.00016 8.9036 4.00016H9.48153V4.59276H6.51857V4.00016H7.09649C7.43156 4.00016 7.70375 3.72859 7.70375 3.3929V2.81498ZM10.6667 4.00016V4.88905C10.6667 5.37998 10.2688 5.77794 9.77783 5.77794H6.22227C5.73135 5.77794 5.33338 5.37998 5.33338 4.88905V4.00016H4.1482V13.4816H11.8519V4.00016H10.6667Z",fillRule:"evenodd",clipRule:"evenodd"}},{tag:"path",attrs:{fill:"colorChannel1",d:"M6.00027 7.5752C5.6689 7.5752 5.40027 7.84382 5.40027 8.1752 5.40027 8.50657 5.6689 8.7752 6.00027 8.7752H10.0003C10.3316 8.7752 10.6003 8.50657 10.6003 8.1752 10.6003 7.84382 10.3316 7.5752 10.0003 7.5752H6.00027zM6.66694 9.67546C6.33556 9.67546 6.06694 9.94408 6.06694 10.2755 6.06694 10.6068 6.33556 10.8755 6.66694 10.8755H9.3336C9.66497 10.8755 9.9336 10.6068 9.9336 10.2755 9.9336 9.94408 9.66497 9.67546 9.3336 9.67546H6.66694z"}}]}]};t.PasteFormatOnly=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(a.IconBase,Object.assign({},e,{id:"paste-format-only",ref:t,icon:i}))}));t.PasteFormatOnly.displayName="PasteFormatOnly";t["default"]=t.PasteFormatOnly},3670:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.PasteFormulaOnly=void 0;var n=r(7522);var a=r(7565);var i={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_102_1048",style:{maskType:"alpha"},width:16,height:16,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#DCDCDC",d:"M0 0H16V16H0z"}}]},{tag:"g",attrs:{mask:"url(#mask0_102_1048)"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M7.99993 1.3335C7.18171 1.3335 6.51845 1.99679 6.51845 2.81498H3.85178C3.36085 2.81498 2.96289 3.21296 2.96289 3.70387V13.7779C2.96289 14.2689 3.36086 14.6668 3.85178 14.6668H12.1481C12.639 14.6668 13.037 14.2689 13.037 13.7779V3.70387C13.037 3.21296 12.639 2.81498 12.1481 2.81498H9.48141C9.48141 1.99679 8.81815 1.3335 7.99993 1.3335ZM7.70363 2.81498C7.70363 2.65133 7.83628 2.51868 7.99993 2.51868C8.16357 2.51868 8.29622 2.65133 8.29622 2.81498V3.3929C8.29622 3.72859 8.56842 4.00016 8.90348 4.00016H9.48141V4.59276H6.51845V4.00016H7.09637C7.43144 4.00016 7.70363 3.72859 7.70363 3.3929V2.81498ZM10.6666 4.00016V4.88905C10.6666 5.37998 10.2686 5.77794 9.77771 5.77794H6.22215C5.73123 5.77794 5.33326 5.37998 5.33326 4.88905V4.00016H4.14808V13.4816H11.8518V4.00016H10.6666Z",fillRule:"evenodd",clipRule:"evenodd"}},{tag:"path",attrs:{fill:"colorChannel1",d:"M9.11334 7.78212C9.28783 7.9128 9.2891 8.1643 9.1467 8.32935Lnan nanL9.1467 8.32935C8.9904 8.51052 8.72243 8.51252 8.50692 8.40857C8.38358 8.34907 8.25654 8.31892 8.11362 8.31892C7.79123 8.31892 7.62091 8.4345 7.62091 8.73864C7.62091 9.35301 9.44576 9.32259 9.44576 10.6304C9.44576 11.2995 9.08687 11.8226 8.36302 11.9808V12.3488C8.36302 12.5453 8.2037 12.7046 8.00717 12.7046Lnan nanL8.00717 12.7046C7.81064 12.7046 7.65132 12.5453 7.65132 12.3488V12.0173C7.35697 11.9821 7.01819 11.8772 6.72665 11.707C6.53553 11.5954 6.5051 11.3457 6.62571 11.1602Lnan nanL6.62571 11.1602C6.76887 10.9399 7.06537 10.897 7.30131 11.0124C7.49618 11.1078 7.68106 11.1535 7.87031 11.1535C8.24744 11.1535 8.41168 11.0075 8.41168 10.7095C8.41168 10.0464 6.59291 10.0282 6.59291 8.7873C6.59291 8.09386 6.9883 7.61332 7.65132 7.47949V7.11756C7.65132 6.92104 7.81064 6.76172 8.00717 6.76172Lnan nanL8.00717 6.76172C8.2037 6.76172 8.36302 6.92104 8.36302 7.11756V7.46733C8.66124 7.51227 8.90459 7.6258 9.11334 7.78212Z"}}]}]};t.PasteFormulaOnly=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(a.IconBase,Object.assign({},e,{id:"paste-formula-only",ref:t,icon:i}))}));t.PasteFormulaOnly.displayName="PasteFormulaOnly";t["default"]=t.PasteFormulaOnly},6057:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.PasteSpecial=void 0;var n=r(7522);var a=r(7565);var i={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_102_1138",style:{maskType:"alpha"},width:16,height:16,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#DCDCDC",d:"M0 0H16V16H0z"}}]},{tag:"g",attrs:{mask:"url(#mask0_102_1138)"},children:[{tag:"path",attrs:{fill:"colorChannel1",d:"M7.74692 9.12463C7.74692 9.46018 8.01893 9.73219 8.35448 9.73219H11.4933C11.8288 9.73219 12.1009 9.46018 12.1009 9.12463 12.1009 8.78909 11.8288 8.51707 11.4933 8.51707H8.35448C8.01893 8.51707 7.74692 8.78909 7.74692 9.12463zM10.8636 10.8523C10.8636 11.1879 10.5915 11.4599 10.256 11.4599H8.35448C8.01893 11.4599 7.74692 11.1879 7.74692 10.8523 7.74692 10.5168 8.01893 10.2447 8.35448 10.2447H10.256C10.5915 10.2447 10.8636 10.5168 10.8636 10.8523z"}},{tag:"path",attrs:{fill:"currentColor",d:"M5.4791 1.98268C5.47913 1.71529 5.87912 1.49854 6.37252 1.49854C6.86593 1.49854 7.26592 1.71529 7.26595 1.98268H7.62187C8.22277 1.98268 8.72459 2.39534 8.84412 2.9452H9.39563C10.0856 2.9452 10.6449 3.48923 10.6449 4.16032V6.00569H12.1261C13.161 6.00569 14 6.82174 14 7.82838V11.334C14 11.8174 13.8025 12.281 13.4511 12.6228L12.0693 13.9647C11.7179 14.3065 11.2412 14.4985 10.7442 14.4985H7.91116C7.05024 14.4985 6.32492 14.0431 6.10535 13.2737H3.34925C2.6593 13.2737 2.09998 12.7297 2.09998 12.0586V4.16032C2.09998 3.48923 2.6593 2.9452 3.34925 2.9452H3.90107C4.0206 2.39534 4.52241 1.98268 5.12332 1.98268H5.4791ZM3.97249 4.16032H3.24925L3.24925 12.0586H6.03725V7.82838C6.03725 6.82174 6.87623 6.00569 7.91116 6.00569H9.49563V4.16032H8.7727C8.58289 4.59611 8.13909 4.90183 7.62187 4.90183H5.12332C4.6061 4.90183 4.1623 4.59611 3.97249 4.16032ZM5.12332 2.89403H7.62187C7.79436 2.89403 7.93419 3.03003 7.93419 3.19781V3.68671C7.93419 3.85448 7.79436 3.99049 7.62187 3.99049H5.12332C4.95083 3.99049 4.811 3.85448 4.811 3.68671V3.19781C4.811 3.03003 4.95083 2.89403 5.12332 2.89403ZM7.91116 7.11157C7.56618 7.11157 7.28652 7.38359 7.28652 7.71913V12.7851C7.28652 13.1206 7.56618 13.3927 7.91116 13.3927H10.7442C10.8401 13.3927 10.9337 13.3712 11.0182 13.3311C11.1373 13.2746 11.1859 13.1423 11.1859 13.0134V12.0066C11.1859 11.8724 11.2978 11.7636 11.4358 11.7636H12.4709C12.6034 11.7636 12.7394 11.7163 12.7975 11.6004C12.8388 11.5182 12.8608 11.4272 12.8608 11.334V7.71913C12.8608 7.38359 12.5811 7.11157 12.2362 7.11157H7.91116Z",fillRule:"evenodd",clipRule:"evenodd"}}]}]};t.PasteSpecial=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(a.IconBase,Object.assign({},e,{id:"paste-special",ref:t,icon:i}))}));t.PasteSpecial.displayName="PasteSpecial";t["default"]=t.PasteSpecial},1020:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.PasteTransposedContent=void 0;var n=r(7522);var a=r(7565);var i={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_102_1058",style:{maskType:"alpha"},width:16,height:16,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#DCDCDC",d:"M0 0H16V16H0z"}}]},{tag:"g",attrs:{mask:"url(#mask0_102_1058)"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M7.99993 1.3335C7.18171 1.3335 6.51845 1.99679 6.51845 2.81498H3.85178C3.36085 2.81498 2.96289 3.21296 2.96289 3.70387V13.7779C2.96289 14.2689 3.36086 14.6668 3.85178 14.6668H12.1481C12.639 14.6668 13.037 14.2689 13.037 13.7779V3.70387C13.037 3.21296 12.639 2.81498 12.1481 2.81498H9.48141C9.48141 1.99679 8.81815 1.3335 7.99993 1.3335ZM7.70363 2.81498C7.70363 2.65133 7.83628 2.51868 7.99993 2.51868C8.16357 2.51868 8.29622 2.65133 8.29622 2.81498V3.3929C8.29622 3.72859 8.56842 4.00016 8.90348 4.00016H9.48141V4.59276H6.51845V4.00016H7.09637C7.43144 4.00016 7.70363 3.72859 7.70363 3.3929V2.81498ZM10.6666 4.00016V4.88905C10.6666 5.37998 10.2686 5.77794 9.77771 5.77794H6.22215C5.73123 5.77794 5.33326 5.37998 5.33326 4.88905V4.00016H4.14808V13.4816H11.8518V4.00016H10.6666Z",fillRule:"evenodd",clipRule:"evenodd"}},{tag:"path",attrs:{fill:"colorChannel1",d:"M8.9223 7.34794C8.75535 7.19617 8.49698 7.20848 8.34521 7.37543 8.19343 7.54238 8.20574 7.80075 8.37269 7.95252L8.9781 8.5029H5.87289C5.64726 8.5029 5.46436 8.68581 5.46436 8.91143 5.46436 9.13706 5.64726 9.31997 5.87289 9.31997H10.0296C10.0426 9.32013 10.0557 9.31967 10.0687 9.31859 10.1212 9.3143 10.1709 9.30007 10.216 9.27778 10.2436 9.26412 10.27 9.24716 10.2945 9.22694 10.3855 9.15201 10.4435 9.0385 10.4435 8.91143 10.4435 8.78847 10.3891 8.67819 10.3032 8.60329L8.9223 7.34794zM5.79671 9.80315C5.84809 9.77985 5.90514 9.76688 5.96522 9.76688 5.96519 9.76688 5.96525 9.76688 5.96522 9.76688H10.1273C10.3529 9.76688 10.5358 9.94979 10.5358 10.1754 10.5358 10.401 10.3529 10.5839 10.1273 10.5839H7.02193L7.62739 11.1344C7.79434 11.2861 7.80664 11.5445 7.65487 11.7115 7.5031 11.8784 7.24472 11.8907 7.07777 11.7389L5.6916 10.4788C5.68966 10.477 5.68774 10.4753 5.68583 10.4735 5.6449 10.4351 5.61359 10.3903 5.59206 10.342 5.56933 10.2911 5.55669 10.2347 5.55669 10.1754 5.55669 10.0837 5.58689 9.99909 5.63789 9.93092 5.67898 9.87601 5.73356 9.83178 5.79671 9.80315z"}}]}]};t.PasteTransposedContent=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(a.IconBase,Object.assign({},e,{id:"paste-transposed-content",ref:t,icon:i}))}));t.PasteTransposedContent.displayName="PasteTransposedContent";t["default"]=t.PasteTransposedContent},9217:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.PasteValuesOnly=void 0;var n=r(7522);var a=r(7565);var i={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_102_1031",style:{maskType:"alpha"},width:16,height:16,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#DCDCDC",d:"M0 0H16V16H0z"}}]},{tag:"g",attrs:{mask:"url(#mask0_102_1031)"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M7.99993 1.3335C7.18171 1.3335 6.51845 1.99679 6.51845 2.81498H3.85178C3.36085 2.81498 2.96289 3.21296 2.96289 3.70387V13.7779C2.96289 14.2689 3.36086 14.6668 3.85178 14.6668H12.1481C12.639 14.6668 13.037 14.2689 13.037 13.7779V3.70387C13.037 3.21296 12.639 2.81498 12.1481 2.81498H9.48141C9.48141 1.99679 8.81815 1.3335 7.99993 1.3335ZM7.70363 2.81498C7.70363 2.65133 7.83628 2.51868 7.99993 2.51868C8.16357 2.51868 8.29622 2.65133 8.29622 2.81498V3.3929C8.29622 3.72859 8.56842 4.00016 8.90348 4.00016H9.48141V4.59276H6.51845V4.00016H7.09637C7.43144 4.00016 7.70363 3.72859 7.70363 3.3929V2.81498ZM10.6666 4.00016V4.88905C10.6666 5.37998 10.2686 5.77794 9.77771 5.77794H6.22215C5.73123 5.77794 5.33326 5.37998 5.33326 4.88905V4.00016H4.14808V13.4816H11.8518V4.00016H10.6666Z",fillRule:"evenodd",clipRule:"evenodd"}},{tag:"path",attrs:{fill:"colorChannel1",d:"M7.03409 11.5734C6.79845 11.5734 6.60742 11.3824 6.60742 11.1468Lnan nanL6.60742 11.1468C6.60742 10.9111 6.79845 10.7201 7.03409 10.7201H7.43102C7.49326 10.7201 7.54372 10.6696 7.54372 10.6074V8.30365C7.54372 8.25383 7.50333 8.21344 7.45351 8.21344H7.08808C6.89135 8.21344 6.73187 8.05396 6.73187 7.85722Lnan nanL6.73187 7.85722C6.73187 7.6858 6.85451 7.54075 7.02067 7.49862C7.27525 7.43407 7.47971 7.35457 7.67393 7.25013C7.77254 7.1971 7.88152 7.16455 7.99349 7.16455Lnan nanL7.99349 7.16455C8.32765 7.16455 8.59853 7.43544 8.59853 7.76959V10.6245C8.59853 10.6773 8.64133 10.7201 8.69412 10.7201H8.96594C9.20158 10.7201 9.39261 10.9111 9.39261 11.1468Lnan nanL9.39261 11.1468C9.39261 11.3824 9.20158 11.5734 8.96594 11.5734H7.03409Z"}}]}]};t.PasteValuesOnly=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(a.IconBase,Object.assign({},e,{id:"paste-values-only",ref:t,icon:i}))}));t.PasteValuesOnly.displayName="PasteValuesOnly";t["default"]=t.PasteValuesOnly},6014:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.Paste=void 0;var n=r(7522);var a=r(7565);var i={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"path",attrs:{fill:"colorChannel1",d:"M12.2857 8.6375H9.71429C9.38291 8.6375 9.11429 8.91173 9.11429 9.25V12.75C9.11429 13.0883 9.38291 13.3625 9.71429 13.3625H12.2857C12.6171 13.3625 12.8857 13.0883 12.8857 12.75V9.25C12.8857 8.91173 12.6171 8.6375 12.2857 8.6375ZM9.71429 7.5C8.76751 7.5 8 8.2835 8 9.25V12.75C8 13.7165 8.76751 14.5 9.71429 14.5H12.2857C13.2325 14.5 14 13.7165 14 12.75V9.25C14 8.2835 13.2325 7.5 12.2857 7.5H9.71429Z",fillRule:"evenodd",clipRule:"evenodd"}},{tag:"path",attrs:{fill:"currentColor",d:"M3.93185 4.67088C3.93185 4.33994 4.20013 4.07167 4.53106 4.07167H9.98238C10.3133 4.07167 10.5816 4.33994 10.5816 4.67088 10.5816 5.00181 10.3133 5.27008 9.98238 5.27008H4.53106C4.20013 5.27008 3.93185 5.00181 3.93185 4.67088zM3.93185 7.16412C3.93185 6.83319 4.20013 6.56491 4.53106 6.56491H6.17481C6.50574 6.56491 6.77402 6.83319 6.77402 7.16412 6.77402 7.49505 6.50574 7.76332 6.17481 7.76332H4.53106C4.20013 7.76332 3.93185 7.49505 3.93185 7.16412zM3.93185 9.72264C3.93185 9.39171 4.20013 9.12344 4.53106 9.12344H5.90673C6.23767 9.12344 6.50594 9.39171 6.50594 9.72264 6.50594 10.0536 6.23767 10.3218 5.90673 10.3218H4.53106C4.20013 10.3218 3.93185 10.0536 3.93185 9.72264z",fillRule:"evenodd",clipRule:"evenodd"}},{tag:"path",attrs:{fill:"currentColor",d:"M3.49801 2.79851H11.0154C11.1809 2.79851 11.315 2.93264 11.315 3.09811V5.85837C11.315 6.1893 11.5833 6.45757 11.9142 6.45757Lnan nanL11.9142 6.45757C12.2451 6.45757 12.5134 6.1893 12.5134 5.85837V3.09811C12.5134 2.27078 11.8427 1.6001 11.0154 1.6001H3.49801C2.67068 1.6001 2 2.27078 2 3.09811V11.2302C2 12.0575 2.67068 12.7282 3.49801 12.7282H6.30883C6.63976 12.7282 6.90804 12.4599 6.90804 12.129Lnan nanL6.90804 12.129C6.90804 11.7981 6.63976 11.5298 6.30883 11.5298H3.49801C3.33255 11.5298 3.19841 11.3957 3.19841 11.2302V3.09811C3.19841 2.93264 3.33255 2.79851 3.49801 2.79851Z"}}]};t.Paste=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(a.IconBase,Object.assign({},e,{id:"paste",ref:t,icon:i}))}));t.Paste.displayName="Paste";t["default"]=t.Paste},1910:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.PercentSingle=void 0;var n=r(7522);var a=r(7565);var i={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_561_2",style:{maskType:"alpha"},width:16,height:16,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#D9D9D9",d:"M0 0H16V16H0z"}}]},{tag:"g",attrs:{fill:"currentColor",mask:"url(#mask0_561_2)",fillRule:"evenodd",clipRule:"evenodd"},children:[{tag:"path",attrs:{d:"M4.91876 2.65039C3.66601 2.65039 2.65045 3.66595 2.65045 4.9187 2.65045 6.17146 3.66601 7.18702 4.91876 7.18702 6.17152 7.18702 7.18708 6.17146 7.18708 4.9187 7.18708 3.66595 6.17152 2.65039 4.91876 2.65039zM3.94663 4.9187C3.94663 4.38181 4.38187 3.94657 4.91876 3.94657 5.45566 3.94657 5.8909 4.38181 5.8909 4.9187 5.8909 5.4556 5.45566 5.89084 4.91876 5.89084 4.38187 5.89084 3.94663 5.4556 3.94663 4.9187zM11.0812 8.81299C9.82842 8.81299 8.81286 9.82855 8.81286 11.0813 8.81286 12.3341 9.82842 13.3496 11.0812 13.3496 12.3339 13.3496 13.3495 12.3341 13.3495 11.0813 13.3495 9.82855 12.3339 8.81299 11.0812 8.81299zM10.109 11.0813C10.109 10.5444 10.5443 10.1092 11.0812 10.1092 11.6181 10.1092 12.0533 10.5444 12.0533 11.0813 12.0533 11.6182 11.6181 12.0534 11.0812 12.0534 10.5443 12.0534 10.109 11.6182 10.109 11.0813zM13.1597 2.84021C13.4128 3.09331 13.4128 3.50365 13.1597 3.75675L3.7568 13.1596C3.5037 13.4127 3.09336 13.4127 2.84026 13.1596 2.58717 12.9065 2.58717 12.4962 2.84026 12.2431L12.2431 2.84021C12.4962 2.58712 12.9066 2.58712 13.1597 2.84021z"}}]}]};t.PercentSingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(a.IconBase,Object.assign({},e,{id:"percent-single",ref:t,icon:i}))}));t.PercentSingle.displayName="PercentSingle";t["default"]=t.PercentSingle},9650:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.PipingSingle=void 0;var n=r(7522);var a=r(7565);var i={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M3.44719 4.0002H2.00004C1.63185 4.0002 1.33337 3.70173 1.33337 3.33354C1.33337 2.96535 1.63185 2.66687 2.00004 2.66687H3.44716C3.72171 1.89005 4.46255 1.3335 5.33337 1.3335C6.2042 1.3335 6.94504 1.89005 7.21958 2.66687H11.6666C13.3628 2.66687 14.6669 3.93225 14.6667 5.66694C14.6666 7.4014 13.3629 8.66687 11.6666 8.66687H6.66683L6.6594 8.66683H4.33351C3.36298 8.66683 2.66662 9.34592 2.66671 10.3334C2.6668 11.3212 3.36309 12.0002 4.33351 12.0002H8.78051C9.05508 11.2234 9.79589 10.6669 10.6667 10.6669C11.5375 10.6669 12.2783 11.2234 12.5529 12.0001H14C14.3682 12.0001 14.6667 12.2986 14.6667 12.6668C14.6667 13.035 14.3682 13.3335 14 13.3335H12.5529C12.2784 14.1103 11.5375 14.6669 10.6667 14.6669C9.79586 14.6669 9.05502 14.1103 8.78048 13.3335H4.33351C2.63723 13.3335 1.33353 12.068 1.33337 10.3336C1.33322 8.59887 2.63735 7.3335 4.33351 7.3335H6.66671L6.67414 7.33354H11.6666C12.637 7.33354 13.3333 6.65454 13.3334 5.66681C13.3335 4.67929 12.6371 4.0002 11.6666 4.0002H7.21956C6.94499 4.77698 6.20417 5.3335 5.33337 5.3335C4.46258 5.3335 3.72176 4.77698 3.44719 4.0002ZM4.66671 3.3335C4.66671 2.96531 4.96518 2.66683 5.33337 2.66683C5.70156 2.66683 6.00004 2.96531 6.00004 3.3335C6.00004 3.70169 5.70156 4.00016 5.33337 4.00016C4.96518 4.00016 4.66671 3.70169 4.66671 3.3335ZM10 12.6701C10.0018 13.0368 10.2996 13.3335 10.6667 13.3335C11.0349 13.3335 11.3334 13.0351 11.3334 12.6669C11.3334 12.2987 11.0349 12.0002 10.6667 12.0002C10.2996 12.0002 10.0018 12.2969 10 12.6636L10 12.6668L10 12.6701Z",fillRule:"evenodd",clipRule:"evenodd"}}]};t.PipingSingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(a.IconBase,Object.assign({},e,{id:"piping-single",ref:t,icon:i}))}));t.PipingSingle.displayName="PipingSingle";t["default"]=t.PipingSingle},1669:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.PositionSingle16=void 0;var n=r(7522);var a=r(7565);var i={tag:"svg",attrs:{fill:"none",viewBox:"0 0 17 17",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_273_6441",style:{maskType:"alpha"},width:17,height:17,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#D9D9D9",d:"M0.54 0.84H16.54V16.84H0.54z"}}]},{tag:"g",attrs:{mask:"url(#mask0_273_6441)"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M2.74377 7.43373C2.74377 4.23047 5.34051 1.63373 8.54377 1.63373C11.747 1.63373 14.3438 4.23047 14.3438 7.43373C14.3438 9.8839 12.9461 12.1495 11.6652 13.7292C11.0124 14.5343 10.3616 15.1957 9.87432 15.656C9.63016 15.8866 9.42575 16.0679 9.28091 16.1927C9.20846 16.2551 9.15082 16.3035 9.11046 16.337C9.09027 16.3537 9.0744 16.3667 9.06314 16.3759L9.04976 16.3867L9.04574 16.39L9.04441 16.3911L8.55382 16.8414L9.04353 16.3918C8.75136 16.6255 8.33581 16.6252 8.04364 16.3915L8.04181 16.39L8.03779 16.3867L8.0244 16.3759C8.01315 16.3667 7.99728 16.3537 7.97709 16.337C7.93673 16.3035 7.87909 16.2551 7.80664 16.1927C7.6618 16.0679 7.45738 15.8866 7.21323 15.656C6.72591 15.1957 6.0751 14.5343 5.42237 13.7292C4.14147 12.1495 2.74377 9.8839 2.74377 7.43373ZM5.74377 7.43373C5.74377 5.88733 6.99738 4.63373 8.54377 4.63373C10.0902 4.63373 11.3438 5.88733 11.3438 7.43373C11.3438 8.98012 10.0902 10.2337 8.54377 10.2337C6.99738 10.2337 5.74377 8.98012 5.74377 7.43373Z",fillRule:"evenodd",clipRule:"evenodd"}}]}]};t.PositionSingle16=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(a.IconBase,Object.assign({},e,{id:"position-single-16",ref:t,icon:i}))}));t.PositionSingle16.displayName="PositionSingle16";t["default"]=t.PositionSingle16},2504:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.PositionSingle20=void 0;var n=r(7522);var a=r(7565);var i={tag:"svg",attrs:{fill:"none",viewBox:"0 0 21 21",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_273_6453",style:{maskType:"alpha"},width:21,height:21,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#D9D9D9",d:"M0.91 0.84H20.91V20.84H0.91z"}}]},{tag:"g",attrs:{mask:"url(#mask0_273_6453)"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M3.65601 9.08179C3.65601 5.07771 6.90193 1.83179 10.906 1.83179C14.9101 1.83179 18.156 5.07771 18.156 9.08179C18.156 12.1445 16.4089 14.9765 14.8078 16.9512C13.9918 17.9575 13.1783 18.7843 12.5692 19.3596C12.264 19.6478 12.0085 19.8745 11.8274 20.0305C11.7369 20.1086 11.6648 20.1691 11.6144 20.2109C11.5891 20.2318 11.5693 20.248 11.5552 20.2595L11.5385 20.2731L11.5335 20.2771L11.5318 20.2784L10.9186 20.8413L11.5307 20.2793C11.1655 20.5715 10.6461 20.5711 10.2808 20.2789L10.2786 20.2771L10.2735 20.2731L10.2568 20.2595C10.2427 20.248 10.2229 20.2318 10.1977 20.2109C10.1472 20.1691 10.0751 20.1086 9.98458 20.0305C9.80354 19.8745 9.54802 19.6478 9.24282 19.3596C8.63367 18.7843 7.82017 17.9575 7.00425 16.9512C5.40313 14.9765 3.65601 12.1445 3.65601 9.08179ZM7.40601 9.08179C7.40601 7.14879 8.97301 5.58179 10.906 5.58179C12.839 5.58179 14.406 7.14879 14.406 9.08179C14.406 11.0148 12.839 12.5818 10.906 12.5818C8.97301 12.5818 7.40601 11.0148 7.40601 9.08179Z",fillRule:"evenodd",clipRule:"evenodd"}}]}]};t.PositionSingle20=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(a.IconBase,Object.assign({},e,{id:"position-single-20",ref:t,icon:i}))}));t.PositionSingle20.displayName="PositionSingle20";t["default"]=t.PositionSingle20},1621:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.PrintSingle=void 0;var n=r(7522);var a=r(7565);var i={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_102_863",style:{maskType:"alpha"},width:16,height:16,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#DCDCDC",d:"M0 0H16V16H0z"}}]},{tag:"g",attrs:{fill:"currentColor",mask:"url(#mask0_102_863)"},children:[{tag:"path",attrs:{d:"M6.72563 11.5051C6.72563 11.1531 7.01093 10.8678 7.36286 10.8678H8.63731C8.98924 10.8678 9.27454 11.1531 9.27454 11.5051C9.27454 11.857 8.98924 12.1423 8.63731 12.1423H7.36286C7.01093 12.1423 6.72563 11.857 6.72563 11.5051Z"}},{tag:"path",attrs:{d:"M4.81396 1.94667C4.81396 1.59474 5.09925 1.30945 5.45118 1.30945H10.549C10.9009 1.30945 11.1862 1.59474 11.1862 1.94667V3.85835H13.7351C14.439 3.85835 15.0096 4.42893 15.0096 5.1328V10.2306C15.0096 10.9345 14.439 11.5051 13.7351 11.5051H11.1862V14.054C11.1862 14.4059 10.9009 14.6912 10.549 14.6912H5.45118C5.09925 14.6912 4.81396 14.4059 4.81396 14.054V11.5051H2.26505C1.5612 11.5051 0.990601 10.9345 0.990601 10.2306V5.1328C0.990601 4.42893 1.5612 3.85835 2.26505 3.85835H4.81396V1.94667ZM4.81396 9.59339H4.49534C4.14341 9.59339 3.85812 9.30809 3.85812 8.95616C3.85812 8.60423 4.14341 8.31893 4.49534 8.31893H11.5048C11.8568 8.31893 12.1421 8.60423 12.1421 8.95616C12.1421 9.30809 11.8568 9.59339 11.5048 9.59339H11.1862V10.2306H13.7351V5.1328H12.4607V6.40726C12.4607 6.75919 12.1754 7.04448 11.8234 7.04448H4.17673C3.8248 7.04448 3.5395 6.75919 3.5395 6.40726V5.1328H2.26505V10.2306H4.81396V9.59339ZM6.08841 9.59339V13.4167H9.91176V9.59339H6.08841ZM9.91176 4.49558C9.91176 4.84751 10.1971 5.1328 10.549 5.1328H11.1862V5.77003H4.81396V5.1328H5.45118C5.80311 5.1328 6.08841 4.84751 6.08841 4.49558V2.5839H9.91176V4.49558Z",fillRule:"evenodd",clipRule:"evenodd"}}]}]};t.PrintSingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(a.IconBase,Object.assign({},e,{id:"print-single",ref:t,icon:i}))}));t.PrintSingle.displayName="PrintSingle";t["default"]=t.PrintSingle},5779:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.PrivacyViewing=void 0;var n=r(7522);var a=r(7565);var i={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_102_981",style:{maskType:"alpha"},width:16,height:16,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#DCDCDC",d:"M0 0H16V16H0z"}}]},{tag:"g",attrs:{mask:"url(#mask0_102_981)"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M8.47387 1.52246C6.90331 1.52246 5.63011 2.79566 5.63011 4.36622C5.63011 5.93679 6.90331 7.20998 8.47387 7.20998C10.0444 7.20998 11.3176 5.93679 11.3176 4.36622C11.3176 2.79566 10.0444 1.52246 8.47387 1.52246ZM6.89401 4.36622C6.89401 3.49368 7.60134 2.78635 8.47387 2.78635C9.34641 2.78635 10.0537 3.49368 10.0537 4.36622C10.0537 5.23876 9.34641 5.94609 8.47387 5.94609C7.60134 5.94609 6.89401 5.23876 6.89401 4.36622Z",fillRule:"evenodd",clipRule:"evenodd"}},{tag:"path",attrs:{fill:"currentColor",d:"M2.78635 13.8454C2.78635 11.4702 4.97779 9.42179 7.84193 9.42179C8.19094 9.42179 8.47387 9.13886 8.47387 8.78985C8.47387 8.44083 8.19094 8.1579 7.84193 8.1579C4.42382 8.1579 1.52246 10.6364 1.52246 13.8454C1.52246 14.1944 1.80539 14.4774 2.15441 14.4774C2.50342 14.4774 2.78635 14.1944 2.78635 13.8454Z"}},{tag:"path",attrs:{fill:"colorChannel1",d:"M11.6336 8.1582C10.761 8.1582 10.0537 8.86552 10.0537 9.73807V10.054H9.42174C9.07273 10.054 8.78979 10.337 8.78979 10.686V13.8457C8.78979 14.1947 9.07273 14.4777 9.42174 14.4777H13.8454C14.1944 14.4777 14.4773 14.1947 14.4773 13.8457V10.686C14.4773 10.337 14.1944 10.054 13.8454 10.054H13.2134V9.73807C13.2134 8.86552 12.5061 8.1582 11.6336 8.1582ZM11.9495 10.054V9.73807C11.9495 9.56355 11.8081 9.4221 11.6336 9.4221C11.459 9.4221 11.3176 9.56355 11.3176 9.73807V10.054H11.9495ZM10.0537 11.3179V13.2138H13.2134V11.3179H10.0537Z",fillRule:"evenodd",clipRule:"evenodd"}}]}]};t.PrivacyViewing=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(a.IconBase,Object.assign({},e,{id:"privacy-viewing",ref:t,icon:i}))}));t.PrivacyViewing.displayName="PrivacyViewing";t["default"]=t.PrivacyViewing},7912:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.RadioNotSingle=void 0;var n=r(7522);var a=r(7565);var i={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M8 14.5C11.5899 14.5 14.5 11.5899 14.5 8C14.5 4.41015 11.5899 1.5 8 1.5C4.41015 1.5 1.5 4.41015 1.5 8C1.5 11.5899 4.41015 14.5 8 14.5ZM8 13.17C10.8553 13.17 13.17 10.8553 13.17 8C13.17 5.14469 10.8553 2.83 8 2.83C5.14469 2.83 2.83 5.14469 2.83 8C2.83 10.8553 5.14469 13.17 8 13.17Z",fillRule:"evenodd",clipRule:"evenodd"}}]};t.RadioNotSingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(a.IconBase,Object.assign({},e,{id:"radio-not-single",ref:t,icon:i}))}));t.RadioNotSingle.displayName="RadioNotSingle";t["default"]=t.RadioNotSingle},8410:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.RadioYesSingle=void 0;var n=r(7522);var a=r(7565);var i={tag:"svg",attrs:{fill:"none",viewBox:"0 0 17 17",width:"1em",height:"1em"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M8.42505 12.0293C10.5549 12.0293 12.2815 10.3027 12.2815 8.17285C12.2815 6.043 10.5549 4.31641 8.42505 4.31641C6.29519 4.31641 4.5686 6.043 4.5686 8.17285C4.5686 10.3027 6.29519 12.0293 8.42505 12.0293Z"}},{tag:"path",attrs:{fill:"currentColor",d:"M8.42505 14.6729C12.0149 14.6729 14.925 11.7627 14.925 8.17285C14.925 4.583 12.0149 1.67285 8.42505 1.67285C4.8352 1.67285 1.92505 4.583 1.92505 8.17285C1.92505 11.7627 4.8352 14.6729 8.42505 14.6729ZM8.42505 13.3429C11.2804 13.3429 13.595 11.0282 13.595 8.17285C13.595 5.31754 11.2804 3.00285 8.42505 3.00285C5.56974 3.00285 3.25505 5.31754 3.25505 8.17285C3.25505 11.0282 5.56974 13.3429 8.42505 13.3429Z",fillRule:"evenodd",clipRule:"evenodd"}}]};t.RadioYesSingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(a.IconBase,Object.assign({},e,{id:"radio-yes-single",ref:t,icon:i}))}));t.RadioYesSingle.displayName="RadioYesSingle";t["default"]=t.RadioYesSingle},1859:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.RecommendSingle=void 0;var n=r(7522);var a=r(7565);var i={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M3 1C1.89539 1 1 1.89543 1 3V13C1 14.1046 1.89539 15 3 15H15V1H3ZM7.69275 9.68884C7.82471 9.78416 7.98608 9.83183 8.17676 9.83183C8.36743 9.83183 8.52881 9.7805 8.66077 9.67784C8.79272 9.56784 8.85876 9.40651 8.85876 9.19383C8.85876 9.0545 8.86609 8.92618 8.88074 8.80884C8.90271 8.6915 8.94678 8.57417 9.01282 8.45683C9.07874 8.33217 9.17407 8.1965 9.29871 8.04984C9.36938 7.96262 9.4541 7.86714 9.55286 7.76344C9.62854 7.68407 9.71252 7.59987 9.80481 7.51083C10.1201 7.21017 10.3291 6.9315 10.4318 6.67484C10.5417 6.41084 10.6005 6.13217 10.6078 5.83884C10.6151 5.50151 10.5637 5.2045 10.4537 4.94785C10.3511 4.69118 10.2008 4.47484 10.0028 4.29884C9.81213 4.12283 9.58105 3.99451 9.30981 3.91383C9.03845 3.82584 8.74512 3.78551 8.42981 3.79283C8.10706 3.80017 7.80273 3.8515 7.51672 3.94684C7.23804 4.03484 6.99243 4.15584 6.77979 4.30984C6.57446 4.46384 6.40942 4.65083 6.28479 4.87083C6.16748 5.08351 6.10876 5.31818 6.10876 5.57484C6.10876 5.75818 6.15637 5.89751 6.25171 5.99284C6.34705 6.08817 6.50476 6.13951 6.72473 6.14684C6.90076 6.14684 7.07312 6.09917 7.24182 6.00385C7.4104 5.90851 7.49475 5.7655 7.49475 5.57484C7.49475 5.38417 7.58643 5.24484 7.76978 5.15685C7.95312 5.06883 8.16211 5.02118 8.39673 5.01384C8.63147 5.0065 8.83313 5.05783 9.00171 5.16783C9.17041 5.27051 9.25476 5.47217 9.25476 5.77284C9.25476 5.89751 9.24377 6.01117 9.2218 6.11385C9.19971 6.20917 9.16309 6.30817 9.11182 6.41084C9.06042 6.50616 8.98706 6.60884 8.89172 6.71884C8.80371 6.82884 8.69373 6.94984 8.56177 7.08183C8.38574 7.2505 8.23181 7.43384 8.09973 7.63184C7.96777 7.82251 7.85779 8.01685 7.76978 8.21484C7.68176 8.4055 7.61206 8.58884 7.56079 8.76483C7.52759 8.89177 7.50696 9.00417 7.49878 9.10204C7.49609 9.1342 7.49475 9.16481 7.49475 9.19383C7.49475 9.42117 7.56079 9.58617 7.69275 9.68884ZM8.70471 11.9988C8.56543 12.1382 8.3894 12.2078 8.17676 12.2078C7.96411 12.2078 7.78442 12.1382 7.63782 11.9988C7.49841 11.8522 7.42871 11.6725 7.42871 11.4598C7.42871 11.2472 7.49841 11.0712 7.63782 10.9318C7.78442 10.7852 7.96411 10.7118 8.17676 10.7118C8.3894 10.7118 8.56543 10.7852 8.70471 10.9318C8.85144 11.0712 8.9248 11.2472 8.9248 11.4598C8.9248 11.6725 8.85144 11.8522 8.70471 11.9988Z",fillRule:"evenodd",clipRule:"evenodd"}}]};t.RecommendSingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(a.IconBase,Object.assign({},e,{id:"recommend-single",ref:t,icon:i}))}));t.RecommendSingle.displayName="RecommendSingle";t["default"]=t.RecommendSingle},7771:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.RedoSingle=void 0;var n=r(7522);var a=r(7565);var i={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_102_659",style:{maskType:"alpha"},width:16,height:16,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#DCDCDC",d:"M0 0H16V16H0z"}}]},{tag:"g",attrs:{mask:"url(#mask0_102_659)"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M14.1876 6.47237C14.4479 6.22371 14.4479 5.82055 14.1876 5.57189L9.94491 1.51975C9.68456 1.27109 9.26245 1.27109 9.0021 1.51975C8.74175 1.76841 8.74175 2.17156 9.0021 2.42022L12.1067 5.3854H6.47602C3.79261 5.3854 1.61727 7.46307 1.61727 10.026C1.61727 12.5889 3.7926 14.6666 6.47602 14.6666H9.79268C10.1443 14.6666 10.4294 14.3815 10.4294 14.0299C10.4294 13.6782 10.1443 13.3931 9.79268 13.3931H6.47602C4.52899 13.3931 2.9506 11.8856 2.9506 10.026C2.9506 8.16638 4.52899 6.65887 6.47602 6.65887H12.1067L9.0021 9.62404C8.74175 9.8727 8.74175 10.2759 9.0021 10.5245C9.26245 10.7732 9.68456 10.7732 9.94491 10.5245L14.1876 6.47237Z",fillRule:"evenodd",clipRule:"evenodd"}}]}]};t.RedoSingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(a.IconBase,Object.assign({},e,{id:"redo-single",ref:t,icon:i}))}));t.RedoSingle.displayName="RedoSingle";t["default"]=t.RedoSingle},8323:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.ReduceDigitsSingle=void 0;var n=r(7522);var a=r(7565);var i={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M5 3.61825C5 2.32958 6.04468 1.28491 7.33333 1.28491C8.62199 1.28491 9.66667 2.32958 9.66667 3.61825V6.30787C9.66667 7.59653 8.62199 8.64121 7.33333 8.64121C6.04468 8.64121 5 7.59653 5 6.30787V3.61825ZM7.33333 2.61825C6.78105 2.61825 6.33333 3.06596 6.33333 3.61825V6.30787C6.33333 6.86015 6.78106 7.30787 7.33333 7.30787C7.88561 7.30787 8.33333 6.86015 8.33333 6.30787V3.61825C8.33333 3.06596 7.88561 2.61825 7.33333 2.61825Z",fillRule:"evenodd",clipRule:"evenodd"}},{tag:"path",attrs:{fill:"currentColor",d:"M2 7.9745C2 7.60631 2.29848 7.30783 2.66667 7.30783H3C3.36819 7.30783 3.66667 7.60631 3.66667 7.9745 3.66667 8.34269 3.36819 8.64117 3 8.64117H2.66667C2.29848 8.64117 2 8.34269 2 7.9745zM8.80482 9.56197C9.06517 9.82232 9.06517 10.2444 8.80482 10.5048L7.94289 11.3667H13.3334C13.7016 11.3667 14.0001 11.6652 14.0001 12.0334 14.0001 12.4016 13.7016 12.7 13.3334 12.7H7.94289L8.80482 13.562C9.06517 13.8223 9.06517 14.2444 8.80482 14.5048 8.54447 14.7651 8.12236 14.7651 7.86201 14.5048L5.86201 12.5048C5.79809 12.4409 5.74987 12.3672 5.71733 12.2886 5.68474 12.21 5.66675 12.1238 5.66675 12.0334 5.66675 11.943 5.68474 11.8568 5.71733 11.7782 5.74987 11.6996 5.79809 11.6259 5.86201 11.562L7.86201 9.56197C8.12236 9.30162 8.54447 9.30162 8.80482 9.56197z"}}]};t.ReduceDigitsSingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(a.IconBase,Object.assign({},e,{id:"reduce-digits-single",ref:t,icon:i}))}));t.ReduceDigitsSingle.displayName="ReduceDigitsSingle";t["default"]=t.ReduceDigitsSingle},5785:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.ReduceSingle=void 0;var n=r(7522);var a=r(7565);var i={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_102_252",style:{maskType:"alpha"},width:16,height:16,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#D9D9D9",d:"M0 0H16V16H0z"}}]},{tag:"g",attrs:{mask:"url(#mask0_102_252)"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M1.27832 7.99992C1.27832 7.59222 1.61269 7.26172 2.02517 7.26172H13.9747C14.3872 7.26172 14.7216 7.59222 14.7216 7.99992C14.7216 8.40762 14.3872 8.73813 13.9747 8.73813H2.02517C1.61269 8.73813 1.27832 8.40762 1.27832 7.99992Z",fillRule:"evenodd",clipRule:"evenodd"}}]}]};t.ReduceSingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(a.IconBase,Object.assign({},e,{id:"reduce-single",ref:t,icon:i}))}));t.ReduceSingle.displayName="ReduceSingle";t["default"]=t.ReduceSingle},4497:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.Reduce=void 0;var n=r(7522);var a=r(7565);var i={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_233_11",style:{maskType:"alpha"},width:16,height:16,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#D9D9D9",d:"M0 0H16V16H0z"}}]},{tag:"g",attrs:{mask:"url(#mask0_233_11)"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M2.53331 14C2.35652 14 2.18697 13.9297 2.06197 13.8047C1.93697 13.6797 1.86675 13.5101 1.86675 13.3333C1.86675 13.1565 1.93697 12.987 2.06197 12.862C2.18697 12.7369 2.35652 12.6667 2.53331 12.6667L13.4666 12.6667C13.6434 12.6667 13.813 12.7369 13.938 12.862C14.063 12.987 14.1332 13.1565 14.1332 13.3333C14.1332 13.5101 14.063 13.6797 13.938 13.8047C13.813 13.9297 13.6434 14 13.4666 14L2.53331 14ZM2.53331 3.33333C2.35652 3.33331 2.18697 3.26306 2.06197 3.13804C1.93697 3.01301 1.86675 2.84346 1.86675 2.66667C1.86675 2.48987 1.93697 2.32032 2.06197 2.1953C2.18697 2.07028 2.35652 2.00003 2.53331 2L13.4666 2C13.6434 2.00003 13.813 2.07028 13.938 2.1953C14.063 2.32032 14.1332 2.48987 14.1332 2.66667C14.1332 2.84346 14.063 3.01301 13.938 3.13803C13.813 3.26306 13.6434 3.33331 13.4666 3.33333L2.53331 3.33333Z"}},{tag:"path",attrs:{fill:"colorChannel1",d:"M10.8142 10.8141C10.5588 11.0695 10.1447 11.0695 9.88929 10.8141L7.97868 8.90354L6.14021 10.742C5.89652 10.9857 5.50142 10.9857 5.25774 10.742C5.01405 10.4983 5.01405 10.1032 5.25774 9.85955L7.09621 8.02107L5.18561 6.11047C4.93021 5.85507 4.93021 5.44098 5.18561 5.18557C5.44101 4.93017 5.8551 4.93017 6.11051 5.18557L8.02111 7.09618L9.85959 5.2577C10.1033 5.01401 10.4984 5.01401 10.7421 5.2577C10.9857 5.50139 10.9857 5.89648 10.7421 6.14017L8.90358 7.97865L10.8142 9.88925C11.0696 10.1447 11.0696 10.5587 10.8142 10.8141Z"}}]}]};t.Reduce=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(a.IconBase,Object.assign({},e,{id:"reduce",ref:t,icon:i}))}));t.Reduce.displayName="Reduce";t["default"]=t.Reduce},1679:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.RenameSingle=void 0;var n=r(7522);var a=r(7565);var i={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_102_867",style:{maskType:"alpha"},width:16,height:16,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#DCDCDC",d:"M0 0H16V16H0z"}}]},{tag:"g",attrs:{fill:"currentColor",mask:"url(#mask0_102_867)",fillRule:"evenodd",clipRule:"evenodd"},children:[{tag:"path",attrs:{d:"M1.94629 2.44C1.94629 1.73614 2.51688 1.16555 3.22074 1.16555H9.91161C10.0923 1.16555 10.2644 1.24222 10.3853 1.3765L13.2511 4.5608C13.3538 4.67393 13.4164 4.82411 13.4164 4.98891V7.85642C13.4164 8.20835 13.1311 8.49365 12.7791 8.49365C12.4272 8.49365 12.1419 8.20835 12.1419 7.85642V5.62613H9.593C9.24107 5.62613 8.95577 5.34084 8.95577 4.98891V2.44H3.22074L3.22074 13.5601H7.0441C7.39603 13.5601 7.68132 13.8454 7.68132 14.1973C7.68132 14.5493 7.39603 14.8346 7.0441 14.8346H3.22074C2.51689 14.8346 1.94629 14.264 1.94629 13.5601L1.94629 2.44ZM10.2302 3.10935V4.35168H11.3483L10.2302 3.10935Z"}},{tag:"path",attrs:{d:"M12.5925 9.28616L13.8669 10.5606C14.1158 10.8095 14.1158 11.2129 13.8669 11.4618L10.6808 14.6479C10.5613 14.7674 10.3992 14.8346 10.2302 14.8346H8.95577C8.60384 14.8346 8.31855 14.5493 8.31855 14.1973V12.9229C8.31855 12.7539 8.38568 12.5918 8.50519 12.4723L11.6913 9.28616C11.9402 9.03731 12.3436 9.03731 12.5925 9.28616ZM9.593 13.1868V13.5601H9.96628L12.5152 11.0112L12.1419 10.6379L9.593 13.1868Z"}}]}]};t.RenameSingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(a.IconBase,Object.assign({},e,{id:"rename-single",ref:t,icon:i}))}));t.RenameSingle.displayName="RenameSingle";t["default"]=t.RenameSingle},4409:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.RenewSingle=void 0;var n=r(7522);var a=r(7565);var i={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_102_887",style:{maskType:"alpha"},width:16,height:16,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#DCDCDC",d:"M0 0H16V16H0z"}}]},{tag:"g",attrs:{fill:"currentColor",mask:"url(#mask0_102_887)"},children:[{tag:"path",attrs:{d:"M7.99976 1.62781C6.19952 1.62781 4.57275 2.37516 3.41466 3.57483 3.17023 3.82804 3.17735 4.23144 3.43055 4.47587 3.68375 4.72029 4.08716 4.71318 4.33158 4.45998 5.25945 3.49879 6.55939 2.90226 7.99976 2.90226 10.8152 2.90226 13.0976 5.18463 13.0976 8.00007 13.0976 8.352 13.3829 8.63729 13.7348 8.63729 14.0867 8.63729 14.372 8.352 14.372 8.00007V2.90226C14.372 2.55033 14.0867 2.26503 13.7348 2.26503 13.3829 2.26503 13.0976 2.55033 13.0976 2.90226V4.1761C11.935 2.62869 10.0843 1.62781 7.99976 1.62781zM2.90195 8.00007C2.90195 7.64814 2.61666 7.36284 2.26473 7.36284 1.9128 7.36284 1.6275 7.64814 1.6275 8.00007V13.0979C1.6275 13.4498 1.9128 13.7351 2.26473 13.7351 2.61666 13.7351 2.90195 13.4498 2.90195 13.0979V11.824C4.06455 13.3714 5.91527 14.3723 7.99976 14.3723 9.71846 14.3723 11.2794 13.6911 12.425 12.5852 12.6782 12.3408 12.6853 11.9373 12.4409 11.6841 12.1965 11.4309 11.7931 11.4238 11.5399 11.6682 10.6223 12.554 9.37518 13.0979 7.99976 13.0979 5.18433 13.0979 2.90195 10.8155 2.90195 8.00007z"}}]}]};t.RenewSingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(a.IconBase,Object.assign({},e,{id:"renew-single",ref:t,icon:i}))}));t.RenewSingle.displayName="RenewSingle";t["default"]=t.RenewSingle},8861:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.RightBorder=void 0;var n=r(7522);var a=r(7565);var i={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_107_1297",style:{maskType:"alpha"},width:16,height:16,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#DCDCDC",d:"M0 0H16V16H0z"}}]},{tag:"g",attrs:{mask:"url(#mask0_107_1297)"},children:[{tag:"path",attrs:{fill:"colorChannel1",d:"M1.33325 3.99992L1.33325 2.66659C1.33325 1.93021 1.93021 1.33325 2.66659 1.33325L3.99992 1.33325 3.99992 2.66659 2.66659 2.66659 2.66659 3.99992 1.33325 3.99992zM9.33325 1.33325L9.33325 2.66658 6.66659 2.66659 6.66659 1.33325 9.33325 1.33325zM1.33325 6.66659L2.66659 6.66659 2.66659 7.33325 5.33325 7.33325 5.33325 8.66659 2.66659 8.66659 2.66659 9.33325 1.33325 9.33325 1.33325 6.66659zM1.33325 11.9999L2.66659 11.9999 2.66659 13.3333 3.99992 13.3333 3.99992 14.6666 2.66659 14.6666C1.93021 14.6666 1.33325 14.0696 1.33325 13.3333L1.33325 11.9999zM6.66659 14.6666L6.66659 13.3333 7.33325 13.3333 7.33325 10.6666 8.66659 10.6666 8.66659 13.3333 9.33325 13.3333 9.33325 14.6666 6.66659 14.6666zM13.3333 7.33325L10.6666 7.33325 10.6666 8.66659 13.3333 8.66658 13.3333 7.33325zM7.33325 5.33325L7.33325 2.66659 8.66659 2.66659 8.66659 5.33325 7.33325 5.33325z"}},{tag:"path",attrs:{fill:"currentColor",d:"M13.3333 1.33325L12 1.33325L12 2.66659L13.3333 2.66659L13.3333 13.3333L12 13.3333L12 14.6666L13.3333 14.6666C14.0697 14.6666 14.6667 14.0696 14.6667 13.3333L14.6667 2.66659C14.6667 1.93021 14.0697 1.33325 13.3333 1.33325Z"}}]}]};t.RightBorder=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(a.IconBase,Object.assign({},e,{id:"right-border",ref:t,icon:i}))}));t.RightBorder.displayName="RightBorder";t["default"]=t.RightBorder},2058:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.RightDoubleDiagonalSingle=void 0;var n=r(7522);var a=r(7565);var i={tag:"svg",attrs:{fill:"none",viewBox:"0 0 17 17",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_436_42",style:{maskType:"alpha"},width:17,height:17,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#D9D9D9",d:"M0.54 0.48H16.54V16.48H0.54z"}}]},{tag:"g",attrs:{mask:"url(#mask0_436_42)"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M13.2368 2.87507L2.11162 7.97208L2.61144 9.06304L12.4714 4.54568L7.95409 14.4057L9.04505 14.9055L14.1421 3.78029L14.4503 3.63905L14.3286 3.37322L14.469 3.0666L14.1134 2.90369L13.9505 2.5481L13.6439 2.68857L13.3781 2.56678L13.2368 2.87507Z"}},{tag:"path",attrs:{fill:"#E5E5E5",d:"M4.44524 1.82495L3.08111 1.82495C2.41837 1.82495 1.88111 2.36221 1.88111 3.02495L1.88111 4.38908L3.21111 4.38908L3.21111 3.15495L4.44524 3.15495L4.44524 1.82495ZM15.1941 4.38908L15.1941 3.02495C15.1941 2.36221 14.6569 1.82495 13.9941 1.82495L12.63 1.82495L12.63 3.15495L13.8641 3.15495L13.8641 4.38908L15.1941 4.38908ZM7.17349 1.82495L7.17349 3.15495L9.90175 3.15495L9.90175 1.82495L7.17349 1.82495ZM15.1941 7.11734L13.8641 7.11734L13.8641 9.84559L15.1941 9.84559L15.1941 7.11734ZM15.1941 12.5739L13.8641 12.5739L13.8641 13.808L12.63 13.808L12.63 15.138L13.9941 15.138C14.6569 15.138 15.1941 14.6007 15.1941 13.938L15.1941 12.5739ZM9.90175 15.138L9.90175 13.808L7.17349 13.808L7.17349 15.138L9.90175 15.138ZM4.44524 15.138L4.44524 13.808L3.21111 13.808L3.21111 12.5739L1.88111 12.5739L1.88111 13.938C1.88111 14.6007 2.41837 15.138 3.08111 15.138L4.44524 15.138ZM1.88111 9.8456L3.21111 9.8456L3.21111 7.11734L1.88111 7.11734L1.88111 9.8456Z",fillRule:"evenodd",clipRule:"evenodd"}}]}]};t.RightDoubleDiagonalSingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(a.IconBase,Object.assign({},e,{id:"right-double-diagonal-single",ref:t,icon:i}))}));t.RightDoubleDiagonalSingle.displayName="RightDoubleDiagonalSingle";t["default"]=t.RightDoubleDiagonalSingle},2726:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.RightInsertColumn=void 0;var n=r(7522);var a=r(7565);var i={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_102_1123",style:{maskType:"alpha"},width:16,height:16,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#DCDCDC",d:"M16 16H32V32H16z",transform:"rotate(180 16 16)"}}]},{tag:"g",attrs:{mask:"url(#mask0_102_1123)",fillRule:"evenodd",clipRule:"evenodd"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M2.56781 13.3332C2.56781 14.0695 3.16476 14.6665 3.90114 14.6665L6.56781 14.6665C7.30419 14.6665 7.90114 14.0695 7.90114 13.3332L7.90114 2.6665C7.90114 1.9301 7.30419 1.33317 6.56781 1.33317L3.90114 1.33317C3.16476 1.33317 2.56781 1.9301 2.56781 2.6665L2.56781 13.3332ZM3.90114 2.6665L3.90114 13.3332L6.56781 13.3332L6.56781 2.6665L3.90114 2.6665Z"}},{tag:"path",attrs:{fill:"colorChannel1",d:"M13.4323 8.00022C13.4323 8.36841 13.1338 8.66689 12.7656 8.66689L11.6906 8.66689L11.6906 9.74202C11.6906 10.1102 11.3921 10.4087 11.0239 10.4087C10.6557 10.4087 10.3573 10.1102 10.3573 9.74202L10.3573 8.66689L9.28215 8.66689C8.91396 8.66689 8.61548 8.36841 8.61548 8.00022C8.61548 7.63203 8.91396 7.33356 9.28214 7.33356L10.3573 7.33356L10.3573 6.25852C10.3573 5.89033 10.6557 5.59186 11.0239 5.59186C11.3921 5.59186 11.6906 5.89033 11.6906 6.25852L11.6906 7.33356L12.7656 7.33356C13.1338 7.33356 13.4323 7.63203 13.4323 8.00022Z"}}]}]};t.RightInsertColumn=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(a.IconBase,Object.assign({},e,{id:"right-insert-column",ref:t,icon:i}))}));t.RightInsertColumn.displayName="RightInsertColumn";t["default"]=t.RightInsertColumn},2424:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.RightJustifyingSingle=void 0;var n=r(7522);var a=r(7565);var i={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_102_821",style:{maskType:"alpha"},width:16,height:16,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#D9D9D9",d:"M0 0H16V16H0z",transform:"matrix(-1 0 0 1 16 0)"}}]},{tag:"g",attrs:{fill:"currentColor",mask:"url(#mask0_102_821)"},children:[{tag:"path",attrs:{d:"M14 2.3501C14.359 2.3501 14.65 2.64111 14.65 3.0001 14.65 3.35908 14.359 3.6501 14 3.6501L2.00002 3.6501C1.64104 3.6501 1.35002 3.35908 1.35002 3.0001 1.35002 2.64111 1.64104 2.3501 2.00002 2.3501L14 2.3501zM14 5.68347C14.359 5.68347 14.65 5.97449 14.65 6.33347 14.65 6.69246 14.359 6.98347 14 6.98347L4.66669 6.98347C4.30771 6.98347 4.01669 6.69246 4.01669 6.33347 4.01669 5.97449 4.30771 5.68347 4.66669 5.68347L14 5.68347zM14.65 9.66672C14.65 9.30774 14.359 9.01672 14 9.01672L2.00002 9.01672C1.64104 9.01672 1.35002 9.30774 1.35002 9.66672 1.35002 10.0257 1.64104 10.3167 2.00002 10.3167L14 10.3167C14.359 10.3167 14.65 10.0257 14.65 9.66672zM14 12.3501C14.359 12.3501 14.65 12.6411 14.65 13.0001 14.65 13.3591 14.359 13.6501 14 13.6501L4.66669 13.6501C4.3077 13.6501 4.01669 13.3591 4.01669 13.0001 4.01669 12.6411 4.30771 12.3501 4.66669 12.3501L14 12.3501z"}}]}]};t.RightJustifyingSingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(a.IconBase,Object.assign({},e,{id:"right-justifying-single",ref:t,icon:i}))}));t.RightJustifyingSingle.displayName="RightJustifyingSingle";t["default"]=t.RightJustifyingSingle},6965:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.RightRotationFortyFiveDegreesSingle=void 0;var n=r(7522);var a=r(7565);var i={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_102_805",style:{maskType:"alpha"},width:16,height:16,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#DCDCDC",d:"M0 0H16V16H0z"}}]},{tag:"g",attrs:{fill:"currentColor",mask:"url(#mask0_102_805)"},children:[{tag:"path",attrs:{d:"M14.3754 2.90308C14.4648 2.64472 14.3922 2.34908 14.1894 2.14632C13.9867 1.94356 13.691 1.87089 13.4327 1.9603L5.50328 4.70423C5.13835 4.83051 4.96231 5.23518 5.11008 5.60809C5.25785 5.98101 5.67348 6.18094 6.03841 6.05466L8.25753 5.28675L11.049 8.0782L10.2811 10.2973C10.1548 10.6623 10.3547 11.0779 10.7276 11.2257C11.1005 11.3734 11.5052 11.1974 11.6315 10.8325L14.3754 2.90308ZM11.552 6.62449L9.71124 4.78369L12.5261 3.80961L11.552 6.62449Z",fillRule:"evenodd",clipRule:"evenodd"}},{tag:"path",attrs:{d:"M2.83111 5.01909C2.54473 4.73271 2.09354 4.71957 1.82337 4.98974C1.5532 5.25991 1.56634 5.71109 1.85272 5.99748L9.08612 13.2309L8.05806 13.2009C7.66452 13.1895 7.35478 13.4992 7.36624 13.8928C7.3777 14.2863 7.70603 14.6146 8.09957 14.6261L10.8479 14.7061C11.1362 14.7145 11.3909 14.5485 11.4935 14.2854C11.596 14.0224 11.5261 13.7141 11.3164 13.5044L2.83111 5.01909Z"}}]}]};t.RightRotationFortyFiveDegreesSingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(a.IconBase,Object.assign({},e,{id:"right-rotation-forty-five-degrees-single",ref:t,icon:i}))}));t.RightRotationFortyFiveDegreesSingle.displayName="RightRotationFortyFiveDegreesSingle";t["default"]=t.RightRotationFortyFiveDegreesSingle},9805:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.RightRotationNinetyDegreesSingle=void 0;var n=r(7522);var a=r(7565);var i={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M15 7.70009C15 7.97379 14.8405 8.22239 14.5917 8.33643L10.5917 10.1698 10.5917 10.1698 9.25833 10.7809 9.25832 10.7809 6.59166 12.0031C6.24022 12.1642 5.82474 12.0099 5.66366 11.6584 5.50258 11.307 5.6569 10.8915 6.00834 10.7304L8.26667 9.69533 8.26667 5.70484 6.00834 4.66977C5.6569 4.50869 5.50258 4.0932 5.66366 3.74176 5.82474 3.39032 6.24022 3.236 6.59166 3.39708L9.25832 4.61931 9.25833 4.61931 10.5917 5.23041 10.5917 5.23041 14.5917 7.06374C14.8405 7.17778 15 7.42638 15 7.70009zM9.66667 6.3465L9.66667 9.05368 10.0083 8.89708 10.0083 8.89707 12.62 7.70009 10.0083 6.5031 10.0083 6.5031 9.66667 6.3465zM3.6335 1C4.0201 1 4.3335 1.3134 4.3335 1.7L4.3335 13.7C4.3335 13.9831 4.16295 14.2384 3.90137 14.3467 3.6398 14.4551 3.33872 14.3952 3.13852 14.195L1.13852 12.195C.865154 11.9216.865154 11.4784 1.13852 11.205 1.41189 10.9317 1.8551 10.9317 2.12847 11.205L2.9335 12.0101 2.9335 1.7C2.9335 1.3134 3.2469 1 3.6335 1z",fillRule:"evenodd",clipRule:"evenodd"}}]};t.RightRotationNinetyDegreesSingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(a.IconBase,Object.assign({},e,{id:"right-rotation-ninety-degrees-single",ref:t,icon:i}))}));t.RightRotationNinetyDegreesSingle.displayName="RightRotationNinetyDegreesSingle";t["default"]=t.RightRotationNinetyDegreesSingle},7577:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.RmbSingle=void 0;var n=r(7522);var a=r(7565);var i={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M4.05443 1.55744C4.34898 1.33653 4.76685 1.39623 4.98776 1.69078L7.99996 5.98276L11.0122 1.69078C11.2331 1.39623 11.6509 1.33653 11.9455 1.55744C12.24 1.77836 12.2997 2.19623 12.0788 2.49078L9.33338 6.42708H12.0788C12.447 6.42708 12.7455 6.72556 12.7455 7.09375C12.7455 7.46194 12.447 7.76042 12.0788 7.76042H8.66659V9.69702H12.3348C12.703 9.69702 13.0015 9.9955 13.0015 10.3637C13.0015 10.7319 12.703 11.0304 12.3348 11.0304H8.66659V13.9091C8.66659 14.2773 8.36811 14.5758 7.99992 14.5758C7.63173 14.5758 7.33325 14.2773 7.33325 13.9091V11.0304H3.66508C3.29689 11.0304 2.99841 10.7319 2.99841 10.3637C2.99841 9.9955 3.29689 9.69702 3.66508 9.69702H7.33325V7.76042H3.92109C3.5529 7.76042 3.25443 7.46194 3.25443 7.09375C3.25443 6.72556 3.5529 6.42708 3.92109 6.42708H6.66653L3.92109 2.49078C3.70018 2.19623 3.75987 1.77836 4.05443 1.55744Z"}}]};t.RmbSingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(a.IconBase,Object.assign({},e,{id:"rmb-single",ref:t,icon:i}))}));t.RmbSingle.displayName="RmbSingle";t["default"]=t.RmbSingle},73:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.SaveSingle=void 0;var n=r(7522);var a=r(7565);var i={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_102_879",style:{maskType:"alpha"},width:16,height:16,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#DCDCDC",d:"M0 0H16V16H0z"}}]},{tag:"g",attrs:{fill:"currentColor",mask:"url(#mask0_102_879)"},children:[{tag:"path",attrs:{d:"M4.17665 8.63729C4.17665 8.28536 4.46195 8.00007 4.81388 8.00007H11.1861C11.5381 8.00007 11.8234 8.28536 11.8234 8.63729 11.8234 8.98922 11.5381 9.27452 11.1861 9.27452H4.81388C4.46195 9.27452 4.17665 8.98922 4.17665 8.63729zM4.81388 10.549C4.46195 10.549 4.17665 10.8343 4.17665 11.1862 4.17665 11.5381 4.46195 11.8234 4.81388 11.8234H8.00265C8.35458 11.8234 8.63988 11.5381 8.63988 11.1862 8.63988 10.8343 8.35458 10.549 8.00265 10.549H4.81388z"}},{tag:"path",attrs:{d:"M11.7118 1.80034L14.1699 4.09535C14.299 4.21586 14.3723 4.38453 14.3723 4.56112V12.7793C14.3723 13.6591 13.659 14.3723 12.7792 14.3723H3.22081C2.34099 14.3723 1.62775 13.6591 1.62775 12.7793V3.22087C1.62775 2.34105 2.34099 1.62781 3.22081 1.62781H11.2758C11.4445 1.62781 11.5978 1.69334 11.7118 1.80034ZM3.22081 2.90226C3.04485 2.90226 2.9022 3.04491 2.9022 3.22087V12.7793C2.9022 12.9552 3.04484 13.0979 3.22081 13.0979H12.7792C12.9552 13.0979 13.0978 12.9552 13.0978 12.7793V4.83796L11.0246 2.90226H8.63988V4.81394C8.63988 5.16587 8.35458 5.45116 8.00265 5.45116H4.81652C4.46459 5.45116 4.1793 5.16587 4.1793 4.81394V2.90226H3.22081ZM5.45375 2.90226V4.17671H7.36542V2.90226H5.45375Z",fillRule:"evenodd",clipRule:"evenodd"}}]}]};t.SaveSingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(a.IconBase,Object.assign({},e,{id:"save-single",ref:t,icon:i}))}));t.SaveSingle.displayName="SaveSingle";t["default"]=t.SaveSingle},192:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.Screen=void 0;var n=r(7522);var a=r(7565);var i={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_102_991",style:{maskType:"alpha"},width:16,height:16,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#D9D9D9",d:"M0 0H16V16H0z"}}]},{tag:"g",attrs:{mask:"url(#mask0_102_991)"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M1.33471 2.1194C1.44435 1.90608 1.66407 1.77197 1.90392 1.77197H14.096C14.3547 1.77197 14.5879 1.92767 14.6871 2.16657C14.7863 2.40546 14.7319 2.68057 14.5493 2.86377L9.27701 8.35043V13.5664C9.27701 13.7876 9.16274 13.9932 8.97482 14.1099C8.78691 14.2267 8.552 14.2382 8.35363 14.1402L5.91521 12.936C5.69683 12.8282 5.55859 12.6057 5.55859 12.3622V8.2914L1.3835 2.78448C1.24389 2.58944 1.22506 2.33272 1.33471 2.1194ZM3.14907 3.05197L6.71901 7.71345C6.79678 7.82209 6.83859 7.95235 6.83859 8.08595V11.9645L7.99701 12.5365V8.08595C7.99701 7.91658 8.06415 7.75412 8.18371 7.63415L12.5545 3.05197H3.14907Z",fillRule:"evenodd",clipRule:"evenodd"}},{tag:"path",attrs:{fill:"colorChannel1",d:"M9.90576 9.21426C9.90576 8.88289 10.1923 8.61426 10.5458 8.61426H13.7458C14.0992 8.61426 14.3858 8.88289 14.3858 9.21426 14.3858 9.54563 14.0992 9.81426 13.7458 9.81426H10.5458C10.1923 9.81426 9.90576 9.54563 9.90576 9.21426zM9.90576 11.061C9.90576 10.7297 10.1923 10.461 10.5458 10.461H13.7458C14.0992 10.461 14.3858 10.7297 14.3858 11.061 14.3858 11.3924 14.0992 11.661 13.7458 11.661H10.5458C10.1923 11.661 9.90576 11.3924 9.90576 11.061zM10.5458 12.3074C10.1923 12.3074 9.90576 12.5761 9.90576 12.9074 9.90576 13.2388 10.1923 13.5074 10.5458 13.5074H13.7458C14.0992 13.5074 14.3858 13.2388 14.3858 12.9074 14.3858 12.5761 14.0992 12.3074 13.7458 12.3074H10.5458z"}}]}]};t.Screen=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(a.IconBase,Object.assign({},e,{id:"screen",ref:t,icon:i}))}));t.Screen.displayName="Screen";t["default"]=t.Screen},5871:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.SearchSingle16=void 0;var n=r(7522);var a=r(7565);var i={tag:"svg",attrs:{fill:"none",viewBox:"0 0 17 17",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_217_40",style:{maskType:"alpha"},width:17,height:17,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#D9D9D9",d:"M0.9 0.09H16.9V16.09H0.9z"}}]},{tag:"g",attrs:{mask:"url(#mask0_217_40)"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M2.39551 7.37266C2.39551 4.18105 4.98281 1.59375 8.17441 1.59375C11.366 1.59375 13.9533 4.18105 13.9533 7.37266C13.9533 8.72342 13.4898 9.96603 12.7133 10.95L15.1964 13.4331C15.4619 13.6986 15.4619 14.1291 15.1964 14.3946C14.9309 14.6601 14.5004 14.6601 14.2349 14.3946L11.7518 11.9115C10.7678 12.6881 9.52525 13.1516 8.17441 13.1516C4.98281 13.1516 2.39551 10.5642 2.39551 7.37266ZM8.17441 2.95349C5.73378 2.95349 3.75525 4.93202 3.75525 7.37266C3.75525 9.81333 5.73378 11.7918 8.17441 11.7918C10.6151 11.7918 12.5936 9.81333 12.5936 7.37266C12.5936 4.93202 10.6151 2.95349 8.17441 2.95349Z",fillRule:"evenodd",clipRule:"evenodd"}}]}]};t.SearchSingle16=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(a.IconBase,Object.assign({},e,{id:"search-single-16",ref:t,icon:i}))}));t.SearchSingle16.displayName="SearchSingle16";t["default"]=t.SearchSingle16},7417:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.SelectRangeSingle=void 0;var n=r(7522);var a=r(7565);var i={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M2.49152 1.3335C1.79021 1.3335 1.22168 1.90202 1.22168 2.60334V13.397C1.22168 14.0983 1.79021 14.6668 2.49152 14.6668H9.42803C9.98031 14.6668 10.428 14.2191 10.428 13.6668V13.397V10.9234C10.428 10.7577 10.5623 10.6234 10.728 10.6234H13.2852H13.555C14.1073 10.6234 14.555 10.1757 14.555 9.62343V2.60334C14.555 1.90202 13.9865 1.3335 13.2852 1.3335H2.49152ZM8.85819 13.397C9.02387 13.397 9.15819 13.2627 9.15819 13.097V10.9234C9.15819 10.7577 9.02387 10.6234 8.85819 10.6234H6.60104C6.43536 10.6234 6.30104 10.7577 6.30104 10.9234V13.097C6.30104 13.2627 6.43536 13.397 6.60104 13.397H8.85819ZM13.2852 9.05359C13.2852 9.21927 13.1509 9.35359 12.9852 9.35359H10.728C10.5623 9.35359 10.428 9.21927 10.428 9.05359V6.96718C10.428 6.80149 10.5623 6.66718 10.728 6.66718H12.9852C13.1509 6.66718 13.2852 6.80149 13.2852 6.96718V9.05359ZM8.85819 9.35359C9.02387 9.35359 9.15819 9.21927 9.15819 9.05359V6.96718C9.15819 6.80149 9.02387 6.66718 8.85819 6.66718H6.60104C6.43536 6.66718 6.30104 6.80149 6.30104 6.96718V9.05359C6.30104 9.21927 6.43536 9.35359 6.60104 9.35359H8.85819ZM13.2852 5.09734C13.2852 5.26302 13.1509 5.39734 12.9852 5.39734H10.728C10.5623 5.39734 10.428 5.26302 10.428 5.09734V2.90334C10.428 2.73765 10.5623 2.60334 10.728 2.60334H12.9852C13.1509 2.60334 13.2852 2.73765 13.2852 2.90334V5.09734ZM8.85819 5.39734C9.02387 5.39734 9.15819 5.26302 9.15819 5.09734V2.90334C9.15819 2.73765 9.02387 2.60334 8.85819 2.60334H6.60104C6.43536 2.60334 6.30104 2.73765 6.30104 2.90334V5.09734C6.30104 5.26302 6.43536 5.39734 6.60104 5.39734H8.85819ZM5.0312 2.90334C5.0312 2.73765 4.89689 2.60334 4.7312 2.60334H2.79152C2.62584 2.60334 2.49152 2.73765 2.49152 2.90334V5.09734C2.49152 5.26302 2.62584 5.39734 2.79152 5.39734H4.7312C4.89689 5.39734 5.0312 5.26302 5.0312 5.09734V2.90334ZM5.0312 6.96718C5.0312 6.80149 4.89689 6.66718 4.7312 6.66718H2.79152C2.62584 6.66718 2.49152 6.80149 2.49152 6.96718V9.05359C2.49152 9.21927 2.62584 9.35359 2.79152 9.35359H4.7312C4.89689 9.35359 5.0312 9.21927 5.0312 9.05359V6.96718ZM5.0312 10.9234C5.0312 10.7577 4.89689 10.6234 4.7312 10.6234H2.79152C2.62584 10.6234 2.49152 10.7577 2.49152 10.9234V13.097C2.49152 13.2627 2.62584 13.397 2.79152 13.397H4.7312C4.89689 13.397 5.0312 13.2627 5.0312 13.097V10.9234Z",fillRule:"evenodd",clipRule:"evenodd"}},{tag:"path",attrs:{fill:"currentColor",d:"M12.0703 11.9137C12.0445 11.75 12.2176 11.6277 12.3633 11.7068L14.6735 12.9609C14.8412 13.052 14.7972 13.3003 14.6155 13.3333C14.6046 13.3352 14.5937 13.3371 14.5831 13.34L13.58 13.6178L12.8438 14.5421C12.7486 14.7038 12.5031 14.6572 12.4739 14.4718L12.0703 11.9137Z"}}]};t.SelectRangeSingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(a.IconBase,Object.assign({},e,{id:"select-range-single",ref:t,icon:i}))}));t.SelectRangeSingle.displayName="SelectRangeSingle";t["default"]=t.SelectRangeSingle},8982:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.SelectedSingle=void 0;var n=r(7522);var a=r(7565);var i={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M1.4873 3.48706C1.4873 2.38251 2.38272 1.48706 3.4873 1.48706H12.5132C13.6178 1.48706 14.5132 2.38251 14.5132 3.48706V12.5129C14.5132 13.6175 13.6178 14.5129 12.5132 14.5129H3.4873C2.38272 14.5129 1.4873 13.6175 1.4873 12.5129V3.48706ZM12.2854 5.03168C12.4943 5.24054 12.4943 5.57922 12.2854 5.78815L7.05487 11.0186C6.91257 11.1609 6.68185 11.1609 6.53955 11.0186L3.71527 8.19427C3.50638 7.98535 3.50638 7.64667 3.71527 7.43781C3.92416 7.22888 4.26285 7.22888 4.47174 7.43781L6.77734 9.74347C6.78833 9.75439 6.80609 9.75439 6.81708 9.74347L11.5289 5.03168C11.7378 4.82275 12.0765 4.82275 12.2854 5.03168Z",fillRule:"evenodd",clipRule:"evenodd"}}]};t.SelectedSingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(a.IconBase,Object.assign({},e,{id:"selected-single",ref:t,icon:i}))}));t.SelectedSingle.displayName="SelectedSingle";t["default"]=t.SelectedSingle},728:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.ShareSingle=void 0;var n=r(7522);var a=r(7565);var i={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_106_1259",style:{maskType:"alpha"},width:16,height:16,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#DCDCDC",d:"M0 0H16V16H0z"}}]},{tag:"g",attrs:{fill:"currentColor",mask:"url(#mask0_106_1259)",fillRule:"evenodd",clipRule:"evenodd"},children:[{tag:"path",attrs:{d:"M9.37756 3.64157C9.37756 2.36564 10.4119 1.3313 11.6878 1.3313 12.9638 1.3313 13.9981 2.36564 13.9981 3.64157 13.9981 4.91749 12.9638 5.95184 11.6878 5.95184 10.4119 5.95184 9.37756 4.91749 9.37756 3.64157zM11.6878 2.59921C11.1122 2.59921 10.6455 3.06589 10.6455 3.64157 10.6455 4.21725 11.1122 4.68394 11.6878 4.68394 12.2635 4.68394 12.7302 4.21725 12.7302 3.64157 12.7302 3.06589 12.2635 2.59921 11.6878 2.59921zM2.00183 8.00009C2.00183 6.72417 3.03618 5.68982 4.3121 5.68982 5.58802 5.68982 6.62238 6.72417 6.62238 8.00009 6.62238 9.27601 5.58802 10.3104 4.3121 10.3104 3.03618 10.3104 2.00183 9.27601 2.00183 8.00009zM4.3121 6.95773C3.73643 6.95773 3.26974 7.42442 3.26974 8.00009 3.26974 8.57577 3.73643 9.04246 4.3121 9.04246 4.88778 9.04246 5.35447 8.57577 5.35447 8.00009 5.35447 7.42442 4.88778 6.95773 4.3121 6.95773z"}},{tag:"path",attrs:{d:"M10.554 4.17603C10.7354 4.47548 10.6397 4.86531 10.3403 5.04673L6.09548 7.61851C5.79603 7.79993 5.4062 7.70426 5.22478 7.40481 5.04335 7.10536 5.13903 6.71553 5.43848 6.5341L9.68329 3.96233C9.98274 3.7809 10.3726 3.87658 10.554 4.17603zM5.22083 8.53676C5.39895 8.23533 5.7877 8.13537 6.08913 8.31349L10.5617 10.9564C10.8631 11.1345 10.9631 11.5232 10.785 11.8247 10.6068 12.1261 10.2181 12.2261 9.91666 12.0479L5.44411 9.40506C5.14268 9.22694 5.04272 8.83819 5.22083 8.53676z"}},{tag:"path",attrs:{d:"M11.6878 11.3161C11.1122 11.3161 10.6455 11.7828 10.6455 12.3585C10.6455 12.9342 11.1122 13.4009 11.6878 13.4009C12.2635 13.4009 12.7302 12.9342 12.7302 12.3585C12.7302 11.7828 12.2635 11.3161 11.6878 11.3161ZM9.37756 12.3585C9.37756 11.0826 10.4119 10.0482 11.6878 10.0482C12.9638 10.0482 13.9981 11.0826 13.9981 12.3585C13.9981 13.6344 12.9638 14.6688 11.6878 14.6688C10.4119 14.6688 9.37756 13.6344 9.37756 12.3585Z"}}]}]};t.ShareSingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(a.IconBase,Object.assign({},e,{id:"share-single",ref:t,icon:i}))}));t.ShareSingle.displayName="ShareSingle";t["default"]=t.ShareSingle},5305:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.Shear=void 0;var n=r(7522);var a=r(7565);var i={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_102_1146",style:{maskType:"alpha"},width:16,height:16,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#DCDCDC",d:"M0 0H16V16H0z"}}]},{tag:"g",attrs:{mask:"url(#mask0_102_1146)",fillRule:"evenodd",clipRule:"evenodd"},children:[{tag:"path",attrs:{fill:"colorChannel1",d:"M12.0782 2.42707C12.2623 2.10814 12.1531 1.70034 11.8341 1.5162C11.5152 1.33207 11.1074 1.44134 10.9233 1.76027L5.59425 10.9904C5.174 10.3752 4.46706 9.97144 3.66583 9.97144C2.37691 9.97144 1.33203 11.0163 1.33203 12.3052C1.33203 13.5941 2.37691 14.639 3.66583 14.639C4.5531 14.639 5.32473 14.1439 5.71947 13.4149L6.40722 12.2495L12.0782 2.42707ZM4.55326 12.7671L4.55099 12.7709C4.54366 12.7833 4.53678 12.7959 4.53035 12.8086C4.35695 13.1057 4.03471 13.3054 3.66583 13.3054C3.11344 13.3054 2.66563 12.8576 2.66563 12.3052C2.66563 11.7528 3.11344 11.305 3.66583 11.305C4.21822 11.305 4.66603 11.7528 4.66603 12.3052C4.66603 12.4718 4.6253 12.6289 4.55326 12.7671Z"}},{tag:"path",attrs:{fill:"currentColor",d:"M5.07543 1.69484C4.8913 1.37591 4.48349 1.26664 4.16457 1.45077C3.84564 1.63491 3.73637 2.04271 3.9205 2.36164L9.58634 12.1751L10.2518 13.3598C10.637 14.1188 11.4249 14.639 12.3343 14.639C13.6232 14.639 14.6681 13.5941 14.6681 12.3052C14.6681 11.0163 13.6232 9.97137 12.3343 9.97137C11.5455 9.97137 10.8481 10.3627 10.4257 10.9618L5.07543 1.69484ZM11.4774 12.8213C11.4712 12.8085 11.4646 12.7958 11.4575 12.7832L11.4336 12.7406C11.3699 12.609 11.3341 12.4612 11.3341 12.3052C11.3341 11.7528 11.7819 11.305 12.3343 11.305C12.8867 11.305 13.3345 11.7528 13.3345 12.3052C13.3345 12.8576 12.8867 13.3054 12.3343 13.3054C11.9707 13.3054 11.6525 13.1114 11.4774 12.8213Z"}}]}]};t.Shear=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(a.IconBase,Object.assign({},e,{id:"shear",ref:t,icon:i}))}));t.Shear.displayName="Shear";t["default"]=t.Shear},467:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.SlashSingle=void 0;var n=r(7522);var a=r(7565);var i={tag:"svg",attrs:{fill:"none",viewBox:"0 0 17 17",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_436_41",style:{maskType:"alpha"},width:17,height:17,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#D9D9D9",d:"M0.35 0.48H16.35V16.48H0.35z"}}]},{tag:"g",attrs:{mask:"url(#mask0_436_41)",fillRule:"evenodd",clipRule:"evenodd"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M2.27177 13.714L13.5855 2.40025L14.434 3.24878L3.1203 14.5625L2.27177 13.714Z"}},{tag:"path",attrs:{fill:"#E5E5E5",d:"M4.2603 1.82495L2.89617 1.82495C2.23343 1.82495 1.69617 2.36221 1.69617 3.02495L1.69617 4.38908L3.02617 4.38908L3.02617 3.15495L4.2603 3.15495L4.2603 1.82495ZM15.0092 4.38908L15.0092 3.02495C15.0092 2.36221 14.4719 1.82495 13.8092 1.82495L12.4451 1.82495L12.4451 3.15495L13.6792 3.15495L13.6792 4.38908L15.0092 4.38908ZM6.98856 1.82495L6.98856 3.15495L9.71681 3.15495L9.71681 1.82495L6.98856 1.82495ZM15.0092 7.11734L13.6792 7.11734L13.6792 9.84559L15.0092 9.84559L15.0092 7.11734ZM15.0092 12.5739L13.6792 12.5739L13.6792 13.808L12.4451 13.808L12.4451 15.138L13.8092 15.138C14.4719 15.138 15.0092 14.6007 15.0092 13.938L15.0092 12.5739ZM9.71681 15.138L9.71681 13.808L6.98856 13.808L6.98856 15.138L9.71681 15.138ZM4.2603 15.138L4.2603 13.808L3.02617 13.808L3.02617 12.5739L1.69617 12.5739L1.69617 13.938C1.69617 14.6007 2.23343 15.138 2.89617 15.138L4.2603 15.138ZM1.69617 9.8456L3.02617 9.8456L3.02617 7.11734L1.69617 7.11734L1.69617 9.8456Z"}}]}]};t.SlashSingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(a.IconBase,Object.assign({},e,{id:"slash-single",ref:t,icon:i}))}));t.SlashSingle.displayName="SlashSingle";t["default"]=t.SlashSingle},9228:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.SmileSingle=void 0;var n=r(7522);var a=r(7565);var i={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M1.36975 7.99963C1.36975 4.33785 4.33821 1.36938 8 1.36938C11.6618 1.36938 14.6302 4.33785 14.6302 7.99963C14.6302 11.6614 11.6618 14.6299 8 14.6299C4.33821 14.6299 1.36975 11.6614 1.36975 7.99963ZM5.13752 9.9814C4.90702 9.57689 5.24951 9.1345 5.71508 9.1345C5.92603 9.1345 6.11083 9.26608 6.22137 9.44576C6.58857 10.0426 7.24776 10.4405 7.99989 10.4405C8.75202 10.4405 9.41121 10.0426 9.77841 9.44576C9.88895 9.26608 10.0737 9.1345 10.2847 9.1345C10.7503 9.1345 11.0928 9.57689 10.8623 9.9814C10.2957 10.9756 9.22609 11.646 7.99989 11.646C6.77369 11.646 5.70407 10.9756 5.13752 9.9814ZM10.1096 5.43633C10.4425 5.43633 10.7124 5.70619 10.7124 6.03908V7.24458C10.7124 7.57747 10.4425 7.84733 10.1096 7.84733C9.77673 7.84733 9.50687 7.57747 9.50687 7.24458V6.03908C9.50687 5.70619 9.77673 5.43633 10.1096 5.43633ZM6.49312 6.03908C6.49312 5.70619 6.22327 5.43633 5.89038 5.43633C5.55749 5.43633 5.28763 5.70619 5.28763 6.03908V7.24458C5.28763 7.57747 5.55749 7.84733 5.89038 7.84733C6.22327 7.84733 6.49312 7.57747 6.49312 7.24458V6.03908Z",fillRule:"evenodd",clipRule:"evenodd"}}]};t.SmileSingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(a.IconBase,Object.assign({},e,{id:"smile-single",ref:t,icon:i}))}));t.SmileSingle.displayName="SmileSingle";t["default"]=t.SmileSingle},4033:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.Sort=void 0;var n=r(7522);var a=r(7565);var i={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_202_71",style:{maskType:"alpha"},width:16,height:16,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#D9D9D9",d:"M0 0H16V16H0z"}}]},{tag:"g",attrs:{mask:"url(#mask0_202_71)"},children:[{tag:"path",attrs:{fill:"colorChannel1",d:"M4.57128 1.23984C4.6967 1.09362 4.88283 1.00098 5.09058 1.00098L5.09201 1.00098C5.2675 1.00062 5.44311 1.06739 5.57701 1.20129L8.65455 4.27882C8.92163 4.5459 8.92163 4.97892 8.65455 5.246C8.38747 5.51308 7.95445 5.51308 7.68737 5.246L5.77448 3.33311V10.5755C5.77448 10.9532 5.46829 11.2594 5.09058 11.2594C4.71288 11.2594 4.40669 10.9532 4.40669 10.5755V3.33879L2.49947 5.246C2.23239 5.51308 1.79937 5.51308 1.53229 5.246C1.26522 4.97892 1.26522 4.5459 1.53229 4.27882L4.57128 1.23984Z"}},{tag:"path",attrs:{fill:"currentColor",d:"M11.5876 5.42413C11.5876 5.04643 11.2814 4.74023 10.9037 4.74023C10.526 4.74023 10.2198 5.04643 10.2198 5.42413V12.6609L8.31255 10.7537C8.04547 10.4866 7.61245 10.4866 7.34537 10.7537C7.0783 11.0207 7.0783 11.4538 7.34537 11.7208L10.3844 14.7598C10.5098 14.9061 10.6959 14.9987 10.9037 14.9987L10.905 14.9987C11.0806 14.9991 11.2562 14.9323 11.3901 14.7984L14.4676 11.7208C14.7347 11.4538 14.7347 11.0207 14.4676 10.7537C14.2005 10.4866 13.7675 10.4866 13.5005 10.7537L11.5876 12.6666V5.42413Z"}}]}]};t.Sort=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(a.IconBase,Object.assign({},e,{id:"sort",ref:t,icon:i}))}));t.Sort.displayName="Sort";t["default"]=t.Sort},7074:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.StarSingle=void 0;var n=r(7522);var a=r(7565);var i={tag:"svg",attrs:{fill:"none",viewBox:"0 0 24 24",width:"1em",height:"1em"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M11.9969 1.5C12.3777 1.49903 12.726 1.71437 12.8953 2.05544L15.7587 7.82487L22.1445 8.75601C22.5207 8.81086 22.8332 9.07424 22.951 9.43565C23.0688 9.79707 22.9715 10.194 22.6999 10.46L18.0551 15.0089L19.158 21.3281C19.2237 21.7046 19.0691 22.0856 18.7596 22.3098C18.4501 22.534 18.0398 22.5622 17.7026 22.3825L11.9996 19.3428L6.29785 22.3824C5.96037 22.5623 5.54984 22.534 5.24026 22.3095C4.93069 22.0849 4.77629 21.7035 4.84252 21.3268L5.95343 15.0089L1.30114 10.4606C1.02912 10.1947 0.93155 9.7974 1.04943 9.43569C1.16731 9.07398 1.48021 8.81049 1.85671 8.7559L8.27719 7.82489L11.1015 2.06004C11.269 1.71811 11.6162 1.50098 11.9969 1.5ZM12.0053 4.7611L9.84103 9.17876C9.69573 9.47534 9.41336 9.68105 9.08652 9.72845L4.14599 10.4449L7.72873 13.9475C7.96476 14.1782 8.07172 14.5106 8.01455 14.8357L7.16764 19.6523L11.5291 17.3272C11.8231 17.1704 12.1758 17.1704 12.4699 17.3271L16.8356 19.654L15.9944 14.8345C15.9378 14.5101 16.0445 14.1785 16.2798 13.9481L19.8581 10.4438L14.9516 9.72834C14.6268 9.68098 14.346 9.47732 14.2001 9.18336L12.0053 4.7611Z",fillRule:"evenodd",clipRule:"evenodd"}}]};t.StarSingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(a.IconBase,Object.assign({},e,{id:"star-single",ref:t,icon:i}))}));t.StarSingle.displayName="StarSingle";t["default"]=t.StarSingle},2377:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.StrikethroughSingle=void 0;var n=r(7522);var a=r(7565);var i={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"path",attrs:{stroke:"currentColor",d:"M1.66669 8H14.3334M8 8C13.3333 10 11.3333 14.6667 8 14.6667 4.66663 14.6667 4 12 4 12M12 3.99992C12 3.99992 11 1.33325 7.99995 1.33325 4.99995 1.33325 3.81195 3.86642 5.20319 5.99992",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.33}},{tag:"path",attrs:{stroke:"currentColor",d:"M4 12C4 12 5.3333 14.6667 8 14.6667C10.6667 14.6667 12.188 12.1335 10.7968 10",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.33}}]};t.StrikethroughSingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(a.IconBase,Object.assign({},e,{id:"strikethrough-single",ref:t,icon:i}))}));t.StrikethroughSingle.displayName="StrikethroughSingle";t["default"]=t.StrikethroughSingle},1230:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.SubscriptSingle=void 0;var n=r(7522);var a=r(7565);var i={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M2.60384 2.34274C2.39447 2.05113 1.98835 1.98445 1.69674 2.19382 1.40513 2.40319 1.33846 2.80931 1.54782 3.10092L5.06527 8.00012 1.54784 12.8993C1.33847 13.1909 1.40514 13.597 1.69675 13.8064 1.98836 14.0158 2.39448 13.9491 2.60385 13.6575L5.86545 9.11463 9.12705 13.6575C9.33642 13.9491 9.74254 14.0158 10.0341 13.8064 10.3258 13.597 10.3924 13.1909 10.1831 12.8993L6.66563 8.00012 10.1831 3.10092C10.3924 2.80931 10.3258 2.40319 10.0342 2.19382 9.74255 1.98445 9.33643 2.05113 9.12706 2.34274L5.86545 6.88561 2.60384 2.34274zM13.0221 10.4725C13.0221 10.7718 12.8545 11.1247 12.5304 11.5427 12.2085 11.9577 11.7454 12.4206 11.1825 12.9381 11.0649 13.0462 10.9967 13.1989 10.9967 13.3594 10.9967 13.6737 11.2515 13.9285 11.5657 13.9285H13.9773C14.307 13.9285 14.5742 13.6612 14.5742 13.3315 14.5742 13.0018 14.307 12.7345 13.9773 12.7345H13.5735C13.4387 12.7345 13.2624 12.7467 13.092 12.7634L13.0906 12.7634 13.089 12.7619 13.0868 12.7589C13.0855 12.7561 13.0855 12.7535 13.0855 12.7535L13.0863 12.7525C13.4178 12.3983 13.7329 12.0116 13.9656 11.6159 14.1978 11.2211 14.3528 10.8094 14.3528 10.4074 14.3528 9.91841 14.18 9.50783 13.8761 9.21983 13.5728 8.93241 13.1473 8.7749 12.6552 8.7749 12.3802 8.7749 12.1555 8.80023 11.9494 8.86784 11.7424 8.93575 11.5606 9.0442 11.3682 9.20192 11.2524 9.29691 11.1771 9.44251 11.1545 9.58802 11.1319 9.73348 11.1599 9.89717 11.2771 10.0132 11.4897 10.2236 11.8118 10.2625 12.0629 10.0905 12.1882 10.0046 12.3689 9.94905 12.5271 9.94905 12.7029 9.94905 12.8211 9.99229 12.8963 10.0673 12.9714 10.1422 13.0221 10.2675 13.0221 10.4725z"}}]};t.SubscriptSingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(a.IconBase,Object.assign({},e,{id:"subscript-single",ref:t,icon:i}))}));t.SubscriptSingle.displayName="SubscriptSingle";t["default"]=t.SubscriptSingle},4516:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.SuccessSingle=void 0;var n=r(7522);var a=r(7565);var i={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M0 0H16V16H0z",opacity:.01}},{tag:"path",attrs:{fill:"currentColor",d:"M8.00061 1.60059C4.4111 1.60059 1.50061 4.51108 1.50061 8.10059C1.50061 11.6901 4.4111 14.6006 8.00061 14.6006C11.5901 14.6006 14.5006 11.6901 14.5006 8.10059C14.5006 4.51108 11.5901 1.60059 8.00061 1.60059ZM10.8082 5.97793L7.75259 10.2145C7.56832 10.4713 7.18674 10.4713 7.00248 10.2145L5.19321 7.70739C5.13808 7.6305 5.19321 7.52313 5.28752 7.52313H5.96799C6.11598 7.52313 6.25672 7.59422 6.34377 7.7161L7.37681 9.14958L9.65761 5.98664C9.74466 5.86621 9.88395 5.79367 10.0334 5.79367H10.7139C10.8082 5.79367 10.8633 5.90103 10.8082 5.97793Z",fillRule:"evenodd",clipRule:"evenodd"}}]};t.SuccessSingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(a.IconBase,Object.assign({},e,{id:"success-single",ref:t,icon:i}))}));t.SuccessSingle.displayName="SuccessSingle";t["default"]=t.SuccessSingle},2212:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.SumSingle=void 0;var n=r(7522);var a=r(7565);var i={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M9.82566 11.9312C9.52779 11.9312 9.28632 11.5404 9.28632 11.0583V6.74777C9.28632 6.28962 9.51581 5.91821 9.79891 5.91821H9.8257C10.0608 5.91821 10.2615 6.1933 10.3001 6.56863L10.3086 6.65107C10.3103 6.66723 10.3189 6.67908 10.329 6.67908L10.329 6.67908C10.3345 6.67908 10.3398 6.67553 10.3437 6.66925 10.6488 6.17698 10.9678 5.77026 11.4673 5.77026 11.9831 5.77026 12.2966 6.11899 12.4859 6.76362 12.8059 6.23524 13.152 5.77026 13.6482 5.77026 14.4579 5.77026 14.8106 6.71078 14.8106 8.21138V10.9907C14.8106 11.5101 14.5504 11.9312 14.2294 11.9312L14.2294 11.9312C13.9084 11.9312 13.6482 11.5101 13.6482 10.9907V8.44387C13.6482 7.61959 13.5176 7.37654 13.2238 7.37654L13.2238 7.37654C12.7759 7.37654 12.6296 8.32093 12.6296 9.04573V10.9854C12.6296 11.5077 12.3679 11.9312 12.0452 11.9312L12.0452 11.9312C11.7224 11.9312 11.4608 11.5077 11.4608 10.9854V8.44387C11.4608 7.61959 11.3302 7.37654 11.0363 7.37654L11.0363 7.37654C10.5884 7.37654 10.4421 8.32093 10.4421 9.04573V10.9959C10.4421 11.5125 10.1834 11.9312 9.86421 11.9312H9.82566zM6.13008 12.0791C5.32039 12.0791 4.9743 11.1386 4.9743 9.63801V6.85873C4.9743 6.3393 5.2345 5.91821 5.55546 5.91821 5.87642 5.91821 6.13661 6.3393 6.13661 6.85873V9.40552C6.13661 10.2404 6.27374 10.4729 6.56758 10.4729 6.62884 10.4729 6.6847 10.4636 6.73686 10.4436 7.11099 10.3004 7.18792 9.52547 7.18792 8.90331V6.85873C7.18792 6.3393 7.44811 5.91821 7.76907 5.91821 8.09003 5.91821 8.35023 6.3393 8.35023 6.85873V11.1016C8.35023 11.5598 8.12073 11.9312 7.83763 11.9312H7.66158C7.5126 11.9312 7.38545 11.7569 7.36096 11.519L7.32128 11.1338C7.31968 11.1183 7.31139 11.1069 7.30167 11.1069 7.29579 11.1069 7.29019 11.1112 7.2864 11.1184 6.98098 11.7036 6.6361 12.0791 6.13008 12.0791zM2.443 12.0791C1.96527 12.0791 1.46153 11.8627 1.02705 11.4343.78714 11.1978.767027 10.6738.945295 10.3224 1.13322 9.95206 1.47075 9.91354 1.73469 10.1308 1.9783 10.3314 2.2357 10.4517 2.46912 10.4517 2.90009 10.4517 3.10252 10.1875 3.10252 9.76478 3.10252 9.31038 2.83479 9.16243 2.41689 8.8771L1.79655 8.4544C1.28722 8.12681.810547 7.43991.810547 6.29861.810547 4.97766 1.54189 3.9209 2.5736 3.9209 2.99475 3.9209 3.43427 4.11704 3.80676 4.50486 4.02057 4.72747 4.0344 5.19974 3.87623 5.52185 3.70738 5.86574 3.40456 5.90897 3.15592 5.73283 2.97499 5.60465 2.7867 5.53774 2.5736 5.53774 2.21446 5.53774 1.99245 5.77023 1.99245 6.19293 1.99245 6.62621 2.29935 6.79529 2.73032 7.07004L3.33759 7.46105C3.93834 7.85205 4.29748 8.50724 4.29748 9.61684 4.29748 10.9272 3.61837 12.0791 2.443 12.0791z"}}]};t.SumSingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(a.IconBase,Object.assign({},e,{id:"sum-single",ref:t,icon:i}))}));t.SumSingle.displayName="SumSingle";t["default"]=t.SumSingle},2966:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.SuperscriptSingle=void 0;var n=r(7522);var a=r(7565);var i={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M13.0221 3.60995C13.0221 3.90929 12.8545 4.26213 12.5304 4.68012 12.2085 5.09515 11.7454 5.55802 11.1825 6.07553 11.0649 6.18363 10.9967 6.3363 10.9967 6.49688 10.9967 6.81115 11.2515 7.06592 11.5657 7.06592H13.9773C14.307 7.06592 14.5742 6.79864 14.5742 6.46894 14.5742 6.13924 14.307 5.87196 13.9773 5.87196H13.5735C13.4387 5.87196 13.2624 5.88419 13.092 5.90085L13.0906 5.90087C13.0906 5.90087 13.0882 5.89908 13.0868 5.89632 13.0855 5.89356 13.0855 5.89096 13.0855 5.89096L13.0863 5.88997C13.4178 5.53574 13.7329 5.149 13.9656 4.75332 14.1978 4.35858 14.3528 3.94689 14.3528 3.54482 14.3528 3.05586 14.18 2.64528 13.8761 2.35728 13.5728 2.06986 13.1473 1.91235 12.6552 1.91235 12.3802 1.91235 12.1555 1.93768 11.9494 2.00529 11.7424 2.0732 11.5606 2.18165 11.3682 2.33937 11.2524 2.43436 11.1771 2.57996 11.1545 2.72547 11.1319 2.87094 11.1599 3.03463 11.2771 3.15062 11.4897 3.36103 11.8118 3.39998 12.0629 3.22793 12.1882 3.14209 12.3689 3.0865 12.5271 3.0865 12.7029 3.0865 12.8211 3.12974 12.8963 3.20472 12.9714 3.27967 13.0221 3.40498 13.0221 3.60995zM2.60384 2.50216C2.39447 2.21055 1.98835 2.14388 1.69674 2.35324 1.40513 2.56261 1.33846 2.96873 1.54782 3.26034L5.06527 8.15954 1.54784 13.0587C1.33847 13.3503 1.40514 13.7565 1.69675 13.9658 1.98836 14.1752 2.39448 14.1085 2.60385 13.8169L5.86545 9.27405 9.12705 13.8169C9.33642 14.1085 9.74254 14.1752 10.0341 13.9658 10.3258 13.7565 10.3924 13.3503 10.1831 13.0587L6.66563 8.15954 10.1831 3.26034C10.3924 2.96873 10.3258 2.56261 10.0342 2.35324 9.74255 2.14388 9.33643 2.21055 9.12706 2.50216L5.86545 7.04503 2.60384 2.50216z"}}]};t.SuperscriptSingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(a.IconBase,Object.assign({},e,{id:"superscript-single",ref:t,icon:i}))}));t.SuperscriptSingle.displayName="SuperscriptSingle";t["default"]=t.SuperscriptSingle},4815:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.SystemSingle=void 0;var n=r(7522);var a=r(7565);var i={tag:"svg",attrs:{fill:"none",viewBox:"0 0 44 44",width:"1em",height:"1em"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M22 1.50635C22.7455 1.50635 23.35 2.11076 23.35 2.85635V8.11837L36.7755 15.79C36.7896 15.798 36.8034 15.8063 36.8171 15.8147C36.8361 15.8265 36.8548 15.8387 36.8732 15.8515C36.9367 15.8953 36.9969 15.9449 37.0528 16C37.0713 16.0183 37.0894 16.0372 37.107 16.0567C37.2432 16.2073 37.3439 16.387 37.4012 16.5822C37.4074 16.6032 37.413 16.6243 37.4181 16.6454C37.4369 16.7231 37.4486 16.8016 37.4533 16.88C37.4542 16.8954 37.4549 16.9107 37.4553 16.9261C37.4556 16.9381 37.4557 16.9501 37.4557 16.9621C37.4557 16.9621 37.4557 16.9622 37.4557 16.9621V32.2489L42.7548 34.8984C43.4217 35.2318 43.692 36.0428 43.3586 36.7096C43.0251 37.3765 42.2142 37.6468 41.5474 37.3134L36.1483 34.6138L22.6863 42.3064C22.5301 42.3987 22.3538 42.4605 22.1655 42.4836C22.0485 42.498 21.93 42.4971 21.8133 42.4808C21.6353 42.4562 21.4684 42.3969 21.3197 42.3099L7.85138 34.6138L2.45214 37.3134C1.78527 37.6468 0.974362 37.3765 0.640927 36.7096C0.307491 36.0428 0.577794 35.2318 1.24467 34.8984L6.54401 32.2487V16.9973C6.53758 16.7586 6.59445 16.515 6.72162 16.2925C6.8498 16.0682 7.03257 15.8946 7.24364 15.7789L20.65 8.11827V2.85635C20.65 2.11076 21.2544 1.50635 22 1.50635ZM9.24401 19.2887V32.2998L20.65 38.8174V25.8064L9.24401 19.2887ZM23.35 38.8173V25.806L34.7557 19.2884V32.2998L23.35 38.8173ZM33.3846 16.9622L21.9996 23.4679L10.6149 16.9623L21.9999 10.4566L33.3846 16.9622Z",fillRule:"evenodd",clipRule:"evenodd"}}]};t.SystemSingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(a.IconBase,Object.assign({},e,{id:"system-single",ref:t,icon:i}))}));t.SystemSingle.displayName="SystemSingle";t["default"]=t.SystemSingle},4333:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.TianZiGeSingle=void 0;var n=r(7522);var a=r(7565);var i={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M1.60338 13.7426C1.64218 13.924 1.71313 14.0779 1.82672 14.19L1.83175 14.1947C1.95223 14.3028 2.10563 14.3683 2.28296 14.3981C2.45383 14.4351 2.66104 14.4525 2.9019 14.4525H13.1244C13.366 14.4525 13.5723 14.4308 13.7388 14.3832C13.9153 14.3437 14.0647 14.2679 14.1757 14.1486C14.2867 14.038 14.3575 13.8905 14.3964 13.7175C14.4346 13.5479 14.4525 13.3376 14.4525 13.09V2.975C14.4525 2.71053 14.4347 2.48785 14.3968 2.31013C14.358 2.12835 14.2877 1.97298 14.1781 1.85402C14.0666 1.73301 13.916 1.65637 13.7377 1.61668C13.5634 1.5694 13.3489 1.54761 13.0981 1.54761H2.91504C2.66591 1.54761 2.45417 1.56494 2.28294 1.60207C2.10233 1.63243 1.94723 1.7042 1.82672 1.82313C1.71313 1.93524 1.64218 2.08912 1.60339 2.27045C1.56525 2.44024 1.54755 2.65469 1.54755 2.91018V13.09C1.54755 13.3537 1.56519 13.5726 1.60338 13.7426ZM13.0949 2.82156L13.1029 2.83342L13.1131 2.84351C13.1259 2.85607 13.1361 2.87378 13.1361 2.91018V7.27917H8.69761V2.80792H13.0844C13.0871 2.81091 13.0907 2.81531 13.0949 2.82156ZM2.9019 2.80792H7.3812V7.27917H2.86396V2.91018C2.86396 2.84154 2.87793 2.81568 2.88187 2.81039C2.88187 2.81039 2.88896 2.80792 2.9019 2.80792ZM13.0981 13.1922H8.69761V8.53947H13.1361V13.09C13.1361 13.1586 13.1221 13.1845 13.1181 13.1897C13.1181 13.1897 13.111 13.1922 13.0981 13.1922ZM7.3812 8.53947V13.1922H2.91504C2.89737 13.1922 2.88867 13.1894 2.88561 13.1882C2.88343 13.1873 2.88182 13.1854 2.88182 13.1854C2.87803 13.1807 2.86396 13.157 2.86396 13.09V8.53947H7.3812Z",fillRule:"evenodd",clipRule:"evenodd"}}]};t.TianZiGeSingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(a.IconBase,Object.assign({},e,{id:"tian-zi-ge-single",ref:t,icon:i}))}));t.TianZiGeSingle.displayName="TianZiGeSingle";t["default"]=t.TianZiGeSingle},7415:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.TruncationSingle=void 0;var n=r(7522);var a=r(7565);var i={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_102_796",style:{maskType:"alpha"},width:16,height:16,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#DCDCDC",d:"M0 0H16V16H0z"}}]},{tag:"g",attrs:{fill:"currentColor",mask:"url(#mask0_102_796)"},children:[{tag:"path",attrs:{d:"M2.054 1.42676C2.42782 1.42676 2.73086 1.72979 2.73086 2.10361V13.9644C2.73086 14.3382 2.42782 14.6412 2.054 14.6412 1.68019 14.6412 1.37715 14.3382 1.37715 13.9644L1.37715 2.10361C1.37715 1.72979 1.68019 1.42676 2.054 1.42676zM13.9458 1.42676C14.3196 1.42676 14.6226 1.72979 14.6226 2.10361V13.9644C14.6226 14.3382 14.3196 14.6412 13.9458 14.6412 13.572 14.6412 13.2689 14.3382 13.2689 13.9644V8.73508H6.58987C6.21606 8.73508 5.91302 8.43204 5.91302 8.05822 5.91302 7.68441 6.21606 7.38137 6.58987 7.38137H13.2689V2.10361C13.2689 1.72979 13.572 1.42676 13.9458 1.42676z"}}]}]};t.TruncationSingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(a.IconBase,Object.assign({},e,{id:"truncation-single",ref:t,icon:i}))}));t.TruncationSingle.displayName="TruncationSingle";t["default"]=t.TruncationSingle},7477:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.UnderlineSingle=void 0;var n=r(7522);var a=r(7565);var i={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_102_668",style:{maskType:"alpha"},width:16,height:16,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#DCDCDC",d:"M0 0H16V16H0z"}}]},{tag:"g",attrs:{fill:"currentColor",mask:"url(#mask0_102_668)"},children:[{tag:"path",attrs:{d:"M5.24805 1.93784C5.24805 1.58695 4.96359 1.30249 4.6127 1.30249 4.2618 1.30249 3.97734 1.58695 3.97734 1.93784V7.95524C3.97734 10.1769 5.77833 11.9778 7.99995 11.9778 10.2216 11.9778 12.0226 10.1769 12.0226 7.95524V1.93784C12.0226 1.58695 11.7381 1.30249 11.3872 1.30249 11.0363 1.30249 10.7519 1.58695 10.7519 1.93784V7.95524C10.7519 9.47507 9.51979 10.7071 7.99995 10.7071 6.48012 10.7071 5.24805 9.47507 5.24805 7.95524V1.93784zM2.72117 13.4268C2.37027 13.4268 2.08582 13.7113 2.08582 14.0622 2.08582 14.4131 2.37027 14.6975 2.72117 14.6975H13.2788C13.6297 14.6975 13.9142 14.4131 13.9142 14.0622 13.9142 13.7113 13.6297 13.4268 13.2788 13.4268H2.72117z"}}]}]};t.UnderlineSingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(a.IconBase,Object.assign({},e,{id:"underline-single",ref:t,icon:i}))}));t.UnderlineSingle.displayName="UnderlineSingle";t["default"]=t.UnderlineSingle},9232:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.UndoSingle=void 0;var n=r(7522);var a=r(7565);var i={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_102_656",style:{maskType:"alpha"},width:16,height:16,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#DCDCDC",d:"M0 0H16V16H0z"}}]},{tag:"g",attrs:{mask:"url(#mask0_102_656)"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M1.81245 6.47237C1.5521 6.22371 1.5521 5.82055 1.81245 5.57189L6.05509 1.51975C6.31544 1.27109 6.73755 1.27109 6.9979 1.51975C7.25825 1.76841 7.25825 2.17156 6.9979 2.42022L3.89333 5.3854H9.52398C12.2074 5.3854 14.3827 7.46307 14.3827 10.026C14.3827 12.5889 12.2074 14.6666 9.52398 14.6666H6.20732C5.85566 14.6666 5.57059 14.3815 5.57059 14.0299C5.57059 13.6782 5.85566 13.3931 6.20732 13.3931H9.52398C11.471 13.3931 13.0494 11.8856 13.0494 10.026C13.0494 8.16638 11.471 6.65887 9.52398 6.65887H3.89333L6.9979 9.62404C7.25825 9.8727 7.25825 10.2759 6.9979 10.5245C6.73755 10.7732 6.31544 10.7732 6.05509 10.5245L1.81245 6.47237Z",fillRule:"evenodd",clipRule:"evenodd"}}]}]};t.UndoSingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(a.IconBase,Object.assign({},e,{id:"undo-single",ref:t,icon:i}))}));t.UndoSingle.displayName="UndoSingle";t["default"]=t.UndoSingle},2066:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.UnlockSingle=void 0;var n=r(7522);var a=r(7565);var i={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M8.66683 9.74906C8.66683 9.38087 8.36835 9.0824 8.00016 9.0824C7.63197 9.0824 7.3335 9.38087 7.3335 9.74906V11.5238C7.3335 11.892 7.63197 12.1904 8.00016 12.1904C8.36835 12.1904 8.66683 11.892 8.66683 11.5238V9.74906Z"}},{tag:"path",attrs:{fill:"currentColor",d:"M7.94246 2.76018C6.70068 2.76018 5.69401 3.76684 5.69401 5.00862V6.73059H12.4362C13.131 6.73059 13.6943 7.29388 13.6943 7.98873V13.312C13.6943 14.0068 13.131 14.5701 12.4362 14.5701H3.56405C2.8692 14.5701 2.30591 14.0068 2.30591 13.312V7.98873C2.30591 7.29388 2.8692 6.73059 3.56405 6.73059H4.36401V5.00862C4.36401 3.0323 5.96614 1.43018 7.94246 1.43018H8.34665C10.0997 1.43018 11.5209 2.85134 11.5209 4.60442C11.5209 4.97169 11.2232 5.26942 10.8559 5.26942C10.4886 5.26942 10.1909 4.97169 10.1909 4.60442C10.1909 3.58587 9.3652 2.76018 8.34665 2.76018H7.94246ZM3.63924 8.06392V13.2368H12.361V8.06392H3.63924Z",fillRule:"evenodd",clipRule:"evenodd"}}]};t.UnlockSingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(a.IconBase,Object.assign({},e,{id:"unlock-single",ref:t,icon:i}))}));t.UnlockSingle.displayName="UnlockSingle";t["default"]=t.UnlockSingle},4701:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.UnorderSingle=void 0;var n=r(7522);var a=r(7565);var i={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M3.07361 4.74658C3.85403 4.74658 4.48669 4.11392 4.48669 3.3335 4.48669 2.55307 3.85403 1.92041 3.07361 1.92041 2.29318 1.92041 1.66052 2.55307 1.66052 3.3335 1.66052 4.11392 2.29318 4.74658 3.07361 4.74658zM5.67261 3.33341C5.67261 2.96522 5.97108 2.66675 6.33927 2.66675H13.6726C14.0408 2.66675 14.3393 2.96522 14.3393 3.33341 14.3393 3.7016 14.0408 4.00008 13.6726 4.00008H6.33927C5.97108 4.00008 5.67261 3.7016 5.67261 3.33341zM6.33927 12.0001C5.97108 12.0001 5.67261 12.2986 5.67261 12.6668 5.67261 13.035 5.97108 13.3335 6.33927 13.3335H13.6726C14.0408 13.3335 14.3393 13.035 14.3393 12.6668 14.3393 12.2986 14.0408 12.0001 13.6726 12.0001H6.33927zM6.3394 7.3335C5.97121 7.3335 5.67273 7.63197 5.67273 8.00016 5.67273 8.36835 5.97121 8.66683 6.3394 8.66683H13.6727C14.0409 8.66683 14.3394 8.36835 14.3394 8.00016 14.3394 7.63197 14.0409 7.3335 13.6727 7.3335H6.3394zM4.48669 8.00024C4.48669 8.78067 3.85403 9.41333 3.07361 9.41333 2.29318 9.41333 1.66052 8.78067 1.66052 8.00024 1.66052 7.21982 2.29318 6.58716 3.07361 6.58716 3.85403 6.58716 4.48669 7.21982 4.48669 8.00024zM3.07361 14.0804C3.85403 14.0804 4.48669 13.4478 4.48669 12.6674 4.48669 11.8869 3.85403 11.2543 3.07361 11.2543 2.29318 11.2543 1.66052 11.8869 1.66052 12.6674 1.66052 13.4478 2.29318 14.0804 3.07361 14.0804z"}}]};t.UnorderSingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(a.IconBase,Object.assign({},e,{id:"unorder-single",ref:t,icon:i}))}));t.UnorderSingle.displayName="UnorderSingle";t["default"]=t.UnorderSingle},4101:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.UpBorder=void 0;var n=r(7522);var a=r(7565);var i={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_107_1282",style:{maskType:"alpha"},width:16,height:16,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#DCDCDC",d:"M0 0H16V16H0z"}}]},{tag:"g",attrs:{mask:"url(#mask0_107_1282)"},children:[{tag:"path",attrs:{fill:"colorChannel1",d:"M4.0001 14.667H2.66677C1.93039 14.667 1.33344 14.07 1.33344 13.3337V12.0003H2.66677V13.3337L4.0001 13.3337V14.667zM1.33344 6.66699H2.66677V9.33366H1.33344V6.66699zM6.66677 14.667V13.3337H7.33344V10.667H8.66677V13.3337H9.33344V14.667H6.66677zM12.0001 14.667V13.3337H13.3334V12.0003H14.6668V13.3337C14.6668 14.07 14.0698 14.667 13.3334 14.667H12.0001zM14.6668 9.33366H13.3334V8.66699H10.6668V7.33366H13.3334V6.66699H14.6668V9.33366zM7.33344 2.66699V5.33366H8.66677V2.66699H7.33344zM5.33344 8.66699H2.66677V7.33366H5.33344V8.66699z"}},{tag:"path",attrs:{fill:"currentColor",d:"M1.33344 2.66789V4.00122H2.66677L2.66677 2.66789H13.3334V4.00122H14.6668V2.66789C14.6668 1.93151 14.0698 1.33455 13.3334 1.33455H2.66677C1.93039 1.33455 1.33344 1.93151 1.33344 2.66789Z"}}]}]};t.UpBorder=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(a.IconBase,Object.assign({},e,{id:"up-border",ref:t,icon:i}))}));t.UpBorder.displayName="UpBorder";t["default"]=t.UpBorder},9275:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.VerticalBorder=void 0;var n=r(7522);var a=r(7565);var i={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_248_119",style:{maskType:"alpha"},width:16,height:16,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#DCDCDC",d:"M16 0H32V16H16z",transform:"rotate(90 16 0)"}}]},{tag:"g",attrs:{mask:"url(#mask0_248_119)"},children:[{tag:"path",attrs:{fill:"colorChannel1",d:"M2.66699 1.33325L4.00033 1.33325 4.00033 2.66658 2.66699 2.66659 2.66699 3.99992 1.33366 3.99992 1.33366 2.66659C1.33366 1.93021 1.93061 1.33325 2.66699 1.33325zM14.667 2.66659L14.667 3.99992 13.3337 3.99992 13.3337 2.66659 12.0003 2.66659 12.0003 1.33325 13.3337 1.33325C14.07 1.33325 14.667 1.93021 14.667 2.66659zM6.66699 2.66658L6.66699 1.33325 9.33366 1.33325 9.33366 2.66659 6.66699 2.66658zM13.3337 6.66659L14.667 6.66659 14.667 9.33325 13.3337 9.33325 13.3337 8.66496 12.0145 8.66496 12.0145 7.33496 13.3337 7.33496 13.3337 6.66659zM13.3337 11.9999L14.667 11.9999 14.667 13.3333C14.667 14.0696 14.07 14.6666 13.3337 14.6666L12.0003 14.6666 12.0003 13.3333 13.3337 13.3333 13.3337 11.9999zM9.33366 13.3333L9.33366 14.6666 6.66699 14.6666 6.66699 13.3333 9.33366 13.3333zM4.00032 13.3333L4.00032 14.6666 2.66699 14.6666C1.93061 14.6666 1.33366 14.0696 1.33366 13.3333L1.33366 11.9999 2.66699 11.9999 2.66699 13.3333 4.00032 13.3333zM2.66699 9.33325L1.33366 9.33325 1.33366 6.66658 2.66699 6.66658 2.66699 7.33496 3.98624 7.33496 3.98624 8.66496 2.66699 8.66496 2.66699 9.33325zM9.33841 7.33496L6.66232 7.33496 6.66232 8.66496 9.33841 8.66496 9.33841 7.33496z"}},{tag:"path",attrs:{fill:"currentColor",d:"M8.66577 8.66675L8.66577 7.33342L8.66569 2.66675L7.33236 2.66675L7.33236 7.33341L7.33244 8.66675L7.33236 13.3334L8.66569 13.3334L8.66577 8.66675Z"}}]}]};t.VerticalBorder=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(a.IconBase,Object.assign({},e,{id:"vertical-border",ref:t,icon:i}))}));t.VerticalBorder.displayName="VerticalBorder";t["default"]=t.VerticalBorder},4906:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.VerticalCenterSingle=void 0;var n=r(7522);var a=r(7565);var i={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_102_834",style:{maskType:"alpha"},width:16,height:16,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#DCDCDC",d:"M0 0H16V16H0z"}}]},{tag:"g",attrs:{fill:"currentColor",mask:"url(#mask0_102_834)"},children:[{tag:"path",attrs:{d:"M1.96316 7.33978C1.59868 7.33978 1.30322 7.63524 1.30322 7.99971 1.30322 8.36418 1.59868 8.65964 1.96316 8.65964H14.0367C14.4011 8.65964 14.6966 8.36418 14.6966 7.99971 14.6966 7.63524 14.4011 7.33978 14.0367 7.33978H1.96316zM8.65852 1.96233C8.65852 1.59859 8.36365 1.30371 7.9999 1.30371 7.63616 1.30371 7.34128 1.59859 7.34128 1.96233L7.34128 4.45623 6.66938 3.78433C6.41217 3.52712 5.99516 3.52712 5.73795 3.78433 5.48074 4.04154 5.48074 4.45855 5.73795 4.71576L7.53419 6.512C7.79139 6.76921 8.20841 6.76921 8.46562 6.512L10.2619 4.71576C10.5191 4.45855 10.5191 4.04154 10.2619 3.78433 10.0046 3.52712 9.58763 3.52712 9.33043 3.78433L8.65852 4.45623 8.65852 1.96233zM7.34128 14.0372C7.34128 14.401 7.63616 14.6959 7.9999 14.6959 8.36365 14.6959 8.65852 14.401 8.65852 14.0372L8.65852 11.5433 9.33042 12.2152C9.58763 12.4725 10.0046 12.4725 10.2619 12.2152 10.5191 11.958 10.5191 11.541 10.2619 11.2838L8.46562 9.48758C8.20841 9.23038 7.79139 9.23038 7.53419 9.48758L5.73795 11.2838C5.48074 11.541 5.48074 11.958 5.73795 12.2153 5.99516 12.4725 6.41217 12.4725 6.66938 12.2153L7.34128 11.5433 7.34128 14.0372z"}}]}]};t.VerticalCenterSingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(a.IconBase,Object.assign({},e,{id:"vertical-center-single",ref:t,icon:i}))}));t.VerticalCenterSingle.displayName="VerticalCenterSingle";t["default"]=t.VerticalCenterSingle},9426:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.VerticalIntegrationSingle=void 0;var n=r(7522);var a=r(7565);var i={tag:"svg",attrs:{fill:"none",viewBox:"0 0 17 17",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_102_709",style:{maskType:"alpha"},width:17,height:17,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#DCDCDC",d:"M0.88 0.24H16.88V16.24H0.88z"}}]},{tag:"g",attrs:{fill:"currentColor",mask:"url(#mask0_102_709)",fillRule:"evenodd",clipRule:"evenodd"},children:[{tag:"path",attrs:{d:"M2.2157 2.90265C2.2157 2.16628 2.81264 1.56934 3.54901 1.56934H6.21565C6.95202 1.56934 7.54896 2.16628 7.54896 2.90265V13.5692C7.54896 14.3056 6.95202 14.9025 6.21565 14.9025H3.54901C2.81264 14.9025 2.2157 14.3056 2.2157 13.5692V2.90265zM3.54901 2.90265H6.21565V5.5622H3.54901V2.90265zM3.54901 6.89552V9.57631H6.21565V6.89552H3.54901zM3.54901 13.5692V10.9096H6.21565V13.5692H3.54901zM10.2156 2.90265C10.2156 2.16628 10.8125 1.56934 11.5489 1.56934H14.2155C14.9519 1.56934 15.5489 2.16628 15.5489 2.90265V13.5692C15.5489 14.3056 14.9519 14.9025 14.2155 14.9025H11.5489C10.8125 14.9025 10.2156 14.3056 10.2156 13.5692V2.90265zM11.5489 2.90265H14.2155V5.5622H11.5489V2.90265zM11.5489 6.89552V9.57631H14.2155V6.89552H11.5489zM11.5489 13.5692V10.9096H14.2155V13.5692H11.5489z"}}]}]};t.VerticalIntegrationSingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(a.IconBase,Object.assign({},e,{id:"vertical-integration-single",ref:t,icon:i}))}));t.VerticalIntegrationSingle.displayName="VerticalIntegrationSingle";t["default"]=t.VerticalIntegrationSingle},6800:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.VerticalMergeSingle=void 0;var n=r(7522);var a=r(7565);var i={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_208_112",style:{maskType:"alpha"},width:16,height:16,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#DCDCDC",d:"M0 0H16V16H0z"}}]},{tag:"g",attrs:{fill:"currentColor",mask:"url(#mask0_208_112)",fillRule:"evenodd",clipRule:"evenodd"},children:[{tag:"path",attrs:{d:"M1.33325 2.66632C1.33325 1.92995 1.9302 1.33301 2.66657 1.33301H5.3332C6.06957 1.33301 6.66652 1.92995 6.66652 2.66632V13.3329C6.66652 14.0692 6.06957 14.6662 5.3332 14.6662H2.66657C1.9302 14.6662 1.33325 14.0692 1.33325 13.3329V2.66632zM2.66657 2.66632H5.3332V5.32588H2.66657V2.66632zM2.66657 6.65919V9.33999H5.3332V6.65919H2.66657zM2.66657 13.3329V10.6733H5.3332V13.3329H2.66657zM9.33315 2.66632C9.33315 1.92995 9.9301 1.33301 10.6665 1.33301H13.3331C14.0695 1.33301 14.6664 1.92995 14.6664 2.66632V13.3329C14.6664 14.0692 14.0695 14.6662 13.3331 14.6662H10.6665C9.9301 14.6662 9.33315 14.0692 9.33315 13.3329V2.66632zM10.6665 2.66632H13.3331V5.32588H10.6665V2.66632zM10.6665 6.65919V9.33999H13.3331V6.65919H10.6665zM10.6665 13.3329V10.6733H13.3331V13.3329H10.6665z"}}]}]};t.VerticalMergeSingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(a.IconBase,Object.assign({},e,{id:"vertical-merge-single",ref:t,icon:i}))}));t.VerticalMergeSingle.displayName="VerticalMergeSingle";t["default"]=t.VerticalMergeSingle},8662:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.VerticalTextSingle=void 0;var n=r(7522);var a=r(7565);var i={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_102_799",style:{maskType:"alpha"},width:16,height:16,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#D9D9D9",d:"M0 0H16V16H0z"}}]},{tag:"g",attrs:{fill:"currentColor",mask:"url(#mask0_102_799)"},children:[{tag:"path",attrs:{d:"M2.64534 2.71841C2.64534 2.36074 2.93528 2.0708 3.29295 2.0708H3.29482C3.65248 2.0708 3.94243 2.36074 3.94243 2.71841V11.7146L4.60561 11.0514C4.85851 10.7985 5.26856 10.7985 5.52146 11.0514C5.77437 11.3043 5.77437 11.7144 5.52146 11.9673L3.75275 13.736C3.62866 13.8601 3.46269 13.9259 3.29388 13.9257C3.12508 13.9259 2.9591 13.8601 2.83502 13.736L1.06632 11.9673C0.813418 11.7144 0.813418 11.3043 1.06632 11.0514C1.31923 10.7985 1.72927 10.7985 1.98218 11.0514L2.64534 11.7146V2.71841Z"}},{tag:"path",attrs:{d:"M14.7342 12.9524C14.3995 13.1058 14.0038 12.9588 13.8504 12.6241L12.7 10.1142H8.24123L7.09085 12.6241C6.93744 12.9588 6.54175 13.1058 6.20704 12.9524C5.87233 12.799 5.72536 12.4033 5.87877 12.0686L9.86459 3.37222C9.9732 3.13525 10.21 2.98332 10.4706 2.98332C10.7313 2.98332 10.9681 3.13525 11.0767 3.37222L15.0625 12.0686C15.2159 12.4033 15.0689 12.799 14.7342 12.9524ZM8.85233 8.78089H12.0889L10.4706 5.25003L8.85233 8.78089Z",fillRule:"evenodd",clipRule:"evenodd"}}]}]};t.VerticalTextSingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(a.IconBase,Object.assign({},e,{id:"vertical-text-single",ref:t,icon:i}))}));t.VerticalTextSingle.displayName="VerticalTextSingle";t["default"]=t.VerticalTextSingle},1432:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.WarningSingle=void 0;var n=r(7522);var a=r(7565);var i={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M1.40051 8.00049C1.40051 4.41098 4.311 1.50049 7.90051 1.50049C11.49 1.50049 14.4005 4.41098 14.4005 8.00049C14.4005 11.59 11.49 14.5005 7.90051 14.5005C4.311 14.5005 1.40051 11.59 1.40051 8.00049ZM7.31368 5.3379L7.56087 9.33424H8.24066L8.49816 5.3379L8.51876 4.12252H7.28278L7.31368 5.3379ZM7.07678 11.0646C7.07678 11.5693 7.44758 11.8783 7.90077 11.8783C8.35396 11.8783 8.72476 11.5693 8.72476 11.0646C8.72476 10.5805 8.35396 10.2612 7.90077 10.2612C7.44758 10.2612 7.07678 10.5805 7.07678 11.0646Z",fillRule:"evenodd",clipRule:"evenodd"}}]};t.WarningSingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(a.IconBase,Object.assign({},e,{id:"warning-single",ref:t,icon:i}))}));t.WarningSingle.displayName="WarningSingle";t["default"]=t.WarningSingle},6726:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.WechatSingle24=void 0;var n=r(7522);var a=r(7565);var i={tag:"svg",attrs:{fill:"none",viewBox:"0 0 25 25",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_217_30",style:{maskType:"alpha"},width:25,height:25,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M0.81 0.36H24.81V24.36H0.81z"}}]},{tag:"g",attrs:{fill:"currentColor",mask:"url(#mask0_217_30)",fillRule:"evenodd",clipRule:"evenodd"},children:[{tag:"path",attrs:{d:"M17.275 10.0119C17.2932 10.0828 17.3113 10.1537 17.3326 10.2236C17.3609 10.3164 17.326 10.3356 17.2435 10.3237C16.9976 10.2884 16.75 10.2923 16.5036 10.3027C14.6143 10.3836 12.9473 11.012 11.5846 12.3486C10.7342 13.1824 10.182 14.1899 9.97096 15.3685C9.82829 16.1646 9.87309 16.9547 10.1073 17.7313C10.1531 17.8835 10.1528 17.8847 9.9863 17.8828C9.0419 17.8723 8.12087 17.7245 7.22979 17.4066C7.1677 17.3847 7.12047 17.389 7.06301 17.4253C6.52292 17.7658 5.98137 18.1042 5.43982 18.4426L5.06879 18.6745C5.0424 18.6909 5.0156 18.7064 4.98567 18.7238C4.96989 18.733 4.95281 18.7429 4.93488 18.7534C4.97454 18.5769 5.01381 18.4011 5.05295 18.2258C5.16998 17.7019 5.28589 17.1831 5.4072 16.6657C5.43472 16.5483 5.4206 16.4882 5.31591 16.4132C4.16529 15.591 3.29758 14.5424 2.87322 13.18C2.28574 11.2934 2.63073 9.55116 3.80058 7.97521C4.65173 6.82873 5.78993 6.05792 7.12047 5.56368C7.89785 5.27493 8.70226 5.114 9.53126 5.06896C11.3322 4.97133 13.0077 5.36696 14.5245 6.35519C15.7944 7.18248 16.7159 8.29439 17.1999 9.74544C17.2291 9.83282 17.2521 9.92236 17.275 10.0119ZM6.39202 9.12948C6.3908 9.76955 6.91425 10.2979 7.55213 10.3003C8.19245 10.3027 8.72296 9.77977 8.72612 9.14287C8.72929 8.50158 8.20852 7.97058 7.57185 7.96596C6.92448 7.96133 6.39324 8.48527 6.39202 9.12948ZM12.5123 10.3005C11.8739 10.2981 11.3507 9.77052 11.3517 9.13021C11.3526 8.48624 11.8841 7.96182 12.531 7.9662C13.1679 7.97058 13.6884 8.50134 13.6855 9.14262C13.6826 9.77953 13.1523 10.303 12.5123 10.3005Z"}},{tag:"path",attrs:{d:"M21.3012 12.5271C22.1456 13.266 22.7192 14.1734 22.9376 15.2802C23.1535 16.3738 22.9653 17.4098 22.4156 18.3783C21.971 19.1615 21.3509 19.7785 20.5989 20.2664C20.5214 20.3168 20.5022 20.3608 20.5251 20.4497C20.6249 20.8382 20.7217 21.2275 20.8186 21.6169C20.8591 21.7794 20.8995 21.942 20.9402 22.1045C20.9409 22.1074 20.9417 22.1103 20.9424 22.1132C20.9431 22.1155 20.9437 22.1179 20.9444 22.1202C20.9535 22.1536 20.9629 22.1878 20.9446 22.2331L20.8297 22.1551C20.6358 22.0234 20.4437 21.8929 20.2519 21.762L20.0979 21.657C19.7949 21.4505 19.4919 21.244 19.1906 21.0352C19.1415 21.0014 19.102 20.9982 19.0463 21.0165C18.2163 21.2882 17.3637 21.4148 16.4921 21.379C14.9368 21.3155 13.5228 20.8463 12.3145 19.844C11.4813 19.1528 10.8853 18.2953 10.6187 17.2333C10.291 15.9285 10.5223 14.7124 11.259 13.5991C12.0659 12.38 13.2238 11.6316 14.6013 11.2005C15.3836 10.9558 16.1885 10.8525 17.0055 10.8878C18.6168 10.9575 20.0722 11.452 21.3012 12.5271ZM13.9773 14.3769C13.9754 14.851 14.3666 15.2551 14.8307 15.2585C15.3269 15.2622 15.7278 14.8707 15.7276 14.383C15.7276 13.9056 15.3325 13.509 14.8555 13.5078C14.3778 13.5066 13.9793 13.901 13.9773 14.3769ZM18.918 15.2585C18.4544 15.2566 18.0605 14.8527 18.0617 14.3801C18.0629 13.9036 18.4598 13.508 18.9367 13.508C19.4088 13.508 19.812 13.9041 19.812 14.3677C19.8122 14.8697 19.42 15.2607 18.918 15.2585Z"}}]}]};t.WechatSingle24=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(a.IconBase,Object.assign({},e,{id:"wechat-single-24",ref:t,icon:i}))}));t.WechatSingle24.displayName="WechatSingle24";t["default"]=t.WechatSingle24},2926:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.WechatSingle40=void 0;var n=r(7522);var a=r(7565);var i={tag:"svg",attrs:{fill:"none",viewBox:"0 0 41 41",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_217_9",style:{maskType:"alpha"},width:41,height:41,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#D9D9D9",d:"M0.91 0.36H40.91V40.36H0.91z"}}]},{tag:"g",attrs:{fill:"currentColor",mask:"url(#mask0_217_9)",fillRule:"evenodd",clipRule:"evenodd"},children:[{tag:"path",attrs:{d:"M28.7766 13.9622C28.8085 14.0871 28.8405 14.2121 28.8781 14.3352C28.9278 14.4987 28.8665 14.5326 28.7211 14.5115C28.2878 14.4493 27.8516 14.4562 27.4175 14.4746C24.0888 14.6171 21.1517 15.7242 18.7509 18.0792C17.2525 19.5483 16.2796 21.3233 15.9077 23.3999C15.6564 24.8026 15.7353 26.1946 16.148 27.5629C16.2286 27.831 16.2282 27.8332 15.9348 27.8297C14.2708 27.8113 12.6481 27.5509 11.0781 26.9907C10.9688 26.9521 10.8855 26.9598 10.7843 27.0237C9.83272 27.6236 8.87859 28.2199 7.92444 28.8161L7.27073 29.2247C7.22424 29.2535 7.17701 29.2809 7.12429 29.3115C7.09648 29.3276 7.06638 29.3451 7.0348 29.3637C7.10467 29.0526 7.17386 28.7429 7.24282 28.4342C7.44902 27.5111 7.65324 26.5969 7.86698 25.6854C7.91545 25.4786 7.89057 25.3727 7.70612 25.2406C5.67888 23.792 4.15008 21.9445 3.40241 19.544C2.36734 16.2201 2.97517 13.1505 5.0363 10.3738C6.53593 8.35388 8.54129 6.99581 10.8855 6.12503C12.2552 5.61629 13.6725 5.33275 15.133 5.25339C18.306 5.08138 21.2581 5.77844 23.9305 7.51956C26.1679 8.97715 27.7915 10.9362 28.6443 13.4928C28.6957 13.6467 28.7362 13.8045 28.7766 13.9622ZM9.6021 12.4075C9.59995 13.5352 10.5222 14.4661 11.6461 14.4704C12.7742 14.4746 13.7089 13.5532 13.7145 12.4311C13.7201 11.3012 12.8025 10.3657 11.6808 10.3575C10.5402 10.3494 9.60424 11.2725 9.6021 12.4075ZM20.3852 14.4708C19.2605 14.4665 18.3386 13.5369 18.3403 12.4088C18.3421 11.2742 19.2785 10.3502 20.4182 10.358C21.5403 10.3657 22.4575 11.3008 22.4523 12.4307C22.4472 13.5528 21.5129 14.4751 20.3852 14.4708Z"}},{tag:"path",attrs:{d:"M35.8703 18.3936C37.3579 19.6954 38.3685 21.2942 38.7533 23.2442C39.1338 25.1711 38.8022 26.9963 37.8336 28.7026C37.0503 30.0826 35.9578 31.1696 34.6327 32.0292C34.4963 32.118 34.4624 32.1956 34.5028 32.3522C34.6785 33.0365 34.8492 33.7224 35.0198 34.4082C35.0911 34.6947 35.1625 34.9815 35.2341 35.2678C35.2365 35.277 35.239 35.2862 35.2415 35.2954C35.2576 35.3543 35.2741 35.4145 35.2419 35.4943L35.0395 35.3568C34.6979 35.1249 34.3594 34.895 34.0215 34.6643L33.7501 34.4793C33.2163 34.1155 32.6824 33.7517 32.1517 33.3838C32.065 33.3242 31.9955 33.3186 31.8973 33.3508C30.435 33.8295 28.9328 34.0526 27.3971 33.9895C24.657 33.8776 22.1656 33.051 20.0367 31.2849C18.5688 30.0671 17.5187 28.5564 17.049 26.6853C16.4716 24.3865 16.8791 22.2439 18.1772 20.2823C19.5987 18.1345 21.6388 16.8159 24.0659 16.0562C25.4441 15.6251 26.8622 15.4432 28.3018 15.5054C31.1406 15.6281 33.7049 16.4993 35.8703 18.3936ZM22.9664 21.6528C22.963 22.4879 23.6523 23.2 24.4699 23.206C25.3441 23.2124 26.0506 22.5227 26.0502 21.6635C26.0502 20.8223 25.354 20.1235 24.5137 20.1214C23.6721 20.1192 22.9699 20.8142 22.9664 21.6528ZM31.6712 23.206C30.8545 23.2026 30.1605 22.4909 30.1626 21.6583C30.1647 20.8189 30.8639 20.1218 31.7043 20.1218C32.536 20.1218 33.2464 20.8197 33.2464 21.6365C33.2468 22.521 32.5557 23.2099 31.6712 23.206Z"}}]}]};t.WechatSingle40=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(a.IconBase,Object.assign({},e,{id:"wechat-single-40",ref:t,icon:i}))}));t.WechatSingle40.displayName="WechatSingle40";t["default"]=t.WechatSingle40},193:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.WireframeSingle=void 0;var n=r(7522);var a=r(7565);var i={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M12.5 2.5H3.5C2.94772 2.5 2.5 2.94772 2.5 3.5V12.5C2.5 13.0523 2.94772 13.5 3.5 13.5H12.5C13.0523 13.5 13.5 13.0523 13.5 12.5V3.5C13.5 2.94772 13.0523 2.5 12.5 2.5ZM3.5 1.5C2.39543 1.5 1.5 2.39543 1.5 3.5V12.5C1.5 13.6046 2.39543 14.5 3.5 14.5H12.5C13.6046 14.5 14.5 13.6046 14.5 12.5V3.5C14.5 2.39543 13.6046 1.5 12.5 1.5H3.5Z",fillRule:"evenodd",clipRule:"evenodd"}}]};t.WireframeSingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(a.IconBase,Object.assign({},e,{id:"wireframe-single",ref:t,icon:i}))}));t.WireframeSingle.displayName="WireframeSingle";t["default"]=t.WireframeSingle},1682:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.ZenSingle=void 0;var n=r(7522);var a=r(7565);var i={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_176_82",style:{maskType:"alpha"},width:16,height:16,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#D9D9D9",d:"M16 0H32V16H16z",transform:"rotate(90 16 0)"}}]},{tag:"g",attrs:{mask:"url(#mask0_176_82)"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M7.84425 13.276C7.84411 13.6256 7.5606 13.9089 7.211 13.9088L2.729 13.907C2.3796 13.9068 2.09639 13.6236 2.09625 13.2742L2.09454 8.78533C2.09441 8.43573 2.3777 8.15222 2.7273 8.15209C3.07689 8.15196 3.3604 8.43525 3.36054 8.78484L3.36166 11.7431L11.7467 3.35802L8.78851 3.35687C8.43891 3.35674 8.15562 3.07322 8.15575 2.72363C8.15589 2.37403 8.4394 2.09074 8.789 2.09088L13.271 2.09261C13.6204 2.09275 13.9036 2.37596 13.9037 2.72537L13.9055 7.2143C13.9056 7.56389 13.6223 7.84741 13.2727 7.84754C12.9231 7.84768 12.6396 7.56438 12.6395 7.21479L12.6383 4.2568L4.25353 12.6416L7.2115 12.6428C7.5611 12.6429 7.84439 12.9264 7.84425 13.276Z"}}]}]};t.ZenSingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(a.IconBase,Object.assign({},e,{id:"zen-single",ref:t,icon:i}))}));t.ZenSingle.displayName="ZenSingle";t["default"]=t.ZenSingle},1780:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.ZoomIncreaseSingle=void 0;var n=r(7522);var a=r(7565);var i={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M7.5 14.1406C7.5 14.4168 7.72386 14.6406 8 14.6406C8.27614 14.6406 8.5 14.4168 8.5 14.1406V8.47424H14.1664C14.4425 8.47424 14.6664 8.25039 14.6664 7.97424C14.6664 7.6981 14.4425 7.47424 14.1664 7.47424H8.5V1.80786C8.5 1.53172 8.27614 1.30786 8 1.30786C7.72386 1.30786 7.5 1.53172 7.5 1.80786V7.47424H1.83362C1.55748 7.47424 1.33362 7.6981 1.33362 7.97424C1.33362 8.25038 1.55748 8.47424 1.83362 8.47424H7.5V14.1406Z"}}]};t.ZoomIncreaseSingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(a.IconBase,Object.assign({},e,{id:"zoom-increase-single",ref:t,icon:i}))}));t.ZoomIncreaseSingle.displayName="ZoomIncreaseSingle";t["default"]=t.ZoomIncreaseSingle},7041:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.ZoomReduceSingle=void 0;var n=r(7522);var a=r(7565);var i={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M1.33362 7.97412C1.33362 7.69798 1.55748 7.47412 1.83362 7.47412L14.1664 7.47412C14.4425 7.47412 14.6664 7.69798 14.6664 7.97412C14.6664 8.25026 14.4425 8.47412 14.1664 8.47412L1.83362 8.47412C1.55748 8.47412 1.33362 8.25026 1.33362 7.97412Z",fillRule:"evenodd",clipRule:"evenodd"}}]};t.ZoomReduceSingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(a.IconBase,Object.assign({},e,{id:"zoom-reduce-single",ref:t,icon:i}))}));t.ZoomReduceSingle.displayName="ZoomReduceSingle";t["default"]=t.ZoomReduceSingle},7565:function(e,t,r){var n=this&&this.__assign||function(){n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++){t=arguments[r];for(var a in t)if(Object.prototype.hasOwnProperty.call(t,a))e[a]=t[a]}return e};return n.apply(this,arguments)};var a=this&&this.__rest||function(e,t){var r={};for(var n in e)if(Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0)r[n]=e[n];if(e!=null&&typeof Object.getOwnPropertySymbols==="function")for(var a=0,n=Object.getOwnPropertySymbols(e);a<n.length;a++){if(t.indexOf(n[a])<0&&Object.prototype.propertyIsEnumerable.call(e,n[a]))r[n[a]]=e[n[a]]}return r};Object.defineProperty(t,"__esModule",{value:true});t.IconBase=void 0;var i=r(7522);t.IconBase=(0,i.forwardRef)((function(e,t){var r=e.icon,l=e.id,o=e.className,s=e.extend,d=a(e,["icon","id","className","extend"]);var C="univerjs-icon univerjs-icon-".concat(l," ").concat(o||"").trim();var g=(0,i.useRef)("_".concat(generateShortUuid()));return render(r,"".concat(l),{defIds:r.defIds,idSuffix:g.current},n({ref:t,className:C},d),s)}));function render(e,t,r,a,l){return(0,i.createElement)(e.tag,n(n({key:t},replaceRuntimeIdsAndExtInAttrs(e,r,l)),a),(replaceRuntimeIdsInDefs(e,r).children||[]).map((function(n,a){return render(n,"".concat(t,"-").concat(e.tag,"-").concat(a),r,undefined,l)})))}function replaceRuntimeIdsAndExtInAttrs(e,t,r){var a=n({},e.attrs);if((r===null||r===void 0?void 0:r.colorChannel1)&&a["fill"]==="colorChannel1"){a["fill"]=r.colorChannel1}var i=t.defIds;if(!i||i.length===0){return a}if(e.tag==="use"&&a["xlink:href"]){a["xlink:href"]=a["xlink:href"]+t.idSuffix}Object.entries(a).forEach((function(e){var r=e[0],n=e[1];if(typeof n==="string"){a[r]=n.replace(/url\(#(.*)\)/,"url(#$1".concat(t.idSuffix,")"))}}));return a}function replaceRuntimeIdsInDefs(e,t){var r;var a=t.defIds;if(!a||a.length===0){return e}if(e.tag==="defs"&&((r=e.children)===null||r===void 0?void 0:r.length)){return n(n({},e),{children:e.children.map((function(e){if(typeof e.attrs.id==="string"){if(a&&a.indexOf(e.attrs.id)>-1){return n(n({},e),{attrs:n(n({},e.attrs),{id:e.attrs.id+t.idSuffix})})}}return e}))})}return e}function generateShortUuid(){return Math.random().toString(36).substring(2,8)}t.IconBase.displayName="UniverIcon"},6975:function(e,t,r){var n=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:true});t.DetailsSingle=t.DescendingOrder=t.DeleteSingle=t.DeleteRow=t.DeleteColumn=t.DeleteCellShiftUp=t.DeleteCellShiftRight=t.DeleteCellShiftLeft=t.DeleteCellMoveDown=t.DateSingle=t.CustomSorting=t.CustomSorting1=t.CustomColorsSingle=t.CreateCopySingle=t.Copy=t.ConvertSingle=t.ContentSingle20=t.ContentSingle16=t.Conditions=t.CommentSingle=t.CodeSingle=t.CntSingle=t.CloseSingle=t.ClearFormat=t.ChipSingle=t.CheckMarkSingle=t.CheckBoxPartSingle=t.CancelMergeSingle=t.CancelFreezeSingle=t.BrushSingle=t.BonusPointsSingle20=t.BonusPointsSingle16=t.BoldSingle=t.BackSlashSingle=t.AvgSingle=t.AutowrapSingle=t.Autofill=t.AutoWidth=t.AutoHeight=t.AscendingOrder=t.ArchitectureSingle=t.AmplifySingle=t.AllBorderSingle=t.AlignTopSingle=t.AlignBottomSingle=t.AdjustWidth=t.AdjustHeight=t.AdditionAndSubtractionSingle=t.AddProtection=t.AddDigitsSingle=void 0;t.LeftRotationFortyFiveDegreesSingle=t.LeftJustifyingSingle=t.LeftInsertColumn=t.LeftDoubleDiagonalSingle=t.LeftBorder=t.Lateral=t.LanguageSingle=t.KeyboardSingle=t.ItalicSingle=t.Insert=t.InsertRowBelow=t.InsertRowAbove=t.InsertLink=t.InsertComment=t.InsertCellShiftRight=t.InsertCellDown=t.InnerBorder=t.IncreaseSingle=t.HourglassSingle=t.HorizontallySingle=t.HorizontalMergeSingle=t.HorizontalBorder=t.HistorySingle=t.HistoryOperations=t.Hide=t.GridSingle=t.GithubSingle40=t.GithubSingle24=t.FxSingle=t.FunctionSingle=t.FromZToA=t.FromAToZ=t.FreezeToSelectedSingle=t.FreezeRowSingle=t.FreezeColumnSingle=t.FontSizeReduceSingleSingle=t.FontSizeIncreaseSingle=t.FontColor=t.FolderSingle=t.FileLockSingle=t.EyelashSingle=t.ExportSingle=t.ErrorSingle=t.EraserSingle=t.EditRegionSingle=t.DropdownSingle=t.DownBorder=t.DiscordSingle40=t.DiscordSingle24=t.DirectExportSingle=void 0;t.PercentSingle=t.Paste=t.PasteValuesOnly=t.PasteTransposedContent=t.PasteSpecial=t.PasteFormulaOnly=t.PasteFormatOnly=t.PasteDataOnly=t.PasteConditionsOnly=t.PasteColumnWidthOnly=t.PasteAllExcept=t.PaletteSingle=t.PaintingSingle=t.PaintBucket=t.OverflowSingle=t.OuterBorder=t.OrderSingle=t.OnLineSingle=t.OffLineSingle=t.NoteSingle=t.NoRotationSingle=t.NoColor=t.NoBorderSingle=t.NextSingle=t.NewbuiltSingle=t.NeedSingle20=t.NeedSingle16=t.NameScopingSingle=t.MoreUpSingle=t.MoreSingle=t.MoreRightSingle=t.MoreLeftSingle=t.MoreFunctionSingle=t.MoreDownSingle=t.MinSingle=t.MergeTextSingle=t.MergeCellCenterContentSingle=t.MergeByRowSingle=t.MergeAllSingle=t.MenuSingle=t.MenuSingle24=t.MaxSingle=t.MagnifierSingle=t.Longitudinal=t.LockSingle=t.Loading=t.LiveShareSingle=t.LinkSingle=t.LeftTridiagonalSingle=t.LeftRotationNinetyDegreesSingle=void 0;t.VerticalTextSingle=t.VerticalMergeSingle=t.VerticalIntegrationSingle=t.VerticalCenterSingle=t.VerticalBorder=t.UpBorder=t.UnorderSingle=t.UnlockSingle=t.UndoSingle=t.UnderlineSingle=t.TruncationSingle=t.TianZiGeSingle=t.SystemSingle=t.SuperscriptSingle=t.SumSingle=t.SuccessSingle=t.SubscriptSingle=t.StrikethroughSingle=t.StarSingle=t.Sort=t.SmileSingle=t.SlashSingle=t.Shear=t.ShareSingle=t.SelectedSingle=t.SelectRangeSingle=t.SearchSingle16=t.Screen=t.SaveSingle=t.RmbSingle=t.RightRotationNinetyDegreesSingle=t.RightRotationFortyFiveDegreesSingle=t.RightJustifyingSingle=t.RightInsertColumn=t.RightDoubleDiagonalSingle=t.RightBorder=t.RenewSingle=t.RenameSingle=t.Reduce=t.ReduceSingle=t.ReduceDigitsSingle=t.RedoSingle=t.RecommendSingle=t.RadioYesSingle=t.RadioNotSingle=t.PrivacyViewing=t.PrintSingle=t.PositionSingle20=t.PositionSingle16=t.PipingSingle=void 0;t.ZoomReduceSingle=t.ZoomIncreaseSingle=t.ZenSingle=t.WireframeSingle=t.WechatSingle40=t.WechatSingle24=t.WarningSingle=void 0;var a=r(7823);Object.defineProperty(t,"AddDigitsSingle",{enumerable:true,get:function(){return n(a).default}});var i=r(4390);Object.defineProperty(t,"AddProtection",{enumerable:true,get:function(){return n(i).default}});var l=r(6524);Object.defineProperty(t,"AdditionAndSubtractionSingle",{enumerable:true,get:function(){return n(l).default}});var o=r(3615);Object.defineProperty(t,"AdjustHeight",{enumerable:true,get:function(){return n(o).default}});var s=r(6658);Object.defineProperty(t,"AdjustWidth",{enumerable:true,get:function(){return n(s).default}});var d=r(5540);Object.defineProperty(t,"AlignBottomSingle",{enumerable:true,get:function(){return n(d).default}});var C=r(8995);Object.defineProperty(t,"AlignTopSingle",{enumerable:true,get:function(){return n(C).default}});var g=r(9515);Object.defineProperty(t,"AllBorderSingle",{enumerable:true,get:function(){return n(g).default}});var u=r(9223);Object.defineProperty(t,"AmplifySingle",{enumerable:true,get:function(){return n(u).default}});var c=r(8653);Object.defineProperty(t,"ArchitectureSingle",{enumerable:true,get:function(){return n(c).default}});var f=r(9456);Object.defineProperty(t,"AscendingOrder",{enumerable:true,get:function(){return n(f).default}});var h=r(4192);Object.defineProperty(t,"AutoHeight",{enumerable:true,get:function(){return n(h).default}});var m=r(8939);Object.defineProperty(t,"AutoWidth",{enumerable:true,get:function(){return n(m).default}});var v=r(4833);Object.defineProperty(t,"Autofill",{enumerable:true,get:function(){return n(v).default}});var p=r(8821);Object.defineProperty(t,"AutowrapSingle",{enumerable:true,get:function(){return n(p).default}});var L=r(4369);Object.defineProperty(t,"AvgSingle",{enumerable:true,get:function(){return n(L).default}});var S=r(8880);Object.defineProperty(t,"BackSlashSingle",{enumerable:true,get:function(){return n(S).default}});var H=r(8972);Object.defineProperty(t,"BoldSingle",{enumerable:true,get:function(){return n(H).default}});var M=r(9537);Object.defineProperty(t,"BonusPointsSingle16",{enumerable:true,get:function(){return n(M).default}});var y=r(3644);Object.defineProperty(t,"BonusPointsSingle20",{enumerable:true,get:function(){return n(y).default}});var V=r(3335);Object.defineProperty(t,"BrushSingle",{enumerable:true,get:function(){return n(V).default}});var _=r(2267);Object.defineProperty(t,"CancelFreezeSingle",{enumerable:true,get:function(){return n(_).default}});var b=r(1179);Object.defineProperty(t,"CancelMergeSingle",{enumerable:true,get:function(){return n(b).default}});var k=r(5357);Object.defineProperty(t,"CheckBoxPartSingle",{enumerable:true,get:function(){return n(k).default}});var w=r(7534);Object.defineProperty(t,"CheckMarkSingle",{enumerable:true,get:function(){return n(w).default}});var O=r(2822);Object.defineProperty(t,"ChipSingle",{enumerable:true,get:function(){return n(O).default}});var R=r(2888);Object.defineProperty(t,"ClearFormat",{enumerable:true,get:function(){return n(R).default}});var D=r(5891);Object.defineProperty(t,"CloseSingle",{enumerable:true,get:function(){return n(D).default}});var j=r(1405);Object.defineProperty(t,"CntSingle",{enumerable:true,get:function(){return n(j).default}});var P=r(623);Object.defineProperty(t,"CodeSingle",{enumerable:true,get:function(){return n(P).default}});var Z=r(5246);Object.defineProperty(t,"CommentSingle",{enumerable:true,get:function(){return n(Z).default}});var B=r(9553);Object.defineProperty(t,"Conditions",{enumerable:true,get:function(){return n(B).default}});var z=r(6215);Object.defineProperty(t,"ContentSingle16",{enumerable:true,get:function(){return n(z).default}});var x=r(1094);Object.defineProperty(t,"ContentSingle20",{enumerable:true,get:function(){return n(x).default}});var U=r(8469);Object.defineProperty(t,"ConvertSingle",{enumerable:true,get:function(){return n(U).default}});var I=r(5754);Object.defineProperty(t,"Copy",{enumerable:true,get:function(){return n(I).default}});var N=r(8627);Object.defineProperty(t,"CreateCopySingle",{enumerable:true,get:function(){return n(N).default}});var E=r(938);Object.defineProperty(t,"CustomColorsSingle",{enumerable:true,get:function(){return n(E).default}});var T=r(1313);Object.defineProperty(t,"CustomSorting1",{enumerable:true,get:function(){return n(T).default}});var A=r(1548);Object.defineProperty(t,"CustomSorting",{enumerable:true,get:function(){return n(A).default}});var F=r(9658);Object.defineProperty(t,"DateSingle",{enumerable:true,get:function(){return n(F).default}});var W=r(6946);Object.defineProperty(t,"DeleteCellMoveDown",{enumerable:true,get:function(){return n(W).default}});var G=r(7946);Object.defineProperty(t,"DeleteCellShiftLeft",{enumerable:true,get:function(){return n(G).default}});var J=r(5165);Object.defineProperty(t,"DeleteCellShiftRight",{enumerable:true,get:function(){return n(J).default}});var K=r(4417);Object.defineProperty(t,"DeleteCellShiftUp",{enumerable:true,get:function(){return n(K).default}});var Y=r(1940);Object.defineProperty(t,"DeleteColumn",{enumerable:true,get:function(){return n(Y).default}});var q=r(9500);Object.defineProperty(t,"DeleteRow",{enumerable:true,get:function(){return n(q).default}});var $=r(2017);Object.defineProperty(t,"DeleteSingle",{enumerable:true,get:function(){return n($).default}});var Q=r(8258);Object.defineProperty(t,"DescendingOrder",{enumerable:true,get:function(){return n(Q).default}});var X=r(6701);Object.defineProperty(t,"DetailsSingle",{enumerable:true,get:function(){return n(X).default}});var ee=r(9087);Object.defineProperty(t,"DirectExportSingle",{enumerable:true,get:function(){return n(ee).default}});var te=r(8119);Object.defineProperty(t,"DiscordSingle24",{enumerable:true,get:function(){return n(te).default}});var re=r(357);Object.defineProperty(t,"DiscordSingle40",{enumerable:true,get:function(){return n(re).default}});var ne=r(5315);Object.defineProperty(t,"DownBorder",{enumerable:true,get:function(){return n(ne).default}});var ae=r(2917);Object.defineProperty(t,"DropdownSingle",{enumerable:true,get:function(){return n(ae).default}});var ie=r(9338);Object.defineProperty(t,"EditRegionSingle",{enumerable:true,get:function(){return n(ie).default}});var le=r(9106);Object.defineProperty(t,"EraserSingle",{enumerable:true,get:function(){return n(le).default}});var oe=r(9978);Object.defineProperty(t,"ErrorSingle",{enumerable:true,get:function(){return n(oe).default}});var se=r(0);Object.defineProperty(t,"ExportSingle",{enumerable:true,get:function(){return n(se).default}});var de=r(6466);Object.defineProperty(t,"EyelashSingle",{enumerable:true,get:function(){return n(de).default}});var Ce=r(2791);Object.defineProperty(t,"FileLockSingle",{enumerable:true,get:function(){return n(Ce).default}});var ge=r(5256);Object.defineProperty(t,"FolderSingle",{enumerable:true,get:function(){return n(ge).default}});var ue=r(597);Object.defineProperty(t,"FontColor",{enumerable:true,get:function(){return n(ue).default}});var ce=r(548);Object.defineProperty(t,"FontSizeIncreaseSingle",{enumerable:true,get:function(){return n(ce).default}});var fe=r(8440);Object.defineProperty(t,"FontSizeReduceSingleSingle",{enumerable:true,get:function(){return n(fe).default}});var he=r(6621);Object.defineProperty(t,"FreezeColumnSingle",{enumerable:true,get:function(){return n(he).default}});var me=r(6166);Object.defineProperty(t,"FreezeRowSingle",{enumerable:true,get:function(){return n(me).default}});var ve=r(4731);Object.defineProperty(t,"FreezeToSelectedSingle",{enumerable:true,get:function(){return n(ve).default}});var pe=r(5276);Object.defineProperty(t,"FromAToZ",{enumerable:true,get:function(){return n(pe).default}});var Le=r(9801);Object.defineProperty(t,"FromZToA",{enumerable:true,get:function(){return n(Le).default}});var Se=r(420);Object.defineProperty(t,"FunctionSingle",{enumerable:true,get:function(){return n(Se).default}});var He=r(7702);Object.defineProperty(t,"FxSingle",{enumerable:true,get:function(){return n(He).default}});var Me=r(9268);Object.defineProperty(t,"GithubSingle24",{enumerable:true,get:function(){return n(Me).default}});var ye=r(3173);Object.defineProperty(t,"GithubSingle40",{enumerable:true,get:function(){return n(ye).default}});var Ve=r(5072);Object.defineProperty(t,"GridSingle",{enumerable:true,get:function(){return n(Ve).default}});var _e=r(9067);Object.defineProperty(t,"Hide",{enumerable:true,get:function(){return n(_e).default}});var be=r(4693);Object.defineProperty(t,"HistoryOperations",{enumerable:true,get:function(){return n(be).default}});var ke=r(4358);Object.defineProperty(t,"HistorySingle",{enumerable:true,get:function(){return n(ke).default}});var we=r(2532);Object.defineProperty(t,"HorizontalBorder",{enumerable:true,get:function(){return n(we).default}});var Oe=r(1685);Object.defineProperty(t,"HorizontalMergeSingle",{enumerable:true,get:function(){return n(Oe).default}});var Re=r(1743);Object.defineProperty(t,"HorizontallySingle",{enumerable:true,get:function(){return n(Re).default}});var De=r(3553);Object.defineProperty(t,"HourglassSingle",{enumerable:true,get:function(){return n(De).default}});var je=r(2078);Object.defineProperty(t,"IncreaseSingle",{enumerable:true,get:function(){return n(je).default}});var Pe=r(5654);Object.defineProperty(t,"InnerBorder",{enumerable:true,get:function(){return n(Pe).default}});var Ze=r(3862);Object.defineProperty(t,"InsertCellDown",{enumerable:true,get:function(){return n(Ze).default}});var Be=r(1357);Object.defineProperty(t,"InsertCellShiftRight",{enumerable:true,get:function(){return n(Be).default}});var ze=r(3377);Object.defineProperty(t,"InsertComment",{enumerable:true,get:function(){return n(ze).default}});var xe=r(2562);Object.defineProperty(t,"InsertLink",{enumerable:true,get:function(){return n(xe).default}});var Ue=r(6791);Object.defineProperty(t,"InsertRowAbove",{enumerable:true,get:function(){return n(Ue).default}});var Ie=r(5504);Object.defineProperty(t,"InsertRowBelow",{enumerable:true,get:function(){return n(Ie).default}});var Ne=r(5538);Object.defineProperty(t,"Insert",{enumerable:true,get:function(){return n(Ne).default}});var Ee=r(8458);Object.defineProperty(t,"ItalicSingle",{enumerable:true,get:function(){return n(Ee).default}});var Te=r(6365);Object.defineProperty(t,"KeyboardSingle",{enumerable:true,get:function(){return n(Te).default}});var Ae=r(799);Object.defineProperty(t,"LanguageSingle",{enumerable:true,get:function(){return n(Ae).default}});var Fe=r(380);Object.defineProperty(t,"Lateral",{enumerable:true,get:function(){return n(Fe).default}});var We=r(3988);Object.defineProperty(t,"LeftBorder",{enumerable:true,get:function(){return n(We).default}});var Ge=r(7474);Object.defineProperty(t,"LeftDoubleDiagonalSingle",{enumerable:true,get:function(){return n(Ge).default}});var Je=r(4790);Object.defineProperty(t,"LeftInsertColumn",{enumerable:true,get:function(){return n(Je).default}});var Ke=r(8554);Object.defineProperty(t,"LeftJustifyingSingle",{enumerable:true,get:function(){return n(Ke).default}});var Ye=r(8199);Object.defineProperty(t,"LeftRotationFortyFiveDegreesSingle",{enumerable:true,get:function(){return n(Ye).default}});var qe=r(3577);Object.defineProperty(t,"LeftRotationNinetyDegreesSingle",{enumerable:true,get:function(){return n(qe).default}});var $e=r(6604);Object.defineProperty(t,"LeftTridiagonalSingle",{enumerable:true,get:function(){return n($e).default}});var Qe=r(2968);Object.defineProperty(t,"LinkSingle",{enumerable:true,get:function(){return n(Qe).default}});var Xe=r(2046);Object.defineProperty(t,"LiveShareSingle",{enumerable:true,get:function(){return n(Xe).default}});var et=r(4222);Object.defineProperty(t,"Loading",{enumerable:true,get:function(){return n(et).default}});var tt=r(905);Object.defineProperty(t,"LockSingle",{enumerable:true,get:function(){return n(tt).default}});var rt=r(913);Object.defineProperty(t,"Longitudinal",{enumerable:true,get:function(){return n(rt).default}});var nt=r(7050);Object.defineProperty(t,"MagnifierSingle",{enumerable:true,get:function(){return n(nt).default}});var at=r(2997);Object.defineProperty(t,"MaxSingle",{enumerable:true,get:function(){return n(at).default}});var it=r(4856);Object.defineProperty(t,"MenuSingle24",{enumerable:true,get:function(){return n(it).default}});var lt=r(6148);Object.defineProperty(t,"MenuSingle",{enumerable:true,get:function(){return n(lt).default}});var ot=r(7419);Object.defineProperty(t,"MergeAllSingle",{enumerable:true,get:function(){return n(ot).default}});var st=r(4034);Object.defineProperty(t,"MergeByRowSingle",{enumerable:true,get:function(){return n(st).default}});var dt=r(9089);Object.defineProperty(t,"MergeCellCenterContentSingle",{enumerable:true,get:function(){return n(dt).default}});var Ct=r(7189);Object.defineProperty(t,"MergeTextSingle",{enumerable:true,get:function(){return n(Ct).default}});var gt=r(3771);Object.defineProperty(t,"MinSingle",{enumerable:true,get:function(){return n(gt).default}});var ut=r(5506);Object.defineProperty(t,"MoreDownSingle",{enumerable:true,get:function(){return n(ut).default}});var ct=r(5069);Object.defineProperty(t,"MoreFunctionSingle",{enumerable:true,get:function(){return n(ct).default}});var ft=r(1446);Object.defineProperty(t,"MoreLeftSingle",{enumerable:true,get:function(){return n(ft).default}});var ht=r(6327);Object.defineProperty(t,"MoreRightSingle",{enumerable:true,get:function(){return n(ht).default}});var mt=r(2140);Object.defineProperty(t,"MoreSingle",{enumerable:true,get:function(){return n(mt).default}});var vt=r(3872);Object.defineProperty(t,"MoreUpSingle",{enumerable:true,get:function(){return n(vt).default}});var pt=r(8918);Object.defineProperty(t,"NameScopingSingle",{enumerable:true,get:function(){return n(pt).default}});var Lt=r(416);Object.defineProperty(t,"NeedSingle16",{enumerable:true,get:function(){return n(Lt).default}});var St=r(3245);Object.defineProperty(t,"NeedSingle20",{enumerable:true,get:function(){return n(St).default}});var Ht=r(2606);Object.defineProperty(t,"NewbuiltSingle",{enumerable:true,get:function(){return n(Ht).default}});var Mt=r(5514);Object.defineProperty(t,"NextSingle",{enumerable:true,get:function(){return n(Mt).default}});var yt=r(7012);Object.defineProperty(t,"NoBorderSingle",{enumerable:true,get:function(){return n(yt).default}});var Vt=r(1157);Object.defineProperty(t,"NoColor",{enumerable:true,get:function(){return n(Vt).default}});var _t=r(3358);Object.defineProperty(t,"NoRotationSingle",{enumerable:true,get:function(){return n(_t).default}});var bt=r(7792);Object.defineProperty(t,"NoteSingle",{enumerable:true,get:function(){return n(bt).default}});var kt=r(1101);Object.defineProperty(t,"OffLineSingle",{enumerable:true,get:function(){return n(kt).default}});var wt=r(5313);Object.defineProperty(t,"OnLineSingle",{enumerable:true,get:function(){return n(wt).default}});var Ot=r(834);Object.defineProperty(t,"OrderSingle",{enumerable:true,get:function(){return n(Ot).default}});var Rt=r(1646);Object.defineProperty(t,"OuterBorder",{enumerable:true,get:function(){return n(Rt).default}});var Dt=r(1338);Object.defineProperty(t,"OverflowSingle",{enumerable:true,get:function(){return n(Dt).default}});var jt=r(5380);Object.defineProperty(t,"PaintBucket",{enumerable:true,get:function(){return n(jt).default}});var Pt=r(3852);Object.defineProperty(t,"PaintingSingle",{enumerable:true,get:function(){return n(Pt).default}});var Zt=r(9263);Object.defineProperty(t,"PaletteSingle",{enumerable:true,get:function(){return n(Zt).default}});var Bt=r(992);Object.defineProperty(t,"PasteAllExcept",{enumerable:true,get:function(){return n(Bt).default}});var zt=r(3390);Object.defineProperty(t,"PasteColumnWidthOnly",{enumerable:true,get:function(){return n(zt).default}});var xt=r(5040);Object.defineProperty(t,"PasteConditionsOnly",{enumerable:true,get:function(){return n(xt).default}});var Ut=r(5205);Object.defineProperty(t,"PasteDataOnly",{enumerable:true,get:function(){return n(Ut).default}});var It=r(6863);Object.defineProperty(t,"PasteFormatOnly",{enumerable:true,get:function(){return n(It).default}});var Nt=r(3670);Object.defineProperty(t,"PasteFormulaOnly",{enumerable:true,get:function(){return n(Nt).default}});var Et=r(6057);Object.defineProperty(t,"PasteSpecial",{enumerable:true,get:function(){return n(Et).default}});var Tt=r(1020);Object.defineProperty(t,"PasteTransposedContent",{enumerable:true,get:function(){return n(Tt).default}});var At=r(9217);Object.defineProperty(t,"PasteValuesOnly",{enumerable:true,get:function(){return n(At).default}});var Ft=r(6014);Object.defineProperty(t,"Paste",{enumerable:true,get:function(){return n(Ft).default}});var Wt=r(1910);Object.defineProperty(t,"PercentSingle",{enumerable:true,get:function(){return n(Wt).default}});var Gt=r(9650);Object.defineProperty(t,"PipingSingle",{enumerable:true,get:function(){return n(Gt).default}});var Jt=r(1669);Object.defineProperty(t,"PositionSingle16",{enumerable:true,get:function(){return n(Jt).default}});var Kt=r(2504);Object.defineProperty(t,"PositionSingle20",{enumerable:true,get:function(){return n(Kt).default}});var Yt=r(1621);Object.defineProperty(t,"PrintSingle",{enumerable:true,get:function(){return n(Yt).default}});var qt=r(5779);Object.defineProperty(t,"PrivacyViewing",{enumerable:true,get:function(){return n(qt).default}});var $t=r(7912);Object.defineProperty(t,"RadioNotSingle",{enumerable:true,get:function(){return n($t).default}});var Qt=r(8410);Object.defineProperty(t,"RadioYesSingle",{enumerable:true,get:function(){return n(Qt).default}});var Xt=r(1859);Object.defineProperty(t,"RecommendSingle",{enumerable:true,get:function(){return n(Xt).default}});var er=r(7771);Object.defineProperty(t,"RedoSingle",{enumerable:true,get:function(){return n(er).default}});var tr=r(8323);Object.defineProperty(t,"ReduceDigitsSingle",{enumerable:true,get:function(){return n(tr).default}});var rr=r(5785);Object.defineProperty(t,"ReduceSingle",{enumerable:true,get:function(){return n(rr).default}});var nr=r(4497);Object.defineProperty(t,"Reduce",{enumerable:true,get:function(){return n(nr).default}});var ar=r(1679);Object.defineProperty(t,"RenameSingle",{enumerable:true,get:function(){return n(ar).default}});var ir=r(4409);Object.defineProperty(t,"RenewSingle",{enumerable:true,get:function(){return n(ir).default}});var lr=r(8861);Object.defineProperty(t,"RightBorder",{enumerable:true,get:function(){return n(lr).default}});var or=r(2058);Object.defineProperty(t,"RightDoubleDiagonalSingle",{enumerable:true,get:function(){return n(or).default}});var sr=r(2726);Object.defineProperty(t,"RightInsertColumn",{enumerable:true,get:function(){return n(sr).default}});var dr=r(2424);Object.defineProperty(t,"RightJustifyingSingle",{enumerable:true,get:function(){return n(dr).default}});var Cr=r(6965);Object.defineProperty(t,"RightRotationFortyFiveDegreesSingle",{enumerable:true,get:function(){return n(Cr).default}});var gr=r(9805);Object.defineProperty(t,"RightRotationNinetyDegreesSingle",{enumerable:true,get:function(){return n(gr).default}});var ur=r(7577);Object.defineProperty(t,"RmbSingle",{enumerable:true,get:function(){return n(ur).default}});var cr=r(73);Object.defineProperty(t,"SaveSingle",{enumerable:true,get:function(){return n(cr).default}});var fr=r(192);Object.defineProperty(t,"Screen",{enumerable:true,get:function(){return n(fr).default}});var hr=r(5871);Object.defineProperty(t,"SearchSingle16",{enumerable:true,get:function(){return n(hr).default}});var mr=r(7417);Object.defineProperty(t,"SelectRangeSingle",{enumerable:true,get:function(){return n(mr).default}});var vr=r(8982);Object.defineProperty(t,"SelectedSingle",{enumerable:true,get:function(){return n(vr).default}});var pr=r(728);Object.defineProperty(t,"ShareSingle",{enumerable:true,get:function(){return n(pr).default}});var Lr=r(5305);Object.defineProperty(t,"Shear",{enumerable:true,get:function(){return n(Lr).default}});var Sr=r(467);Object.defineProperty(t,"SlashSingle",{enumerable:true,get:function(){return n(Sr).default}});var Hr=r(9228);Object.defineProperty(t,"SmileSingle",{enumerable:true,get:function(){return n(Hr).default}});var Mr=r(4033);Object.defineProperty(t,"Sort",{enumerable:true,get:function(){return n(Mr).default}});var yr=r(7074);Object.defineProperty(t,"StarSingle",{enumerable:true,get:function(){return n(yr).default}});var Vr=r(2377);Object.defineProperty(t,"StrikethroughSingle",{enumerable:true,get:function(){return n(Vr).default}});var _r=r(1230);Object.defineProperty(t,"SubscriptSingle",{enumerable:true,get:function(){return n(_r).default}});var br=r(4516);Object.defineProperty(t,"SuccessSingle",{enumerable:true,get:function(){return n(br).default}});var kr=r(2212);Object.defineProperty(t,"SumSingle",{enumerable:true,get:function(){return n(kr).default}});var wr=r(2966);Object.defineProperty(t,"SuperscriptSingle",{enumerable:true,get:function(){return n(wr).default}});var Or=r(4815);Object.defineProperty(t,"SystemSingle",{enumerable:true,get:function(){return n(Or).default}});var Rr=r(4333);Object.defineProperty(t,"TianZiGeSingle",{enumerable:true,get:function(){return n(Rr).default}});var Dr=r(7415);Object.defineProperty(t,"TruncationSingle",{enumerable:true,get:function(){return n(Dr).default}});var jr=r(7477);Object.defineProperty(t,"UnderlineSingle",{enumerable:true,get:function(){return n(jr).default}});var Pr=r(9232);Object.defineProperty(t,"UndoSingle",{enumerable:true,get:function(){return n(Pr).default}});var Zr=r(2066);Object.defineProperty(t,"UnlockSingle",{enumerable:true,get:function(){return n(Zr).default}});var Br=r(4701);Object.defineProperty(t,"UnorderSingle",{enumerable:true,get:function(){return n(Br).default}});var zr=r(4101);Object.defineProperty(t,"UpBorder",{enumerable:true,get:function(){return n(zr).default}});var xr=r(9275);Object.defineProperty(t,"VerticalBorder",{enumerable:true,get:function(){return n(xr).default}});var Ur=r(4906);Object.defineProperty(t,"VerticalCenterSingle",{enumerable:true,get:function(){return n(Ur).default}});var Ir=r(9426);Object.defineProperty(t,"VerticalIntegrationSingle",{enumerable:true,get:function(){return n(Ir).default}});var Nr=r(6800);Object.defineProperty(t,"VerticalMergeSingle",{enumerable:true,get:function(){return n(Nr).default}});var Er=r(8662);Object.defineProperty(t,"VerticalTextSingle",{enumerable:true,get:function(){return n(Er).default}});var Tr=r(1432);Object.defineProperty(t,"WarningSingle",{enumerable:true,get:function(){return n(Tr).default}});var Ar=r(6726);Object.defineProperty(t,"WechatSingle24",{enumerable:true,get:function(){return n(Ar).default}});var Fr=r(2926);Object.defineProperty(t,"WechatSingle40",{enumerable:true,get:function(){return n(Fr).default}});var Wr=r(193);Object.defineProperty(t,"WireframeSingle",{enumerable:true,get:function(){return n(Wr).default}});var Gr=r(1682);Object.defineProperty(t,"ZenSingle",{enumerable:true,get:function(){return n(Gr).default}});var Jr=r(1780);Object.defineProperty(t,"ZoomIncreaseSingle",{enumerable:true,get:function(){return n(Jr).default}});var Kr=r(7041);Object.defineProperty(t,"ZoomReduceSingle",{enumerable:true,get:function(){return n(Kr).default}})},6144:function(e,t,r){var n=this&&this.__createBinding||(Object.create?function(e,t,r,n){if(n===undefined)n=r;var a=Object.getOwnPropertyDescriptor(t,r);if(!a||("get"in a?!t.__esModule:a.writable||a.configurable)){a={enumerable:true,get:function(){return t[r]}}}Object.defineProperty(e,n,a)}:function(e,t,r,n){if(n===undefined)n=r;e[n]=t[r]});var a=this&&this.__exportStar||function(e,t){for(var r in e)if(r!=="default"&&!Object.prototype.hasOwnProperty.call(t,r))n(t,e,r)};Object.defineProperty(t,"__esModule",{value:true});a(r(6975),t);a(r(1635),t);a(r(7565),t)},1635:(e,t)=>{Object.defineProperty(t,"__esModule",{value:true});t.singleStartPageManifest=t.binaryRightClickManifest=t.singleGlobalFunctionalityManifest=t.binaryStartPageManifest=t.singleUniverOfficialWebsiteWebManifest=t.singleDocumentOperationsManifest=t.singleUniverOfficialWebsiteMidManifest=t.singleShareManifest=t.singleFeedbackManifest=t.binaryDrawerPageManifest=t.singleDrawerPageManifest=t.otherFeedbackManifest=void 0;t.otherFeedbackManifest=[{stem:"loading",icon:"Loading"}];t.singleDrawerPageManifest=[{stem:"grid-single",icon:"GridSingle"},{stem:"note-single",icon:"NoteSingle"}];t.binaryDrawerPageManifest=[{stem:"lateral",icon:"Lateral"},{stem:"longitudinal",icon:"Longitudinal"}];t.singleFeedbackManifest=[{stem:"error-single",icon:"ErrorSingle"},{stem:"off-line-single",icon:"OffLineSingle"},{stem:"on-line-single",icon:"OnLineSingle"},{stem:"smile-single",icon:"SmileSingle"},{stem:"success-single",icon:"SuccessSingle"},{stem:"warning-single",icon:"WarningSingle"}];t.singleShareManifest=[{stem:"addition-and-subtraction-single",icon:"AdditionAndSubtractionSingle"},{stem:"direct-export-single",icon:"DirectExportSingle"},{stem:"file-lock-single",icon:"FileLockSingle"},{stem:"hourglass-single",icon:"HourglassSingle"},{stem:"link-single",icon:"LinkSingle"},{stem:"live-share-single",icon:"LiveShareSingle"},{stem:"share-single",icon:"ShareSingle"}];t.singleUniverOfficialWebsiteMidManifest=[{stem:"bonus-points-single-16",icon:"BonusPointsSingle16"},{stem:"content-single-16",icon:"ContentSingle16"},{stem:"discord-single-24",icon:"DiscordSingle24"},{stem:"github-single-24",icon:"GithubSingle24"},{stem:"menu-single-24",icon:"MenuSingle24"},{stem:"need-single-16",icon:"NeedSingle16"},{stem:"position-single-16",icon:"PositionSingle16"},{stem:"search-single-16",icon:"SearchSingle16"},{stem:"wechat-single-24",icon:"WechatSingle24"}];t.singleDocumentOperationsManifest=[{stem:"create-copy-single",icon:"CreateCopySingle"},{stem:"delete-single",icon:"DeleteSingle"},{stem:"details-single",icon:"DetailsSingle"},{stem:"export-single",icon:"ExportSingle"},{stem:"folder-single",icon:"FolderSingle"},{stem:"history-single",icon:"HistorySingle"},{stem:"keyboard-single",icon:"KeyboardSingle"},{stem:"menu-single",icon:"MenuSingle"},{stem:"newbuilt-single",icon:"NewbuiltSingle"},{stem:"print-single",icon:"PrintSingle"},{stem:"rename-single",icon:"RenameSingle"},{stem:"renew-single",icon:"RenewSingle"},{stem:"save-single",icon:"SaveSingle"}];t.singleUniverOfficialWebsiteWebManifest=[{stem:"architecture-single",icon:"ArchitectureSingle"},{stem:"bonus-points-single-20",icon:"BonusPointsSingle20"},{stem:"chip-single",icon:"ChipSingle"},{stem:"content-single-20",icon:"ContentSingle20"},{stem:"discord-single-40",icon:"DiscordSingle40"},{stem:"github-single-40",icon:"GithubSingle40"},{stem:"language-single",icon:"LanguageSingle"},{stem:"need-single-20",icon:"NeedSingle20"},{stem:"next-single",icon:"NextSingle"},{stem:"palette-single",icon:"PaletteSingle"},{stem:"position-single-20",icon:"PositionSingle20"},{stem:"star-single",icon:"StarSingle"},{stem:"system-single",icon:"SystemSingle"},{stem:"wechat-single-40",icon:"WechatSingle40"}];t.binaryStartPageManifest=[{stem:"back-slash-single",icon:"BackSlashSingle"},{stem:"conditions",icon:"Conditions"},{stem:"down-border",icon:"DownBorder"},{stem:"font-color",icon:"FontColor"},{stem:"horizontal-border",icon:"HorizontalBorder"},{stem:"inner-border",icon:"InnerBorder"},{stem:"left-border",icon:"LeftBorder"},{stem:"left-double-diagonal-single",icon:"LeftDoubleDiagonalSingle"},{stem:"left-tridiagonal-single",icon:"LeftTridiagonalSingle"},{stem:"no-color",icon:"NoColor"},{stem:"outer-border",icon:"OuterBorder"},{stem:"paint-bucket",icon:"PaintBucket"},{stem:"right-border",icon:"RightBorder"},{stem:"right-double-diagonal-single",icon:"RightDoubleDiagonalSingle"},{stem:"slash-single",icon:"SlashSingle"},{stem:"up-border",icon:"UpBorder"},{stem:"vertical-border",icon:"VerticalBorder"}];t.singleGlobalFunctionalityManifest=[{stem:"amplify-single",icon:"AmplifySingle"},{stem:"check-box-part-single",icon:"CheckBoxPartSingle"},{stem:"check-mark-single",icon:"CheckMarkSingle"},{stem:"close-single",icon:"CloseSingle"},{stem:"comment-single",icon:"CommentSingle"},{stem:"convert-single",icon:"ConvertSingle"},{stem:"custom-colors-single",icon:"CustomColorsSingle"},{stem:"delete-single",icon:"DeleteSingle"},{stem:"dropdown-single",icon:"DropdownSingle"},{stem:"edit-region-single",icon:"EditRegionSingle"},{stem:"eyelash-single",icon:"EyelashSingle"},{stem:"fx-single",icon:"FxSingle"},{stem:"increase-single",icon:"IncreaseSingle"},{stem:"live-share-single",icon:"LiveShareSingle"},{stem:"lock-single",icon:"LockSingle"},{stem:"more-down-single",icon:"MoreDownSingle"},{stem:"more-left-single",icon:"MoreLeftSingle"},{stem:"more-right-single",icon:"MoreRightSingle"},{stem:"more-single",icon:"MoreSingle"},{stem:"more-up-single",icon:"MoreUpSingle"},{stem:"order-single",icon:"OrderSingle"},{stem:"radio-not-single",icon:"RadioNotSingle"},{stem:"radio-yes-single",icon:"RadioYesSingle"},{stem:"recommend-single",icon:"RecommendSingle"},{stem:"reduce-single",icon:"ReduceSingle"},{stem:"select-range-single",icon:"SelectRangeSingle"},{stem:"selected-single",icon:"SelectedSingle"},{stem:"tian-zi-ge-single",icon:"TianZiGeSingle"},{stem:"unlock-single",icon:"UnlockSingle"},{stem:"unorder-single",icon:"UnorderSingle"},{stem:"wireframe-single",icon:"WireframeSingle"},{stem:"zen-single",icon:"ZenSingle"},{stem:"zoom-increase-single",icon:"ZoomIncreaseSingle"},{stem:"zoom-reduce-single",icon:"ZoomReduceSingle"}];t.binaryRightClickManifest=[{stem:"add-protection",icon:"AddProtection"},{stem:"adjust-height",icon:"AdjustHeight"},{stem:"adjust-width",icon:"AdjustWidth"},{stem:"ascending-order",icon:"AscendingOrder"},{stem:"auto-height",icon:"AutoHeight"},{stem:"auto-width",icon:"AutoWidth"},{stem:"autofill",icon:"Autofill"},{stem:"clear-format",icon:"ClearFormat"},{stem:"copy",icon:"Copy"},{stem:"custom-sorting-1",icon:"CustomSorting1"},{stem:"custom-sorting",icon:"CustomSorting"},{stem:"delete-cell-move-down",icon:"DeleteCellMoveDown"},{stem:"delete-cell-shift-left",icon:"DeleteCellShiftLeft"},{stem:"delete-cell-shift-right",icon:"DeleteCellShiftRight"},{stem:"delete-cell-shift-up",icon:"DeleteCellShiftUp"},{stem:"delete-column",icon:"DeleteColumn"},{stem:"delete-row",icon:"DeleteRow"},{stem:"descending-order",icon:"DescendingOrder"},{stem:"from-a-to-z",icon:"FromAToZ"},{stem:"from-z-to-a",icon:"FromZToA"},{stem:"hide",icon:"Hide"},{stem:"history-operations",icon:"HistoryOperations"},{stem:"insert-cell-down",icon:"InsertCellDown"},{stem:"insert-cell-shift-right",icon:"InsertCellShiftRight"},{stem:"insert-comment",icon:"InsertComment"},{stem:"insert-link",icon:"InsertLink"},{stem:"insert-row-above",icon:"InsertRowAbove"},{stem:"insert-row-below",icon:"InsertRowBelow"},{stem:"insert",icon:"Insert"},{stem:"left-insert-column",icon:"LeftInsertColumn"},{stem:"paste-all-except",icon:"PasteAllExcept"},{stem:"paste-column-width-only",icon:"PasteColumnWidthOnly"},{stem:"paste-conditions-only",icon:"PasteConditionsOnly"},{stem:"paste-data-only",icon:"PasteDataOnly"},{stem:"paste-format-only",icon:"PasteFormatOnly"},{stem:"paste-formula-only",icon:"PasteFormulaOnly"},{stem:"paste-special",icon:"PasteSpecial"},{stem:"paste-transposed-content",icon:"PasteTransposedContent"},{stem:"paste-values-only",icon:"PasteValuesOnly"},{stem:"paste",icon:"Paste"},{stem:"privacy-viewing",icon:"PrivacyViewing"},{stem:"reduce",icon:"Reduce"},{stem:"right-insert-column",icon:"RightInsertColumn"},{stem:"screen",icon:"Screen"},{stem:"shear",icon:"Shear"},{stem:"sort",icon:"Sort"}];t.singleStartPageManifest=[{stem:"add-digits-single",icon:"AddDigitsSingle"},{stem:"align-bottom-single",icon:"AlignBottomSingle"},{stem:"align-top-single",icon:"AlignTopSingle"},{stem:"all-border-single",icon:"AllBorderSingle"},{stem:"autowrap-single",icon:"AutowrapSingle"},{stem:"avg-single",icon:"AvgSingle"},{stem:"back-slash-single",icon:"BackSlashSingle"},{stem:"bold-single",icon:"BoldSingle"},{stem:"brush-single",icon:"BrushSingle"},{stem:"cancel-freeze-single",icon:"CancelFreezeSingle"},{stem:"cancel-merge-single",icon:"CancelMergeSingle"},{stem:"cnt-single",icon:"CntSingle"},{stem:"code-single",icon:"CodeSingle"},{stem:"date-single",icon:"DateSingle"},{stem:"eraser-single",icon:"EraserSingle"},{stem:"font-size-increase-single",icon:"FontSizeIncreaseSingle"},{stem:"font-size-reduce-single-single",icon:"FontSizeReduceSingleSingle"},{stem:"freeze-column-single",icon:"FreezeColumnSingle"},{stem:"freeze-row-single",icon:"FreezeRowSingle"},{stem:"freeze-to-selected-single",icon:"FreezeToSelectedSingle"},{stem:"function-single",icon:"FunctionSingle"},{stem:"horizontal-merge-single",icon:"HorizontalMergeSingle"},{stem:"horizontally-single",icon:"HorizontallySingle"},{stem:"italic-single",icon:"ItalicSingle"},{stem:"left-double-diagonal-single",icon:"LeftDoubleDiagonalSingle"},{stem:"left-justifying-single",icon:"LeftJustifyingSingle"},{stem:"left-rotation-forty-five-degrees-single",icon:"LeftRotationFortyFiveDegreesSingle"},{stem:"left-rotation-ninety-degrees-single",icon:"LeftRotationNinetyDegreesSingle"},{stem:"left-tridiagonal-single",icon:"LeftTridiagonalSingle"},{stem:"live-share-single",icon:"LiveShareSingle"},{stem:"magnifier-single",icon:"MagnifierSingle"},{stem:"max-single",icon:"MaxSingle"},{stem:"merge-all-single",icon:"MergeAllSingle"},{stem:"merge-by-row-single",icon:"MergeByRowSingle"},{stem:"merge-cell-center-content-single",icon:"MergeCellCenterContentSingle"},{stem:"merge-text-single",icon:"MergeTextSingle"},{stem:"min-single",icon:"MinSingle"},{stem:"more-function-single",icon:"MoreFunctionSingle"},{stem:"name-scoping-single",icon:"NameScopingSingle"},{stem:"no-border-single",icon:"NoBorderSingle"},{stem:"no-rotation-single",icon:"NoRotationSingle"},{stem:"overflow-single",icon:"OverflowSingle"},{stem:"painting-single",icon:"PaintingSingle"},{stem:"percent-single",icon:"PercentSingle"},{stem:"piping-single",icon:"PipingSingle"},{stem:"redo-single",icon:"RedoSingle"},{stem:"reduce-digits-single",icon:"ReduceDigitsSingle"},{stem:"right-double-diagonal-single",icon:"RightDoubleDiagonalSingle"},{stem:"right-justifying-single",icon:"RightJustifyingSingle"},{stem:"right-rotation-forty-five-degrees-single",icon:"RightRotationFortyFiveDegreesSingle"},{stem:"right-rotation-ninety-degrees-single",icon:"RightRotationNinetyDegreesSingle"},{stem:"rmb-single",icon:"RmbSingle"},{stem:"slash-single",icon:"SlashSingle"},{stem:"strikethrough-single",icon:"StrikethroughSingle"},{stem:"subscript-single",icon:"SubscriptSingle"},{stem:"sum-single",icon:"SumSingle"},{stem:"superscript-single",icon:"SuperscriptSingle"},{stem:"truncation-single",icon:"TruncationSingle"},{stem:"underline-single",icon:"UnderlineSingle"},{stem:"undo-single",icon:"UndoSingle"},{stem:"vertical-center-single",icon:"VerticalCenterSingle"},{stem:"vertical-integration-single",icon:"VerticalIntegrationSingle"},{stem:"vertical-merge-single",icon:"VerticalMergeSingle"},{stem:"vertical-text-single",icon:"VerticalTextSingle"}]},7522:e=>{e.exports=require("react")}};var t={};function __nccwpck_require__(r){var n=t[r];if(n!==undefined){return n.exports}var a=t[r]={exports:{}};var i=true;try{e[r].call(a.exports,a,a.exports,__nccwpck_require__);i=false}finally{if(i)delete t[r]}return a.exports}if(typeof __nccwpck_require__!=="undefined")__nccwpck_require__.ab=__dirname+"/";var r=__nccwpck_require__(6144);module.exports=r})();
|
|
1
|
+
(()=>{"use strict";var e={7823:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.AddDigitsSingle=void 0;var n=r(7522);var i=r(7565);var a={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M3.99988 3.60921C3.99988 2.32055 5.04456 1.27588 6.33321 1.27588 7.62187 1.27588 8.66654 2.32055 8.66654 3.60921V6.24136C8.66654 7.53002 7.62187 8.5747 6.33321 8.5747 5.04455 8.5747 3.99988 7.53002 3.99988 6.24136V3.60921zM6.33321 2.60921C5.78093 2.60921 5.33321 3.05693 5.33321 3.60921V6.24136C5.33321 6.79364 5.78093 7.24136 6.33321 7.24136 6.88549 7.24136 7.33321 6.79364 7.33321 6.24136V3.60921C7.33321 3.05693 6.88549 2.60921 6.33321 2.60921zM9.99988 3.60921C9.99988 2.32055 11.0446 1.27588 12.3332 1.27588 13.6219 1.27588 14.6665 2.32055 14.6665 3.60921V6.24136C14.6665 7.53002 13.6219 8.5747 12.3332 8.5747 11.0446 8.5747 9.99988 7.53002 9.99988 6.24136V3.60921zM12.3332 2.60921C11.7809 2.60921 11.3332 3.05693 11.3332 3.60921V6.24136C11.3332 6.79364 11.7809 7.24136 12.3332 7.24136 12.8855 7.24136 13.3332 6.79364 13.3332 6.24136V3.60921C13.3332 3.05693 12.8855 2.60921 12.3332 2.60921z",fillRule:"evenodd",clipRule:"evenodd"}},{tag:"path",attrs:{fill:"currentColor",d:"M12.4713 9.58625C12.211 9.3259 11.7889 9.3259 11.5285 9.58625 11.2682 9.8466 11.2682 10.2687 11.5285 10.5291L12.3904 11.391H6.33329C5.9651 11.391 5.66663 11.6895 5.66663 12.0577 5.66663 12.4258 5.9651 12.7243 6.33329 12.7243H12.3904L11.5285 13.5862C11.2682 13.8466 11.2682 14.2687 11.5285 14.5291 11.7889 14.7894 12.211 14.7894 12.4713 14.5291L14.4669 12.5335C14.4851 12.5156 14.5022 12.4968 14.5183 12.477 14.5484 12.4399 14.5739 12.4003 14.5948 12.359 14.6407 12.2685 14.6666 12.1661 14.6666 12.0577 14.6666 11.9492 14.6407 11.8468 14.5948 11.7563 14.5739 11.715 14.5484 11.6754 14.5183 11.6383 14.5022 11.6185 14.4851 11.5997 14.4669 11.5818L12.4713 9.58625zM1.33325 7.98825C1.33325 7.62006 1.63173 7.32159 1.99992 7.32159H2.33325C2.70144 7.32159 2.99992 7.62006 2.99992 7.98825 2.99992 8.35644 2.70144 8.65492 2.33325 8.65492H1.99992C1.63173 8.65492 1.33325 8.35644 1.33325 7.98825z"}}]};t.AddDigitsSingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(i.IconBase,Object.assign({},e,{id:"add-digits-single",ref:t,icon:a}))}));t.AddDigitsSingle.displayName="AddDigitsSingle";t["default"]=t.AddDigitsSingle},4390:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.AddProtection=void 0;var n=r(7522);var i=r(7565);var a={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_102_1011",style:{maskType:"alpha"},width:16,height:16,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#D9D9D9",d:"M0 0H16V16H0z"}}]},{tag:"g",attrs:{mask:"url(#mask0_102_1011)",fillRule:"evenodd",clipRule:"evenodd"},children:[{tag:"path",attrs:{fill:"colorChannel1",d:"M11.4016 8.67934L11.2302 8.65386L11.0588 8.67934C11.1706 8.6453 11.2899 8.6453 11.4016 8.67934ZM11.2302 14.532L10.9238 14.4463L10.9221 14.4452L10.9192 14.4435L10.9113 14.4385C10.905 14.4345 10.8967 14.4293 10.8867 14.4227C10.8666 14.4097 10.8393 14.3915 10.8058 14.3682C10.7388 14.3215 10.6468 14.254 10.538 14.1656C10.321 13.9893 10.0341 13.7268 9.74696 13.3768C9.17202 12.676 8.58484 11.6079 8.58484 10.1823C8.58484 10.0011 8.65796 9.86432 8.71213 9.7859C8.76784 9.70525 8.83244 9.64406 8.8835 9.60127C8.98563 9.51568 9.1073 9.44311 9.21755 9.38431C9.4436 9.26375 9.72834 9.14555 9.99219 9.04503C10.2605 8.94282 10.5267 8.85161 10.7244 8.78632C10.8237 8.75355 10.9065 8.72704 10.9649 8.70863C10.994 8.69942 11.0171 8.69222 11.0331 8.68726L11.0517 8.68154L11.0588 8.67934L11.2302 8.65386C11.2378 8.65386 11.4016 8.67934 11.4016 8.67934L11.4088 8.68154L11.4273 8.68726C11.4433 8.69222 11.4664 8.69942 11.4956 8.70863C11.5539 8.72704 11.6368 8.75355 11.736 8.78632C11.9338 8.85161 12.1999 8.94282 12.4683 9.04503C12.7321 9.14555 13.0168 9.26375 13.2429 9.38431C13.3531 9.44311 13.4748 9.51568 13.5769 9.60127C13.628 9.64406 13.6926 9.70525 13.7483 9.7859C13.8025 9.86432 13.8756 10.0011 13.8756 10.1823C13.8756 11.6079 13.2884 12.676 12.7135 13.3768C12.4264 13.7268 12.1394 13.9893 11.9225 14.1656C11.8137 14.254 11.7216 14.3215 11.6546 14.3682C11.6211 14.3915 11.5938 14.4097 11.5738 14.4227C11.5637 14.4293 11.5555 14.4345 11.5492 14.4385L11.5412 14.4435L11.5383 14.4452L11.5372 14.4459L11.2302 14.532ZM11.2302 14.532L10.9238 14.4463C11.1117 14.5608 11.3493 14.5605 11.5372 14.4459L11.2302 14.532ZM11.2302 13.2125C11.0678 13.0762 10.8618 12.8821 10.656 12.6312C10.2365 12.1198 9.82743 11.3863 9.76796 10.4233L9.77083 10.4217C9.93056 10.3365 10.1602 10.2392 10.4107 10.1437C10.6568 10.05 10.905 9.96485 11.093 9.90277C11.1438 9.88601 11.19 9.871 11.2302 9.85805C11.2705 9.871 11.3166 9.88601 11.3674 9.90277C11.5554 9.96485 11.8036 10.05 12.0497 10.1437C12.3002 10.2392 12.5299 10.3365 12.6896 10.4217L12.6925 10.4233C12.633 11.3863 12.224 12.1198 11.8045 12.6312C11.5986 12.8821 11.3927 13.0762 11.2302 13.2125Z"}},{tag:"path",attrs:{fill:"currentColor",d:"M4.17573 1.59961C3.52639 1.59961 3 2.126 3 2.77533V13.3569C3 14.0062 3.5264 14.5326 4.17573 14.5326H7.7029C8.02757 14.5326 8.29077 14.1694 8.29077 13.8447C8.29077 13.5201 8.02757 13.1569 7.7029 13.1569H4.37573V2.97534H9.46649V5.12679C9.46649 5.45145 9.72969 5.71465 10.0544 5.71465H12.2058V7.77217C12.2058 8.09684 12.569 8.36003 12.8937 8.36003C13.2183 8.36003 13.5815 8.09684 13.5815 7.77217V5.12679C13.5815 4.97476 13.5238 4.8362 13.4291 4.73184L10.7852 1.79421C10.6738 1.67034 10.5149 1.59961 10.3483 1.59961H4.17573ZM10.6422 3.39283V4.53892H11.6737L10.6422 3.39283Z"}}]}]};t.AddProtection=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(i.IconBase,Object.assign({},e,{id:"add-protection",ref:t,icon:a}))}));t.AddProtection.displayName="AddProtection";t["default"]=t.AddProtection},6524:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.AdditionAndSubtractionSingle=void 0;var n=r(7522);var i=r(7565);var a={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_102_341",style:{maskType:"alpha"},width:16,height:16,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#DCDCDC",d:"M0 0H16V16H0z"}}]},{tag:"g",attrs:{fill:"currentColor",mask:"url(#mask0_102_341)"},children:[{tag:"path",attrs:{d:"M11.3606 3.74168C11.6086 3.49373 12.0106 3.49373 12.2585 3.74168 12.5065 3.98963 12.5065 4.39164 12.2585 4.6396L4.63947 12.2586C4.39152 12.5066 3.98951 12.5066 3.74156 12.2586 3.49361 12.0107 3.49361 11.6087 3.74156 11.3607L11.3606 3.74168zM4.82544 4.82556H4.19052C3.83986 4.82556 3.5556 5.10982 3.5556 5.46048 3.5556 5.81114 3.83986 6.0954 4.19052 6.0954H4.82544V6.73032C4.82544 7.08098 5.1097 7.36524 5.46036 7.36524 5.81102 7.36524 6.09528 7.08098 6.09528 6.73032V6.0954H6.7302C7.08086 6.0954 7.36512 5.81114 7.36512 5.46048 7.36512 5.10982 7.08086 4.82556 6.7302 4.82556H6.09528V4.19064C6.09528 3.83998 5.81102 3.55572 5.46036 3.55572 5.1097 3.55572 4.82544 3.83998 4.82544 4.19064V4.82556zM8.3175 10.8573C8.3175 10.5066 8.60176 10.2224 8.95242 10.2224H11.4921C11.8428 10.2224 12.127 10.5066 12.127 10.8573 12.127 11.208 11.8428 11.4922 11.4921 11.4922H8.95242C8.60176 11.4922 8.3175 11.208 8.3175 10.8573z"}},{tag:"path",attrs:{d:"M1.33337 2.9208C1.33337 2.04416 2.04403 1.3335 2.92068 1.3335H13.0794C13.9561 1.3335 14.6667 2.04416 14.6667 2.9208V13.0795C14.6667 13.9562 13.9561 14.6668 13.0794 14.6668H2.92068C2.04404 14.6668 1.33337 13.9562 1.33337 13.0795V2.9208ZM2.92068 2.60334C2.74535 2.60334 2.60322 2.74547 2.60322 2.9208V13.0795C2.60322 13.2549 2.74534 13.397 2.92068 13.397H13.0794C13.2547 13.397 13.3969 13.2549 13.3969 13.0795V2.9208C13.3969 2.74546 13.2547 2.60334 13.0794 2.60334H2.92068Z",fillRule:"evenodd",clipRule:"evenodd"}}]}]};t.AdditionAndSubtractionSingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(i.IconBase,Object.assign({},e,{id:"addition-and-subtraction-single",ref:t,icon:a}))}));t.AdditionAndSubtractionSingle.displayName="AdditionAndSubtractionSingle";t["default"]=t.AdditionAndSubtractionSingle},3615:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.AdjustHeight=void 0;var n=r(7522);var i=r(7565);var a={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_107_1312",style:{maskType:"alpha"},width:16,height:16,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#D9D9D9",d:"M0 0H16V16H0z"}}]},{tag:"g",attrs:{mask:"url(#mask0_107_1312)"},children:[{tag:"path",attrs:{fill:"colorChannel1",d:"M8.60231 5.77597L9.38125 6.55432C9.61658 6.78947 9.99797 6.78932 10.2331 6.554C10.4683 6.31867 10.4681 5.93728 10.2328 5.70214L8.44939 3.92009C8.33908 3.79657 8.1786 3.7188 7.99995 3.7188C7.84562 3.71861 7.6906 3.77736 7.57281 3.89506L5.76712 5.69933C5.5318 5.93447 5.53165 6.31587 5.76679 6.55119C6.00193 6.78652 6.38332 6.78667 6.61865 6.55153L7.3976 5.77319L7.3976 10.2246L6.61865 9.44621C6.38333 9.21107 6.00194 9.21121 5.76679 9.44654C5.53165 9.68186 5.53179 10.0633 5.76712 10.2984L7.55051 12.0804C7.66082 12.204 7.82131 12.2817 7.99995 12.2817L8.00089 12.2817C8.15512 12.2819 8.30939 12.2231 8.4271 12.1055L10.2328 10.3012C10.4681 10.0661 10.4683 9.68467 10.2331 9.44934C9.99798 9.21402 9.61659 9.21387 9.38126 9.44901L8.60231 10.2274L8.60231 5.77597Z"}},{tag:"path",attrs:{fill:"currentColor",d:"M13.7039 3.24701C14.0539 3.24701 14.3377 2.96327 14.3377 2.61325 14.3377 2.26324 14.0539 1.97949 13.7039 1.97949L2.29627 1.97949C1.94625 1.97949 1.66251 2.26324 1.66251 2.61325 1.66251 2.96327 1.94625 3.24701 2.29627 3.24701L13.7039 3.24701zM13.7039 14.0209C14.0539 14.0209 14.3377 13.7372 14.3377 13.3872 14.3377 13.0371 14.0539 12.7534 13.7039 12.7534L2.29627 12.7534C1.94625 12.7534 1.66251 13.0371 1.66251 13.3872 1.66251 13.7372 1.94625 14.0209 2.29627 14.0209L13.7039 14.0209z"}}]}]};t.AdjustHeight=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(i.IconBase,Object.assign({},e,{id:"adjust-height",ref:t,icon:a}))}));t.AdjustHeight.displayName="AdjustHeight";t["default"]=t.AdjustHeight},6658:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.AdjustWidth=void 0;var n=r(7522);var i=r(7565);var a={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_102_1166",style:{maskType:"alpha"},width:16,height:16,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#D9D9D9",d:"M0 0H16V16H0z"}}]},{tag:"g",attrs:{mask:"url(#mask0_102_1166)"},children:[{tag:"path",attrs:{fill:"colorChannel1",d:"M5.77574 7.3974L6.5541 6.61846C6.78924 6.38313 6.78909 6.00174 6.55377 5.7666C6.31844 5.53145 5.93705 5.5316 5.70191 5.76692L3.91987 7.55032C3.79634 7.66063 3.71857 7.82111 3.71857 7.99976C3.71838 8.15409 3.77713 8.30912 3.89483 8.42691L5.6991 10.2326C5.93425 10.4679 6.31564 10.4681 6.55096 10.2329C6.78629 9.99778 6.78644 9.61639 6.5513 9.38106L5.77296 8.60211L10.2243 8.60211L9.44598 9.38106C9.21084 9.61638 9.21099 9.99777 9.44631 10.2329C9.68164 10.4681 10.063 10.4679 10.2982 10.2326L12.0802 8.4492C12.2037 8.33889 12.2815 8.1784 12.2815 7.99976L12.2815 7.99882C12.2816 7.84459 12.2229 7.69032 12.1052 7.57261L10.301 5.76693C10.0658 5.5316 9.68444 5.53145 9.44911 5.76659C9.21379 6.00173 9.21364 6.38312 9.44878 6.61845L10.2271 7.3974L5.77574 7.3974Z"}},{tag:"path",attrs:{fill:"currentColor",d:"M3.24683 2.29598C3.24683 1.94596 2.96308 1.66222 2.61307 1.66222 2.26305 1.66222 1.97931 1.94596 1.97931 2.29598L1.97931 13.7036C1.97931 14.0537 2.26305 14.3374 2.61307 14.3374 2.96308 14.3374 3.24683 14.0537 3.24683 13.7036L3.24683 2.29598zM14.0207 2.29598C14.0207 1.94596 13.737 1.66222 13.387 1.66222 13.037 1.66222 12.7532 1.94596 12.7532 2.29598L12.7532 13.7036C12.7532 14.0537 13.037 14.3374 13.387 14.3374 13.737 14.3374 14.0207 14.0537 14.0207 13.7036L14.0207 2.29598z"}}]}]};t.AdjustWidth=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(i.IconBase,Object.assign({},e,{id:"adjust-width",ref:t,icon:a}))}));t.AdjustWidth.displayName="AdjustWidth";t["default"]=t.AdjustWidth},5540:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.AlignBottomSingle=void 0;var n=r(7522);var i=r(7565);var a={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_102_827",style:{maskType:"alpha"},width:16,height:16,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#DCDCDC",d:"M0 0H16V16H0z"}}]},{tag:"g",attrs:{fill:"currentColor",mask:"url(#mask0_102_827)"},children:[{tag:"path",attrs:{d:"M8.72815 2.01432C8.72815 1.64033 8.42498 1.33716 8.05099 1.33716 7.67701 1.33716 7.37383 1.64033 7.37383 2.01432V8.00664L6.68301 7.31583C6.41857 7.05138 5.98981 7.05138 5.72536 7.31583 5.46092 7.58027 5.46092 8.00903 5.72536 8.27348L7.57164 10.1197C7.57328 10.1214 7.57494 10.123 7.57661 10.1247 7.63997 10.1869 7.71254 10.2342 7.78988 10.2664 7.87023 10.3 7.95845 10.3186 8.05099 10.3186 8.23574 10.3186 8.4032 10.2446 8.52538 10.1247 8.52705 10.123 8.52872 10.1214 8.53038 10.1197L10.3766 8.27348C10.6411 8.00903 10.6411 7.58027 10.3766 7.31583 10.1122 7.05138 9.68342 7.05138 9.41897 7.31583L8.72815 8.00664V2.01432zM2.0106 13.3122C1.63661 13.3122 1.33344 13.6153 1.33344 13.9893 1.33344 14.3633 1.63661 14.6665 2.0106 14.6665H14.0914C14.4654 14.6665 14.7686 14.3633 14.7686 13.9893 14.7686 13.6153 14.4654 13.3122 14.0914 13.3122H2.0106z"}}]}]};t.AlignBottomSingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(i.IconBase,Object.assign({},e,{id:"align-bottom-single",ref:t,icon:a}))}));t.AlignBottomSingle.displayName="AlignBottomSingle";t["default"]=t.AlignBottomSingle},8995:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.AlignTopSingle=void 0;var n=r(7522);var i=r(7565);var a={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_102_830",style:{maskType:"alpha"},width:16,height:16,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#DCDCDC",d:"M0 0H16V16H0z"}}]},{tag:"g",attrs:{fill:"currentColor",mask:"url(#mask0_102_830)"},children:[{tag:"path",attrs:{d:"M1.30457 14.0064C1.30457 13.6398 1.60172 13.3426 1.96828 13.3426H14.0315C14.398 13.3426 14.6952 13.6398 14.6952 14.0064 14.6952 14.3729 14.398 14.6701 14.0315 14.6701H1.96828C1.60172 14.6701 1.30457 14.3729 1.30457 14.0064zM7.99992 10.3675C7.60968 10.3675 7.29333 10.0646 7.29333 9.69086V3.64013L6.5725 4.33045C6.29656 4.59471 5.84917 4.59471 5.57323 4.33045 5.2973 4.06619 5.2973 3.63775 5.57323 3.37349L7.4997 1.52859 7.50492 1.52363C7.6324 1.40376 7.80714 1.32983 7.99992 1.32983 8.09649 1.32983 8.18853 1.34839 8.27237 1.38197 8.35307 1.41422 8.42879 1.46144 8.49491 1.52363L8.5001 1.52856 10.4266 3.37349C10.7025 3.63775 10.7025 4.0662 10.4266 4.33045 10.1507 4.59471 9.70328 4.59471 9.42734 4.33045L8.7065 3.64013V9.69086C8.7065 10.0646 8.39015 10.3675 7.99992 10.3675z"}}]}]};t.AlignTopSingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(i.IconBase,Object.assign({},e,{id:"align-top-single",ref:t,icon:a}))}));t.AlignTopSingle.displayName="AlignTopSingle";t["default"]=t.AlignTopSingle},9515:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.AllBorderSingle=void 0;var n=r(7522);var i=r(7565);var a={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_102_771",style:{maskType:"alpha"},width:16,height:16,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#D9D9D9",d:"M0 0H16V16H0z"}}]},{tag:"g",attrs:{mask:"url(#mask0_102_771)"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M1.39575 13.3122C1.39575 14.0255 1.97405 14.6038 2.68742 14.6038H13.3124C14.0258 14.6038 14.6041 14.0255 14.6041 13.3122V2.68717C14.6041 1.97381 14.0258 1.39551 13.3124 1.39551H2.68742C1.97405 1.39551 1.39575 1.97381 1.39575 2.68717V13.3122ZM2.72909 8.66634V13.2705H7.33325V8.66634H2.72909ZM2.72909 7.33301H7.33325V2.72884H2.72909V7.33301ZM8.66659 8.66634V13.2705H13.2708V8.66634H8.66659ZM13.2708 7.33301H8.66659V2.72884H13.2708V7.33301Z",fillRule:"evenodd",clipRule:"evenodd"}}]}]};t.AllBorderSingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(i.IconBase,Object.assign({},e,{id:"all-border-single",ref:t,icon:a}))}));t.AllBorderSingle.displayName="AllBorderSingle";t["default"]=t.AllBorderSingle},9223:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.AmplifySingle=void 0;var n=r(7522);var i=r(7565);var a={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_127_22",style:{maskType:"alpha"},width:16,height:16,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#D9D9D9",d:"M0 0H16V16H0z"}}]},{tag:"g",attrs:{fill:"currentColor",mask:"url(#mask0_127_22)"},children:[{tag:"path",attrs:{d:"M8.14925 5.80766C8.14925 5.43947 7.85077 5.14099 7.48258 5.14099C7.11439 5.14099 6.81592 5.43947 6.81592 5.80766V6.81897L5.81106 6.82027C5.44287 6.82075 5.14478 7.11962 5.14526 7.48781C5.14574 7.856 5.44461 8.15409 5.8128 8.15361L6.81592 8.1523V9.15766C6.81592 9.52585 7.11439 9.82432 7.48258 9.82432C7.85077 9.82432 8.14925 9.52585 8.14925 9.15766V8.15056L9.15844 8.14925C9.52663 8.14877 9.82472 7.84991 9.82424 7.48172C9.82376 7.11353 9.5249 6.81544 9.15671 6.81592L8.14925 6.81723V5.80766Z"}},{tag:"path",attrs:{d:"M7.48257 2.07007C4.49334 2.07007 2.07007 4.49334 2.07007 7.48257C2.07007 10.4718 4.49334 12.8951 7.48257 12.8951C8.73691 12.8951 9.89161 12.4684 10.8094 11.7522L12.7919 13.7347C13.0522 13.995 13.4743 13.995 13.7347 13.7347C13.995 13.4743 13.995 13.0522 13.7347 12.7919L11.7522 10.8094C12.4684 9.89161 12.8951 8.73691 12.8951 7.48257C12.8951 4.49334 10.4718 2.07007 7.48257 2.07007ZM3.4034 7.48257C3.4034 5.22972 5.22972 3.4034 7.48257 3.4034C9.73542 3.4034 11.5617 5.22972 11.5617 7.48257C11.5617 9.73542 9.73542 11.5617 7.48257 11.5617C5.22972 11.5617 3.4034 9.73542 3.4034 7.48257Z",fillRule:"evenodd",clipRule:"evenodd"}}]}]};t.AmplifySingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(i.IconBase,Object.assign({},e,{id:"amplify-single",ref:t,icon:a}))}));t.AmplifySingle.displayName="AmplifySingle";t["default"]=t.AmplifySingle},8653:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.ArchitectureSingle=void 0;var n=r(7522);var i=r(7565);var a={tag:"svg",attrs:{fill:"none",viewBox:"0 0 44 44",width:"1em",height:"1em"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M13.5914 4.61759C12.2484 4.06129 10.7706 3.91574 9.3448 4.19934 7.91904 4.48294 6.6094 5.18296 5.58148 6.21087 4.55356 7.23879 3.85354 8.54843 3.56994 9.9742 3.28634 11.4 3.4319 12.8778 3.9882 14.2208 4.5445 15.5639 5.48657 16.7118 6.69527 17.5194 7.90397 18.327 9.32502 18.7581 10.7787 18.7581 11.5243 18.7581 12.1287 18.1537 12.1287 17.4081 12.1287 16.6625 11.5243 16.0581 10.7787 16.0581 9.85903 16.0581 8.96 15.7854 8.19531 15.2744 7.43062 14.7635 6.83462 14.0373 6.48267 13.1876 6.13073 12.3379 6.03864 11.403 6.21806 10.5009 6.39748 9.59893 6.84035 8.77038 7.49067 8.12006 8.14098 7.46975 8.96953 7.02688 9.87154 6.84746 10.7736 6.66804 11.7085 6.76012 12.5582 7.11207 13.4079 7.46402 14.1341 8.06002 14.645 8.82471 15.156 9.5894 15.4287 10.4884 15.4287 11.4081 15.4287 12.1537 16.0331 12.7581 16.7787 12.7581 17.5243 12.7581 18.1287 12.1537 18.1287 11.4081 18.1287 9.95442 17.6976 8.53337 16.89 7.32467 16.0824 6.11597 14.9345 5.1739 13.5914 4.61759zM30.41 40.6423C31.7531 41.1986 33.2309 41.3442 34.6567 41.0606 36.0824 40.777 37.3921 40.0769 38.42 39.049 39.4479 38.0211 40.1479 36.7115 40.4315 35.2857 40.7151 33.8599 40.5696 32.3821 40.0133 31.0391 39.457 29.696 38.5149 28.5481 37.3062 27.7405 36.0975 26.9328 34.6764 26.5018 33.2227 26.5018 32.4772 26.5018 31.8727 27.1062 31.8727 27.8518 31.8727 28.5974 32.4772 29.2018 33.2227 29.2018 34.1424 29.2018 35.0415 29.4745 35.8062 29.9854 36.5708 30.4964 37.1668 31.2226 37.5188 32.0723 37.8707 32.922 37.9628 33.8569 37.7834 34.7589 37.604 35.661 37.1611 36.4895 36.5108 37.1398 35.8605 37.7901 35.0319 38.233 34.1299 38.4124 33.2279 38.5919 32.2929 38.4998 31.4433 38.1478 30.5936 37.7959 29.8674 37.1999 29.3564 36.4352 28.8455 35.6705 28.5728 34.7715 28.5728 33.8518 28.5728 33.1062 27.9683 32.5018 27.2227 32.5018 26.4772 32.5018 25.8727 33.1062 25.8727 33.8518 25.8727 35.3055 26.3038 36.7265 27.1114 37.9352 27.9191 39.1439 29.067 40.086 30.41 40.6423z"}},{tag:"path",attrs:{fill:"currentColor",d:"M10.9545 11.584C11.4817 11.0568 12.3365 11.0568 12.8637 11.584L18.355 17.0753H25.6456L31.1369 11.584C31.6641 11.0568 32.5189 11.0568 33.0461 11.584C33.5733 12.1112 33.5733 12.966 33.0461 13.4932L27.5552 18.9842V26.2755L33.0461 31.7665C33.5733 32.2937 33.5733 33.1484 33.0461 33.6756C32.5189 34.2028 31.6641 34.2028 31.1369 33.6756L25.646 28.1847H18.3546L12.8637 33.6756C12.3365 34.2028 11.4817 34.2028 10.9545 33.6756C10.4273 33.1484 10.4273 32.2937 10.9545 31.7665L16.4458 26.2751V18.9845L10.9545 13.4932C10.4273 12.966 10.4273 12.1112 10.9545 11.584ZM19.1458 25.4847V19.7753H24.8552V25.4847H19.1458Z",fillRule:"evenodd",clipRule:"evenodd"}},{tag:"path",attrs:{fill:"currentColor",d:"M40.4315 9.97444C40.7151 11.4002 40.5696 12.878 40.0133 14.2211 39.457 15.5641 38.5149 16.712 37.3062 17.5197 36.0975 18.3273 34.6764 18.7584 33.2227 18.7584 32.4772 18.7584 31.8727 18.1539 31.8727 17.4084 31.8727 16.6628 32.4772 16.0584 33.2227 16.0584 34.1424 16.0584 35.0415 15.7856 35.8062 15.2747 36.5708 14.7637 37.1668 14.0375 37.5188 13.1878 37.8707 12.3382 37.9628 11.4032 37.7834 10.5012 37.604 9.59917 37.1611 8.77062 36.5108 8.12031 35.8605 7.46999 35.0319 7.02712 34.1299 6.8477 33.2279 6.66828 32.2929 6.76037 31.4433 7.11231 30.5936 7.46426 29.8674 8.06026 29.3564 8.82495 28.8455 9.58964 28.5728 10.4887 28.5728 11.4084 28.5728 12.1539 27.9683 12.7584 27.2227 12.7584 26.4772 12.7584 25.8727 12.1539 25.8727 11.4084 25.8727 9.95466 26.3038 8.53361 27.1114 7.32491 27.9191 6.11621 29.067 5.17414 30.41 4.61784 31.7531 4.06153 33.2309 3.91598 34.6567 4.19958 36.0824 4.48318 37.3921 5.1832 38.42 6.21112 39.4479 7.23903 40.1479 8.54868 40.4315 9.97444zM3.56994 35.2856C3.28634 33.8598 3.4319 32.382 3.9882 31.0389 4.5445 29.6959 5.48657 28.548 6.69527 27.7404 7.90397 26.9327 9.32502 26.5017 10.7787 26.5017 11.5243 26.5017 12.1287 27.1061 12.1287 27.8517 12.1287 28.5972 11.5243 29.2017 10.7787 29.2017 9.85903 29.2017 8.96 29.4744 8.19531 29.9853 7.43062 30.4963 6.83462 31.2225 6.48267 32.0722 6.13073 32.9219 6.03864 33.8568 6.21806 34.7588 6.39748 35.6608 6.84035 36.4894 7.49067 37.1397 8.14098 37.79 8.96953 38.2329 9.87154 38.4123 10.7736 38.5917 11.7085 38.4996 12.5582 38.1477 13.4079 37.7957 14.1341 37.1997 14.645 36.4351 15.156 35.6704 15.4287 34.7713 15.4287 33.8517 15.4287 33.1061 16.0331 32.5017 16.7787 32.5017 17.5243 32.5017 18.1287 33.1061 18.1287 33.8517 18.1287 35.3053 17.6976 36.7264 16.89 37.9351 16.0824 39.1438 14.9345 40.0859 13.5914 40.6422 12.2484 41.1985 10.7706 41.344 9.3448 41.0604 7.91904 40.7768 6.6094 40.0768 5.58148 39.0489 4.55356 38.021 3.85354 36.7113 3.56994 35.2856z"}}]};t.ArchitectureSingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(i.IconBase,Object.assign({},e,{id:"architecture-single",ref:t,icon:a}))}));t.ArchitectureSingle.displayName="ArchitectureSingle";t["default"]=t.ArchitectureSingle},9883:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.ArrowDownSingle=void 0;var n=r(7522);var i=r(7565);var a={tag:"svg",attrs:{fill:"none",viewBox:"0 0 20 21",width:"1em",height:"1em"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M8.90467 3.99244C8.84611 4.1338 8.84611 4.31301 8.84611 4.67143V13.716L5.92068 10.7906C5.66724 10.5371 5.54052 10.4104 5.39916 10.3519C5.21067 10.2738 4.9989 10.2738 4.81041 10.3519C4.66905 10.4104 4.54233 10.5371 4.28889 10.7906C4.03545 11.044 3.90873 11.1707 3.85018 11.3121C3.77211 11.5006 3.77211 11.7124 3.85018 11.9008C3.90873 12.0422 4.03545 12.1689 4.28889 12.4224L9.03476 17.1682C9.07839 17.2127 9.12737 17.2617 9.18231 17.3166L9.18239 17.3167L9.18241 17.3167C9.40545 17.5398 9.53035 17.6647 9.65346 17.7313C9.67085 17.7408 9.6882 17.7492 9.70577 17.7564C9.89425 17.8345 10.106 17.8345 10.2945 17.7564C10.4359 17.6979 10.5626 17.5712 10.816 17.3177C10.8986 17.2352 10.9677 17.1661 11.0253 17.1056L15.7095 12.4214L15.7095 12.4213C15.963 12.1679 16.0897 12.0412 16.1482 11.8998C16.2263 11.7114 16.2263 11.4996 16.1482 11.3111C16.0897 11.1697 15.963 11.043 15.7095 10.7896C15.4561 10.5361 15.3294 10.4094 15.188 10.3509C14.9995 10.2728 14.7878 10.2728 14.5993 10.3509C14.4579 10.4094 14.3312 10.5361 14.0778 10.7896L14.0777 10.7896L11.1538 13.7135V4.67142C11.1538 4.31301 11.1538 4.1338 11.0953 3.99244C11.0172 3.80395 10.8674 3.6542 10.6789 3.57613C10.5376 3.51758 10.3584 3.51758 9.99996 3.51758C9.64154 3.51758 9.46233 3.51758 9.32097 3.57613C9.13249 3.6542 8.98274 3.80395 8.90467 3.99244Z",fillRule:"evenodd",clipRule:"evenodd"}}]};t.ArrowDownSingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(i.IconBase,Object.assign({},e,{id:"arrow-down-single",ref:t,icon:a}))}));t.ArrowDownSingle.displayName="ArrowDownSingle";t["default"]=t.ArrowDownSingle},8233:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.ArrowRigheSingle=void 0;var n=r(7522);var i=r(7565);var a={tag:"svg",attrs:{fill:"none",viewBox:"0 0 20 21",width:"1em",height:"1em"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M3.32508 11.7609C3.46644 11.8194 3.64565 11.8194 4.00407 11.8194H13.049L10.1235 14.745C9.87002 14.9984 9.7433 15.1251 9.68475 15.2665C9.60668 15.455 9.60668 15.6668 9.68475 15.8552C9.7433 15.9966 9.87002 16.1233 10.1235 16.3768C10.3769 16.6302 10.5036 16.7569 10.645 16.8155C10.8335 16.8935 11.0452 16.8935 11.2337 16.8155C11.3751 16.7569 11.5018 16.6302 11.7552 16.3768L16.5105 11.6215C16.5524 11.5803 16.5983 11.5344 16.6493 11.4834L16.6495 11.4831C16.8561 11.2765 16.9785 11.1542 17.0484 11.0394C17.0648 11.0128 17.0782 10.9866 17.0893 10.9599C17.1674 10.7714 17.1674 10.5596 17.0893 10.3711C17.0308 10.2298 16.904 10.1031 16.6506 9.84962C16.5685 9.76752 16.4997 9.69872 16.4394 9.64123L11.7542 4.95601C11.5007 4.70257 11.374 4.57585 11.2327 4.5173C11.0442 4.43923 10.8324 4.43923 10.6439 4.5173C10.5026 4.57585 10.3758 4.70257 10.1224 4.95601L10.1224 4.95601C9.86895 5.20945 9.74223 5.33617 9.68368 5.47753C9.60561 5.66601 9.60561 5.87779 9.68368 6.06627C9.74223 6.20764 9.86895 6.33436 10.1224 6.5878L13.0463 9.51175H4.00407C3.64565 9.51175 3.46644 9.51175 3.32508 9.5703C3.1366 9.64837 2.98685 9.79812 2.90877 9.98661C2.85022 10.128 2.85022 10.3072 2.85022 10.6656C2.85022 11.024 2.85022 11.2032 2.90877 11.3446C2.98685 11.5331 3.1366 11.6828 3.32508 11.7609Z",fillRule:"evenodd",clipRule:"evenodd"}}]};t.ArrowRigheSingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(i.IconBase,Object.assign({},e,{id:"arrow-righe-single",ref:t,icon:a}))}));t.ArrowRigheSingle.displayName="ArrowRigheSingle";t["default"]=t.ArrowRigheSingle},3416:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.ArrowTiltDownSingle=void 0;var n=r(7522);var i=r(7565);var a={tag:"svg",attrs:{fill:"none",viewBox:"0 0 20 21",width:"1em",height:"1em"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M4.5062 6.72126C4.56476 6.86262 4.69148 6.98934 4.94492 7.24278L11.3404 13.6382L7.20313 13.6382C6.84471 13.6382 6.66551 13.6382 6.52414 13.6968C6.33566 13.7749 6.18591 13.9246 6.10784 14.1131C6.04928 14.2545 6.04928 14.4337 6.04928 14.7921C6.04928 15.1505 6.04928 15.3297 6.10784 15.4711C6.18591 15.6596 6.33566 15.8093 6.52414 15.8874C6.66551 15.9459 6.84471 15.9459 7.20313 15.9459L13.9194 15.9459C13.9805 15.9465 14.0484 15.9465 14.1243 15.9465H14.1243C14.4353 15.9465 14.6114 15.9465 14.7449 15.9082C14.7659 15.9023 14.7859 15.8954 14.8052 15.8874C14.9937 15.8093 15.1434 15.6596 15.2215 15.4711C15.2801 15.3297 15.2801 15.1505 15.2801 14.7921C15.2801 14.6767 15.2801 14.5799 15.2781 14.497L15.2781 7.86957C15.2781 7.51115 15.2781 7.33194 15.2195 7.19058C15.1415 7.0021 14.9917 6.85235 14.8032 6.77428C14.6619 6.71572 14.4827 6.71572 14.1243 6.71572C13.7658 6.71572 13.5866 6.71572 13.4453 6.77428C13.2568 6.85235 13.107 7.0021 13.029 7.19058C12.9704 7.33194 12.9704 7.51115 12.9704 7.86957L12.9704 12.0047L6.5767 5.61099C6.32326 5.35755 6.19654 5.23083 6.05518 5.17228C5.8667 5.09421 5.65492 5.09421 5.46644 5.17228C5.32508 5.23083 5.19836 5.35755 4.94492 5.61099C4.69148 5.86443 4.56476 5.99115 4.5062 6.13251C4.42813 6.32099 4.42813 6.53277 4.5062 6.72126Z",fillRule:"evenodd",clipRule:"evenodd"}}]};t.ArrowTiltDownSingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(i.IconBase,Object.assign({},e,{id:"arrow-tilt-down-single",ref:t,icon:a}))}));t.ArrowTiltDownSingle.displayName="ArrowTiltDownSingle";t["default"]=t.ArrowTiltDownSingle},3330:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.ArrowTiltUpSingle=void 0;var n=r(7522);var i=r(7565);var a={tag:"svg",attrs:{fill:"none",viewBox:"0 0 20 21",width:"1em",height:"1em"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M6.05431 16.1597C6.19567 16.1012 6.32239 15.9745 6.57583 15.721L12.9712 9.32568L12.9712 13.4626C12.9712 13.821 12.9712 14.0002 13.0297 14.1416C13.1078 14.3301 13.2576 14.4798 13.446 14.5579C13.5874 14.6164 13.7666 14.6164 14.125 14.6164C14.4834 14.6164 14.6626 14.6164 14.804 14.5579C14.9925 14.4798 15.1422 14.3301 15.2203 14.1416C15.2789 14.0002 15.2789 13.821 15.2789 13.4626L15.2789 6.75233C15.2795 6.68972 15.2795 6.62004 15.2795 6.54182L15.2795 6.54157C15.2795 6.22585 15.2795 6.04918 15.2395 5.91495C15.2339 5.89605 15.2276 5.878 15.2203 5.86053C15.1422 5.67204 14.9925 5.52229 14.804 5.44422C14.6626 5.38567 14.4834 5.38567 14.125 5.38567L14.125 5.38567C14.0075 5.38567 13.9093 5.38567 13.8254 5.38773L7.20256 5.38773C6.84414 5.38773 6.66493 5.38773 6.52357 5.44628C6.33509 5.52436 6.18534 5.6741 6.10727 5.86259C6.04871 6.00395 6.04871 6.18315 6.04871 6.54156V6.54157L6.04871 6.54159C6.04871 6.9 6.04871 7.0792 6.10727 7.22056C6.18534 7.40905 6.33509 7.55879 6.52357 7.63687C6.66493 7.69542 6.84414 7.69542 7.20256 7.69542H11.3379L4.94405 14.0892C4.69061 14.3427 4.56389 14.4694 4.50533 14.6108C4.42726 14.7992 4.42726 15.011 4.50533 15.1995C4.56389 15.3409 4.69061 15.4676 4.94405 15.721C5.19749 15.9745 5.32421 16.1012 5.46557 16.1597C5.65405 16.2378 5.86583 16.2378 6.05431 16.1597Z",fillRule:"evenodd",clipRule:"evenodd"}}]};t.ArrowTiltUpSingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(i.IconBase,Object.assign({},e,{id:"arrow-tilt-up-single",ref:t,icon:a}))}));t.ArrowTiltUpSingle.displayName="ArrowTiltUpSingle";t["default"]=t.ArrowTiltUpSingle},4481:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.ArrowUpSingle=void 0;var n=r(7522);var i=r(7565);var a={tag:"svg",attrs:{fill:"none",viewBox:"0 0 20 21",width:"1em",height:"1em"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M11.0936 17.3406C11.1522 17.1992 11.1522 17.02 11.1522 16.6616V7.61701L14.0776 10.5424C14.3311 10.7959 14.4578 10.9226 14.5991 10.9811C14.7876 11.0592 14.9994 11.0592 15.1879 10.9811C15.3292 10.9226 15.456 10.7959 15.7094 10.5424C15.9628 10.289 16.0896 10.1623 16.1481 10.0209C16.2262 9.83243 16.2262 9.62066 16.1481 9.43217C16.0896 9.29081 15.9628 9.16409 15.7094 8.91065L10.9645 4.16576C10.9207 4.12105 10.8714 4.07178 10.8161 4.01648L10.8159 4.0163C10.5916 3.792 10.4666 3.66696 10.3428 3.60058C10.3261 3.59154 10.3094 3.58358 10.2925 3.57658C10.104 3.49851 9.89226 3.49851 9.70378 3.57658C9.56242 3.63514 9.4357 3.76186 9.18226 4.0153C9.09955 4.09801 9.03034 4.16722 8.97258 4.22785L4.28878 8.91166C4.03534 9.1651 3.90862 9.29182 3.85006 9.43318C3.77199 9.62166 3.77199 9.83344 3.85006 10.0219C3.90862 10.1633 4.03534 10.29 4.28878 10.5434C4.54221 10.7969 4.66893 10.9236 4.8103 10.9822C4.99878 11.0602 5.21056 11.0602 5.39904 10.9822C5.5404 10.9236 5.66712 10.7969 5.92056 10.5434L5.92056 10.5434L8.84449 7.61951V16.6616C8.84449 17.02 8.84449 17.1992 8.90305 17.3406C8.98112 17.5291 9.13087 17.6788 9.31935 17.7569C9.46072 17.8154 9.63992 17.8154 9.99834 17.8154C10.3568 17.8154 10.536 17.8154 10.6773 17.7569C10.8658 17.6788 11.0156 17.5291 11.0936 17.3406Z",fillRule:"evenodd",clipRule:"evenodd"}}]};t.ArrowUpSingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(i.IconBase,Object.assign({},e,{id:"arrow-up-single",ref:t,icon:a}))}));t.ArrowUpSingle.displayName="ArrowUpSingle";t["default"]=t.ArrowUpSingle},9456:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.AscendingOrder=void 0;var n=r(7522);var i=r(7565);var a={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_102_1083",style:{maskType:"alpha"},width:16,height:16,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#DCDCDC",d:"M0 0H16V16H0z"}}]},{tag:"g",attrs:{mask:"url(#mask0_102_1083)",fillRule:"evenodd",clipRule:"evenodd"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M6.8894 13.1351C6.8894 13.493 7.17957 13.7832 7.53752 13.7832H14.0187C14.3766 13.7832 14.6668 13.493 14.6668 13.1351C14.6668 12.7771 14.3766 12.487 14.0187 12.487H7.53752C7.17957 12.487 6.8894 12.7771 6.8894 13.1351ZM6.8894 9.89452C6.8894 10.2525 7.17957 10.5426 7.53752 10.5426H12.7224C13.0804 10.5426 13.3705 10.2525 13.3705 9.89452C13.3705 9.53658 13.0804 9.2464 12.7224 9.2464H7.53752C7.17957 9.2464 6.8894 9.53658 6.8894 9.89452ZM6.8894 6.65394C6.8894 7.01187 7.17957 7.30206 7.53752 7.30206H11.4262C11.7841 7.30206 12.0743 7.01187 12.0743 6.65394C12.0743 6.296 11.7841 6.0058 11.4262 6.0058H7.53752C7.17957 6.0058 6.8894 6.296 6.8894 6.65394ZM6.8894 3.4134C6.8894 3.77134 7.17957 4.06147 7.53752 4.06147H10.13C10.4879 4.06147 10.7781 3.77134 10.7781 3.4134C10.7781 3.0554 10.4879 2.76527 10.13 2.76527H7.53752C7.17957 2.76527 6.8894 3.0554 6.8894 3.4134Z"}},{tag:"path",attrs:{fill:"colorChannel1",d:"M5.26901 13.5086C5.26901 13.8666 4.97884 14.1567 4.6209 14.1567C4.26295 14.1567 3.97278 13.8666 3.97278 13.5086V4.00841L2.43973 5.54141C2.18662 5.79454 1.77626 5.79454 1.52316 5.54141C1.27005 5.28834 1.27005 4.87794 1.52316 4.62487L4.11561 2.0324C4.24812 1.89987 4.42374 1.83674 4.59733 1.84301C4.60515 1.84274 4.613 1.84254 4.6209 1.84254C4.97884 1.84254 5.26901 2.13274 5.26901 2.49067V13.5086Z"}}]}]};t.AscendingOrder=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(i.IconBase,Object.assign({},e,{id:"ascending-order",ref:t,icon:a}))}));t.AscendingOrder.displayName="AscendingOrder";t["default"]=t.AscendingOrder},4192:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.AutoHeight=void 0;var n=r(7522);var i=r(7565);var a={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_107_1317",style:{maskType:"alpha"},width:16,height:16,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#D9D9D9",d:"M0 0H16V16H0z"}}]},{tag:"g",attrs:{mask:"url(#mask0_107_1317)"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M2.29713 1.98047C1.94717 1.98047 1.66348 2.26416 1.66348 2.61412 1.66348 2.96408 1.94717 3.24777 2.29713 3.24777H13.7028C14.0528 3.24777 14.3365 2.96408 14.3365 2.61412 14.3365 2.26416 14.0528 1.98047 13.7028 1.98047H2.29713zM2.29713 12.7525C1.94717 12.7525 1.66348 13.0362 1.66348 13.3862 1.66348 13.7361 1.94717 14.0198 2.29713 14.0198H13.7028C14.0528 14.0198 14.3365 13.7361 14.3365 13.3862 14.3365 13.0362 14.0528 12.7525 13.7028 12.7525H2.29713z"}},{tag:"path",attrs:{fill:"colorChannel1",d:"M7.42163 4.25588L4.25471 11.2231C4.10989 11.5417 4.25077 11.9174 4.56935 12.0622C4.88794 12.207 5.2636 12.0661 5.40841 11.7475L6.24766 9.90119H9.75197L10.5912 11.7475C10.736 12.0661 11.1117 12.207 11.4303 12.0622C11.7489 11.9174 11.8897 11.5417 11.7449 11.2231L8.578 4.25589C8.5675 4.23244 8.55557 4.20961 8.54227 4.18755C8.49012 4.10102 8.41688 4.0262 8.32579 3.97171C8.301 3.95688 8.27527 3.94377 8.24878 3.93246C8.16764 3.89775 8.08309 3.8813 7.99981 3.88135C7.88457 3.88142 7.77177 3.91309 7.67384 3.97171C7.58714 4.02361 7.5121 4.09664 7.45735 4.18755C7.44406 4.20961 7.43213 4.23244 7.42163 4.25588ZM9.17592 8.63388L7.99981 6.04644L6.8237 8.63388H9.17592Z",fillRule:"evenodd",clipRule:"evenodd"}}]}]};t.AutoHeight=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(i.IconBase,Object.assign({},e,{id:"auto-height",ref:t,icon:a}))}));t.AutoHeight.displayName="AutoHeight";t["default"]=t.AutoHeight},8939:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.AutoWidth=void 0;var n=r(7522);var i=r(7565);var a={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_102_1171",style:{maskType:"alpha"},width:16,height:16,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#D9D9D9",d:"M0 0H16V16H0z"}}]},{tag:"g",attrs:{mask:"url(#mask0_102_1171)"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M1.98032 13.7028C1.98032 14.0527 2.26401 14.3364 2.61397 14.3364 2.96392 14.3364 3.24762 14.0527 3.24762 13.7028L3.24762 2.29706C3.24762 1.9471 2.96392 1.66341 2.61397 1.66341 2.26401 1.66341 1.98032 1.9471 1.98032 2.29706L1.98032 13.7028zM12.7524 13.7028C12.7524 14.0527 13.0361 14.3364 13.386 14.3364 13.736 14.3364 14.0197 14.0527 14.0197 13.7028L14.0197 2.29706C14.0197 1.9471 13.736 1.66341 13.386 1.66341 13.0361 1.66341 12.7524 1.9471 12.7524 2.29706L12.7524 13.7028z"}},{tag:"path",attrs:{fill:"colorChannel1",d:"M7.42187 4.25588L4.25495 11.2231C4.11014 11.5417 4.25101 11.9174 4.5696 12.0622C4.88819 12.207 5.26385 12.0661 5.40866 11.7475L6.2479 9.90119H9.75222L10.5915 11.7475C10.7363 12.0661 11.1119 12.207 11.4305 12.0622C11.7491 11.9174 11.89 11.5417 11.7452 11.2231L8.57825 4.25589C8.56775 4.23244 8.55582 4.20961 8.54252 4.18755C8.49037 4.10102 8.41713 4.0262 8.32603 3.97171C8.30125 3.95688 8.27551 3.94377 8.24902 3.93246C8.16788 3.89775 8.08333 3.8813 8.00006 3.88135C7.88481 3.88142 7.77201 3.91309 7.67409 3.97171C7.58739 4.02361 7.51235 4.09664 7.4576 4.18755C7.4443 4.20961 7.43237 4.23244 7.42187 4.25588ZM9.17617 8.63388L8.00006 6.04644L6.82395 8.63388H9.17617Z",fillRule:"evenodd",clipRule:"evenodd"}}]}]};t.AutoWidth=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(i.IconBase,Object.assign({},e,{id:"auto-width",ref:t,icon:a}))}));t.AutoWidth.displayName="AutoWidth";t["default"]=t.AutoWidth},4833:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.Autofill=void 0;var n=r(7522);var i=r(7565);var a={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"path",attrs:{fill:"colorChannel1",d:"M11.0363 12.2367V14.0367C11.0363 14.3681 11.3049 14.6367 11.6363 14.6367C11.9676 14.6367 12.2363 14.3681 12.2363 14.0367V12.2367H14.0364C14.3677 12.2367 14.6364 11.9681 14.6364 11.6367C14.6364 11.3054 14.3677 11.0367 14.0364 11.0367H12.2363V9.23672C12.2363 8.90535 11.9676 8.63672 11.6363 8.63672C11.3049 8.63672 11.0363 8.90535 11.0363 9.23672V11.0367H9.23635C8.90498 11.0367 8.63635 11.3054 8.63635 11.6367C8.63635 11.9681 8.90498 12.2367 9.23635 12.2367H11.0363Z"}},{tag:"path",attrs:{fill:"currentColor",d:"M2.56365 1.36377C1.90091 1.36377 1.36365 1.90103 1.36365 2.56377V6.16377C1.36365 6.82651 1.90091 7.36377 2.56365 7.36377H6.16365C6.82639 7.36377 7.36365 6.82651 7.36365 6.16377V2.56377C7.36365 1.90103 6.82639 1.36377 6.16365 1.36377H2.56365zM6.16365 2.56377H2.56365L2.56365 6.16377H6.16365V2.56377zM2.56365 8.63647C1.90091 8.63647 1.36365 9.17373 1.36365 9.83647V13.4365C1.36365 14.0992 1.90091 14.6365 2.56365 14.6365H6.16365C6.82639 14.6365 7.36365 14.0992 7.36365 13.4365V9.83647C7.36365 9.17373 6.82639 8.63647 6.16365 8.63647H2.56365zM6.16365 9.83647H2.56365L2.56365 13.4365H6.16365V9.83647zM9.83635 7.36377C9.17361 7.36377 8.63635 6.82651 8.63635 6.16377V2.56377C8.63635 1.90103 9.17361 1.36377 9.83635 1.36377H13.4364C14.0991 1.36377 14.6364 1.90103 14.6364 2.56377V6.16377C14.6364 6.82651 14.0991 7.36377 13.4364 7.36377H9.83635zM9.83635 6.16377V2.56377L13.4364 2.56377V6.16377H9.83635z",fillRule:"evenodd",clipRule:"evenodd"}}]};t.Autofill=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(i.IconBase,Object.assign({},e,{id:"autofill",ref:t,icon:a}))}));t.Autofill.displayName="Autofill";t["default"]=t.Autofill},8821:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.AutowrapSingle=void 0;var n=r(7522);var i=r(7565);var a={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_102_790",style:{maskType:"alpha"},width:16,height:16,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#DCDCDC",d:"M0 0H16V16H0z"}}]},{tag:"g",attrs:{fill:"currentColor",mask:"url(#mask0_102_790)"},children:[{tag:"path",attrs:{d:"M4.60953 5.31756C4.60953 4.95355 4.90462 4.65846 5.26863 4.65846L8.43895 4.65846C10.0886 4.65846 11.4259 5.99579 11.4259 7.64547 11.4259 9.29516 10.0886 10.6325 8.43895 10.6325H7.27235L8.26725 11.6274C8.52465 11.8848 8.52465 12.3021 8.26725 12.5595 8.00986 12.8169 7.59254 12.8169 7.33515 12.5595L5.16372 10.3881C4.90633 10.1307 4.90633 9.71334 5.16372 9.45595L7.33515 7.28449C7.59254 7.02709 8.00986 7.02709 8.26725 7.28449 8.52464 7.54188 8.52464 7.95921 8.26725 8.2166L7.16958 9.31429H8.43895C9.3606 9.31429 10.1077 8.56714 10.1077 7.64547 10.1077 6.72381 9.3606 5.97666 8.43895 5.97666H5.26863C4.90462 5.97666 4.60953 5.68157 4.60953 5.31756zM1.98618 1.34155C2.35019 1.34155 2.64528 1.63664 2.64528 2.00065L2.64528 13.9992C2.64528 14.3632 2.35019 14.6583 1.98618 14.6583 1.62217 14.6583 1.32709 14.3632 1.32709 13.9992L1.32709 2.00065C1.32709 1.63664 1.62217 1.34155 1.98618 1.34155zM14.0138 1.34155C14.3778 1.34155 14.6729 1.63664 14.6729 2.00065L14.6729 13.9992C14.6729 14.3632 14.3778 14.6583 14.0138 14.6583 13.6498 14.6583 13.3547 14.3632 13.3547 13.9992L13.3547 2.00065C13.3547 1.63664 13.6498 1.34155 14.0138 1.34155z"}}]}]};t.AutowrapSingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(i.IconBase,Object.assign({},e,{id:"autowrap-single",ref:t,icon:a}))}));t.AutowrapSingle.displayName="AutowrapSingle";t["default"]=t.AutowrapSingle},4369:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.AvgSingle=void 0;var n=r(7522);var i=r(7565);var a={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M12.5685 13.1941C11.5793 13.1941 10.7637 12.7609 10.7637 11.683 10.7637 11.196 10.967 10.8005 11.3521 10.5163 11.3666 10.5056 11.3754 10.4887 11.3754 10.4707 11.3754 10.4553 11.3689 10.4406 11.3579 10.4299 11.1403 10.2186 10.9827 9.90502 10.9827 9.41094 10.9827 8.9958 11.1721 8.58065 11.4435 8.30566 11.453 8.29605 11.4585 8.28317 11.4585 8.26966 11.4585 8.25613 11.4531 8.24328 11.4435 8.23366 11.1473 7.93411 10.877 7.38103 10.877 6.69506 10.877 5.22616 11.7454 4.50757 12.6742 4.50757 12.8147 4.50757 12.9503 4.52436 13.0772 4.55604 13.2652 4.60302 13.4545 4.65551 13.6484 4.65551H14.2505C14.6269 4.65551 14.9321 4.96068 14.9321 5.33713V5.75075C14.9321 5.89876 14.8121 6.01874 14.6641 6.01874 14.4743 6.01874 14.3363 6.21476 14.3634 6.40258 14.3791 6.51121 14.3884 6.62863 14.3884 6.7479 14.3884 8.15339 13.6257 8.76631 12.6742 8.76631 12.6532 8.76631 12.6314 8.76563 12.6091 8.76423 12.3402 8.74736 12.0324 8.81385 12.0324 9.08334 12.0324 9.3581 12.206 9.48491 12.6667 9.48491H13.3463C14.4035 9.48491 15 9.93932 15 11.0278 15 12.2959 14.0637 13.1941 12.5685 13.1941zM12.6742 7.63558C12.9914 7.63558 13.2179 7.31855 13.2179 6.69506 13.2179 6.08214 12.9914 5.76511 12.6742 5.76511 12.3646 5.76511 12.1305 6.08214 12.1305 6.69506 12.1305 7.31855 12.3646 7.63558 12.6742 7.63558zM12.7799 12.0211C13.3312 12.0211 13.7163 11.7358 13.7163 11.3554 13.7163 10.9961 13.4898 10.9221 13.0895 10.9221H12.6818C12.6712 10.9221 12.6608 10.9221 12.6506 10.922 12.3003 10.9203 11.8662 11.0368 11.8662 11.3871 11.8662 11.8098 12.2287 12.0211 12.7799 12.0211zM8.20658 10.6685C7.75206 10.6685 7.35706 10.3563 7.2521 9.91403L6.19144 5.44538C6.09577 5.04228 6.40148 4.65552 6.81578 4.65552 7.12782 4.65552 7.39463 4.88 7.448 5.18744L7.83629 7.42423 8.07997 8.92644C8.09028 8.99003 8.14519 9.03675 8.20962 9.03675 8.2731 9.03675 8.32749 8.99135 8.33884 8.92889L8.61225 7.42423 8.99765 5.16665C9.04805 4.87142 9.30394 4.65552 9.60344 4.65552 9.99872 4.65552 10.2912 5.0233 10.2022 5.40843L9.16239 9.90835C9.05957 10.3533 8.66328 10.6685 8.20658 10.6685zM3.0027 7.06217C2.9779 7.24241 3.11796 7.40306 3.2999 7.40306H3.75645C3.93944 7.40306 4.0798 7.24064 4.05328 7.05957L4.00606 6.7373 3.68142 4.66273C3.67133 4.59826 3.61579 4.55074 3.55053 4.55074 3.48639 4.55074 3.43147 4.59668 3.42014 4.65982L3.0474 6.7373 3.0027 7.06217zM5.25518 10.6684C4.92519 10.6684 4.64258 10.4321 4.58422 10.1073L4.44152 9.31315C4.39454 9.05167 4.16701 8.86139 3.90134 8.86139H3.15805C2.89238 8.86139 2.66486 9.05167 2.61787 9.31315L2.47196 10.1252C2.41546 10.4396 2.14187 10.6684 1.82241 10.6684 1.4003 10.6684 1.0867 10.2776 1.17813 9.86556L2.56935 3.59496C2.6716 3.13411 3.08029 2.80615 3.55235 2.80615 4.02442 2.80615 4.43311 3.13411 4.53535 3.59496L5.9207 9.83909C6.01514 10.2648 5.6912 10.6684 5.25518 10.6684z"}}]};t.AvgSingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(i.IconBase,Object.assign({},e,{id:"avg-single",ref:t,icon:a}))}));t.AvgSingle.displayName="AvgSingle";t["default"]=t.AvgSingle},8880:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.BackSlashSingle=void 0;var n=r(7522);var i=r(7565);var a={tag:"svg",attrs:{fill:"none",viewBox:"0 0 17 17",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_436_28",style:{maskType:"alpha"},width:17,height:17,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#D9D9D9",d:"M0.35 0.72H16.35V16.72H0.35z"}}]},{tag:"g",attrs:{mask:"url(#mask0_436_28)",fillRule:"evenodd",clipRule:"evenodd"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M13.5853 14.7987L2.27159 3.485L3.12012 2.63647L14.4338 13.9502L13.5853 14.7987Z"}},{tag:"path",attrs:{fill:"#E5E5E5",d:"M1.69629 12.8102L1.69629 14.1743C1.69629 14.8371 2.23355 15.3743 2.89629 15.3743L4.26042 15.3743L4.26042 14.0443L3.02629 14.0443L3.02629 12.8102L1.69629 12.8102ZM4.26042 2.06128L2.89629 2.06128C2.23355 2.06128 1.69629 2.59854 1.69629 3.26128L1.69629 4.62541L3.02629 4.62541L3.02629 3.39128L4.26042 3.39128L4.26042 2.06128ZM1.69629 10.0819L3.02629 10.0819L3.02629 7.35367L1.69629 7.35367L1.69629 10.0819ZM6.98868 2.06128L6.98868 3.39128L9.71693 3.39128L9.71693 2.06128L6.98868 2.06128ZM12.4452 2.06128L12.4452 3.39128L13.6793 3.39128L13.6793 4.62541L15.0093 4.62541L15.0093 3.26128C15.0093 2.59854 14.4721 2.06128 13.8093 2.06128L12.4452 2.06128ZM15.0093 7.35367L13.6793 7.35367L13.6793 10.0819L15.0093 10.0819L15.0093 7.35367ZM15.0093 12.8102L13.6793 12.8102L13.6793 14.0443L12.4452 14.0443L12.4452 15.3743L13.8093 15.3743C14.4721 15.3743 15.0093 14.8371 15.0093 14.1743L15.0093 12.8102ZM9.71693 15.3743L9.71693 14.0443L6.98868 14.0443L6.98868 15.3743L9.71693 15.3743Z"}}]}]};t.BackSlashSingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(i.IconBase,Object.assign({},e,{id:"back-slash-single",ref:t,icon:a}))}));t.BackSlashSingle.displayName="BackSlashSingle";t["default"]=t.BackSlashSingle},8972:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.BoldSingle=void 0;var n=r(7522);var i=r(7565);var a={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M3.78796 2.10786C3.78796 1.66603 4.14614 1.30786 4.58796 1.30786H7.71771C9.60018 1.30786 11.1262 2.8339 11.1262 4.71637C11.1262 5.7364 10.6782 6.65178 9.96812 7.27643C11.2927 7.88759 12.212 9.22743 12.212 10.782C12.212 12.9131 10.4844 14.6406 8.35338 14.6406H4.58796C4.14614 14.6406 3.78796 14.2825 3.78796 13.8406V2.10786ZM4.98796 2.50786H7.71771C8.93744 2.50786 9.92622 3.49664 9.92622 4.71637C9.92622 5.90824 8.98209 6.87959 7.80091 6.92334H4.98796V2.50786ZM4.98796 8.12488V13.4406H8.35338C9.82171 13.4406 11.012 12.2503 11.012 10.782C11.012 9.31365 9.82171 8.12334 8.35338 8.12334H7.82111C7.78677 8.12436 7.7523 8.12488 7.71771 8.12488H4.98796Z",fillRule:"evenodd",clipRule:"evenodd"}}]};t.BoldSingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(i.IconBase,Object.assign({},e,{id:"bold-single",ref:t,icon:a}))}));t.BoldSingle.displayName="BoldSingle";t["default"]=t.BoldSingle},9537:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.BonusPointsSingle16=void 0;var n=r(7522);var i=r(7565);var a={tag:"svg",attrs:{fill:"none",viewBox:"0 0 17 17",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_273_6450",style:{maskType:"alpha"},width:17,height:17,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#D9D9D9",d:"M0.54 0.84H16.54V16.84H0.54z"}}]},{tag:"g",attrs:{mask:"url(#mask0_273_6450)"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M8.07217 1.52844C8.35308 1.32353 8.73418 1.32353 9.01509 1.52844L10.5548 2.65161L12.4607 2.64798C12.8084 2.64732 13.1167 2.87132 13.2235 3.20221L13.809 5.01592L15.353 6.13322C15.6347 6.33705 15.7524 6.6995 15.6444 7.02998L15.052 8.84142L15.6444 10.6529C15.7524 10.9833 15.6347 11.3458 15.353 11.5496L13.809 12.6669L13.2235 14.4806C13.1167 14.8115 12.8084 15.0355 12.4607 15.0349L10.5548 15.0312L9.01509 16.1544C8.73418 16.3593 8.35308 16.3593 8.07217 16.1544L6.53243 15.0312L4.62658 15.0349C4.27888 15.0355 3.97057 14.8115 3.86375 14.4806L3.27825 12.6669L1.73426 11.5496C1.45257 11.3458 1.3348 10.9833 1.44288 10.6529L2.03527 8.84142L1.44288 7.02999C1.3348 6.6995 1.45257 6.33705 1.73426 6.13321L3.27825 5.01592L3.86375 3.20221C3.97057 2.87132 4.27888 2.64732 4.62659 2.64798L6.53243 2.65161L8.07217 1.52844ZM11.7759 7.74044C12.0883 7.42802 12.0883 6.92149 11.7759 6.60907C11.4635 6.29665 10.957 6.29665 10.6445 6.60907L7.8769 9.37672L6.77592 8.27574C6.4635 7.96332 5.95696 7.96332 5.64454 8.27574C5.33212 8.58816 5.33212 9.09469 5.64454 9.40711L7.31121 11.0738C7.62363 11.3862 8.13016 11.3862 8.44258 11.0738L11.7759 7.74044Z",fillRule:"evenodd",clipRule:"evenodd"}}]}]};t.BonusPointsSingle16=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(i.IconBase,Object.assign({},e,{id:"bonus-points-single-16",ref:t,icon:a}))}));t.BonusPointsSingle16.displayName="BonusPointsSingle16";t["default"]=t.BonusPointsSingle16},3644:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.BonusPointsSingle20=void 0;var n=r(7522);var i=r(7565);var a={tag:"svg",attrs:{fill:"none",viewBox:"0 0 21 21",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_273_6462",style:{maskType:"alpha"},width:21,height:21,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#D9D9D9",d:"M0.91 0.84H20.91V20.84H0.91z"}}]},{tag:"g",attrs:{mask:"url(#mask0_273_6462)"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M10.3166 1.70022C10.6677 1.44408 11.1441 1.44408 11.4952 1.70022L13.4199 3.10418L15.8022 3.09964C16.2368 3.09882 16.6222 3.37882 16.7557 3.79244L17.4876 6.05958L19.4176 7.45619C19.7697 7.71099 19.9169 8.16405 19.7818 8.57715L19.0413 10.8415L19.7818 13.1058C19.9169 13.5189 19.7697 13.9719 19.4176 14.2267L17.4876 15.6233L16.7557 17.8905C16.6222 18.3041 16.2368 18.5841 15.8022 18.5832L13.4199 18.5787L11.4952 19.9827C11.1441 20.2388 10.6677 20.2388 10.3166 19.9827L8.39189 18.5787L6.00957 18.5832C5.57495 18.5841 5.18956 18.3041 5.05604 17.8905L4.32417 15.6233L2.39417 14.2267C2.04206 13.9719 1.89485 13.5188 2.02995 13.1057L2.77044 10.8415L2.02995 8.57715C1.89485 8.16405 2.04206 7.71099 2.39417 7.45619L4.32417 6.05958L5.05604 3.79244C5.18956 3.37882 5.57495 3.09882 6.00958 3.09964L8.39189 3.10418L10.3166 1.70022ZM14.9462 9.46522C15.3368 9.0747 15.3368 8.44153 14.9462 8.05101C14.5557 7.66049 13.9226 7.66049 13.532 8.05101L10.0725 11.5106L8.69624 10.1343C8.30572 9.74382 7.67255 9.74382 7.28203 10.1343C6.8915 10.5249 6.8915 11.158 7.28203 11.5486L9.36536 13.6319C9.75589 14.0224 10.3891 14.0224 10.7796 13.6319L14.9462 9.46522Z",fillRule:"evenodd",clipRule:"evenodd"}}]}]};t.BonusPointsSingle20=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(i.IconBase,Object.assign({},e,{id:"bonus-points-single-20",ref:t,icon:a}))}));t.BonusPointsSingle20.displayName="BonusPointsSingle20";t["default"]=t.BonusPointsSingle20},3335:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.BrushSingle=void 0;var n=r(7522);var i=r(7565);var a={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_102_653",style:{maskType:"alpha"},width:16,height:16,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#DCDCDC",d:"M0 0H16V16H0z"}}]},{tag:"g",attrs:{mask:"url(#mask0_102_653)"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M2.87956 9.13668C2.44169 8.79817 2.16158 8.27966 2.16158 7.69845C2.16158 6.67855 3.03873 5.85175 4.1027 5.85175C5.18295 5.85175 6.07351 5.01232 6.07353 3.97682L6.07354 3.17992C6.07355 2.16003 6.93607 1.33325 8.00003 1.33325C9.064 1.33325 9.92651 2.16005 9.92651 3.17995V3.97681C9.92651 5.01231 10.8171 5.85175 11.8973 5.85175C12.9613 5.85175 13.8384 6.67855 13.8384 7.69845C13.8384 8.27966 13.5583 8.79817 13.1205 9.13668L14.5873 13.8447C14.715 14.2545 14.3948 14.6666 13.9485 14.6666H2.0515C1.60527 14.6666 1.28502 14.2545 1.41271 13.8447L2.87956 9.13668ZM8.59318 3.17995V3.97681C8.59318 5.73073 10.0938 7.12986 11.8973 7.12986C12.2381 7.12986 12.5051 7.39696 12.5051 7.69845C12.5051 8.00337 12.2547 8.25223 11.9403 8.2664H4.05975C3.74531 8.25223 3.49491 8.00337 3.49491 7.69845C3.49491 7.39697 3.76196 7.12986 4.1027 7.12986C5.90617 7.12986 7.40684 5.73075 7.40686 3.97684L7.40687 3.17994C7.40687 2.86592 7.67244 2.61136 8.00003 2.61136C8.32762 2.61136 8.59318 2.86592 8.59318 3.17995ZM4.14383 9.54515L2.94637 13.3885H13.0536L11.8562 9.54515H4.14383Z",fillRule:"evenodd",clipRule:"evenodd"}}]}]};t.BrushSingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(i.IconBase,Object.assign({},e,{id:"brush-single",ref:t,icon:a}))}));t.BrushSingle.displayName="BrushSingle";t["default"]=t.BrushSingle},2267:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.CancelFreezeSingle=void 0;var n=r(7522);var i=r(7565);var a={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 17",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_102_768",style:{maskType:"alpha"},width:16,height:17,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#D9D9D9",d:"M0 0H16V16.55H0z"}}]},{tag:"g",attrs:{fill:"currentColor",mask:"url(#mask0_102_768)"},children:[{tag:"path",attrs:{d:"M0.0117188 2.75741C0.0117188 1.99595 0.608672 1.37866 1.34505 1.37866H12.0117C12.7481 1.37866 13.3451 1.99595 13.3451 2.75741V5.5149C13.3451 5.89563 13.0466 6.20427 12.6784 6.20427C12.3102 6.20427 12.0117 5.89563 12.0117 5.5149V2.75741H7.34507V8.27239C7.34507 8.65312 7.0466 8.96177 6.67841 8.96177H1.34505V13.7874H12.0117V12.4086C12.0117 12.0279 12.3102 11.7193 12.6784 11.7193C13.0466 11.7193 13.3451 12.0279 13.3451 12.4086V13.7874C13.3451 14.5489 12.7481 15.1661 12.0117 15.1661H1.34505C0.608679 15.1661 0.0117188 14.5489 0.0117188 13.7874V2.75741ZM4.16489 2.75741H5.43328L1.34505 6.51931V5.21797L4.16489 2.75741ZM2.09743 2.75741L1.34505 3.41393V2.75741H2.09743ZM2.19476 7.58302H3.48512L6.01174 5.18605V4.07072L2.19476 7.58302ZM5.45741 7.58302H6.01174V7.05713L5.45741 7.58302Z",fillRule:"evenodd",clipRule:"evenodd"}},{tag:"path",attrs:{d:"M8.45104 11.3044C8.31061 11.1592 8.24592 10.9653 8.25699 10.7752L8.37441 8.22503C8.39192 7.84473 8.70425 7.55111 9.07202 7.56922C9.4398 7.58732 9.72374 7.9103 9.70623 8.29059L9.67041 9.06858L11.1609 7.52734C12.2252 6.42675 13.9845 6.39107 15.0898 7.4482C16.2584 8.56589 16.2919 10.5084 15.1678 11.6708L14.768 12.0842C14.5077 12.3534 14.0856 12.3534 13.8252 12.0842C13.5649 11.8149 13.5649 11.3785 13.8252 11.1092L14.225 10.6958C14.8153 10.0855 14.7961 9.04541 14.1844 8.46037C13.6049 7.90613 12.6617 7.92527 12.1037 8.50227L10.5319 10.1276L11.5152 10.1276C11.8834 10.1276 12.1819 10.4363 12.1819 10.817C12.1819 11.1977 11.8834 11.5064 11.5152 11.5064L8.92249 11.5063C8.91089 11.5063 8.89933 11.506 8.88781 11.5054C8.72892 11.4969 8.5724 11.4299 8.45104 11.3044Z"}}]}]};t.CancelFreezeSingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(i.IconBase,Object.assign({},e,{id:"cancel-freeze-single",ref:t,icon:a}))}));t.CancelFreezeSingle.displayName="CancelFreezeSingle";t["default"]=t.CancelFreezeSingle},1179:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.CancelMergeSingle=void 0;var n=r(7522);var i=r(7565);var a={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_102_718",style:{maskType:"alpha"},width:16,height:16,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#DCDCDC",d:"M0 0H16V16H0z"}}]},{tag:"g",attrs:{fill:"currentColor",mask:"url(#mask0_102_718)"},children:[{tag:"path",attrs:{d:"M2.66657 2.66632H5.3332V3.99964H6.66652V2.66632C6.66652 1.92995 6.06957 1.33301 5.3332 1.33301H2.66657C1.9302 1.33301 1.33325 1.92995 1.33325 2.66632V13.3329C1.33325 14.0692 1.9302 14.6662 2.66657 14.6662H5.3332C6.06957 14.6662 6.66652 14.0692 6.66652 13.3329V11.9995H5.3332V13.3329H2.66657V2.66632zM10.6665 2.66632H13.3331V13.3329H10.6665V11.9995H9.33315V13.3329C9.33315 14.0692 9.9301 14.6662 10.6665 14.6662H13.3331C14.0695 14.6662 14.6664 14.0692 14.6664 13.3329V2.66632C14.6664 1.92995 14.0695 1.33301 13.3331 1.33301H10.6665C9.9301 1.33301 9.33315 1.92995 9.33315 2.66632V3.99964H10.6665V2.66632z"}},{tag:"path",attrs:{d:"M6.72052 10.3774C6.46018 10.6377 6.03807 10.6377 5.77773 10.3774L3.87136 8.47099C3.61101 8.21064 3.61101 7.78854 3.87136 7.52819L5.77773 5.62183C6.03807 5.36148 6.46018 5.36148 6.72052 5.62183 6.98087 5.88217 6.98087 6.30428 6.72052 6.56462L5.28555 7.99959 6.72052 9.43456C6.98087 9.69491 6.98087 10.117 6.72052 10.3774zM10.2219 10.3774C9.9616 10.6377 9.53949 10.6377 9.27915 10.3774 9.0188 10.117 9.0188 9.69491 9.27915 9.43456L10.7141 7.99959 9.27915 6.56462C9.0188 6.30428 9.0188 5.88217 9.27915 5.62183 9.53949 5.36148 9.9616 5.36148 10.2219 5.62183L12.1283 7.52819C12.3887 7.78854 12.3887 8.21064 12.1283 8.47099L10.2219 10.3774z"}}]}]};t.CancelMergeSingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(i.IconBase,Object.assign({},e,{id:"cancel-merge-single",ref:t,icon:a}))}));t.CancelMergeSingle.displayName="CancelMergeSingle";t["default"]=t.CancelMergeSingle},2480:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.Cell0=void 0;var n=r(7522);var i=r(7565);var a={tag:"svg",attrs:{fill:"none",viewBox:"0 0 20 20",width:"1em",height:"1em"},children:[{tag:"rect",attrs:{width:5,height:5,x:4,y:11,fill:"colorChannel1",rx:1}},{tag:"rect",attrs:{width:5,height:5,x:11,y:11,fill:"colorChannel1",rx:1}},{tag:"rect",attrs:{width:5,height:5,x:4,y:4,fill:"colorChannel1",rx:1}},{tag:"rect",attrs:{width:5,height:5,x:11,y:4,fill:"colorChannel1",rx:1}}]};t.Cell0=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(i.IconBase,Object.assign({},e,{id:"cell-0",ref:t,icon:a}))}));t.Cell0.displayName="Cell0";t["default"]=t.Cell0},6216:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.Cell100=void 0;var n=r(7522);var i=r(7565);var a={tag:"svg",attrs:{fill:"none",viewBox:"0 0 20 20",width:"1em",height:"1em"},children:[{tag:"rect",attrs:{width:4.5,height:4.5,x:4.25,y:11.25,fill:"colorChannel1",stroke:"currentColor",rx:.75,strokeWidth:.5}},{tag:"rect",attrs:{width:4.5,height:4.5,x:11.25,y:11.25,fill:"colorChannel1",stroke:"currentColor",rx:.75,strokeWidth:.5}},{tag:"rect",attrs:{width:4.5,height:4.5,x:4.25,y:4.25,fill:"colorChannel1",stroke:"currentColor",rx:.75,strokeWidth:.5}},{tag:"rect",attrs:{width:4.5,height:4.5,x:11.25,y:4.25,fill:"colorChannel1",stroke:"currentColor",rx:.75,strokeWidth:.5}}]};t.Cell100=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(i.IconBase,Object.assign({},e,{id:"cell-100",ref:t,icon:a}))}));t.Cell100.displayName="Cell100";t["default"]=t.Cell100},6556:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.Cell25=void 0;var n=r(7522);var i=r(7565);var a={tag:"svg",attrs:{fill:"none",viewBox:"0 0 20 20",width:"1em",height:"1em"},children:[{tag:"rect",attrs:{width:5,height:5,x:4,y:11,fill:"colorChannel1",rx:1}},{tag:"rect",attrs:{width:5,height:5,x:11,y:11,fill:"colorChannel1",rx:1}},{tag:"rect",attrs:{width:4.5,height:4.5,x:4.25,y:4.25,fill:"colorChannel1",stroke:"currentColor",rx:.75,strokeWidth:.5}},{tag:"rect",attrs:{width:5,height:5,x:11,y:4,fill:"colorChannel1",rx:1}}]};t.Cell25=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(i.IconBase,Object.assign({},e,{id:"cell-25",ref:t,icon:a}))}));t.Cell25.displayName="Cell25";t["default"]=t.Cell25},3495:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.Cell50=void 0;var n=r(7522);var i=r(7565);var a={tag:"svg",attrs:{fill:"none",viewBox:"0 0 20 20",width:"1em",height:"1em"},children:[{tag:"rect",attrs:{width:5,height:5,x:4,y:11,fill:"colorChannel1",rx:1}},{tag:"rect",attrs:{width:5,height:5,x:11,y:11,fill:"colorChannel1",rx:1}},{tag:"rect",attrs:{width:4.5,height:4.5,x:4.25,y:4.25,fill:"colorChannel1",stroke:"currentColor",rx:.75,strokeWidth:.5}},{tag:"rect",attrs:{width:4.5,height:4.5,x:11.25,y:4.25,fill:"colorChannel1",stroke:"currentColor",rx:.75,strokeWidth:.5}}]};t.Cell50=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(i.IconBase,Object.assign({},e,{id:"cell-50",ref:t,icon:a}))}));t.Cell50.displayName="Cell50";t["default"]=t.Cell50},1404:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.Cell75=void 0;var n=r(7522);var i=r(7565);var a={tag:"svg",attrs:{fill:"none",viewBox:"0 0 20 20",width:"1em",height:"1em"},children:[{tag:"rect",attrs:{width:4.5,height:4.5,x:4.25,y:11.25,fill:"colorChannel1",stroke:"currentColor",rx:.75,strokeWidth:.5}},{tag:"rect",attrs:{width:5,height:5,x:11,y:11,fill:"colorChannel1",rx:1}},{tag:"rect",attrs:{width:4.5,height:4.5,x:4.25,y:4.25,fill:"colorChannel1",stroke:"currentColor",rx:.75,strokeWidth:.5}},{tag:"rect",attrs:{width:4.5,height:4.5,x:11.25,y:4.25,fill:"colorChannel1",stroke:"currentColor",rx:.75,strokeWidth:.5}}]};t.Cell75=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(i.IconBase,Object.assign({},e,{id:"cell-75",ref:t,icon:a}))}));t.Cell75.displayName="Cell75";t["default"]=t.Cell75},5357:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.CheckBoxPartSingle=void 0;var n=r(7522);var i=r(7565);var a={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_245_71",style:{maskType:"alpha"},width:16,height:16,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M0 0H16V16H0z"}}]},{tag:"g",attrs:{mask:"url(#mask0_245_71)"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M3.35714 1.5C2.33147 1.5 1.5 2.33147 1.5 3.35714V12.6429C1.5 13.6685 2.33147 14.5 3.35714 14.5H12.6429C13.6685 14.5 14.5 13.6685 14.5 12.6429V3.35714C14.5 2.33147 13.6685 1.5 12.6429 1.5H3.35714ZM3.91429 7.44299C3.60658 7.44299 3.35714 7.69243 3.35714 8.00014C3.35714 8.30784 3.60658 8.55728 3.91429 8.55728H12.0857C12.3934 8.55728 12.6429 8.30784 12.6429 8.00014C12.6429 7.69243 12.3934 7.44299 12.0857 7.44299H3.91429Z",fillRule:"evenodd",clipRule:"evenodd"}}]}]};t.CheckBoxPartSingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(i.IconBase,Object.assign({},e,{id:"check-box-part-single",ref:t,icon:a}))}));t.CheckBoxPartSingle.displayName="CheckBoxPartSingle";t["default"]=t.CheckBoxPartSingle},7534:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.CheckMarkSingle=void 0;var n=r(7522);var i=r(7565);var a={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M14.44 3.57291C14.698 3.83093 14.698 4.24927 14.44 4.50729L6.44342 12.5037C6.28721 12.6599 6.03395 12.6599 5.87774 12.5037L1.55992 8.18578C1.3019 7.92776 1.3019 7.50942 1.55993 7.2514C1.81795 6.99338 2.23629 6.99338 2.49431 7.25141L6.01916 10.7763C6.09727 10.8544 6.2239 10.8544 6.30201 10.7763L13.5056 3.57291C13.7636 3.31489 14.1819 3.31489 14.44 3.57291Z",fillRule:"evenodd",clipRule:"evenodd"}}]};t.CheckMarkSingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(i.IconBase,Object.assign({},e,{id:"check-mark-single",ref:t,icon:a}))}));t.CheckMarkSingle.displayName="CheckMarkSingle";t["default"]=t.CheckMarkSingle},2822:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.ChipSingle=void 0;var n=r(7522);var i=r(7565);var a={tag:"svg",attrs:{fill:"none",viewBox:"0 0 44 44",width:"1em",height:"1em"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M17.2293 15.8804C16.4837 15.8804 15.8793 16.4848 15.8793 17.2304V26.7695C15.8793 27.5151 16.4837 28.1195 17.2293 28.1195H26.7685C27.5141 28.1195 28.1185 27.5151 28.1185 26.7695V17.2304C28.1185 16.4848 27.5141 15.8804 26.7685 15.8804H17.2293ZM18.5793 25.4195V18.5804H25.4185V25.4195H18.5793Z",fillRule:"evenodd",clipRule:"evenodd"}},{tag:"path",attrs:{fill:"currentColor",d:"M14.7728 3.16162C15.5184 3.16162 16.1228 3.76604 16.1228 4.51162V7.93115H20.6494V4.51162C20.6494 3.76604 21.2538 3.16162 21.9994 3.16162C22.7449 3.16162 23.3494 3.76604 23.3494 4.51162V7.93115H27.8759V4.51162C27.8759 3.76604 28.4803 3.16162 29.2259 3.16162C29.9715 3.16162 30.5759 3.76604 30.5759 4.51162V7.93115H33.129C34.7527 7.93115 36.0688 9.24739 36.0688 10.871V13.4233H39.4872C40.2328 13.4233 40.8372 14.0278 40.8372 14.7733C40.8372 15.5189 40.2328 16.1233 39.4872 16.1233H36.0688V20.6499H39.4872C40.2328 20.6499 40.8372 21.2543 40.8372 21.9999C40.8372 22.7455 40.2328 23.3499 39.4872 23.3499H36.0688V27.8765H39.4872C40.2328 27.8765 40.8372 28.4809 40.8372 29.2265C40.8372 29.972 40.2328 30.5765 39.4872 30.5765H36.0688V33.129C36.0688 34.7527 34.7527 36.0689 33.129 36.0689H30.5759V39.4885C30.5759 40.2341 29.9715 40.8385 29.2259 40.8385C28.4803 40.8385 27.8759 40.2341 27.8759 39.4885V36.0689H23.3494V39.4885C23.3494 40.2341 22.7449 40.8385 21.9994 40.8385C21.2538 40.8385 20.6494 40.2341 20.6494 39.4885V36.0689H16.1228V39.4885C16.1228 40.2341 15.5184 40.8385 14.7728 40.8385C14.0272 40.8385 13.4228 40.2341 13.4228 39.4885V36.0689H10.871C9.24732 36.0689 7.93109 34.7527 7.93109 33.129V30.5765H4.51058C3.765 30.5765 3.16058 29.972 3.16058 29.2265C3.16058 28.4809 3.765 27.8765 4.51058 27.8765H7.93109V23.3499H4.51058C3.765 23.3499 3.16058 22.7455 3.16058 21.9999C3.16058 21.2543 3.765 20.6499 4.51058 20.6499H7.93109V16.1233H4.51058C3.765 16.1233 3.16058 15.5189 3.16058 14.7733C3.16058 14.0278 3.765 13.4233 4.51058 13.4233H7.93109V10.871C7.93109 9.24737 9.24731 7.93115 10.871 7.93115H13.4228V4.51162C13.4228 3.76604 14.0272 3.16162 14.7728 3.16162ZM33.3688 29.1683C33.368 29.1876 33.3676 29.207 33.3676 29.2265C33.3676 29.246 33.368 29.2654 33.3688 29.2847V33.129C33.3688 33.2615 33.2615 33.3689 33.129 33.3689H29.2315L29.2259 33.3689L29.2203 33.3689H22.005L21.9994 33.3689L21.9937 33.3689H14.7784L14.7728 33.3689L14.7672 33.3689H10.871C10.7385 33.3689 10.6311 33.2615 10.6311 33.129V10.871C10.6311 10.7385 10.7385 10.6312 10.871 10.6312H14.7612L14.7728 10.6312L14.7844 10.6312H21.9878L21.9994 10.6312L22.0109 10.6312H29.2143L29.2259 10.6312L29.2375 10.6312H33.129C33.2615 10.6312 33.3688 10.7385 33.3688 10.871V14.7151C33.368 14.7344 33.3676 14.7538 33.3676 14.7733C33.3676 14.7928 33.368 14.8122 33.3688 14.8315V21.9417C33.3684 21.9521 33.3681 21.9626 33.3679 21.9731C33.3677 21.982 33.3676 21.991 33.3676 21.9999C33.3676 22.0194 33.368 22.0388 33.3688 22.0581V29.1683Z",fillRule:"evenodd",clipRule:"evenodd"}}]};t.ChipSingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(i.IconBase,Object.assign({},e,{id:"chip-single",ref:t,icon:a}))}));t.ChipSingle.displayName="ChipSingle";t["default"]=t.ChipSingle},2888:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.ClearFormat=void 0;var n=r(7522);var i=r(7565);var a={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_102_1161",style:{maskType:"alpha"},width:16,height:16,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#D9D9D9",d:"M0 0H16V16H0z"}}]},{tag:"g",attrs:{mask:"url(#mask0_102_1161)"},children:[{tag:"path",attrs:{fill:"colorChannel1",d:"M5.36831 3.22148C5.36831 1.94497 6.40313 0.910156 7.67964 0.910156C8.95615 0.910156 9.99097 1.94497 9.99097 3.22149V6.74754H8.72649V3.22149C8.72649 2.64333 8.2578 2.17464 7.67964 2.17464C7.10148 2.17464 6.63279 2.64333 6.63279 3.22148V6.74754H5.36831V3.22148Z"}},{tag:"path",attrs:{fill:"currentColor",d:"M5.00091 5.47314C3.33644 5.47314 1.9499 6.74914 1.81192 8.40788L1.54428 11.6254C1.38911 13.4909 2.86133 15.0906 4.73327 15.0906H13.6667C14.175 15.0906 14.5544 14.6228 14.4495 14.1255L13.0262 7.37781C12.792 6.26766 11.8125 5.47314 10.6779 5.47314H5.00091ZM10.6779 6.75314H5.00091C4.00223 6.75314 3.1703 7.51874 3.08751 8.51399L2.81988 11.7315C2.72677 12.8508 3.61011 13.8106 4.73327 13.8106H5.7695C5.26362 13.0554 5.05585 12.0527 5.31224 11.047C5.40861 10.6689 5.76242 10.4493 6.10249 10.5564C6.44256 10.6636 6.64012 11.0569 6.54374 11.4349C6.27517 12.4885 6.92898 13.6738 7.87916 13.8106H9.01412C8.50824 13.0554 8.30047 12.0527 8.55686 11.047C8.65324 10.6689 9.00704 10.4493 9.34711 10.5564C9.68719 10.6636 9.88474 11.0569 9.78837 11.4349C9.51979 12.4885 10.1736 13.6738 11.1238 13.8106H13.0749L11.7738 7.64199C11.6645 7.12392 11.2073 6.75314 10.6779 6.75314Z",fillRule:"evenodd",clipRule:"evenodd"}}]}]};t.ClearFormat=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(i.IconBase,Object.assign({},e,{id:"clear-format",ref:t,icon:a}))}));t.ClearFormat.displayName="ClearFormat";t["default"]=t.ClearFormat},5891:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.CloseSingle=void 0;var n=r(7522);var i=r(7565);var a={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M4.57061 3.65132C4.31677 3.39748 3.90521 3.39748 3.65137 3.65132C3.39753 3.90516 3.39753 4.31672 3.65137 4.57056L7.08079 7.99998L3.65123 11.4295C3.39739 11.6834 3.39739 12.0949 3.65123 12.3488C3.90507 12.6026 4.31662 12.6026 4.57047 12.3488L8.00003 8.91921L11.4295 12.3487C11.6834 12.6026 12.0949 12.6026 12.3488 12.3487C12.6026 12.0949 12.6026 11.6833 12.3488 11.4295L8.91927 7.99998L12.3486 4.57061C12.6025 4.31677 12.6025 3.90521 12.3486 3.65137C12.0948 3.39753 11.6832 3.39753 11.4294 3.65137L8.00003 7.08074L4.57061 3.65132Z"}}]};t.CloseSingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(i.IconBase,Object.assign({},e,{id:"close-single",ref:t,icon:a}))}));t.CloseSingle.displayName="CloseSingle";t["default"]=t.CloseSingle},1405:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.CntSingle=void 0;var n=r(7522);var i=r(7565);var a={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M13.9365 12.0791C12.7577 12.0791 12.2795 11.128 12.2795 9.70135V7.70443C12.2795 7.52914 12.1374 7.38705 11.9622 7.38705 11.7869 7.38705 11.6448 7.24495 11.6448 7.06966V6.37153C11.6448 6.15597 11.8078 5.97531 12.0222 5.9532 12.2202 5.93278 12.3767 5.77635 12.3973 5.57837L12.467 4.9083C12.501 4.58138 12.7766 4.33301 13.1053 4.33301 13.4596 4.33301 13.7469 4.6203 13.7469 4.97469V5.36582C13.7469 5.67086 13.9942 5.91815 14.2993 5.91815 14.6043 5.91815 14.8516 6.16544 14.8516 6.47048V6.83471C14.8516 7.13976 14.6043 7.38705 14.2993 7.38705 13.9942 7.38705 13.7469 7.63433 13.7469 7.93938V9.68022C13.7469 10.346 13.9943 10.6102 14.3405 10.6102 14.5714 10.6102 14.805 10.7144 14.8438 10.942L14.9064 11.3086C14.9608 11.6276 14.7862 11.9559 14.4697 12.0234 14.3144 12.0566 14.1379 12.0791 13.9365 12.0791zM7.3926 11.9312C6.98967 11.9312 6.66302 11.6045 6.66302 11.2016V6.55511C6.66302 6.20336 6.94818 5.91821 7.29993 5.91821H7.47998C7.69651 5.91821 7.87953 6.07868 7.90783 6.29336L7.95451 6.64741C7.95611 6.65948 7.9664 6.66851 7.97858 6.66851 7.98597 6.66851 7.99295 6.66514 7.99757 6.65937 8.38373 6.17725 8.85985 5.77026 9.49064 5.77026 10.5129 5.77026 10.9498 6.71078 10.9498 8.21138V11.1975C10.9498 11.6027 10.6213 11.9312 10.2161 11.9312 9.81088 11.9312 9.48239 11.6027 9.48239 11.1975V8.44387C9.48239 7.61959 9.30927 7.37654 8.93831 7.37654 8.28179 7.37654 8.12217 8.27469 8.12217 8.9312V11.2016C8.12217 11.6045 7.79553 11.9312 7.3926 11.9312zM3.87708 12.0791C2.319 12.0791 1 10.7053 1 8.04226 1 5.4215 2.36847 3.9209 3.92654 3.9209 4.54107 3.9209 5.0631 4.20176 5.46268 4.5812 5.67605 4.78382 5.68353 5.1109 5.52435 5.35836 5.27076 5.7526 4.7207 5.7317 4.27454 5.5879 4.1736 5.55537 4.06644 5.53774 3.95127 5.53774 3.15987 5.53774 2.50861 6.44656 2.50861 7.97886 2.50861 9.54286 3.06919 10.4517 3.93478 10.4517 4.09227 10.4517 4.24025 10.4184 4.37816 10.3599 4.80914 10.1768 5.38129 10.1545 5.63778 10.5462 5.78475 10.7707 5.78814 11.0664 5.61016 11.2672 5.13216 11.8064 4.54486 12.0791 3.87708 12.0791z"}}]};t.CntSingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(i.IconBase,Object.assign({},e,{id:"cnt-single",ref:t,icon:a}))}));t.CntSingle.displayName="CntSingle";t["default"]=t.CntSingle},623:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.CodeSingle=void 0;var n=r(7522);var i=r(7565);var a={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M5.79641 3.52041C6.06132 3.77611 6.06879 4.19816 5.81308 4.46307L2.27638 8.12716 5.7961 11.5201C6.06118 11.7756 6.06892 12.1977 5.81338 12.4628 5.55785 12.7278 5.13581 12.7356 4.87073 12.48L.870733 8.62411C.743383 8.50135.670042 8.33301.666856 8.15615.66367 7.9793.730901 7.80842.853746 7.68115L4.85375 3.53709C5.10945 3.27217 5.53149 3.26471 5.79641 3.52041zM10.2037 3.52041C10.4686 3.26471 10.8906 3.27217 11.1463 3.53709L15.1463 7.68115C15.2692 7.80842 15.3364 7.9793 15.3332 8.15615 15.33 8.33301 15.2567 8.50135 15.1293 8.62411L11.1293 12.48C10.8643 12.7356 10.4422 12.7278 10.1867 12.4628 9.93117 12.1977 9.93891 11.7756 10.204 11.5201L13.7237 8.12716 10.187 4.46307C9.93129 4.19816 9.93876 3.77611 10.2037 3.52041zM9.40012 2.07252C9.43897 1.70638 9.17366 1.37808 8.80752 1.33923 8.44139 1.30038 8.11308 1.56569 8.07423 1.93183L6.59996 13.9276C6.56111 14.2937 6.82642 14.622 7.19256 14.6609 7.55869 14.6997 7.887 14.4344 7.92585 14.0683L9.40012 2.07252z"}}]};t.CodeSingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(i.IconBase,Object.assign({},e,{id:"code-single",ref:t,icon:a}))}));t.CodeSingle.displayName="CodeSingle";t["default"]=t.CodeSingle},5246:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.CommentSingle=void 0;var n=r(7522);var i=r(7565);var a={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_102_574",style:{maskType:"alpha"},width:16,height:16,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#D9D9D9",d:"M0 0H16V16H0z"}}]},{tag:"g",attrs:{mask:"url(#mask0_102_574)"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M1.78581 3.52367C1.78581 3.12402 2.09761 2.80005 2.48224 2.80005H13.5894C13.974 2.80005 14.2858 3.12402 14.2858 3.52367V11.2689C14.2858 11.6685 13.974 11.9925 13.5894 11.9925H7.96004L5.2053 13.4236C4.98942 13.5358 4.73303 13.5238 4.52771 13.392C4.3224 13.2601 4.19742 13.0272 4.19742 12.7764V11.9925H2.48224C2.09761 11.9925 1.78581 11.6685 1.78581 11.2689V3.52367ZM5.59028 11.6056L7.48418 10.8217C7.58088 10.7714 7.68752 10.7453 7.79563 10.7453H13.093V4.04728H2.97867V10.7453H4.89385C5.27848 10.7453 5.59028 10.8692 5.59028 11.2689V11.6056ZM5.18403 6.3704C5.56866 6.3704 5.88046 6.69438 5.88046 7.09402V7.99854C5.88046 8.39818 5.56866 8.72216 5.18403 8.72216C4.7994 8.72216 4.4876 8.39818 4.4876 7.99854V7.09402C4.4876 6.69438 4.7994 6.3704 5.18403 6.3704ZM8.08581 6.3704C8.47044 6.3704 8.78224 6.69438 8.78224 7.09402V7.99854C8.78224 8.39818 8.47044 8.72216 8.08581 8.72216C7.70119 8.72216 7.38939 8.39818 7.38939 7.99854V7.09402C7.38939 6.69438 7.70119 6.3704 8.08581 6.3704ZM10.9876 6.3704C11.3722 6.3704 11.684 6.69438 11.684 7.09402V7.99854C11.684 8.39818 11.3722 8.72216 10.9876 8.72216C10.603 8.72216 10.2912 8.39818 10.2912 7.99854V7.09402C10.2912 6.69438 10.603 6.3704 10.9876 6.3704Z",fillRule:"evenodd",clipRule:"evenodd"}}]}]};t.CommentSingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(i.IconBase,Object.assign({},e,{id:"comment-single",ref:t,icon:a}))}));t.CommentSingle.displayName="CommentSingle";t["default"]=t.CommentSingle},9553:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.Conditions=void 0;var n=r(7522);var i=r(7565);var a={tag:"svg",attrs:{fill:"none",viewBox:"0 0 17 16",width:"1em",height:"1em"},children:[{tag:"path",attrs:{fill:"colorChannel1",d:"M5.59 1.51H10.46V14.459999999999999H5.59z"}},{tag:"path",attrs:{fill:"currentColor",d:"M1.34863 2.53325C1.34863 1.87051 1.88589 1.33325 2.54863 1.33325H13.482C14.1447 1.33325 14.682 1.87051 14.682 2.53325V13.4666C14.682 14.1294 14.1447 14.6666 13.482 14.6666H2.54863C1.88589 14.6666 1.34863 14.1294 1.34863 13.4666V2.53325ZM13.082 2.63325C13.2477 2.63325 13.382 2.76757 13.382 2.93325V5.09946C13.382 5.26515 13.2477 5.39946 13.082 5.39946H10.9708C10.8052 5.39946 10.6708 5.26515 10.6708 5.09946V2.93325C10.6708 2.76757 10.8052 2.63325 10.9708 2.63325H13.082ZM9.37085 2.93325C9.37085 2.76757 9.23653 2.63325 9.07085 2.63325H6.95974C6.79406 2.63325 6.65974 2.76757 6.65974 2.93325V5.09946C6.65974 5.26515 6.79406 5.39946 6.95974 5.39946L9.07085 5.39946C9.23654 5.39946 9.37085 5.26515 9.37085 5.09946V2.93325ZM5.35974 2.93325C5.35974 2.76757 5.22543 2.63325 5.05974 2.63325H2.94863C2.78295 2.63325 2.64863 2.76757 2.64863 2.93325V5.09946C2.64863 5.26515 2.78295 5.39946 2.94863 5.39946H5.05974C5.22543 5.39946 5.35974 5.26515 5.35974 5.09946V2.93325ZM2.94863 6.69946C2.78295 6.69946 2.64863 6.83378 2.64863 6.99946V9.11045C2.64863 9.27613 2.78295 9.41045 2.94863 9.41045H5.05974C5.22543 9.41045 5.35974 9.27613 5.35974 9.11045V6.99946C5.35974 6.83378 5.22543 6.69946 5.05974 6.69946H2.94863ZM2.94863 10.7104C2.78295 10.7104 2.64863 10.8448 2.64863 11.0104V13.0666C2.64863 13.2323 2.78295 13.3666 2.94863 13.3666H5.05974C5.22543 13.3666 5.35974 13.2323 5.35974 13.0666V11.0104C5.35974 10.8448 5.22543 10.7104 5.05974 10.7104H2.94863ZM6.65974 13.0666C6.65974 13.2323 6.79406 13.3666 6.95974 13.3666H9.07085C9.23653 13.3666 9.37085 13.2323 9.37085 13.0666V11.0104C9.37085 10.8448 9.23653 10.7104 9.07085 10.7104L6.95974 10.7104C6.79406 10.7104 6.65974 10.8448 6.65974 11.0104V13.0666ZM10.6708 13.0666C10.6708 13.2323 10.8052 13.3666 10.9708 13.3666H13.082C13.2477 13.3666 13.382 13.2323 13.382 13.0666V11.0104C13.382 10.8448 13.2477 10.7104 13.082 10.7104H10.9708C10.8052 10.7104 10.6708 10.8448 10.6708 11.0104V13.0666ZM13.082 9.41045C13.2477 9.41045 13.382 9.27613 13.382 9.11045V6.99946C13.382 6.83378 13.2477 6.69946 13.082 6.69946H10.9708C10.8052 6.69946 10.6708 6.83378 10.6708 6.99946V9.11045C10.6708 9.27613 10.8052 9.41045 10.9708 9.41045H13.082ZM6.95974 9.41045C6.79406 9.41045 6.65974 9.27613 6.65974 9.11045V6.99946C6.65974 6.83378 6.79406 6.69946 6.95974 6.69946L9.07085 6.69946C9.23653 6.69946 9.37085 6.83378 9.37085 6.99946V9.11045C9.37085 9.27613 9.23653 9.41045 9.07085 9.41045H6.95974Z",fillRule:"evenodd",clipRule:"evenodd"}}]};t.Conditions=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(i.IconBase,Object.assign({},e,{id:"conditions",ref:t,icon:a}))}));t.Conditions.displayName="Conditions";t["default"]=t.Conditions},6215:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.ContentSingle16=void 0;var n=r(7522);var i=r(7565);var a={tag:"svg",attrs:{fill:"none",viewBox:"0 0 17 17",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_273_6444",style:{maskType:"alpha"},width:17,height:17,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#D9D9D9",d:"M0.54 0.84H16.54V16.84H0.54z"}}]},{tag:"g",attrs:{fill:"currentColor",mask:"url(#mask0_273_6444)"},children:[{tag:"path",attrs:{d:"M6.67742 7.37473V5.64139H9.74408V7.37473H6.67742Z"}},{tag:"path",attrs:{d:"M2.41101 2.84136C2.41101 2.03134 3.06766 1.37469 3.87768 1.37469H13.211C14.021 1.37469 14.6777 2.03135 14.6777 2.84136V14.8414C14.6777 15.6514 14.021 16.308 13.211 16.308H3.87768C3.06767 16.308 2.41101 15.6514 2.41101 14.8414V2.84136ZM5.87742 10.0414C5.43559 10.0414 5.07742 10.3996 5.07742 10.8414C5.07742 11.2832 5.43559 11.6414 5.87742 11.6414H10.5441C10.9859 11.6414 11.3441 11.2832 11.3441 10.8414C11.3441 10.3996 10.9859 10.0414 10.5441 10.0414H5.87742ZM5.07742 12.8414C5.07742 12.3996 5.43559 12.0414 5.87742 12.0414H8.21075C8.65258 12.0414 9.01075 12.3996 9.01075 12.8414C9.01075 13.2832 8.65258 13.6414 8.21075 13.6414H5.87742C5.43559 13.6414 5.07742 13.2832 5.07742 12.8414ZM5.87742 4.04139C5.43559 4.04139 5.07742 4.39957 5.07742 4.84139V8.17473C5.07742 8.61655 5.43559 8.97473 5.87742 8.97473H10.5441C10.9859 8.97473 11.3441 8.61655 11.3441 8.17473V4.84139C11.3441 4.39957 10.9859 4.04139 10.5441 4.04139H5.87742Z",fillRule:"evenodd",clipRule:"evenodd"}}]}]};t.ContentSingle16=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(i.IconBase,Object.assign({},e,{id:"content-single-16",ref:t,icon:a}))}));t.ContentSingle16.displayName="ContentSingle16";t["default"]=t.ContentSingle16},1094:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.ContentSingle20=void 0;var n=r(7522);var i=r(7565);var a={tag:"svg",attrs:{fill:"none",viewBox:"0 0 21 21",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_273_6456",style:{maskType:"alpha"},width:21,height:21,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#D9D9D9",d:"M0.91 0.84H20.91V20.84H0.91z"}}]},{tag:"g",attrs:{fill:"currentColor",mask:"url(#mask0_273_6456)"},children:[{tag:"path",attrs:{d:"M8.57312 9.0081V6.84143H12.4065V9.0081H8.57312Z"}},{tag:"path",attrs:{d:"M3.24011 3.34139C3.24011 2.32887 4.06092 1.50806 5.07345 1.50806H16.7401C17.7527 1.50806 18.5734 2.32888 18.5734 3.34139V18.3414C18.5734 19.3539 17.7526 20.1747 16.7401 20.1747H5.07345C4.06093 20.1747 3.24011 19.3539 3.24011 18.3414V3.34139ZM7.57312 12.3414C7.02084 12.3414 6.57312 12.7891 6.57312 13.3414C6.57312 13.8937 7.02084 14.3414 7.57312 14.3414H13.4065C13.9587 14.3414 14.4065 13.8937 14.4065 13.3414C14.4065 12.7891 13.9587 12.3414 13.4065 12.3414H7.57312ZM6.57312 15.8414C6.57312 15.2891 7.02084 14.8414 7.57312 14.8414H10.4898C11.0421 14.8414 11.4898 15.2891 11.4898 15.8414C11.4898 16.3937 11.0421 16.8414 10.4898 16.8414H7.57312C7.02084 16.8414 6.57312 16.3937 6.57312 15.8414ZM7.57312 4.84143C7.02084 4.84143 6.57312 5.28915 6.57312 5.84143V10.0081C6.57312 10.5604 7.02084 11.0081 7.57312 11.0081H13.4065C13.9587 11.0081 14.4065 10.5604 14.4065 10.0081V5.84143C14.4065 5.28915 13.9587 4.84143 13.4065 4.84143H7.57312Z",fillRule:"evenodd",clipRule:"evenodd"}}]}]};t.ContentSingle20=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(i.IconBase,Object.assign({},e,{id:"content-single-20",ref:t,icon:a}))}));t.ContentSingle20.displayName="ContentSingle20";t["default"]=t.ContentSingle20},8469:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.ConvertSingle=void 0;var n=r(7522);var i=r(7565);var a={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_102_1213",style:{maskType:"alpha"},width:16,height:16,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#DCDCDC",d:"M0 0H16V16H0z"}}]},{tag:"g",attrs:{fill:"currentColor",mask:"url(#mask0_102_1213)"},children:[{tag:"path",attrs:{d:"M1.22297.954345C1.3529.929358 1.51542.914795 1.7147.914795H6.85715C7.0561.914795 7.21986.929297 7.35152.959681 7.48737.991031 7.5967 1.04983 7.67995 1.13863 7.76349 1.22774 7.81571 1.34646 7.84615 1.48343L7.84671 1.48597C7.87164 1.62058 7.88612 1.79252 7.88612 2.00111V7.16269C7.88612 7.36211 7.87154 7.52439 7.84667 7.6587 7.82039 7.79533 7.76169 7.91004 7.67831 7.9934 7.59462 8.0771 7.48565 8.13006 7.35692 8.16096 7.22966 8.1915 7.06561 8.20599 6.87627 8.20599H1.7147C1.52177 8.20599 1.36349 8.19641 1.23252 8.17122 1.09967 8.14567.98914 8.09813.90398 8.0134.818184 7.93285.765734 7.8172.735395 7.68573.705177 7.55478.68573 7.38178.68573 7.16269V1.9581C.68573 1.7541.700286 1.58699.725186 1.45253.751461 1.31589.810166 1.20119.893537 1.11782.978617 1.03274 1.08895.98522 1.22033.954901L1.22297.954345zM2.02733 2.07424C1.95064 2.07854 1.91191 2.09755 1.89153 2.11849 1.86949 2.1517 1.85476 2.19738 1.85473 2.25901L1.86389 3.92571H3.72054V2.07424H2.02733zM4.8991 2.07901V3.92571H6.70756V2.20184C6.70756 2.15684 6.7041 2.12531 6.69899 2.10487 6.69675 2.09591 6.69467 2.09093 6.69349 2.08853 6.68344 2.08345 6.66389 2.07901 6.61819 2.07901H4.8991zM1.86466 5.08037L1.87384 6.90902C1.87384 6.95115 1.87723 6.98219 1.8825 7.00371 1.8864 7.01961 1.89067 7.02788 1.8933 7.03179 1.8933 7.03179 1.89686 7.03365 1.8996 7.03479 1.90589 7.03741 1.91476 7.04025 1.92666 7.04282 1.95062 7.04799 1.98341 7.05133 2.02535 7.05133H3.72532V5.08037H1.86466zM4.8991 5.08037V7.05133H6.55606C6.63148 7.05133 6.67174 7.04228 6.68909 7.03374 6.69039 7.03177 6.69349 7.02643 6.69691 7.01502 6.70311 6.99436 6.70756 6.96264 6.70756 6.91894V5.08037H4.8991zM8.65114 7.83368C8.78108 7.80869 8.94359 7.79413 9.14288 7.79413H14.2853C14.4843 7.79413 14.648 7.80863 14.7797 7.83902 14.9155 7.87037 15.0249 7.92916 15.1081 8.01797 15.1917 8.10707 15.2439 8.2258 15.2743 8.36277L15.2749 8.36531C15.2998 8.49991 15.3143 8.67185 15.3143 8.88045V14.042C15.3143 14.2414 15.2997 14.4037 15.2748 14.538 15.2486 14.6747 15.1899 14.7894 15.1065 14.8727 15.0228 14.9564 14.9138 15.0094 14.7851 15.0403 14.6578 15.0708 14.4938 15.0853 14.3044 15.0853H9.14288C8.94995 15.0853 8.79166 15.0757 8.6607 15.0506 8.52785 15.025 8.41732 14.9775 8.33216 14.8927 8.24636 14.8122 8.19391 14.6965 8.16358 14.5651 8.13336 14.4341 8.11391 14.2611 8.11391 14.042V8.83744C8.11391 8.63343 8.12847 8.46633 8.15337 8.33186 8.17964 8.19523 8.23835 8.08053 8.32172 7.99716 8.4068 7.91208 8.51713 7.86456 8.64851 7.83424L8.65114 7.83368zM9.45551 8.95357C9.37882 8.95788 9.34009 8.97689 9.3197 8.99782 9.29767 9.03103 9.28294 9.07672 9.28291 9.13834L9.29206 10.805H11.1487V8.95357H9.45551zM12.3273 8.95835V10.805H14.1357V9.08118C14.1357 9.03618 14.1323 9.00465 14.1272 8.98421 14.1249 8.97524 14.1228 8.97026 14.1217 8.96786 14.1116 8.96278 14.0921 8.95835 14.0464 8.95835H12.3273zM9.29283 11.9597L9.30202 13.7884C9.30202 13.8305 9.30541 13.8615 9.31068 13.883 9.31457 13.8989 9.31885 13.9072 9.32148 13.9111L9.32448 13.9127 9.32778 13.9141C9.33407 13.9167 9.34293 13.9196 9.35484 13.9222 9.3788 13.9273 9.41159 13.9307 9.45353 13.9307H11.1535V11.9597H9.29283zM12.3273 11.9597V13.9307H13.9842C14.0597 13.9307 14.0999 13.9216 14.1173 13.9131 14.1186 13.9111 14.1217 13.9058 14.1251 13.8944 14.1313 13.8737 14.1357 13.842 14.1357 13.7983V11.9597H12.3273z",fillRule:"evenodd",clipRule:"evenodd"}},{tag:"path",attrs:{d:"M9.46247 2.15033C9.46247 1.74649 9.78985 1.41911 10.1937 1.41911H12.3873C13.5988 1.41911 14.581 2.40124 14.581 3.61276V5.80641C14.581 6.21025 14.2536 6.53762 13.8498 6.53762 13.4459 6.53762 13.1185 6.21025 13.1185 5.80641V3.61276C13.1185 3.20893 12.7912 2.88154 12.3873 2.88154H10.1937C9.78985 2.88154 9.46247 2.55417 9.46247 2.15033zM2.88154 10.1937C2.88154 9.78986 2.55416 9.46248 2.15032 9.46248 1.74648 9.46248 1.4191 9.78986 1.4191 10.1937V12.3873C1.4191 13.5988 2.40123 14.581 3.61275 14.581H5.8064C6.21024 14.581 6.53761 14.2536 6.53761 13.8498 6.53761 13.4459 6.21024 13.1186 5.8064 13.1186H3.61275C3.20892 13.1186 2.88154 12.7912 2.88154 12.3873V10.1937z"}}]}]};t.ConvertSingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(i.IconBase,Object.assign({},e,{id:"convert-single",ref:t,icon:a}))}));t.ConvertSingle.displayName="ConvertSingle";t["default"]=t.ConvertSingle},5754:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.Copy=void 0;var n=r(7522);var i=r(7565);var a={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_102_1141",style:{maskType:"alpha"},width:16,height:16,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#DCDCDC",d:"M0 0H16V16H0z"}}]},{tag:"g",attrs:{mask:"url(#mask0_102_1141)",fillRule:"evenodd",clipRule:"evenodd"},children:[{tag:"path",attrs:{fill:"colorChannel1",d:"M5.4004 2.60213C5.25792 2.60213 5.14241 2.71763 5.14241 2.86011V4.32679C5.14241 4.67752 4.85809 4.96184 4.50736 4.96184C4.15663 4.96184 3.87231 4.67752 3.87231 4.32679V2.86011C3.87231 2.01618 4.55646 1.33203 5.4004 1.33203H13.14C13.984 1.33203 14.6681 2.01618 14.6681 2.86011V10.5998C14.6681 11.4437 13.984 12.1278 13.14 12.1278H11.6568C11.3061 12.1278 11.0218 11.8435 11.0218 11.4928C11.0218 11.1421 11.3061 10.8577 11.6568 10.8577H13.14C13.2825 10.8577 13.398 10.7422 13.398 10.5998V2.86011C13.398 2.71763 13.2825 2.60213 13.14 2.60213H5.4004Z"}},{tag:"path",attrs:{fill:"currentColor",d:"M1.33203 5.40015C1.33203 4.55622 2.01618 3.87207 2.86011 3.87207H10.5998C11.4437 3.87207 12.1278 4.55622 12.1278 5.40015V13.1398C12.1278 13.9837 11.4437 14.6679 10.5998 14.6679H2.86011C2.01618 14.6679 1.33203 13.9837 1.33203 13.1398V5.40015ZM2.86011 5.14217C2.71763 5.14217 2.60213 5.25767 2.60213 5.40015V13.1398C2.60213 13.2823 2.71763 13.3978 2.86011 13.3978H10.5998C10.7422 13.3978 10.8577 13.2823 10.8577 13.1398V5.40015C10.8577 5.25767 10.7422 5.14217 10.5998 5.14217H2.86011Z"}}]}]};t.Copy=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(i.IconBase,Object.assign({},e,{id:"copy",ref:t,icon:a}))}));t.Copy.displayName="Copy";t["default"]=t.Copy},5558:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.CorrectSingle=void 0;var n=r(7522);var i=r(7565);var a={tag:"svg",attrs:{fill:"none",viewBox:"0 0 20 21",width:"1em",height:"1em"},children:[{tag:"g",attrs:{clipPath:"url(#correct-single_clip0_613_248)"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M15.689 5.69723C15.5476 5.75578 15.4209 5.8825 15.1675 6.13594L7.82436 13.4791L4.83279 10.4875C4.57935 10.2341 4.45263 10.1073 4.31127 10.0488C4.12278 9.97071 3.91101 9.97071 3.72252 10.0488C3.58116 10.1073 3.45444 10.2341 3.201 10.4875C2.94756 10.7409 2.82084 10.8676 2.76229 11.009C2.68422 11.1975 2.68422 11.4093 2.76229 11.5978C2.82084 11.7391 2.94756 11.8658 3.201 12.1193L7.0085 15.9268C7.26194 16.1802 7.38866 16.3069 7.53002 16.3655C7.7185 16.4436 7.93028 16.4436 8.11876 16.3655C8.26013 16.3069 8.38685 16.1802 8.64028 15.9268C8.66387 15.9032 8.68636 15.8807 8.7078 15.8592L16.7993 7.76772C17.0527 7.51428 17.1794 7.38756 17.238 7.2462C17.3161 7.05772 17.3161 6.84594 17.238 6.65746C17.1794 6.5161 17.0527 6.38938 16.7993 6.13594C16.5458 5.8825 16.4191 5.75578 16.2777 5.69723C16.0893 5.61915 15.8775 5.61915 15.689 5.69723Z"}}]},{tag:"defs",attrs:{},children:[{tag:"clipPath",attrs:{id:"correct-single_clip0_613_248"},children:[{tag:"path",attrs:{fill:"#fff",d:"M0 0H20V20H0z",transform:"translate(0 .67)"}}]}]}],defIds:["correct-single_clip0_613_248"]};t.CorrectSingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(i.IconBase,Object.assign({},e,{id:"correct-single",ref:t,icon:a}))}));t.CorrectSingle.displayName="CorrectSingle";t["default"]=t.CorrectSingle},3257:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.Correct=void 0;var n=r(7522);var i=r(7565);var a={tag:"svg",attrs:{fill:"none",viewBox:"0 0 20 20",width:"1em",height:"1em"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M17.037 10C17.037 13.8865 13.8864 17.0371 9.99999 17.0371C6.11354 17.0371 2.96295 13.8865 2.96295 10C2.96295 6.1136 6.11354 2.96301 9.99999 2.96301C13.8864 2.96301 17.037 6.1136 17.037 10Z"}},{tag:"path",attrs:{fill:"colorChannel1",d:"M13.9239 7.17477C13.6638 6.91472 13.2422 6.91472 12.9821 7.17477L8.74433 11.4126L7.01786 9.6861C6.75781 9.42606 6.33619 9.42606 6.07614 9.6861C5.81609 9.94615 5.81609 10.3678 6.07614 10.6278L8.27349 12.8252C8.53354 13.0852 8.95516 13.0852 9.21521 12.8252L9.2195 12.8209L13.9239 8.1165C14.1839 7.85645 14.1839 7.43482 13.9239 7.17477Z"}}]};t.Correct=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(i.IconBase,Object.assign({},e,{id:"correct",ref:t,icon:a}))}));t.Correct.displayName="Correct";t["default"]=t.Correct},8627:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.CreateCopySingle=void 0;var n=r(7522);var i=r(7565);var a={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_102_855",style:{maskType:"alpha"},width:16,height:16,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#DCDCDC",d:"M0 0H16V16H0z"}}]},{tag:"g",attrs:{fill:"currentColor",mask:"url(#mask0_102_855)"},children:[{tag:"path",attrs:{d:"M5.76977 6.54832C5.76977 6.19639 6.05506 5.91109 6.40699 5.91109H7.68144C8.03337 5.91109 8.31867 6.19639 8.31867 6.54832 8.31867 6.90025 8.03337 7.18554 7.68144 7.18554H6.40699C6.05506 7.18554 5.76977 6.90025 5.76977 6.54832zM6.40699 8.45999C6.05506 8.45999 5.76977 8.74529 5.76977 9.09722 5.76977 9.44915 6.05506 9.73445 6.40699 9.73445H10.2303C10.5823 9.73445 10.8676 9.44915 10.8676 9.09722 10.8676 8.74529 10.5823 8.45999 10.2303 8.45999H6.40699z"}},{tag:"path",attrs:{d:"M14.0537 5.62824C14.0537 5.42848 13.9618 5.25019 13.8179 5.13336L10.4398 1.44811C10.3252 1.27889 10.1315 1.16766 9.91174 1.16766H4.49531C4.14338 1.16766 3.85809 1.45296 3.85809 1.80489V12.2833C3.85809 12.6353 4.14338 12.9206 4.49531 12.9206H13.4165C13.7684 12.9206 14.0537 12.6353 14.0537 12.2833V5.62824ZM10.549 4.99102V3.45325L11.9586 4.99102H10.549ZM5.13254 2.44211V11.6461H12.7793V6.26547H9.91174C9.55981 6.26547 9.27451 5.98017 9.27451 5.62824V2.44211H5.13254Z",fillRule:"evenodd",clipRule:"evenodd"}},{tag:"path",attrs:{d:"M3.22086 6.54832C3.22086 6.19639 2.93557 5.91109 2.58364 5.91109C2.23171 5.91109 1.94641 6.19639 1.94641 6.54832V14.195C1.94641 14.547 2.23171 14.8323 2.58364 14.8323H9.27451C9.62644 14.8323 9.91174 14.547 9.91174 14.195C9.91174 13.8431 9.62644 13.5578 9.27451 13.5578H3.22086V6.54832Z"}}]}]};t.CreateCopySingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(i.IconBase,Object.assign({},e,{id:"create-copy-single",ref:t,icon:a}))}));t.CreateCopySingle.displayName="CreateCopySingle";t["default"]=t.CreateCopySingle},2290:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.CrossSingle=void 0;var n=r(7522);var i=r(7565);var a={tag:"svg",attrs:{fill:"none",viewBox:"0 0 20 20",width:"1em",height:"1em"},children:[{tag:"rect",attrs:{width:12.59,height:3.7,x:3.7,y:8.15,fill:"currentColor",rx:.74}}]};t.CrossSingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(i.IconBase,Object.assign({},e,{id:"cross-single",ref:t,icon:a}))}));t.CrossSingle.displayName="CrossSingle";t["default"]=t.CrossSingle},938:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.CustomColorsSingle=void 0;var n=r(7522);var i=r(7565);var a={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M11.7067 7.96681C11.7067 8.30923 11.4291 8.58681 11.0867 8.58681H8.65338V11.2468C8.65338 11.604 8.36385 11.8935 8.00671 11.8935C7.64957 11.8935 7.36004 11.604 7.36004 11.2468V8.58681H4.91338C4.57096 8.58681 4.29338 8.30923 4.29338 7.96681C4.29338 7.6244 4.57096 7.34681 4.91338 7.34681H7.36004V4.75348C7.36004 4.39633 7.64957 4.10681 8.00671 4.10681C8.36385 4.10681 8.65338 4.39633 8.65338 4.75348V7.34681H11.0867C11.4291 7.34681 11.7067 7.6244 11.7067 7.96681Z"}},{tag:"path",attrs:{fill:"currentColor",d:"M1.33337 2.66683C1.33337 1.93045 1.93033 1.3335 2.66671 1.3335H13.3334C14.0698 1.3335 14.6667 1.93045 14.6667 2.66683V13.3335C14.6667 14.0699 14.0698 14.6668 13.3334 14.6668H2.66671C1.93033 14.6668 1.33337 14.0699 1.33337 13.3335V2.66683ZM2.80004 13.2002V2.80016H13.2V13.2002H2.80004Z",fillRule:"evenodd",clipRule:"evenodd"}}]};t.CustomColorsSingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(i.IconBase,Object.assign({},e,{id:"custom-colors-single",ref:t,icon:a}))}));t.CustomColorsSingle.displayName="CustomColorsSingle";t["default"]=t.CustomColorsSingle},1313:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.CustomSorting1=void 0;var n=r(7522);var i=r(7565);var a={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_202_61",style:{maskType:"alpha"},width:16,height:16,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#D9D9D9",d:"M16 0H0V16H16V0Z"}}]},{tag:"g",attrs:{mask:"url(#mask0_202_61)"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M1.60001 3.19961C1.60001 2.31595 2.31635 1.59961 3.20001 1.59961H12.8C13.6837 1.59961 14.4 2.31595 14.4 3.19961V12.7696C14.4 13.6533 13.6837 14.3696 12.8 14.3696H3.20001C2.31635 14.3696 1.60001 13.6533 1.60001 12.7696V3.19961ZM3.20001 2.87961H12.8C12.9767 2.87961 13.12 3.02288 13.12 3.19961V4.83334H2.88001V3.19961C2.88001 3.02288 3.02327 2.87961 3.20001 2.87961ZM2.88001 6.11334V12.7696C2.88001 12.9463 3.02328 13.0896 3.20001 13.0896H12.8C12.9767 13.0896 13.12 12.9463 13.12 12.7696V6.11334H2.88001Z",fillRule:"evenodd",clipRule:"evenodd"}},{tag:"path",attrs:{fill:"colorChannel1",d:"M10.6644 9.38096C10.4388 9.60646 10.0732 9.60646 9.84774 9.38096L9.61551 9.14873 9.61551 11.6492C9.61551 11.9681 9.35698 12.2266 9.03807 12.2266 8.71916 12.2266 8.46064 11.9681 8.46064 11.6492V7.75473L8.46071 7.74578C8.46172 7.67911 8.47403 7.61518 8.49581 7.55582 8.52378 7.4794 8.56843 7.4077 8.62976 7.34637 8.85527 7.12087 9.22088 7.12087 9.44638 7.34637L10.6644 8.56434C10.8899 8.78985 10.8899 9.15546 10.6644 9.38096zM6.96173 7.17725C7.28063 7.17725 7.53916 7.43577 7.53916 7.75468V11.6492C7.53916 11.7356 7.52018 11.8175 7.48617 11.8911 7.46601 11.9348 7.4401 11.9765 7.40843 12.0151 7.38198 12.0473 7.3521 12.0767 7.31936 12.1025 7.29073 12.1252 7.26046 12.1447 7.22899 12.1611 7.14907 12.2029 7.05816 12.2266 6.96173 12.2266 6.86529 12.2266 6.77438 12.2029 6.69447 12.1611 6.663 12.1447 6.63272 12.1252 6.60409 12.1025 6.58481 12.0873 6.56653 12.0709 6.54935 12.0533L5.33545 10.8394C5.10995 10.6139 5.10995 10.2483 5.33545 10.0228 5.56095 9.79733 5.92656 9.79733 6.15206 10.0228L6.38429 10.2551V7.75468C6.38429 7.43577 6.64282 7.17725 6.96173 7.17725z"}}]}]};t.CustomSorting1=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(i.IconBase,Object.assign({},e,{id:"custom-sorting-1",ref:t,icon:a}))}));t.CustomSorting1.displayName="CustomSorting1";t["default"]=t.CustomSorting1},1548:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.CustomSorting=void 0;var n=r(7522);var i=r(7565);var a={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_102_1006",style:{maskType:"alpha"},width:16,height:16,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#D9D9D9",d:"M16 0H0V16H16V0Z"}}]},{tag:"g",attrs:{mask:"url(#mask0_102_1006)"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M1.6001 3.9999C1.6001 3.11625 2.31644 2.3999 3.2001 2.3999H12.8001C13.6838 2.3999 14.4001 3.11625 14.4001 3.9999V11.9999C14.4001 12.8836 13.6838 13.5999 12.8001 13.5999H3.2001C2.31644 13.5999 1.6001 12.8836 1.6001 11.9999V3.9999ZM3.2001 3.6799H12.8001C12.9768 3.6799 13.1201 3.82317 13.1201 3.9999V5.03779H2.8801V3.9999C2.8801 3.82317 3.02337 3.6799 3.2001 3.6799ZM2.8801 6.31779V11.9999C2.8801 12.1766 3.02337 12.3199 3.2001 12.3199H12.8001C12.9768 12.3199 13.1201 12.1766 13.1201 11.9999V6.31779H2.8801Z",fillRule:"evenodd",clipRule:"evenodd"}},{tag:"path",attrs:{fill:"colorChannel1",d:"M10.6645 9.00059C10.439 9.22609 10.0734 9.22609 9.84792 9.00059L9.61569 8.76836 9.61569 11.2688C9.61569 11.5877 9.35716 11.8463 9.03826 11.8463 8.71935 11.8463 8.46082 11.5877 8.46082 11.2688V7.37436L8.46089 7.36541C8.4619 7.29874 8.47421 7.23481 8.49599 7.17545 8.52396 7.09903 8.56861 7.02733 8.62995 6.966 8.85545 6.7405 9.22106 6.7405 9.44656 6.966L10.6645 8.18397C10.89 8.40948 10.89 8.77509 10.6645 9.00059zM6.96191 6.79688C7.28082 6.79688 7.53934 7.0554 7.53934 7.37431V11.2688C7.53934 11.3552 7.52037 11.4371 7.48636 11.5107 7.46619 11.5544 7.44028 11.5962 7.40861 11.6347 7.38216 11.667 7.35228 11.6963 7.31954 11.7222 7.29092 11.7448 7.26064 11.7643 7.22917 11.7808 7.14926 11.8226 7.05834 11.8462 6.96191 11.8462 6.86548 11.8462 6.77456 11.8226 6.69465 11.7808 6.66318 11.7643 6.6329 11.7448 6.60428 11.7222 6.585 11.7069 6.56671 11.6905 6.54953 11.673L5.33563 10.4591C5.11013 10.2336 5.11013 9.86796 5.33563 9.64246 5.56113 9.41696 5.92674 9.41696 6.15225 9.64246L6.38448 9.87469V7.37431C6.38448 7.0554 6.643 6.79688 6.96191 6.79688z"}}]}]};t.CustomSorting=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(i.IconBase,Object.assign({},e,{id:"custom-sorting",ref:t,icon:a}))}));t.CustomSorting.displayName="CustomSorting";t["default"]=t.CustomSorting},9658:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.DateSingle=void 0;var n=r(7522);var i=r(7565);var a={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M9.23136 6.19238C8.86317 6.19238 8.5647 6.49086 8.5647 6.85905V11.1688C8.5647 11.5369 8.86317 11.8354 9.23136 11.8354H11.6941C12.0622 11.8354 12.3607 11.5369 12.3607 11.1688V6.85905C12.3607 6.49086 12.0622 6.19238 11.6941 6.19238H9.23136ZM9.89803 10.5021V7.52572H11.0274V10.5021H9.89803Z",fillRule:"evenodd",clipRule:"evenodd"}},{tag:"path",attrs:{fill:"currentColor",d:"M3.63928 6.85905C3.63928 6.49086 3.93776 6.19238 4.30595 6.19238H6.76864C7.13683 6.19238 7.4353 6.49086 7.4353 6.85905V9.0057C7.43534 9.00845 7.43535 9.0112 7.43535 9.01396C7.43535 9.01671 7.43534 9.01946 7.4353 9.02221V11.1688C7.4353 11.5369 7.13683 11.8354 6.76864 11.8354H4.30595C3.93776 11.8354 3.63928 11.5369 3.63928 11.1688C3.63928 10.8006 3.93776 10.5021 4.30595 10.5021H6.10197V9.68062H4.92167C4.55348 9.68062 4.255 9.38215 4.255 9.01396C4.255 8.64577 4.55348 8.34729 4.92167 8.34729H6.10197V7.52572H4.30595C3.93776 7.52572 3.63928 7.22724 3.63928 6.85905Z"}},{tag:"path",attrs:{fill:"currentColor",d:"M5.66667 1.33398C6.03486 1.33398 6.33333 1.63246 6.33333 2.00065V2.53381H9.66675V2.00065C9.66675 1.63246 9.96523 1.33398 10.3334 1.33398C10.7016 1.33398 11.0001 1.63246 11.0001 2.00065V2.53381H14.1821C14.5503 2.53381 14.8488 2.83229 14.8488 3.20048V13.9996C14.8488 14.3677 14.5503 14.6662 14.1821 14.6662H1.81791C1.44972 14.6662 1.15125 14.3677 1.15125 13.9996V3.20048C1.15125 2.83229 1.44972 2.53381 1.81791 2.53381H5V2.00065C5 1.63246 5.29848 1.33398 5.66667 1.33398ZM9.66675 3.86715V4.40045C9.66675 4.76864 9.96523 5.06711 10.3334 5.06711C10.7016 5.06711 11.0001 4.76864 11.0001 4.40045V3.86715H13.5154V13.3329H2.48458V3.86715H5V4.40045C5 4.76864 5.29848 5.06711 5.66667 5.06711C6.03486 5.06711 6.33333 4.76864 6.33333 4.40045V3.86715H9.66675Z",fillRule:"evenodd",clipRule:"evenodd"}}]};t.DateSingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(i.IconBase,Object.assign({},e,{id:"date-single",ref:t,icon:a}))}));t.DateSingle.displayName="DateSingle";t["default"]=t.DateSingle},6946:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.DeleteCellMoveDown=void 0;var n=r(7522);var i=r(7565);var a={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_102_1093",style:{maskType:"alpha"},width:16,height:16,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#DCDCDC",d:"M0 0H16V16H0z"}}]},{tag:"g",attrs:{mask:"url(#mask0_102_1093)",fillRule:"evenodd",clipRule:"evenodd"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M7.69148 5.44796C7.69148 5.07977 7.393 4.7813 7.02481 4.7813H3.25445C2.88626 4.7813 2.58779 5.07977 2.58779 5.44796V10.5516C2.58779 10.9198 2.88626 11.2183 3.25445 11.2183H7.02481C7.393 11.2183 7.69148 10.9198 7.69148 10.5516V5.44796ZM2.58779 3.50537C1.88311 3.50537 1.31186 4.07662 1.31186 4.7813V11.2183C1.31186 11.923 1.88311 12.4942 2.58779 12.4942H7.69148C8.39613 12.4942 8.96739 11.923 8.96739 11.2183V4.7813C8.96739 4.07662 8.39613 3.50537 7.69148 3.50537H2.58779Z"}},{tag:"path",attrs:{fill:"colorChannel1",d:"M11.8919 10.4557C11.9671 10.4869 12.0496 10.5041 12.1361 10.5041C12.2226 10.5041 12.3051 10.4869 12.3803 10.4557C12.4555 10.4246 12.526 10.3784 12.5872 10.3172L14.5011 8.40335C14.7502 8.15421 14.7502 7.75028 14.5011 7.50114C14.2519 7.252 13.848 7.252 13.5989 7.50114L12.774 8.32595V6.13406C12.774 5.78172 12.4884 5.49609 12.1361 5.49609C11.7837 5.49609 11.4981 5.78172 11.4981 6.13406V8.32595L10.6733 7.50114C10.4241 7.252 10.0202 7.252 9.77106 7.50114C9.52192 7.75028 9.52192 8.15421 9.77106 8.40335L11.6847 10.3169M6.97288 9.84189C6.69858 10.1235 6.25386 10.1235 5.97956 9.84189L5.17866 9.01974L4.37769 9.84195C4.1034 10.1235 3.65867 10.1235 3.38437 9.84195C3.11008 9.56038 3.11008 9.10385 3.38437 8.82228L4.18534 8.00007L3.38439 7.17787C3.11009 6.8963 3.11009 6.43977 3.38439 6.1582C3.65869 5.87663 4.10341 5.87663 4.37771 6.1582L5.17866 6.9804L5.97954 6.15826C6.25384 5.87669 6.69857 5.87669 6.97287 6.15826C7.24716 6.43984 7.24716 6.89636 6.97286 7.17793L6.17198 8.00007L6.97288 8.82222C7.24718 9.10379 7.24718 9.56031 6.97288 9.84189Z"}}]}]};t.DeleteCellMoveDown=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(i.IconBase,Object.assign({},e,{id:"delete-cell-move-down",ref:t,icon:a}))}));t.DeleteCellMoveDown.displayName="DeleteCellMoveDown";t["default"]=t.DeleteCellMoveDown},7946:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.DeleteCellShiftLeft=void 0;var n=r(7522);var i=r(7565);var a={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_252_31",style:{maskType:"alpha"},width:16,height:16,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#DCDCDC",d:"M16 16H32V32H16z",transform:"rotate(180 16 16)"}}]},{tag:"g",attrs:{mask:"url(#mask0_252_31)",fillRule:"evenodd",clipRule:"evenodd"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M8.29012 10.552C8.29012 10.9202 8.5886 11.2187 8.95679 11.2187L12.7271 11.2187C13.0953 11.2187 13.3938 10.9202 13.3938 10.552L13.3938 5.44836C13.3938 5.08016 13.0953 4.7817 12.7271 4.7817L8.95678 4.7817C8.5886 4.7817 8.29012 5.08016 8.29012 5.44836L8.29012 10.552ZM13.3938 12.4946C14.0985 12.4946 14.6697 11.9234 14.6697 11.2187L14.6697 4.7817C14.6697 4.07703 14.0985 3.50576 13.3938 3.50576L8.29012 3.50576C7.58547 3.50576 7.0142 4.07703 7.0142 4.7817L7.0142 11.2187C7.0142 11.9234 7.58547 12.4946 8.29012 12.4946L13.3938 12.4946Z"}},{tag:"path",attrs:{fill:"colorChannel1",d:"M1.37899 7.7562C1.34779 7.83142 1.33053 7.9139 1.33053 8.0004C1.33053 8.0869 1.34779 8.16938 1.37899 8.2446C1.41013 8.31985 1.45626 8.39034 1.51739 8.45151L3.43133 10.3654C3.68046 10.6145 4.08439 10.6145 4.33353 10.3654C4.58266 10.1163 4.58266 9.71232 4.33353 9.46318L3.50873 8.63836L5.70059 8.63836C6.05293 8.63836 6.33855 8.35273 6.33855 8.0004C6.33855 7.64806 6.05293 7.36244 5.70059 7.36244L3.50873 7.36244L4.33353 6.53762C4.58266 6.28848 4.58266 5.88455 4.33353 5.63541C4.08439 5.38627 3.68046 5.38627 3.43133 5.63541L1.51773 7.54899M9.00896 6.15858C9.28326 5.87701 9.72798 5.87701 10.0023 6.15858L10.8032 6.98073L11.6042 6.15852C11.8784 5.87695 12.3232 5.87695 12.5975 6.15852C12.8718 6.44009 12.8718 6.89661 12.5975 7.17819L11.7965 8.00041L12.5975 8.8226C12.8718 9.10417 12.8718 9.56069 12.5975 9.84227C12.3232 10.1238 11.8784 10.1238 11.6041 9.84227L10.8032 9.02007L10.0023 9.84221C9.728 10.1238 9.28327 10.1238 9.00897 9.84221C8.73468 9.56063 8.73468 9.10411 9.00898 8.82254L9.80987 8.00041L9.00896 7.17825C8.73466 6.89668 8.73466 6.44016 9.00896 6.15858Z"}}]}]};t.DeleteCellShiftLeft=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(i.IconBase,Object.assign({},e,{id:"delete-cell-shift-left",ref:t,icon:a}))}));t.DeleteCellShiftLeft.displayName="DeleteCellShiftLeft";t["default"]=t.DeleteCellShiftLeft},5165:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.DeleteCellShiftRight=void 0;var n=r(7522);var i=r(7565);var a={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_102_1088",style:{maskType:"alpha"},width:16,height:16,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#DCDCDC",d:"M0 0H16V16H0z"}}]},{tag:"g",attrs:{mask:"url(#mask0_102_1088)",fillRule:"evenodd",clipRule:"evenodd"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M7.70985 5.44796C7.70985 5.07977 7.41137 4.7813 7.04318 4.7813H3.27282C2.90463 4.7813 2.60616 5.07977 2.60616 5.44796V10.5516C2.60616 10.9198 2.90463 11.2183 3.27282 11.2183H7.04318C7.41137 11.2183 7.70985 10.9198 7.70985 10.5516V5.44796ZM2.60616 3.50537C1.90148 3.50537 1.33023 4.07662 1.33023 4.7813V11.2183C1.33023 11.923 1.90148 12.4942 2.60616 12.4942H7.70985C8.4145 12.4942 8.98576 11.923 8.98576 11.2183V4.7813C8.98576 4.07662 8.4145 3.50537 7.70985 3.50537H2.60616Z"}},{tag:"path",attrs:{fill:"colorChannel1",d:"M14.621 8.2438C14.6522 8.16858 14.6695 8.0861 14.6695 7.9996C14.6695 7.9131 14.6522 7.83062 14.621 7.7554C14.5899 7.68015 14.5438 7.60966 14.4826 7.54849L12.5687 5.63461C12.3196 5.38547 11.9156 5.38547 11.6665 5.63461C11.4174 5.88375 11.4174 6.28768 11.6665 6.53682L12.4913 7.36164H10.2994C9.94711 7.36164 9.66148 7.64727 9.66148 7.9996C9.66148 8.35194 9.94711 8.63756 10.2994 8.63756H12.4913L11.6665 9.46238C11.4174 9.71152 11.4174 10.1155 11.6665 10.3646C11.9156 10.6137 12.3196 10.6137 12.5687 10.3646L14.4823 8.45101M6.99107 9.84142C6.71677 10.123 6.27205 10.123 5.99775 9.84142L5.19685 9.01927L4.39588 9.84148C4.12159 10.1231 3.67686 10.1231 3.40256 9.84148C3.12826 9.55991 3.12826 9.10339 3.40256 8.82181L4.20353 7.99959L3.40258 7.1774C3.12828 6.89583 3.12828 6.43931 3.40258 6.15773C3.67688 5.87616 4.1216 5.87616 4.3959 6.15773L5.19685 6.97993L5.99773 6.15779C6.27203 5.87622 6.71676 5.87622 6.99106 6.15779C7.26535 6.43937 7.26535 6.89589 6.99105 7.17746L6.19017 7.99959L6.99107 8.82175C7.26537 9.10332 7.26537 9.55984 6.99107 9.84142Z"}}]}]};t.DeleteCellShiftRight=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(i.IconBase,Object.assign({},e,{id:"delete-cell-shift-right",ref:t,icon:a}))}));t.DeleteCellShiftRight.displayName="DeleteCellShiftRight";t["default"]=t.DeleteCellShiftRight},4417:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.DeleteCellShiftUp=void 0;var n=r(7522);var i=r(7565);var a={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_252_36",style:{maskType:"alpha"},width:16,height:16,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#DCDCDC",d:"M0 0H16V16H0z",transform:"matrix(1 0 0 -1 0 16)"}}]},{tag:"g",attrs:{mask:"url(#mask0_252_36)",fillRule:"evenodd",clipRule:"evenodd"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M7.69172 10.552C7.69172 10.9202 7.39324 11.2187 7.02506 11.2187H3.2547C2.8865 11.2187 2.58803 10.9202 2.58803 10.552V5.44836C2.58803 5.08016 2.8865 4.7817 3.2547 4.7817H7.02506C7.39324 4.7817 7.69172 5.08016 7.69172 5.44836V10.552ZM2.58803 12.4946C1.88335 12.4946 1.3121 11.9234 1.3121 11.2187V4.7817C1.3121 4.07703 1.88335 3.50576 2.58803 3.50576H7.69172C8.39637 3.50576 8.96764 4.07703 8.96764 4.7817V11.2187C8.96764 11.9234 8.39637 12.4946 7.69172 12.4946H2.58803Z"}},{tag:"path",attrs:{fill:"colorChannel1",d:"M11.892 5.54431C11.9672 5.51312 12.0497 5.49591 12.1362 5.49591C12.2227 5.49591 12.3052 5.51312 12.3804 5.54431C12.4557 5.57545 12.5261 5.62159 12.5873 5.68276L14.5012 7.59665C14.7503 7.84579 14.7503 8.24972 14.5012 8.49886C14.2521 8.748 13.8481 8.748 13.599 8.49886L12.7741 7.67405V9.86594C12.7741 10.2183 12.4885 10.5039 12.1362 10.5039C11.7839 10.5039 11.4983 10.2183 11.4983 9.86594V7.67405L10.6734 8.49886C10.4243 8.748 10.0203 8.748 9.77121 8.49886C9.52207 8.24972 9.52207 7.84579 9.77121 7.59665L11.6848 5.68305M6.97304 6.15811C6.69874 5.87653 6.25401 5.87654 5.97972 6.15811L5.17881 6.98026L4.37784 6.15805C4.10355 5.87647 3.65882 5.87647 3.38453 6.15805C3.11023 6.43962 3.11023 6.89615 3.38453 7.17772L4.18549 7.99993L3.38454 8.82213C3.11024 9.1037 3.11024 9.56023 3.38454 9.8418C3.65884 10.1234 4.10356 10.1234 4.37786 9.8418L5.17881 9.0196L5.9797 9.84174C6.254 10.1233 6.69872 10.1233 6.97302 9.84174C7.24732 9.56016 7.24732 9.10364 6.97302 8.82207L6.17213 7.99993L6.97304 7.17778C7.24734 6.89621 7.24734 6.43969 6.97304 6.15811Z"}}]}]};t.DeleteCellShiftUp=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(i.IconBase,Object.assign({},e,{id:"delete-cell-shift-up",ref:t,icon:a}))}));t.DeleteCellShiftUp.displayName="DeleteCellShiftUp";t["default"]=t.DeleteCellShiftUp},1940:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.DeleteColumn=void 0;var n=r(7522);var i=r(7565);var a={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_102_1098",style:{maskType:"alpha"},width:16,height:16,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#DCDCDC",d:"M0 0H16V16H0z"}}]},{tag:"g",attrs:{mask:"url(#mask0_102_1098)",fillRule:"evenodd",clipRule:"evenodd"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M11.9503 1.33317C12.6866 1.33317 13.2836 1.9301 13.2836 2.6665V13.3332C13.2836 14.0695 12.6866 14.6665 11.9503 14.6665H9.28359C8.54721 14.6665 7.95026 14.0696 7.95026 13.3332L7.95026 2.6665C7.95026 1.9301 8.54721 1.33317 9.28359 1.33317H11.9503ZM11.9503 2.6665V13.3332H9.28359V2.6665H11.9503Z"}},{tag:"path",attrs:{fill:"colorChannel1",d:"M3.8542 6.29716C3.59385 6.03681 3.17174 6.03681 2.91139 6.29716C2.65104 6.55751 2.65104 6.97962 2.91139 7.23997L3.67157 8.00014L2.9114 8.76031C2.65105 9.02066 2.65105 9.44277 2.9114 9.70312C3.17175 9.96347 3.59387 9.96347 3.85421 9.70312L4.61437 8.94296L5.37459 9.70318C5.63494 9.96352 6.05705 9.96353 6.31741 9.70318C6.57775 9.44283 6.57775 9.02072 6.31741 8.76036L5.55718 8.00014L6.31742 7.23991C6.57777 6.97956 6.57777 6.55745 6.31742 6.2971C6.05707 6.03675 5.63496 6.03675 5.37461 6.2971L4.61437 7.05734L3.8542 6.29716Z"}}]}]};t.DeleteColumn=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(i.IconBase,Object.assign({},e,{id:"delete-column",ref:t,icon:a}))}));t.DeleteColumn.displayName="DeleteColumn";t["default"]=t.DeleteColumn},9500:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.DeleteRow=void 0;var n=r(7522);var i=r(7565);var a={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_102_1103",style:{maskType:"alpha"},width:16,height:16,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#DCDCDC",d:"M0 0H16V16H0z"}}]},{tag:"g",attrs:{mask:"url(#mask0_102_1103)",fillRule:"evenodd",clipRule:"evenodd"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M14.6666 11.9502C14.6666 12.6866 14.0697 13.2835 13.3333 13.2835H2.66665C1.93027 13.2835 1.33331 12.6866 1.33331 11.9502V9.28353C1.33331 8.54715 1.93027 7.9502 2.66665 7.9502L13.3333 7.9502C14.0697 7.9502 14.6666 8.54715 14.6666 9.28353V11.9502ZM13.3333 11.9502H2.66665V9.28353H13.3333V11.9502Z"}},{tag:"path",attrs:{fill:"colorChannel1",d:"M9.60134 3.85438C9.86169 3.59403 9.86169 3.17192 9.60134 2.91157C9.34099 2.65122 8.91888 2.65122 8.65853 2.91157L7.89835 3.67175L7.13819 2.91159C6.87784 2.65124 6.45573 2.65124 6.19538 2.91159C5.93503 3.17194 5.93503 3.59405 6.19538 3.8544L6.95554 4.61456L6.19532 5.37478C5.93497 5.63513 5.93497 6.05724 6.19532 6.31759C6.45567 6.57794 6.87778 6.57794 7.13813 6.31759L7.89835 5.55737L8.65859 6.3176C8.91893 6.57796 9.34105 6.57796 9.60139 6.3176C9.86175 6.05726 9.86175 5.63514 9.60139 5.3748L8.84116 4.61456L9.60134 3.85438Z"}}]}]};t.DeleteRow=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(i.IconBase,Object.assign({},e,{id:"delete-row",ref:t,icon:a}))}));t.DeleteRow.displayName="DeleteRow";t["default"]=t.DeleteRow},2017:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.DeleteSingle=void 0;var n=r(7522);var i=r(7565);var a={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M6.78662 6.17993C7.12169 6.17993 7.39331 6.45156 7.39331 6.78662V10.7301C7.39331 11.0652 7.12169 11.3368 6.78662 11.3368 6.45156 11.3368 6.17993 11.0652 6.17993 10.7301V6.78662C6.17993 6.45156 6.45156 6.17993 6.78662 6.17993zM9.82007 6.78662C9.82007 6.45156 9.54844 6.17993 9.21338 6.17993 8.87831 6.17993 8.60669 6.45156 8.60669 6.78662V10.7301C8.60669 11.0652 8.87831 11.3368 9.21338 11.3368 9.54844 11.3368 9.82007 11.0652 9.82007 10.7301V6.78662z"}},{tag:"path",attrs:{fill:"currentColor",d:"M6.57094 1.32642C6.34938 1.32642 6.14544 1.44719 6.03894 1.64148L5.21395 3.14648H1.93311C1.59804 3.14648 1.32642 3.41811 1.32642 3.75317C1.32642 4.08824 1.59804 4.35986 1.93311 4.35986H2.84314V14.0669C2.84314 14.402 3.11476 14.6736 3.44983 14.6736H12.5502C12.8852 14.6736 13.1569 14.402 13.1569 14.0669V4.35986H14.0669C14.402 4.35986 14.6736 4.08824 14.6736 3.75317C14.6736 3.41811 14.402 3.14648 14.0669 3.14648H10.7895L9.98357 1.64602C9.87785 1.4492 9.67252 1.32642 9.44911 1.32642H6.57094ZM9.4122 3.14648L9.08632 2.53979H6.93024L6.59767 3.14648H9.4122ZM4.05652 4.35986V13.4602H11.9435V4.35986H4.05652Z",fillRule:"evenodd",clipRule:"evenodd"}}]};t.DeleteSingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(i.IconBase,Object.assign({},e,{id:"delete-single",ref:t,icon:a}))}));t.DeleteSingle.displayName="DeleteSingle";t["default"]=t.DeleteSingle},8258:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.DescendingOrder=void 0;var n=r(7522);var i=r(7565);var a={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_102_1078",style:{maskType:"alpha"},width:16,height:16,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#DCDCDC",d:"M0 0H16V16H0z"}}]},{tag:"g",attrs:{mask:"url(#mask0_102_1078)",fillRule:"evenodd",clipRule:"evenodd"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M6.85588 12.8206C6.85588 13.1786 7.14605 13.4688 7.504 13.4688H13.9851C14.3431 13.4688 14.6333 13.1786 14.6333 12.8206C14.6333 12.4627 14.3431 12.1725 13.9851 12.1725H7.504C7.14605 12.1725 6.85588 12.4627 6.85588 12.8206ZM6.85588 9.58006C6.85588 9.93801 7.14605 10.2282 7.504 10.2282H12.6889C13.0469 10.2282 13.337 9.93801 13.337 9.58006C13.337 9.22212 13.0469 8.93195 12.6889 8.93195H7.504C7.14605 8.93195 6.85588 9.22212 6.85588 9.58006ZM6.85588 6.33948C6.85588 6.69742 7.14605 6.98761 7.504 6.98761H11.3927C11.7506 6.98761 12.0408 6.69742 12.0408 6.33948C12.0408 5.98155 11.7506 5.69135 11.3927 5.69135H7.504C7.14605 5.69135 6.85588 5.98155 6.85588 6.33948ZM6.85588 3.09895C6.85588 3.45688 7.14605 3.74702 7.504 3.74702H10.0965C10.4544 3.74702 10.7446 3.45688 10.7446 3.09895C10.7446 2.74095 10.4544 2.45082 10.0965 2.45082H7.504C7.14605 2.45082 6.85588 2.74095 6.85588 3.09895Z"}},{tag:"path",attrs:{fill:"colorChannel1",d:"M5.30222 2.49089C5.30222 2.13294 5.01205 1.84277 4.65411 1.84277C4.29616 1.84277 4.00599 2.13294 4.00599 2.49089V11.9911L2.47294 10.4581C2.21983 10.205 1.80947 10.205 1.55637 10.4581C1.30326 10.7112 1.30326 11.1216 1.55637 11.3746L4.14883 13.9671C4.28133 14.0996 4.45695 14.1628 4.63054 14.1565C4.63836 14.1568 4.64621 14.157 4.65411 14.157C5.01205 14.157 5.30222 13.8668 5.30222 13.5088V2.49089Z"}}]}]};t.DescendingOrder=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(i.IconBase,Object.assign({},e,{id:"descending-order",ref:t,icon:a}))}));t.DescendingOrder.displayName="DescendingOrder";t["default"]=t.DescendingOrder},6701:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.DetailsSingle=void 0;var n=r(7522);var i=r(7565);var a={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_102_891",style:{maskType:"alpha"},width:16,height:16,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#DCDCDC",d:"M0 0H16V16H0z"}}]},{tag:"g",attrs:{fill:"currentColor",mask:"url(#mask0_102_891)"},children:[{tag:"path",attrs:{d:"M8.7965 5.29175C8.7965 5.73167 8.43988 6.08829 7.99996 6.08829 7.56005 6.08829 7.20343 5.73167 7.20343 5.29175 7.20343 4.85184 7.56005 4.49522 7.99996 4.49522 8.43988 4.49522 8.7965 4.85184 8.7965 5.29175zM8.63719 7.68135C8.63719 7.32942 8.35189 7.04413 7.99996 7.04413 7.64803 7.04413 7.36274 7.32942 7.36274 7.68135V11.5047C7.36274 11.8566 7.64803 12.1419 7.99996 12.1419 8.35189 12.1419 8.63719 11.8566 8.63719 11.5047V7.68135z"}},{tag:"path",attrs:{d:"M0.990479 7.99996C0.990479 4.12873 4.12873 0.990479 7.99996 0.990479C11.8712 0.990479 15.0094 4.12873 15.0094 7.99996C15.0094 11.8712 11.8712 15.0094 7.99996 15.0094C4.12873 15.0094 0.990479 11.8712 0.990479 7.99996ZM7.99996 2.26493C4.83259 2.26493 2.26493 4.83259 2.26493 7.99996C2.26493 11.1673 4.83259 13.735 7.99996 13.735C11.1673 13.735 13.735 11.1673 13.735 7.99996C13.735 4.83259 11.1673 2.26493 7.99996 2.26493Z",fillRule:"evenodd",clipRule:"evenodd"}}]}]};t.DetailsSingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(i.IconBase,Object.assign({},e,{id:"details-single",ref:t,icon:a}))}));t.DetailsSingle.displayName="DetailsSingle";t["default"]=t.DetailsSingle},9087:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.DirectExportSingle=void 0;var n=r(7522);var i=r(7565);var a={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_102_345",style:{maskType:"alpha"},width:16,height:16,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#DCDCDC",d:"M0 0H16V16H0z"}}]},{tag:"g",attrs:{fill:"currentColor",mask:"url(#mask0_102_345)"},children:[{tag:"path",attrs:{d:"M3.00004 1.3335C2.07957 1.3335 1.33337 2.07969 1.33337 3.00016V13.0002C1.33337 13.9143 2.06935 14.6566 2.98108 14.6667C2.99252 14.6671 3.00399 14.6671 3.01547 14.6668H13C13.9205 14.6668 14.6667 13.9207 14.6667 13.0002V11.8335C14.6667 11.4653 14.3682 11.1668 14 11.1668C13.6319 11.1668 13.3334 11.4653 13.3334 11.8335V13.0002C13.3334 13.1843 13.1842 13.3335 13 13.3335H5.25636C5.61522 13.016 5.95119 12.6637 6.25105 12.2868C7.06748 11.2609 7.66671 9.98799 7.66671 8.66683V2.66683H13C13.1841 2.66683 13.3334 2.81606 13.3334 3.00016V4.66683C13.3334 5.03502 13.6319 5.3335 14 5.3335C14.3682 5.3335 14.6667 5.03502 14.6667 4.66683V3.00016C14.6667 2.0797 13.9205 1.3335 13 1.3335H3.00004ZM6.33337 2.66683H3.00004C2.81595 2.66683 2.66671 2.81607 2.66671 3.00016V13.0002C2.66671 13.1484 2.76345 13.274 2.89725 13.3173C3.70845 12.9437 4.55406 12.2781 5.20773 11.4566C5.90507 10.5803 6.33337 9.59203 6.33337 8.66683V2.66683Z",fillRule:"evenodd",clipRule:"evenodd"}},{tag:"path",attrs:{d:"M12.4714 5.86209C12.2111 5.60174 11.789 5.60174 11.5286 5.86209 11.2683 6.12244 11.2683 6.54455 11.5286 6.8049L12.3906 7.66683H10C9.63185 7.66683 9.33337 7.96531 9.33337 8.3335 9.33337 8.70169 9.63185 9.00016 10 9.00016H12.3906L11.5286 9.86209C11.2683 10.1224 11.2683 10.5446 11.5286 10.8049 11.789 11.0653 12.2111 11.0653 12.4714 10.8049L14.4714 8.8049C14.5935 8.68286 14.6583 8.52528 14.6659 8.36548 14.6665 8.35482 14.6667 8.34416 14.6667 8.3335L12.4714 5.86209zM12.4714 5.86209L14.4714 7.86209C14.6001 7.9907 14.6651 8.15878 14.6667 8.32734L12.4714 5.86209z"}}]}]};t.DirectExportSingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(i.IconBase,Object.assign({},e,{id:"direct-export-single",ref:t,icon:a}))}));t.DirectExportSingle.displayName="DirectExportSingle";t["default"]=t.DirectExportSingle},8119:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.DiscordSingle24=void 0;var n=r(7522);var i=r(7565);var a={tag:"svg",attrs:{fill:"none",viewBox:"0 0 25 25",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_217_24",style:{maskType:"alpha"},width:25,height:25,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M0.9 0.36H24.9V24.36H0.9z"}}]},{tag:"g",attrs:{mask:"url(#mask0_217_24)"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M17.7366 17.4469L18.195 17.2276C18.1512 17.1938 18.1111 17.1614 18.0731 17.1307C17.9814 17.0567 17.9022 16.9929 17.8153 16.9426C17.7725 16.9181 17.686 16.9499 17.6286 16.9754C16.9449 17.2859 16.2374 17.5272 15.5063 17.6956C14.1924 17.9988 12.8649 18.0762 11.5246 17.9123C10.3355 17.7676 9.19737 17.4471 8.10658 16.9527C8.06106 16.9317 7.98367 16.9399 7.93996 16.9663C7.86368 17.0126 7.793 17.0682 7.71555 17.1292C7.68487 17.1533 7.65304 17.1784 7.61946 17.204C8.14027 17.529 8.6884 17.7676 9.28387 18.0061C9.19259 18.1518 9.10305 18.2963 9.01426 18.4396C8.80899 18.7708 8.60768 19.0956 8.39795 19.4147C8.22084 19.6839 8.20542 19.679 7.90971 19.5846L7.89353 19.5795C6.28922 19.0669 4.81238 18.3029 3.44389 17.3232C3.34646 17.2531 3.30367 17.1739 3.30185 17.0637C3.29704 16.8293 3.28896 16.5947 3.28089 16.3602C3.26301 15.8406 3.24513 15.3211 3.2627 14.803C3.341 12.4174 3.98746 10.1785 5.10192 8.07524C5.32822 7.64872 5.58395 7.23762 5.83966 6.82654C5.94096 6.66371 6.04226 6.50087 6.14171 6.33708C6.16721 6.29611 6.21182 6.25787 6.25644 6.23784C7.43554 5.70883 8.65835 5.31823 9.93124 5.08878C10.1753 5.04507 10.1807 5.04598 10.2945 5.26724C10.412 5.49486 10.5258 5.72522 10.6287 5.96013C10.6715 6.05756 10.727 6.07394 10.8208 6.06575C10.9742 6.05235 11.1275 6.03814 11.281 6.02392C11.7322 5.98208 12.1838 5.94022 12.6363 5.91916C13.3912 5.88547 14.1451 5.9401 14.8926 6.05573C15.0455 6.07941 15.1257 6.04936 15.1876 5.8964C15.2512 5.74109 15.3276 5.59099 15.404 5.44096C15.4513 5.34825 15.4985 5.2555 15.5427 5.16162C15.5855 5.07148 15.6392 5.04143 15.7384 5.05964C17.0468 5.29637 18.3088 5.68425 19.5207 6.23237C19.5771 6.25787 19.6272 6.31523 19.6636 6.36895C21.0212 8.37206 21.9508 10.5482 22.3414 12.9464C22.5062 13.958 22.5709 14.976 22.549 15.9994C22.5445 16.2144 22.5301 16.4287 22.5157 16.6432C22.507 16.7738 22.4982 16.9045 22.4917 17.0355C22.4853 17.1694 22.4352 17.2631 22.3196 17.346C20.9046 18.3521 19.3759 19.1269 17.7161 19.6414C17.615 19.6723 17.5531 19.6669 17.4948 19.5722C17.3162 19.2805 17.1356 18.9898 16.955 18.6991L16.9545 18.6982C16.8342 18.5047 16.714 18.3111 16.5943 18.1172C16.5801 18.0938 16.5701 18.0683 16.5612 18.0455C16.5569 18.0346 16.5529 18.0243 16.5488 18.0152C16.9439 17.826 17.3348 17.639 17.7366 17.4469ZM14.3681 13.0238C14.3709 13.5483 14.5038 13.9535 14.766 14.3177C15.366 15.1526 16.5169 15.2546 17.2499 14.5371C17.9592 13.8433 18.0366 12.5968 17.4201 11.8147C16.832 11.0699 15.8049 10.9415 15.0747 11.5361C14.583 11.9367 14.3809 12.4784 14.3681 13.0238ZM11.0175 11.8402C11.2906 12.2044 11.4254 12.615 11.4226 13.1513C11.4108 13.6375 11.236 14.1401 10.8254 14.5435C10.158 15.1999 9.11815 15.1699 8.48353 14.4788C7.79883 13.7331 7.77152 12.5458 8.4198 11.7692C9.11815 10.9333 10.3637 10.967 11.0175 11.8402Z",fillRule:"evenodd",clipRule:"evenodd"}}]}]};t.DiscordSingle24=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(i.IconBase,Object.assign({},e,{id:"discord-single-24",ref:t,icon:a}))}));t.DiscordSingle24.displayName="DiscordSingle24";t["default"]=t.DiscordSingle24},357:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.DiscordSingle40=void 0;var n=r(7522);var i=r(7565);var a={tag:"svg",attrs:{fill:"none",viewBox:"0 0 41 41",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_217_3",style:{maskType:"alpha"},width:41,height:41,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#D9D9D9",d:"M0.91 0.36H40.91V40.36H0.91z"}}]},{tag:"g",attrs:{mask:"url(#mask0_217_3)"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M29.4207 29.3304L30.2287 28.944C30.1516 28.8843 30.0809 28.8273 30.0139 28.7733C29.8523 28.6429 29.7128 28.5304 29.5597 28.4419C29.4843 28.3986 29.3319 28.4547 29.2309 28.4996C28.0261 29.0467 26.7796 29.4718 25.4915 29.7686C23.1766 30.3027 20.8377 30.4391 18.4763 30.1504C16.3812 29.8953 14.376 29.3306 12.4542 28.4595C12.374 28.4226 12.2376 28.4371 12.1606 28.4836C12.0262 28.5652 11.9017 28.6632 11.7652 28.7706C11.7112 28.8131 11.6551 28.8572 11.5959 28.9023C12.5135 29.475 13.4793 29.8953 14.5284 30.3156C14.3676 30.5723 14.2098 30.8269 14.0534 31.0793C13.6917 31.6628 13.337 32.2351 12.9675 32.7973C12.6555 33.2716 12.6283 33.263 12.1073 33.0967L12.0788 33.0876C9.2522 32.1845 6.6502 30.8385 4.23909 29.1124C4.06744 28.9889 3.99205 28.8493 3.98884 28.6552C3.98036 28.2422 3.96614 27.8289 3.95191 27.4157C3.92041 26.5003 3.88891 25.585 3.91986 24.672C4.05782 20.469 5.1968 16.5243 7.16033 12.8186C7.55905 12.0672 8.00961 11.3428 8.46015 10.6186C8.63862 10.3317 8.81709 10.0448 8.99232 9.75621C9.03724 9.68402 9.11585 9.61665 9.19445 9.58136C11.2719 8.64932 13.4263 7.96112 15.669 7.55686C16.0989 7.47986 16.1085 7.48146 16.3091 7.87128C16.516 8.27233 16.7165 8.67819 16.8978 9.09208C16.9732 9.26372 17.071 9.2926 17.2363 9.27816C17.5065 9.25456 17.7767 9.22951 18.047 9.20445C18.8421 9.13075 19.6377 9.057 20.435 9.01989C21.7649 8.96053 23.0932 9.05678 24.4102 9.26052C24.6797 9.30223 24.8209 9.24929 24.93 8.97978C25.042 8.70615 25.1767 8.4417 25.3114 8.17736C25.3946 8.01402 25.4778 7.85061 25.5556 7.6852C25.631 7.52638 25.7257 7.47344 25.9005 7.50553C28.2058 7.92262 30.4292 8.606 32.5644 9.57173C32.6638 9.61665 32.7521 9.71771 32.8162 9.81236C35.2081 13.3416 36.846 17.1756 37.5342 21.4011C37.8245 23.1833 37.9384 24.9768 37.8999 26.7799C37.8919 27.1588 37.8666 27.5364 37.8413 27.9143C37.8258 28.1444 37.8104 28.3747 37.7989 28.6055C37.7876 28.8413 37.6994 29.0066 37.4957 29.1525C35.0027 30.9252 32.3093 32.2903 29.3848 33.1967C29.2068 33.2513 29.0977 33.2416 28.995 33.0748C28.6803 32.5609 28.3621 32.0487 28.044 31.5365L28.0431 31.535C27.8312 31.194 27.6193 30.8529 27.4085 30.5113C27.3835 30.47 27.3659 30.4251 27.3501 30.3849C27.3426 30.3658 27.3355 30.3477 27.3283 30.3316C28.0243 29.9982 28.7128 29.6689 29.4207 29.3304ZM23.4862 21.5374C23.491 22.4614 23.7253 23.1753 24.1873 23.817C25.2444 25.288 27.2721 25.4677 28.5635 24.2036C29.8132 22.9812 29.9495 20.7851 28.8635 19.4071C27.8272 18.0948 26.0176 17.8686 24.7311 18.9162C23.8648 19.622 23.5087 20.5765 23.4862 21.5374ZM17.5828 19.452C18.064 20.0936 18.3015 20.8171 18.2967 21.762C18.2758 22.6187 17.9678 23.5042 17.2443 24.2148C16.0684 25.3715 14.2364 25.3185 13.1183 24.1009C11.912 22.7871 11.8638 20.6952 13.006 19.3268C14.2364 17.8542 16.431 17.9135 17.5828 19.452Z",fillRule:"evenodd",clipRule:"evenodd"}}]}]};t.DiscordSingle40=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(i.IconBase,Object.assign({},e,{id:"discord-single-40",ref:t,icon:a}))}));t.DiscordSingle40.displayName="DiscordSingle40";t["default"]=t.DiscordSingle40},9795:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.Dissatisfied=void 0;var n=r(7522);var i=r(7565);var a={tag:"svg",attrs:{fill:"none",viewBox:"0 0 20 20",width:"1em",height:"1em"},children:[{tag:"circle",attrs:{cx:10,cy:10,r:6.89,fill:"colorChannel1",stroke:"currentColor",strokeWidth:.3}},{tag:"rect",attrs:{width:1.48,height:1.48,x:7.41,y:7.41,fill:"currentColor",rx:.74}},{tag:"rect",attrs:{width:1.48,height:1.48,x:11.11,y:7.41,fill:"currentColor",rx:.74}},{tag:"path",attrs:{stroke:"currentColor",d:"M7.03705 13.7037C7.03705 13.7037 7.77779 11.8519 10 11.8519C12.2222 11.8519 12.963 13.7037 12.963 13.7037",strokeLinecap:"round",strokeWidth:.96}}]};t.Dissatisfied=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(i.IconBase,Object.assign({},e,{id:"dissatisfied",ref:t,icon:a}))}));t.Dissatisfied.displayName="Dissatisfied";t["default"]=t.Dissatisfied},5315:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.DownBorder=void 0;var n=r(7522);var i=r(7565);var a={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_107_1287",style:{maskType:"alpha"},width:16,height:16,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#DCDCDC",d:"M0 0H16V16H0z"}}]},{tag:"g",attrs:{mask:"url(#mask0_107_1287)"},children:[{tag:"path",attrs:{fill:"colorChannel1",d:"M3.99992 1.33301H2.66659C1.93021 1.33301 1.33325 1.92996 1.33325 2.66634V3.99967H2.66659V2.66634L3.99992 2.66634V1.33301zM1.33325 9.33301H2.66659V6.66634H1.33325V9.33301zM6.66659 1.33301V2.66634H7.33325V5.33301H8.66659V2.66634H9.33325V1.33301H6.66659zM11.9999 1.33301V2.66634H13.3333V3.99967H14.6666V2.66634C14.6666 1.92996 14.0696 1.33301 13.3333 1.33301H11.9999zM14.6666 6.66634H13.3333V7.33301H10.6666V8.66634H13.3333V9.33301H14.6666V6.66634zM7.33325 13.333V10.6663H8.66659V13.333H7.33325zM5.33325 7.33301H2.66659V8.66634H5.33325V7.33301z"}},{tag:"path",attrs:{fill:"currentColor",d:"M1.33325 13.3333V12H2.66659L2.66659 13.3333H13.3333V12H14.6666V13.3333C14.6666 14.0697 14.0696 14.6667 13.3333 14.6667H2.66659C1.93021 14.6667 1.33325 14.0697 1.33325 13.3333Z"}}]}]};t.DownBorder=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(i.IconBase,Object.assign({},e,{id:"down-border",ref:t,icon:a}))}));t.DownBorder.displayName="DownBorder";t["default"]=t.DownBorder},7302:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.DownSingle=void 0;var n=r(7522);var i=r(7565);var a={tag:"svg",attrs:{fill:"none",viewBox:"0 0 20 20",width:"1em",height:"1em"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M10.5547 14.1884C10.2599 14.5214 9.74019 14.5214 9.4454 14.1884L3.71321 7.71335C3.29002 7.23532 3.6294 6.48161 4.26784 6.48161L15.7322 6.48161C16.3707 6.48161 16.7101 7.23532 16.2869 7.71335L10.5547 14.1884Z"}}]};t.DownSingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(i.IconBase,Object.assign({},e,{id:"down-single",ref:t,icon:a}))}));t.DownSingle.displayName="DownSingle";t["default"]=t.DownSingle},2917:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.DropdownSingle=void 0;var n=r(7522);var i=r(7565);var a={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_371_77",style:{maskType:"alpha"},width:16,height:16,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#DCDCDC",d:"M0 0H16V16H0z"}}]},{tag:"g",attrs:{mask:"url(#mask0_371_77)"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M8.85869 12.9216C8.38445 13.4708 7.61555 13.4708 7.14131 12.9216L0.358114 5.06726C-0.406895 4.18144 0.134916 2.66683 1.2168 2.66683L14.7832 2.66683C15.8651 2.66683 16.4069 4.18144 15.6419 5.06726L8.85869 12.9216Z"}}]}]};t.DropdownSingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(i.IconBase,Object.assign({},e,{id:"dropdown-single",ref:t,icon:a}))}));t.DropdownSingle.displayName="DropdownSingle";t["default"]=t.DropdownSingle},9338:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.EditRegionSingle=void 0;var n=r(7522);var i=r(7565);var a={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M9.36387 6.66097C9.12255 6.42404 8.7313 6.42404 8.48999 6.66097L5.40037 9.69442C5.28448 9.8082 5.21938 9.96251 5.21938 10.1234V11.3368C5.21938 11.6719 5.49603 11.9435 5.83731 11.9435H7.07315C7.23704 11.9435 7.39421 11.8796 7.51009 11.7658L10.5997 8.73234C10.841 8.49541 10.841 8.11128 10.5997 7.87435L9.36387 6.66097ZM6.45523 10.7301V10.3747L8.92693 7.94795L9.2889 8.30334L6.8172 10.7301H6.45523Z",fillRule:"evenodd",clipRule:"evenodd"}},{tag:"path",attrs:{fill:"currentColor",d:"M13.5614 4.96655C13.5614 4.78275 13.4781 4.61804 13.3466 4.50679L10.3221 1.53726C10.2088 1.40815 10.041 1.32642 9.85381 1.32642H3.67457C2.99203 1.32642 2.43872 1.86966 2.43872 2.53979V13.4602C2.43872 14.1304 2.99203 14.6736 3.67457 14.6736H12.3255C13.0081 14.6736 13.5614 14.1303 13.5614 13.4602V4.96655ZM10.4717 4.35986V3.40015L11.4492 4.35986H10.4717ZM9.23589 2.53979H3.67457V13.4602H12.3255V5.57324H9.85381C9.51254 5.57324 9.23589 5.30162 9.23589 4.96655V2.53979Z",fillRule:"evenodd",clipRule:"evenodd"}}]};t.EditRegionSingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(i.IconBase,Object.assign({},e,{id:"edit-region-single",ref:t,icon:a}))}));t.EditRegionSingle.displayName="EditRegionSingle";t["default"]=t.EditRegionSingle},9106:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.EraserSingle=void 0;var n=r(7522);var i=r(7565);var a={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M1.67277 8.67081L8.6713 1.67228C9.10087 1.2427 9.79735 1.2427 10.2269 1.67228L14.3281 5.7735C14.7577 6.20308 14.7577 6.89956 14.3281 7.32913L8.27967 13.3776H12.1874C12.5381 13.3776 12.8224 13.6619 12.8224 14.0126C12.8224 14.3633 12.5381 14.6476 12.1874 14.6476H6.62197C6.57509 14.6506 6.52805 14.6506 6.48117 14.6476C6.42522 14.647 6.371 14.6393 6.31941 14.6251C6.11953 14.5821 5.92931 14.483 5.77399 14.3277L1.67277 10.2264C1.24319 9.79687 1.24319 9.10038 1.67277 8.67081ZM9.44911 2.69051L5.45981 6.67982L9.32061 10.5406L13.3099 6.55132L9.44911 2.69051ZM8.42259 11.4386L4.56178 7.57784L2.691 9.44862L6.55181 13.3094L8.42259 11.4386Z",fillRule:"evenodd",clipRule:"evenodd"}}]};t.EraserSingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(i.IconBase,Object.assign({},e,{id:"eraser-single",ref:t,icon:a}))}));t.EraserSingle.displayName="EraserSingle";t["default"]=t.EraserSingle},9978:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.ErrorSingle=void 0;var n=r(7522);var i=r(7565);var a={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M0 0H16V16H0z",opacity:.01}},{tag:"path",attrs:{fill:"currentColor",d:"M8.09973 1.50049C4.51022 1.50049 1.59973 4.41098 1.59973 8.00049C1.59973 11.59 4.51022 14.5005 8.09973 14.5005C11.6892 14.5005 14.5997 11.59 14.5997 8.00049C14.5997 4.41098 11.6892 1.50049 8.09973 1.50049ZM10.4995 10.4701L9.5419 10.4657L8.09971 8.74643L6.65897 10.4643L5.69993 10.4686C5.63609 10.4686 5.58386 10.4179 5.58386 10.3526C5.58386 10.325 5.59402 10.2989 5.61143 10.2771L7.49904 8.02824L5.61143 5.7808C5.59402 5.75904 5.58386 5.73292 5.58386 5.70536C5.58386 5.64152 5.63609 5.58929 5.69993 5.58929L6.65897 5.59364L8.09971 7.31295L9.54045 5.59509L10.498 5.59074C10.5619 5.59074 10.6141 5.64152 10.6141 5.70681C10.6141 5.73438 10.604 5.76049 10.5865 5.78225L8.70183 8.02969L10.588 10.2786C10.6054 10.3003 10.6156 10.3265 10.6156 10.354C10.6156 10.4179 10.5633 10.4701 10.4995 10.4701Z",fillRule:"evenodd",clipRule:"evenodd"}}]};t.ErrorSingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(i.IconBase,Object.assign({},e,{id:"error-single",ref:t,icon:a}))}));t.ErrorSingle.displayName="ErrorSingle";t["default"]=t.ErrorSingle},0:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.ExportSingle=void 0;var n=r(7522);var i=r(7565);var a={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_226_292",style:{maskType:"alpha"},width:16,height:16,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#DCDCDC",d:"M0 0H16V16H0z"}}]},{tag:"g",attrs:{fill:"currentColor",mask:"url(#mask0_226_292)"},children:[{tag:"path",attrs:{d:"M3.1958 1.35974C2.49527 1.35974 1.92737 1.92764 1.92737 2.62818V13.2963C1.92737 13.9969 2.49527 14.5648 3.1958 14.5648H7.00111C7.35138 14.5648 7.63533 14.2808 7.63533 13.9306C7.63533 13.5803 7.35138 13.2963 7.00111 13.2963H3.1958V2.62818H8.90377V5.16505C8.90377 5.51532 9.18772 5.79927 9.53799 5.79927H12.0749V8.01903C12.0749 8.3693 12.3588 8.65325 12.7091 8.65325C13.0593 8.65325 13.3433 8.3693 13.3433 8.01903V5.16505C13.3433 5.00103 13.281 4.85156 13.1789 4.73897L10.3265 1.56969C10.2062 1.43605 10.0349 1.35974 9.8551 1.35974H3.1958ZM10.1722 4.53083V3.29436L11.285 4.53083H10.1722Z",fillRule:"evenodd",clipRule:"evenodd"}},{tag:"path",attrs:{d:"M12.4489 9.93044C12.2344 9.71591 11.8866 9.71591 11.6721 9.93044C11.4575 10.145 11.4575 10.4928 11.6721 10.7073L12.1169 11.1521H7.55172C7.24834 11.1521 7.00241 11.398 7.00241 11.7014C7.00241 12.0048 7.24834 12.2507 7.55172 12.2507H12.1218L11.672 12.7005C11.4575 12.9151 11.4575 13.2629 11.672 13.4774C11.8865 13.6919 12.2343 13.6919 12.4489 13.4774L13.7923 12.134C13.8074 12.1217 13.8221 12.1086 13.8362 12.0945C13.943 11.9877 13.9966 11.8478 13.997 11.7078L13.9971 11.7014C13.9971 11.5279 13.9166 11.3732 13.791 11.2725L12.4489 9.93044Z"}}]}]};t.ExportSingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(i.IconBase,Object.assign({},e,{id:"export-single",ref:t,icon:a}))}));t.ExportSingle.displayName="ExportSingle";t["default"]=t.ExportSingle},6466:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.EyelashSingle=void 0;var n=r(7522);var i=r(7565);var a={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M1.6905 4.78738C2.01709 4.61737 2.41966 4.7443 2.58967 5.07089C2.75217 5.38305 3.00913 5.69251 3.36183 5.98156C4.36103 6.80048 6.03866 7.37872 7.99833 7.37872C9.958 7.37872 11.6356 6.80049 12.6348 5.98157C12.9875 5.69251 13.2445 5.38304 13.407 5.0709C13.577 4.7443 13.9796 4.61737 14.3062 4.78737C14.6327 4.95738 14.7597 5.35995 14.5897 5.68654C14.329 6.18726 13.9448 6.63187 13.48 7.01281C13.4365 7.04842 13.3923 7.08356 13.3473 7.11821L14.8065 8.57746C15.0669 8.83781 15.0669 9.25992 14.8065 9.52027C14.5462 9.78062 14.124 9.78062 13.8637 9.52027L12.1741 7.83063C11.6495 8.08125 11.0697 8.28368 10.451 8.43104L10.9916 10.4486C11.0869 10.8042 10.8759 11.1698 10.5202 11.2651C10.1646 11.3604 9.79902 11.1493 9.70373 10.7937L9.13044 8.6541C8.7607 8.69234 8.38239 8.71205 7.99833 8.71205C7.61155 8.71205 7.2306 8.69206 6.85837 8.65329L6.28486 10.7937C6.18957 11.1494 5.82401 11.3604 5.46837 11.2651C5.11272 11.1698 4.90167 10.8043 4.99696 10.4486L5.53804 8.42923C4.92309 8.28224 4.34666 8.0808 3.82483 7.8317L2.13636 9.52018C1.87602 9.78053 1.45391 9.78053 1.19355 9.52018C0.933204 9.25983 0.933203 8.83772 1.19355 8.57737L2.65127 7.11965C2.60559 7.08453 2.56072 7.04892 2.51667 7.01281C2.05184 6.63186 1.66764 6.18725 1.40699 5.68655C1.23698 5.35996 1.36391 4.95739 1.6905 4.78738Z"}}]};t.EyelashSingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(i.IconBase,Object.assign({},e,{id:"eyelash-single",ref:t,icon:a}))}));t.EyelashSingle.displayName="EyelashSingle";t["default"]=t.EyelashSingle},2791:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.FileLockSingle=void 0;var n=r(7522);var i=r(7565);var a={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_102_333",style:{maskType:"alpha"},width:16,height:16,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#DCDCDC",d:"M0 0H16V16H0z"}}]},{tag:"g",attrs:{fill:"currentColor",mask:"url(#mask0_102_333)",fillRule:"evenodd",clipRule:"evenodd"},children:[{tag:"path",attrs:{d:"M3.21442 1.49963C2.54372 1.49963 2 2.00763 2 2.63426V13.365C2 13.9917 2.54372 14.4996 3.21442 14.4996H7.04288C7.36119 14.4996 7.61923 14.2585 7.61923 13.9612C7.61923 13.6638 7.36119 13.4227 7.04288 13.4227H3.21442C3.18033 13.4227 3.15269 13.3969 3.15269 13.365V2.63426C3.15269 2.60241 3.18033 2.57659 3.21442 2.57659H9.01889V5.01887C9.01889 5.31627 9.27693 5.55735 9.59523 5.55735H12.2092V7.70156C12.2092 7.99895 12.4673 8.24004 12.7856 8.24004C13.1039 8.24004 13.3619 7.99895 13.3619 7.70156V5.02542C13.362 5.02324 13.362 5.02106 13.362 5.01887C13.362 4.87824 13.3043 4.75021 13.2098 4.6543L10.3426 1.67789C10.2333 1.56442 10.0776 1.49963 9.91423 1.49963H3.21442ZM10.1716 3.11021V4.48039H11.4915L10.1716 3.11021Z"}},{tag:"path",attrs:{d:"M8.95711 10.4419C8.63881 10.4419 8.38077 10.683 8.38077 10.9804V13.365C8.38077 13.6624 8.63881 13.9035 8.95711 13.9035H13.4237C13.742 13.9035 14 13.6624 14 13.365V10.9804C14 10.683 13.742 10.4419 13.4237 10.4419H12.7239V10.0862C12.7239 9.2949 12.0373 8.65347 11.1904 8.65347C10.3435 8.65347 9.65693 9.2949 9.65693 10.0862V10.4419H8.95711ZM12.1475 11.5189L12.1434 11.5189H10.2374L10.2333 11.5189L10.2292 11.5189H9.53346V12.8265H12.8473V11.5189H12.1516L12.1475 11.5189ZM11.5712 10.0862V10.4419H10.8096V10.0862C10.8096 9.88969 10.9801 9.73043 11.1904 9.73043C11.4007 9.73043 11.5712 9.88969 11.5712 10.0862Z"}}]}]};t.FileLockSingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(i.IconBase,Object.assign({},e,{id:"file-lock-single",ref:t,icon:a}))}));t.FileLockSingle.displayName="FileLockSingle";t["default"]=t.FileLockSingle},6875:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.FlagSingle=void 0;var n=r(7522);var i=r(7565);var a={tag:"svg",attrs:{fill:"none",viewBox:"0 0 20 21",width:"1em",height:"1em"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M15.4274 4.74935C14.0982 5.1012 13.1363 5.13675 12.3604 5.03379C11.5776 4.93009 10.9487 4.68342 10.2456 4.40416L10.2246 4.39527C9.53411 4.1212 8.76945 3.8175 7.81312 3.69157C6.84279 3.56268 5.71016 3.61898 4.24802 4.0049C4.09343 4.04217 3.95538 4.13393 3.85649 4.26515C3.7576 4.39636 3.70374 4.55925 3.70374 4.72712V17.3197C3.70374 17.5162 3.79534 17.7046 3.92654 17.8435C4.05773 17.9824 4.25893 18.0605 4.44448 18.0605C4.63002 18.0605 4.84911 17.9824 4.98031 17.8435C5.11151 17.7046 5.18522 17.5162 5.18522 17.3197V14.9123V12.5049C6.24649 12.2738 6.97081 12.2605 7.63962 12.3486C8.42246 12.4523 9.05139 12.699 9.75448 12.9782L9.77546 12.9871C10.466 13.2612 11.2306 13.5649 12.1869 13.6908C13.1601 13.8197 14.2976 13.7627 15.7667 13.3738C15.8866 13.3421 16.0727 13.2135 16.1483 13.111C16.2238 13.0084 16.2963 12.8204 16.2963 12.6553V5.46787C16.2963 5.35535 16.2721 5.24432 16.2255 5.1432C16.1788 5.04208 16.1111 4.95353 16.0274 4.88428C15.9436 4.81502 15.846 4.76688 15.7421 4.7435C15.6382 4.72012 15.494 4.73173 15.4274 4.74935Z",fillRule:"evenodd",clipRule:"evenodd"}}]};t.FlagSingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(i.IconBase,Object.assign({},e,{id:"flag-single",ref:t,icon:a}))}));t.FlagSingle.displayName="FlagSingle";t["default"]=t.FlagSingle},5256:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.FolderSingle=void 0;var n=r(7522);var i=r(7565);var a={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_290_23",style:{maskType:"alpha"},width:16,height:16,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#DCDCDC",d:"M0 0H16V16H0z"}}]},{tag:"g",attrs:{mask:"url(#mask0_290_23)"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M2.42402 1.85193C1.68697 1.85193 1.08948 2.44942 1.08948 3.18647V13.4807C1.08948 13.8106 1.33026 14.0898 1.65417 14.1401C1.66698 14.1421 1.67987 14.1437 1.69284 14.1449C1.71716 14.1473 1.74135 14.1483 1.76532 14.148H12.9087C13.2267 14.148 13.5006 13.9235 13.563 13.6116L14.8975 6.93888C14.9367 6.74285 14.886 6.53957 14.7592 6.38497C14.6325 6.23037 14.4431 6.14074 14.2432 6.14074H13.4091V4.8062C13.4091 4.06914 12.8116 3.47165 12.0746 3.47165H8.742L7.2739 2.09202C7.14713 1.93989 6.95932 1.85193 6.76129 1.85193H2.42402ZM12.0746 6.14074V4.8062H8.42947C8.23144 4.8062 8.04364 4.71824 7.91686 4.5661L6.44876 3.18647H2.42402L2.42402 7.85545L2.71362 6.65191C2.78577 6.35207 3.05399 6.14074 3.36238 6.14074H12.0746ZM2.61138 12.8135H12.3616L13.4293 7.47529H3.94592L2.61138 12.8135Z",fillRule:"evenodd",clipRule:"evenodd"}}]}]};t.FolderSingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(i.IconBase,Object.assign({},e,{id:"folder-single",ref:t,icon:a}))}));t.FolderSingle.displayName="FolderSingle";t["default"]=t.FolderSingle},597:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.FontColor=void 0;var n=r(7522);var i=r(7565);var a={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_102_1198",style:{maskType:"alpha"},width:16,height:16,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#DCDCDC",d:"M0 0H16V16H0z"}}]},{tag:"g",attrs:{mask:"url(#mask0_102_1198)"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M5.68731 9.98425C5.73282 9.87144 5.77827 9.75442 5.82366 9.63323L6.3312 8.27586H9.65859L10.3523 10.1159C10.405 10.284 10.4868 10.4276 10.6023 10.5378C10.74 10.669 10.9119 10.7236 11.1014 10.714C11.3544 10.7131 11.5919 10.6379 11.6996 10.4032L11.7013 10.3992C11.7901 10.1937 11.7749 9.9634 11.6929 9.7289L8.85351 1.86337C8.79546 1.68828 8.6901 1.54881 8.54213 1.45002C8.38836 1.33863 8.1989 1.29112 7.98798 1.29112C7.78272 1.29112 7.59752 1.34014 7.4446 1.45198C7.30481 1.55223 7.20617 1.69184 7.14935 1.86343L4.324 9.70145L4.32281 9.70495C4.27002 9.86052 4.23828 10.0056 4.23828 10.1346C4.23828 10.2646 4.27116 10.3937 4.36281 10.4909C4.50256 10.6468 4.6921 10.714 4.90604 10.714C5.0369 10.714 5.15805 10.6745 5.26156 10.5916C5.3633 10.5247 5.44621 10.4332 5.51101 10.3217C5.57988 10.2177 5.63858 10.1051 5.68731 9.98425ZM6.72105 7.00152L8.00144 3.32827L9.28183 7.00152H6.72105Z",fillRule:"evenodd",clipRule:"evenodd"}},{tag:"rect",attrs:{width:11.58,height:2.56,x:2.21,y:12.2,fill:"colorChannel1",rx:1.28}}]}]};t.FontColor=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(i.IconBase,Object.assign({},e,{id:"font-color",ref:t,icon:a}))}));t.FontColor.displayName="FontColor";t["default"]=t.FontColor},548:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.FontSizeIncreaseSingle=void 0;var n=r(7522);var i=r(7565);var a={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_102_680",style:{maskType:"alpha"},width:16,height:16,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#DCDCDC",d:"M0 0H16V16H0z"}}]},{tag:"g",attrs:{fill:"currentColor",mask:"url(#mask0_102_680)"},children:[{tag:"path",attrs:{d:"M14.3159 4.65399C14.6867 4.65399 14.872 4.42863 14.872 3.97791C14.872 3.75982 14.8248 3.59262 14.7303 3.47631C14.6358 3.35272 14.5013 3.29093 14.3268 3.29093H12.8765V1.78611C12.8765 1.41536 12.6512 1.22998 12.2004 1.22998C11.9751 1.22998 11.8042 1.28087 11.6879 1.38264C11.5716 1.47715 11.5135 1.608 11.5135 1.77521V3.29093H10.1831C9.95048 3.29093 9.77964 3.34909 9.6706 3.4654C9.56882 3.58172 9.51793 3.75255 9.51793 3.97791C9.51793 4.196 9.56882 4.36321 9.6706 4.47952C9.77237 4.59584 9.93957 4.65399 10.1722 4.65399H11.5135V6.137C11.5135 6.36963 11.5716 6.54047 11.6879 6.64951C11.8042 6.75129 11.9751 6.80218 12.2004 6.80218C12.4185 6.80218 12.5857 6.75129 12.702 6.64951C12.8184 6.54774 12.8765 6.38054 12.8765 6.14791V4.65399H14.3159Z"}},{tag:"path",attrs:{d:"M3.46657 13.1976L4.233 11.0479H9.18675L10.2149 13.908C10.2772 14.1198 10.3707 14.2881 10.4953 14.4127C10.6324 14.5498 10.8068 14.6121 11.0187 14.5996C11.3427 14.5996 11.5484 14.4999 11.6356 14.3005C11.7228 14.0887 11.7166 13.8332 11.6169 13.5341L7.67259 2.07502C7.61027 1.87562 7.49811 1.71984 7.3361 1.60768C7.17409 1.48306 6.96224 1.42075 6.70053 1.42075C6.45128 1.42075 6.24566 1.48306 6.08365 1.60768C5.9341 1.71984 5.82817 1.87562 5.76586 2.07502L1.84024 13.4967C1.70316 13.9204 1.70316 14.207 1.84024 14.3566C1.97733 14.5186 2.17049 14.5996 2.41974 14.5996C2.55682 14.5996 2.67521 14.556 2.77491 14.4688C2.88707 14.394 2.98054 14.2881 3.05531 14.151C3.14255 14.0139 3.21732 13.8643 3.27963 13.7023C3.34194 13.5403 3.40426 13.3721 3.46657 13.1976ZM6.71922 3.32748L8.85027 9.73932H4.58817L6.71922 3.32748Z",fillRule:"evenodd",clipRule:"evenodd"}}]}]};t.FontSizeIncreaseSingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(i.IconBase,Object.assign({},e,{id:"font-size-increase-single",ref:t,icon:a}))}));t.FontSizeIncreaseSingle.displayName="FontSizeIncreaseSingle";t["default"]=t.FontSizeIncreaseSingle},8440:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.FontSizeReduceSingleSingle=void 0;var n=r(7522);var i=r(7565);var a={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_102_683",style:{maskType:"alpha"},width:16,height:16,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#DCDCDC",d:"M0 0H16V16H0z"}}]},{tag:"g",attrs:{fill:"currentColor",mask:"url(#mask0_102_683)"},children:[{tag:"path",attrs:{d:"M3.38645 13.2745L4.16166 11.1001H9.17214L10.2121 13.993C10.2751 14.2073 10.3696 14.3774 10.4957 14.5035C10.6343 14.6421 10.8108 14.7052 11.0251 14.6926C11.3528 14.6926 11.5608 14.5917 11.649 14.39C11.7373 14.1758 11.731 13.9174 11.6301 13.6148L7.64064 2.02456C7.57761 1.82288 7.46417 1.66531 7.3003 1.55187C7.13644 1.42582 6.92215 1.36279 6.65745 1.36279C6.40535 1.36279 6.19737 1.42582 6.0335 1.55187C5.88224 1.66531 5.7751 1.82288 5.71207 2.02456L1.7415 13.577C1.60285 14.0056 1.60285 14.2955 1.7415 14.4468C1.88016 14.6106 2.07554 14.6926 2.32764 14.6926C2.46629 14.6926 2.58604 14.6484 2.68688 14.5602C2.80032 14.4846 2.89486 14.3774 2.97049 14.2388C3.05872 14.1001 3.13435 13.9489 3.19738 13.785C3.2604 13.6211 3.32343 13.451 3.38645 13.2745ZM6.67636 3.29136L8.83181 9.77662H4.5209L6.67636 3.29136Z",fillRule:"evenodd",clipRule:"evenodd"}},{tag:"path",attrs:{d:"M13.8056 3.96584C14.1806 3.96584 14.3681 3.7379 14.3681 3.28202C14.3681 3.06143 14.3203 2.89232 14.2248 2.77467C14.1292 2.64967 13.9931 2.58717 13.8167 2.58717H10.177C9.94168 2.58717 9.76889 2.646 9.6586 2.76364C9.55566 2.88129 9.50418 3.05408 9.50418 3.28202C9.50418 3.50996 9.55566 3.68276 9.6586 3.8004C9.76154 3.9107 9.93065 3.96584 10.1659 3.96584H13.8056Z"}}]}]};t.FontSizeReduceSingleSingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(i.IconBase,Object.assign({},e,{id:"font-size-reduce-single-single",ref:t,icon:a}))}));t.FontSizeReduceSingleSingle.displayName="FontSizeReduceSingleSingle";t["default"]=t.FontSizeReduceSingleSingle},6621:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.FreezeColumnSingle=void 0;var n=r(7522);var i=r(7565);var a={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 17",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_102_765",style:{maskType:"alpha"},width:16,height:17,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#CDCDCD",d:"M0 0H16V16.55H0z"}}]},{tag:"g",attrs:{mask:"url(#mask0_102_765)"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M13.3332 1.37891C14.0696 1.37891 14.6666 1.9962 14.6666 2.75765V13.7876C14.6666 14.5491 14.0696 15.1664 13.3332 15.1664H2.66655C1.93018 15.1664 1.33322 14.5491 1.33322 13.7876V2.75765C1.33322 1.99619 1.93017 1.37891 2.66655 1.37891H13.3332ZM5.66655 2.75765H5.62777L2.66655 5.48001V6.69813L5.66655 3.83458V2.75765ZM6.99989 4.1331V2.75765H13.3332V13.7876H6.99989V10.3604C7.00025 10.3472 7.00025 10.3341 6.99989 10.3209V7.24154C6.9999 7.23945 6.9999 7.23737 6.99989 7.23528V4.13936C6.9999 4.13727 6.9999 4.13519 6.99989 4.1331ZM5.66655 5.71092L2.66655 8.57447V9.80031L5.66655 6.93676V5.71092ZM5.66655 8.8131L2.66655 11.6767V12.9975L5.66655 10.0454V8.8131ZM5.66655 11.9487L3.79779 13.7876H5.66655V11.9487ZM3.62105 2.75765L2.66655 3.63515V2.75765H3.62105Z",fillRule:"evenodd",clipRule:"evenodd"}}]}]};t.FreezeColumnSingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(i.IconBase,Object.assign({},e,{id:"freeze-column-single",ref:t,icon:a}))}));t.FreezeColumnSingle.displayName="FreezeColumnSingle";t["default"]=t.FreezeColumnSingle},6166:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.FreezeRowSingle=void 0;var n=r(7522);var i=r(7565);var a={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 17",width:"1em",height:"1em"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M12.0438 1.37891H13.3332C14.0696 1.37891 14.6666 1.99621 14.6666 2.75766V13.7876C14.6666 14.5491 14.0696 15.1664 13.3332 15.1664H2.66656C1.93018 15.1664 1.33322 14.5491 1.33322 13.7876V2.75766C1.33322 1.9962 1.93018 1.37891 2.66656 1.37891H12.0376C12.0396 1.3789 12.0417 1.3789 12.0438 1.37891ZM8.89802 5.88004L12.2944 2.75766H13.3332V3.1422L10.3892 5.88004H8.89802ZM6.89129 5.88004L10.2877 2.75766H8.96106L5.56469 5.88004H6.89129ZM6.95433 2.75766L3.55795 5.88004H2.66656V5.48L5.62776 2.75766H6.95433ZM12.3831 5.88004H13.3332V4.99649L12.3831 5.88004ZM2.66656 3.63515L3.62104 2.75766H2.66656V3.63515ZM2.66656 7.25878H13.3332V13.7876H2.66656V7.25878Z",fillRule:"evenodd",clipRule:"evenodd"}},{tag:"path",attrs:{fill:"currentColor",d:"M12.0438 1.37891H13.3333C14.0696 1.37891 14.6666 1.99621 14.6666 2.75766V13.7876C14.6666 14.5491 14.0696 15.1664 13.3333 15.1664H2.66659C1.93021 15.1664 1.33325 14.5491 1.33325 13.7876V2.75766C1.33325 1.9962 1.93021 1.37891 2.66659 1.37891H12.0376C12.0396 1.3789 12.0417 1.3789 12.0438 1.37891ZM8.89805 5.88004L12.2944 2.75766H13.3333V3.1422L10.3892 5.88004H8.89805ZM6.89131 5.88004L10.2877 2.75766H8.96109L5.56471 5.88004H6.89131ZM6.95435 2.75766L3.55798 5.88004H2.66659V5.48L5.62779 2.75766H6.95435ZM12.3831 5.88004H13.3333V4.99649L12.3831 5.88004ZM2.66659 3.63515L3.62107 2.75766H2.66659V3.63515ZM2.66659 7.25878H13.3333V13.7876H2.66659V7.25878Z",fillRule:"evenodd",clipRule:"evenodd"}}]};t.FreezeRowSingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(i.IconBase,Object.assign({},e,{id:"freeze-row-single",ref:t,icon:a}))}));t.FreezeRowSingle.displayName="FreezeRowSingle";t["default"]=t.FreezeRowSingle},4731:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.FreezeToSelectedSingle=void 0;var n=r(7522);var i=r(7565);var a={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 17",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_102_721",style:{maskType:"alpha"},width:16,height:17,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#D9D9D9",d:"M0 0H16V16.55H0z"}}]},{tag:"g",attrs:{mask:"url(#mask0_102_721)"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M13.3335 1.37866C14.0699 1.37866 14.6668 1.99595 14.6668 2.75741V13.7874C14.6668 14.5489 14.0699 15.1661 13.3335 15.1661H2.66683C1.93046 15.1661 1.3335 14.5489 1.3335 13.7874V2.75741C1.3335 1.99595 1.93045 1.37866 2.66683 1.37866H13.3335ZM13.3335 6.54896V4.70313L11.3997 6.54896H13.3335ZM9.43397 6.54896L13.2146 2.94023C13.2517 2.90486 13.2916 2.87466 13.3335 2.84959V2.75741H11.9291L7.99087 6.54896H9.43397ZM7.00016 7.92771H13.3335V13.7874H7.00016V10.3685C7.0009 10.3498 7.0009 10.331 7.00016 10.3123V7.92771ZM5.66683 13.7874V11.9383L3.76985 13.7874H5.66683ZM5.66683 8.78641V10.0435L2.66683 12.9678V11.6747L5.66683 8.78641ZM9.97243 2.75741L2.66683 9.79085V8.57945L8.92354 2.75741H9.97243ZM5.62805 2.75741H6.93026L2.66683 6.72465V5.47976L5.62805 2.75741ZM3.62132 2.75741L2.66683 3.63491V2.75741H3.62132Z",fillRule:"evenodd",clipRule:"evenodd"}}]}]};t.FreezeToSelectedSingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(i.IconBase,Object.assign({},e,{id:"freeze-to-selected-single",ref:t,icon:a}))}));t.FreezeToSelectedSingle.displayName="FreezeToSelectedSingle";t["default"]=t.FreezeToSelectedSingle},5276:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.FromAToZ=void 0;var n=r(7522);var i=r(7565);var a={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_102_1021",style:{maskType:"alpha"},width:16,height:16,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#D9D9D9",d:"M0 0H16V16H0z"}}]},{tag:"g",attrs:{mask:"url(#mask0_102_1021)"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M11.2629 1.68018C11.6061 1.68018 11.8844 1.95339 11.8844 2.29042V12.2365L13.3093 10.8373C13.552 10.599 13.9455 10.599 14.1882 10.8373 14.4309 11.0756 14.4309 11.462 14.1882 11.7003L11.7023 14.1413C11.4596 14.3796 11.0662 14.3796 10.8235 14.1413L8.33755 11.7003C8.09485 11.462 8.09485 11.0756 8.33755 10.8373 8.58026 10.599 8.97375 10.599 9.21645 10.8373L10.6414 12.2365V2.29042C10.6414 1.95339 10.9197 1.68018 11.2629 1.68018zM1.63005 8.82796C1.63005 9.16499 1.9083 9.4382 2.25153 9.4382H5.72295L1.81208 13.2784C1.63434 13.4529 1.58117 13.7154 1.67736 13.9435 1.77355 14.1715 2.00016 14.3202 2.25153 14.3202H7.22332C7.56655 14.3202 7.84479 14.047 7.84479 13.7099 7.84479 13.3729 7.56655 13.0997 7.22332 13.0997H3.7519L7.66277 9.25947C7.84051 9.08494 7.89368 8.82246 7.79749 8.59443 7.70129 8.36639 7.47468 8.21771 7.22332 8.21771H2.25153C1.9083 8.21771 1.63005 8.49093 1.63005 8.82796z"}},{tag:"path",attrs:{fill:"colorChannel1",d:"M5.38278 2.02512C5.28044 1.81694 5.06708 1.68342 4.83169 1.68023C4.59629 1.67705 4.37927 1.80474 4.27111 2.01006L1.69948 6.89203C1.54179 7.19139 1.6611 7.55959 1.96597 7.71443C2.27083 7.86927 2.6458 7.75211 2.80349 7.45276L3.50744 6.11638H5.98033C5.99148 6.11638 6.00257 6.11609 6.01358 6.11552L6.66361 7.4377C6.81283 7.74121 7.18436 7.86848 7.49346 7.72195C7.80256 7.57543 7.93217 7.21061 7.78295 6.90709L5.38278 2.02512ZM5.41396 4.89589L4.80394 3.65511L4.15035 4.89589H5.41396Z",fillRule:"evenodd",clipRule:"evenodd"}}]}]};t.FromAToZ=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(i.IconBase,Object.assign({},e,{id:"from-a-to-z",ref:t,icon:a}))}));t.FromAToZ.displayName="FromAToZ";t["default"]=t.FromAToZ},9801:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.FromZToA=void 0;var n=r(7522);var i=r(7565);var a={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_102_986",style:{maskType:"alpha"},width:16,height:16,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#D9D9D9",d:"M0 0H16V16H0z"}}]},{tag:"g",attrs:{mask:"url(#mask0_102_986)"},children:[{tag:"path",attrs:{fill:"colorChannel1",d:"M2.20594 2.90066C1.88787 2.90066 1.63002 2.62744 1.63002 2.29042C1.63002 1.95339 1.88787 1.68018 2.20594 1.68018H6.8133C7.04624 1.68018 7.25624 1.82886 7.34538 2.05689C7.43452 2.28492 7.38525 2.54739 7.22054 2.72192L3.59633 6.56209H6.8133C7.13137 6.56209 7.38922 6.83531 7.38922 7.17233C7.38922 7.50936 7.13137 7.78257 6.8133 7.78257H2.20594C1.973 7.78257 1.763 7.63389 1.67386 7.40586C1.58472 7.17783 1.63399 6.91536 1.7987 6.74083L5.42291 2.90066H2.20594Z",fillRule:"evenodd",clipRule:"evenodd"}},{tag:"path",attrs:{fill:"currentColor",d:"M11.2629 1.68018C11.6061 1.68018 11.8843 1.95339 11.8843 2.29042V12.2364L13.3093 10.8372C13.552 10.5989 13.9455 10.5989 14.1882 10.8372C14.4309 11.0755 14.4309 11.4619 14.1882 11.7002L11.7023 14.1412C11.4596 14.3795 11.0661 14.3795 10.8234 14.1412L8.33751 11.7002C8.09481 11.4619 8.09481 11.0755 8.33751 10.8372C8.58021 10.5989 8.97371 10.5989 9.21641 10.8372L10.6414 12.2364V2.29042C10.6414 1.95339 10.9196 1.68018 11.2629 1.68018Z"}},{tag:"path",attrs:{fill:"currentColor",d:"M4.83169 8.2177C5.06708 8.22088 5.28044 8.3544 5.38278 8.56258L7.78295 13.4445C7.93217 13.748 7.80256 14.1128 7.49346 14.2593C7.18436 14.4059 6.81283 14.2786 6.66361 13.9751L6.00806 12.6417C5.99887 12.6421 5.98962 12.6423 5.98033 12.6423H3.51348L2.80349 13.9902C2.6458 14.2895 2.27083 14.4067 1.96597 14.2518C1.6611 14.097 1.54179 13.7288 1.69948 13.4294L4.27111 8.54752C4.37927 8.3422 4.59629 8.21451 4.83169 8.2177ZM4.80394 10.1925L5.40832 11.4218H4.15639L4.80394 10.1925Z",fillRule:"evenodd",clipRule:"evenodd"}}]}]};t.FromZToA=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(i.IconBase,Object.assign({},e,{id:"from-z-to-a",ref:t,icon:a}))}));t.FromZToA.displayName="FromZToA";t["default"]=t.FromZToA},420:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.FunctionSingle=void 0;var n=r(7522);var i=r(7565);var a={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M2.71141 2.48718C2.81434 2.23868 3.05682 2.07666 3.32579 2.07666H11.7978C11.9742 2.07666 12.1433 2.14672 12.268 2.27143L13.1445 3.14785C13.4042 3.40755 13.4042 3.8286 13.1445 4.0883C12.8848 4.348 12.4637 4.348 12.204 4.0883L11.5224 3.40666H4.93124L9.05451 7.52993C9.31421 7.78963 9.31421 8.21069 9.05451 8.47039L4.93124 12.5937H11.5224L12.204 11.912C12.4637 11.6523 12.8848 11.6523 13.1445 11.912C13.4042 12.1717 13.4042 12.5928 13.1445 12.8525L12.268 13.7289C12.1433 13.8536 11.9742 13.9237 11.7978 13.9237H3.32579C3.05682 13.9237 2.81434 13.7616 2.71141 13.5131C2.60848 13.2647 2.66537 12.9786 2.85556 12.7884L7.64383 8.00016L2.85556 3.21189C2.66537 3.0217 2.60848 2.73567 2.71141 2.48718Z",fillRule:"evenodd",clipRule:"evenodd"}}]};t.FunctionSingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(i.IconBase,Object.assign({},e,{id:"function-single",ref:t,icon:a}))}));t.FunctionSingle.displayName="FunctionSingle";t["default"]=t.FunctionSingle},7702:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.FxSingle=void 0;var n=r(7522);var i=r(7565);var a={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_367_60",style:{maskType:"alpha"},width:16,height:16,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#D9D9D9",d:"M0 0H16V16H0z"}}]},{tag:"g",attrs:{fill:"currentColor",mask:"url(#mask0_367_60)"},children:[{tag:"path",attrs:{d:"M5.48334 4.89587C5.35517 4.89587 5.26008 4.777 5.28822 4.65196L5.37367 4.27223C5.47369 3.84311 5.65731 3.4768 5.93107 3.18085 6.23007 2.85761 6.67323 2.71538 7.21663 2.71538 7.41772 2.71538 7.63284 2.73908 7.86113 2.78378 7.88014 2.7875 7.89899 2.79139 7.91771 2.79543 8.12915 2.84113 8.35624 2.74611 8.43956 2.54647L8.66692 2.00173C8.75382 1.79351 8.65103 1.55537 8.43507 1.49007 8.40283 1.48032 8.36953 1.47045 8.33516 1.46047 8.0467 1.37763 7.70317 1.3335 7.29999 1.3335 6.2394 1.3335 5.44639 1.60069 4.89385 2.10573 4.32912 2.62202 3.92814 3.3605 3.70338 4.33753L2.25629 10.5523C2.18051 10.8899 2.08525 11.253 1.96769 11.6425 1.849 12.0347 1.70655 12.4208 1.54146 12.7986 1.37502 13.1773 1.18738 13.5375.978805 13.8784.912697 13.9865.8444 14.0896.773916 14.1876.684332 14.3122.753952 14.4944.905805 14.5167 1.5556 14.6123 2.23715 14.4376 2.60122 13.8909 2.74587 13.6737 2.88704 13.426 3.02434 13.1464 3.3856 12.411 3.72447 11.3716 4.03792 10.0188L4.88825 6.37667C4.90938 6.28616 4.99007 6.22214 5.08301 6.22214H7.04403C7.22895 6.22214 7.38976 6.09538 7.43296 5.91557L7.55939 5.3893C7.61982 5.13775 7.42917 4.89587 7.17046 4.89587H5.48334zM13.7403 5.0817L11.9317 7.33096 10.8281 5.13886C10.7615 4.99145 10.6146 4.89673 10.4529 4.89673H9.73214C9.4277 4.89673 9.22847 5.21561 9.36195 5.48923L10.8281 8.41635 8.21708 11.5106C7.98512 11.7771 8.17444 12.1929 8.5278 12.1929H9.10532C9.22597 12.1929 9.37975 12.1436 9.45801 12.0518L11.53 9.62616 12.5369 11.9223C12.5978 12.0844 12.7522 12.1929 12.9254 12.1929H13.7193C14.0023 12.1929 14.161 11.9788 14.0619 11.7137L12.592 8.64761C12.592 8.64761 14.8202 5.81675 15.0205 5.54025 15.2159 5.27062 15.0215 4.89673 14.6886 4.89673H14.0854C13.9467 4.89673 13.8525 4.9502 13.7403 5.0817z"}}]}]};t.FxSingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(i.IconBase,Object.assign({},e,{id:"fx-single",ref:t,icon:a}))}));t.FxSingle.displayName="FxSingle";t["default"]=t.FxSingle},9268:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.GithubSingle24=void 0;var n=r(7522);var i=r(7565);var a={tag:"svg",attrs:{fill:"none",viewBox:"0 0 24 25",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_217_27",style:{maskType:"alpha"},width:24,height:25,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M0 0.36H24V24.36H0z"}}]},{tag:"g",attrs:{mask:"url(#mask0_217_27)"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M11.9986 3.35181C6.88351 3.35181 2.73779 7.49848 2.73779 12.6126C2.73779 16.8385 5.56941 20.4036 9.43818 21.5143C9.50408 21.4637 9.54992 21.3834 9.56424 21.2641C9.62918 20.7111 9.58143 20.1448 9.58143 19.5517C9.37133 19.568 9.2319 19.5813 9.09247 19.5899C7.88342 19.6577 6.84722 19.3884 6.25607 18.0925C6.05074 17.6427 5.61525 17.2988 5.28195 16.9082C5.17499 16.7831 5.05752 16.6657 4.82545 16.4183C5.17881 16.3706 5.39751 16.2913 5.59997 16.3219C6.3 16.4269 6.71543 16.9207 7.08693 17.4717C7.72106 18.4133 8.59204 18.3723 9.44104 18.124C9.5184 18.1011 9.59862 18.0103 9.63205 17.932C9.76957 17.6025 9.88894 17.2654 10.0255 16.9035C9.61963 16.8051 9.21948 16.7287 8.83365 16.6103C6.07175 15.7594 4.92191 12.1618 6.65431 9.8354C6.74885 9.70839 6.78992 9.48587 6.75649 9.3302C6.61133 8.66169 6.65431 8.01419 6.85295 7.36382C6.95132 7.04103 7.14614 6.90255 7.45174 7.01811C8.06773 7.25113 8.66652 7.52904 9.28346 7.76016C9.51553 7.84706 9.79439 7.9311 10.0236 7.8824C11.3415 7.60449 12.648 7.56724 13.9678 7.88144C14.2066 7.93874 14.5036 7.84038 14.7509 7.74965C15.3688 7.52236 15.9686 7.2454 16.5865 7.0162C16.8988 6.90064 17.0898 7.05917 17.1786 7.37624C17.36 8.0266 17.4192 8.67602 17.2578 9.34166C17.2273 9.46677 17.2215 9.65204 17.2913 9.73895C18.1279 10.7809 18.2386 11.9584 18.0505 13.2324C17.7764 15.0956 16.6142 16.3543 14.7462 16.7192C14.4921 16.7688 14.239 16.8242 13.9191 16.8901C14.431 17.6092 14.4501 18.3637 14.4291 19.1287C14.4138 19.6978 14.4224 20.2689 14.4214 20.8381C14.4205 21.1791 14.4692 21.3968 14.5876 21.5066C18.443 20.3874 21.2622 16.829 21.2622 12.6126C21.2594 7.49753 17.1136 3.35181 11.9986 3.35181Z"}}]}]};t.GithubSingle24=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(i.IconBase,Object.assign({},e,{id:"github-single-24",ref:t,icon:a}))}));t.GithubSingle24.displayName="GithubSingle24";t["default"]=t.GithubSingle24},3173:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.GithubSingle40=void 0;var n=r(7522);var i=r(7565);var a={tag:"svg",attrs:{fill:"none",viewBox:"0 0 41 41",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_217_6",style:{maskType:"alpha"},width:41,height:41,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#D9D9D9",d:"M0.91 0.36H40.91V40.36H0.91z"}}]},{tag:"g",attrs:{mask:"url(#mask0_217_6)"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M20.9046 4.36133C11.8926 4.36133 4.58832 11.6672 4.58832 20.6777C4.58832 28.1232 9.57727 34.4044 16.3936 36.3613C16.5097 36.2721 16.5904 36.1308 16.6157 35.9205C16.7301 34.9462 16.6459 33.9485 16.6459 32.9035C16.2758 32.9322 16.0301 32.9557 15.7844 32.9709C13.6543 33.0903 11.8286 32.6158 10.7871 30.3325C10.4253 29.54 9.65804 28.9343 9.07081 28.2461C8.88235 28.0256 8.67539 27.8187 8.26652 27.3829C8.88909 27.2988 9.2744 27.1591 9.63111 27.2129C10.8645 27.398 11.5964 28.2679 12.2509 29.2388C13.3682 30.8979 14.9028 30.8255 16.3986 30.388C16.5349 30.3477 16.6762 30.1878 16.7351 30.0498C16.9774 29.4693 17.1877 28.8754 17.4284 28.2377C16.7132 28.0643 16.0082 27.9297 15.3285 27.7211C10.4623 26.2219 8.43646 19.8835 11.4887 15.7846C11.6553 15.5608 11.7277 15.1688 11.6688 14.8945C11.413 13.7167 11.4887 12.5759 11.8387 11.43C12.012 10.8613 12.3553 10.6173 12.8937 10.8209C13.979 11.2314 15.034 11.7211 16.121 12.1283C16.5298 12.2814 17.0212 12.4295 17.425 12.3437C19.747 11.854 22.0488 11.7884 24.3742 12.342C24.7948 12.4429 25.3181 12.2696 25.7539 12.1098C26.8426 11.7093 27.8993 11.2214 28.9879 10.8175C29.5381 10.6139 29.8747 10.8932 30.0311 11.4519C30.3509 12.5977 30.4552 13.7419 30.1708 14.9147C30.117 15.1351 30.1069 15.4615 30.2297 15.6147C31.7037 17.4504 31.8988 19.5251 31.5674 21.7697C31.0845 25.0525 29.0367 27.2702 25.7455 27.9129C25.298 28.0004 24.8521 28.098 24.2884 28.2141C25.1903 29.4811 25.2239 30.8104 25.1869 32.1581C25.16 33.161 25.1751 34.1672 25.1734 35.17C25.1718 35.7707 25.2576 36.1544 25.4662 36.3479C32.2589 34.3758 37.226 28.1064 37.226 20.6777C37.221 11.6656 29.9167 4.36133 20.9046 4.36133Z"}}]}]};t.GithubSingle40=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(i.IconBase,Object.assign({},e,{id:"github-single-40",ref:t,icon:a}))}));t.GithubSingle40.displayName="GithubSingle40";t["default"]=t.GithubSingle40},5072:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.GridSingle=void 0;var n=r(7522);var i=r(7565);var a={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_102_784",style:{maskType:"alpha"},width:16,height:16,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#DCDCDC",d:"M0 0H16V16H0z"}}]},{tag:"g",attrs:{mask:"url(#mask0_102_784)"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M1.33325 2.60309C1.33325 1.90178 1.90178 1.33325 2.60309 1.33325H13.3967C14.0981 1.33325 14.6666 1.90178 14.6666 2.60309V13.3967C14.6666 14.0981 14.0981 14.6666 13.3967 14.6666H2.60309C1.90178 14.6666 1.33325 14.0981 1.33325 13.3967V2.60309ZM10.5396 13.3967H13.3967V10.5396H10.5396V13.3967ZM9.26976 10.5396V13.3967H6.41262V10.5396H9.26976ZM10.5396 9.26976H13.3967V6.73008H10.5396V9.26976ZM9.26976 6.73008V9.26976H6.41262V6.73008H9.26976ZM10.5396 5.46024H13.3967V2.60309H10.5396V5.46024ZM9.26976 2.60309V5.46024H6.41262V2.60309H9.26976ZM2.60309 2.60309H5.14278V5.46024H2.60309V2.60309ZM2.60309 6.73008H5.14278V9.26976H2.60309V6.73008ZM2.60309 10.5396H5.14278V13.3967H2.60309V10.5396Z",fillRule:"evenodd",clipRule:"evenodd"}}]}]};t.GridSingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(i.IconBase,Object.assign({},e,{id:"grid-single",ref:t,icon:a}))}));t.GridSingle.displayName="GridSingle";t["default"]=t.GridSingle},6081:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.Guffaw=void 0;var n=r(7522);var i=r(7565);var a={tag:"svg",attrs:{fill:"none",viewBox:"0 0 20 20",width:"1em",height:"1em"},children:[{tag:"path",attrs:{fill:"colorChannel1",stroke:"currentColor",d:"M16.887 10C16.887 13.8037 13.8036 16.8871 9.99999 16.8871C6.19638 16.8871 3.11295 13.8037 3.11295 10C3.11295 6.19644 6.19638 3.11301 9.99999 3.11301C13.8036 3.11301 16.887 6.19644 16.887 10Z",strokeWidth:.3}},{tag:"rect",attrs:{width:1.48,height:1.48,x:7.41,y:7.41,fill:"currentColor",rx:.74}},{tag:"rect",attrs:{width:1.48,height:1.48,x:11.11,y:7.41,fill:"currentColor",rx:.74}},{tag:"path",attrs:{fill:"colorChannel1",stroke:"currentColor",d:"M12.5355 13.5821C13.0482 13.1841 13.3951 12.6107 13.5405 12.0327C13.5934 11.8226 13.5051 11.6349 13.3518 11.5331C13.2036 11.4346 13.0031 11.4203 12.8265 11.5131C11.0615 12.4407 8.94609 12.4427 7.1828 11.513C7.00629 11.4199 6.80602 11.4343 6.65798 11.5329C6.50518 11.6346 6.41701 11.8217 6.46844 12.0312C6.61029 12.609 6.95079 13.1833 7.46449 13.5821C8.14361 14.1093 9.05608 14.3999 10 14.3999C10.9439 14.3999 11.8564 14.1093 12.5355 13.5821Z",strokeWidth:.4}}]};t.Guffaw=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(i.IconBase,Object.assign({},e,{id:"guffaw",ref:t,icon:a}))}));t.Guffaw.displayName="Guffaw";t["default"]=t.Guffaw},9067:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.Hide=void 0;var n=r(7522);var i=r(7565);var a={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_102_1151",style:{maskType:"alpha"},width:16,height:16,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#D9D9D9",d:"M0 0H16V16H0z"}}]},{tag:"g",attrs:{mask:"url(#mask0_102_1151)",fillRule:"evenodd",clipRule:"evenodd"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M8.01519 4.9156C7.65059 4.9156 7.29055 4.96431 6.93757 5.05194C6.6062 5.1342 6.2709 4.93226 6.18864 4.60089C6.10638 4.26953 6.30831 3.93422 6.63968 3.85196C7.0796 3.74275 7.53991 3.6792 8.01519 3.6792C9.93752 3.6792 11.6225 4.71575 12.781 5.67605C13.3691 6.16346 13.8434 6.64946 14.171 7.01358C14.3351 7.19604 14.4633 7.34895 14.5515 7.45755C14.5956 7.51187 14.6298 7.5552 14.6535 7.58568C14.6653 7.60092 14.6745 7.61296 14.6811 7.62157L14.6889 7.63188L14.6913 7.63506L14.6921 7.63614C14.6921 7.63614 14.6927 7.63689 14.1972 8.0066C14.6927 8.37631 14.6925 8.37646 14.6925 8.37646L14.6921 8.37705L14.6913 8.37814L14.6889 8.38131L14.6811 8.39163C14.6745 8.40023 14.6653 8.41227 14.6535 8.42752C14.6298 8.458 14.5956 8.50132 14.5515 8.55565C14.4633 8.66425 14.3351 8.81715 14.171 8.99961C13.8434 9.36373 13.3691 9.84973 12.781 10.3371C12.5182 10.555 12.1284 10.5186 11.9106 10.2557C11.6927 9.99285 11.7291 9.60313 11.992 9.38524C12.5227 8.94536 12.9537 8.50406 13.2518 8.1727C13.3051 8.11347 13.354 8.05788 13.3984 8.0066C13.354 7.95531 13.3051 7.89972 13.2518 7.84049C12.9537 7.50913 12.5227 7.06783 11.992 6.62795C10.9131 5.73365 9.50709 4.9156 8.01519 4.9156ZM14.1972 8.0066L14.6925 8.37646C14.8562 8.15715 14.8563 7.8562 14.6927 7.63689L14.1972 8.0066ZM4.11981 5.75748C4.3377 6.02035 4.30123 6.41007 4.03837 6.62795C3.50769 7.06783 3.07669 7.50913 2.7786 7.84049C2.72531 7.89972 2.67639 7.95531 2.63203 8.0066C2.67639 8.05788 2.72531 8.11347 2.7786 8.17271C3.07669 8.50406 3.50769 8.94536 4.03837 9.38524C5.11729 10.2795 6.5233 11.0976 8.01519 11.0976C8.38283 11.0976 8.74582 11.0481 9.10157 10.9591C9.43279 10.8762 9.76846 11.0776 9.85131 11.4088C9.93417 11.74 9.73283 12.0757 9.40162 12.1585C8.95841 12.2694 8.49443 12.334 8.01519 12.334C6.09287 12.334 4.40788 11.2974 3.24935 10.3371C2.66132 9.84973 2.18698 9.36373 1.85941 8.99961C1.69527 8.81715 1.56704 8.66425 1.47887 8.55565C1.43476 8.50132 1.4006 8.458 1.37692 8.42752C1.36508 8.41227 1.35585 8.40023 1.3493 8.39162L1.34149 8.38131L1.3391 8.37813L1.33829 8.37705C1.33829 8.37705 1.33773 8.37631 1.8332 8.0066C1.33773 7.63689 1.33785 7.63673 1.33785 7.63673L1.3391 7.63506L1.34149 7.63188L1.3493 7.62157C1.35585 7.61296 1.36508 7.60092 1.37692 7.58568C1.4006 7.5552 1.43476 7.51187 1.47887 7.45755C1.56704 7.34895 1.69527 7.19604 1.85941 7.01358C2.18698 6.64946 2.66132 6.16346 3.24935 5.67605C3.51221 5.45816 3.90193 5.49462 4.11981 5.75748ZM1.8332 8.0066L1.33785 7.63673C1.1742 7.85604 1.17464 8.15774 1.33829 8.37705L1.8332 8.0066Z"}},{tag:"path",attrs:{fill:"colorChannel1",d:"M3.8775 2.99454C3.63608 2.75312 3.24466 2.75312 3.00323 2.99454C2.76181 3.23596 2.76181 3.62739 3.00323 3.86881L6.11167 6.97725C5.94588 7.28339 5.85153 7.63423 5.85153 8.00647C5.85153 9.20144 6.82025 10.1702 8.01523 10.1702C8.38756 10.1702 8.73834 10.0758 9.04444 9.91001L12.1095 12.9751C12.3509 13.2165 12.7424 13.2165 12.9838 12.9751C13.2252 12.7337 13.2252 12.3422 12.9838 12.1008L3.8775 2.99454ZM8.0668 8.93237L7.08932 7.9549C7.0884 7.97197 7.08793 7.98916 7.08793 8.00647C7.08793 8.5186 7.5031 8.93377 8.01523 8.93377C8.03254 8.93377 8.04973 8.9333 8.0668 8.93237Z"}}]}]};t.Hide=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(i.IconBase,Object.assign({},e,{id:"hide",ref:t,icon:a}))}));t.Hide.displayName="Hide";t["default"]=t.Hide},4693:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.HistoryOperations=void 0;var n=r(7522);var i=r(7565);var a={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M7.39469 14.3896C6.32271 14.3896 5.26794 14.1201 4.32735 13.6058C3.38676 13.0916 2.59052 12.3492 2.01184 11.4468C1.43316 10.5445 1.0906 9.5111 1.01565 8.44174C0.940703 7.37239 1.13577 6.30134 1.58293 5.32708C2.03008 4.35281 2.71497 3.50658 3.57464 2.86618C4.43431 2.22578 5.44116 1.81176 6.50266 1.66218C7.56415 1.51259 8.64621 1.63225 9.64938 2.01014C10.6525 2.38803 11.5446 3.01204 12.2436 3.82479C12.2935 3.88282 12.3316 3.95012 12.3555 4.02285C12.3794 4.09558 12.3888 4.17231 12.3831 4.24866C12.3774 4.32501 12.3567 4.39949 12.3222 4.46784C12.2877 4.53619 12.2401 4.59708 12.182 4.64703C12.124 4.69697 12.0567 4.735 11.984 4.75894C11.9112 4.78287 11.8345 4.79225 11.7582 4.78653C11.6818 4.78082 11.6073 4.76012 11.539 4.72562C11.4706 4.69112 11.4097 4.64349 11.3598 4.58546C10.6521 3.76263 9.70595 3.1804 8.65249 2.91952C7.59903 2.65865 6.4905 2.73205 5.48064 3.12955C4.47077 3.52706 3.60963 4.22896 3.01664 5.13792C2.42366 6.04687 2.12821 7.11783 2.17129 8.20226C2.21436 9.28668 2.59382 10.3308 3.25704 11.1899C3.92025 12.0489 4.83436 12.6803 5.87257 12.9965C6.91078 13.3126 8.02164 13.2979 9.05109 12.9543C10.0805 12.6107 10.9776 11.9552 11.6177 11.0788C11.6619 11.0146 11.7185 10.9598 11.7842 10.9178C11.8499 10.8758 11.9234 10.8475 12.0003 10.8344C12.0771 10.8213 12.1558 10.8238 12.2317 10.8416C12.3076 10.8595 12.3792 10.8925 12.4421 10.9385C12.5051 10.9845 12.5582 11.0427 12.5982 11.1096C12.6383 11.1765 12.6645 11.2508 12.6753 11.328C12.6862 11.4052 12.6814 11.4838 12.6613 11.5592C12.6412 11.6345 12.6062 11.7051 12.5584 11.7666C11.9634 12.5779 11.1861 13.2379 10.2891 13.6935C9.39218 14.1492 8.40072 14.3876 7.39469 14.3896Z"}},{tag:"path",attrs:{fill:"colorChannel1",d:"M8.04244 11.2118C7.95514 11.2118 7.8689 11.1927 7.78979 11.1558C7.71068 11.1189 7.64062 11.0651 7.58453 10.9982L6.1794 9.3234C6.08938 9.2152 6.04044 9.0787 6.04121 8.93795L6.05764 5.37397C6.05764 5.21548 6.1206 5.06348 6.23268 4.9514C6.34475 4.83933 6.49675 4.77637 6.65525 4.77637C6.81374 4.77637 6.96575 4.83933 7.07782 4.9514C7.18989 5.06348 7.25285 5.21548 7.25285 5.37397L7.23642 8.7258L8.5011 10.231C8.57441 10.3182 8.62129 10.4244 8.63623 10.5373C8.65118 10.6502 8.63355 10.765 8.58544 10.8682C8.53733 10.9714 8.46073 11.0587 8.36466 11.1199C8.2686 11.181 8.15706 11.2134 8.04319 11.2133L8.04244 11.2118ZM13.6995 7.41779H9.66046C9.50198 7.41776 9.35 7.35479 9.23795 7.24272C9.1259 7.13065 9.06295 6.97866 9.06295 6.82018C9.06295 6.6617 9.1259 6.50971 9.23795 6.39764C9.35 6.28557 9.50198 6.2226 9.66046 6.22257H13.6995C13.858 6.2226 14.01 6.28557 14.122 6.39764C14.2341 6.50971 14.297 6.6617 14.297 6.82018C14.297 6.97866 14.2341 7.13065 14.122 7.24272C14.01 7.35479 13.858 7.41776 13.6995 7.41779ZM12.3908 10.0921H9.80164C9.64315 10.0921 9.49115 10.0291 9.37907 9.91704C9.267 9.80497 9.20404 9.65296 9.20404 9.49447C9.20404 9.33597 9.267 9.18397 9.37907 9.0719C9.49115 8.95982 9.64315 8.89686 9.80164 8.89686H12.3908C12.5493 8.89686 12.7013 8.95982 12.8133 9.0719C12.9254 9.18397 12.9884 9.33597 12.9884 9.49447C12.9884 9.65296 12.9254 9.80497 12.8133 9.91704C12.7013 10.0291 12.5493 10.0921 12.3908 10.0921Z"}}]};t.HistoryOperations=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(i.IconBase,Object.assign({},e,{id:"history-operations",ref:t,icon:a}))}));t.HistoryOperations.displayName="HistoryOperations";t["default"]=t.HistoryOperations},4358:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.HistorySingle=void 0;var n=r(7522);var i=r(7565);var a={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_102_875",style:{maskType:"alpha"},width:16,height:16,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#DCDCDC",d:"M0 0H16V16H0z"}}]},{tag:"g",attrs:{fill:"currentColor",mask:"url(#mask0_102_875)"},children:[{tag:"path",attrs:{d:"M4.52437 4.17681H3.7252C4.77585 3.0028 6.30206 2.26505 8.00008 2.26505C11.1675 2.26505 13.7351 4.83271 13.7351 8.00008C13.7351 11.1675 11.1675 13.7351 8.00008 13.7351C4.83271 13.7351 2.26505 11.1675 2.26505 8.00008C2.26505 7.64815 1.97976 7.36286 1.62783 7.36286C1.2759 7.36286 0.990601 7.64815 0.990601 8.00008C0.990601 11.8713 4.12885 15.0096 8.00008 15.0096C11.8713 15.0096 15.0096 11.8713 15.0096 8.00008C15.0096 4.12885 11.8713 0.990601 8.00008 0.990601C5.96045 0.990601 4.12477 1.86197 2.84441 3.25127V2.49686C2.84441 2.14493 2.55911 1.85963 2.20718 1.85963C1.85525 1.85963 1.56995 2.14493 1.56995 2.49686V4.81404C1.56995 5.16597 1.85525 5.45126 2.20718 5.45126H4.52437C4.8763 5.45126 5.16159 5.16597 5.16159 4.81404C5.16159 4.46211 4.8763 4.17681 4.52437 4.17681Z"}},{tag:"path",attrs:{d:"M8.63894 4.17679C8.63897 3.82486 8.35371 3.53954 8.00178 3.5395C7.64985 3.53947 7.36452 3.82474 7.36449 4.17667L7.3641 8.00283C7.36409 8.17185 7.43122 8.33396 7.55074 8.45348L10.2524 11.1551C10.5012 11.404 10.9047 11.404 11.1536 11.1551C11.4024 10.9063 11.4024 10.5028 11.1536 10.2539L8.63858 7.73897L8.63894 4.17679Z"}}]}]};t.HistorySingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(i.IconBase,Object.assign({},e,{id:"history-single",ref:t,icon:a}))}));t.HistorySingle.displayName="HistorySingle";t["default"]=t.HistorySingle},2532:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.HorizontalBorder=void 0;var n=r(7522);var i=r(7565);var a={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_248_114",style:{maskType:"alpha"},width:16,height:16,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#DCDCDC",d:"M0 0H16V16H0z"}}]},{tag:"g",attrs:{mask:"url(#mask0_248_114)"},children:[{tag:"path",attrs:{fill:"colorChannel1",d:"M1.33325 13.333V11.9997H2.66659L2.66659 13.333H3.99992V14.6663H2.66659C1.93021 14.6663 1.33325 14.0694 1.33325 13.333zM2.66659 1.33301H3.99992V2.66634L2.66659 2.66634V3.99967H1.33325V2.66634C1.33325 1.92996 1.93021 1.33301 2.66659 1.33301zM2.66659 9.33301H1.33325V6.66634H2.66659V9.33301zM6.66659 2.66634V1.33301H9.33325V2.66634H8.66496V3.9855H7.33496V2.66634H6.66659zM11.9999 2.66634V1.33301H13.3333C14.0696 1.33301 14.6666 1.92996 14.6666 2.66634V3.99967H13.3333V2.66634H11.9999zM13.3333 6.66634H14.6666V9.33301H13.3333V6.66634zM13.3333 11.9997H14.6666V13.333C14.6666 14.0694 14.0696 14.6663 13.3333 14.6663H11.9999V13.333H13.3333V11.9997zM9.33325 13.333V14.6663H6.66659V13.333H7.33496V12.0138H8.66496V13.333H9.33325zM7.33496 6.66159L7.33496 9.33768H8.66496V6.66159H7.33496z"}},{tag:"path",attrs:{fill:"currentColor",d:"M8.66687 7.33423H7.33354L2.66687 7.33431V8.66764H7.33354L8.66687 8.66756L13.3335 8.66764V7.33431L8.66687 7.33423Z"}}]}]};t.HorizontalBorder=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(i.IconBase,Object.assign({},e,{id:"horizontal-border",ref:t,icon:a}))}));t.HorizontalBorder.displayName="HorizontalBorder";t["default"]=t.HorizontalBorder},1685:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.HorizontalMergeSingle=void 0;var n=r(7522);var i=r(7565);var a={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_208_115",style:{maskType:"alpha"},width:16,height:16,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#DCDCDC",d:"M16 0H32V16H16z",transform:"rotate(90 16 0)"}}]},{tag:"g",attrs:{fill:"currentColor",mask:"url(#mask0_208_115)",fillRule:"evenodd",clipRule:"evenodd"},children:[{tag:"path",attrs:{d:"M13.3334 1.33325C14.0698 1.33325 14.6667 1.9302 14.6667 2.66657L14.6667 5.3332C14.6667 6.06957 14.0698 6.66652 13.3334 6.66652L2.6669 6.66652C1.93053 6.66652 1.33358 6.06957 1.33358 5.3332L1.33358 2.66657C1.33358 1.9302 1.93053 1.33325 2.6669 1.33325L13.3334 1.33325zM13.3334 2.66657L13.3334 5.3332 10.6739 5.3332 10.6739 2.66657 13.3334 2.66657zM9.34056 2.66657L6.65977 2.66657 6.65977 5.3332 9.34056 5.3332 9.34056 2.66657zM2.6669 2.66657L5.32645 2.66657 5.32645 5.3332 2.6669 5.3332 2.6669 2.66657zM13.3334 9.33315C14.0698 9.33315 14.6667 9.9301 14.6667 10.6665L14.6667 13.3331C14.6667 14.0695 14.0698 14.6664 13.3334 14.6664L2.6669 14.6664C1.93053 14.6664 1.33358 14.0695 1.33358 13.3331L1.33358 10.6665C1.33358 9.9301 1.93053 9.33315 2.6669 9.33315L13.3334 9.33315zM13.3334 10.6665L13.3334 13.3331 10.6739 13.3331 10.6739 10.6665 13.3334 10.6665zM9.34056 10.6665L6.65977 10.6665 6.65977 13.3331 9.34056 13.3331 9.34056 10.6665zM2.6669 10.6665L5.32645 10.6665 5.32645 13.3331 2.6669 13.3331 2.6669 10.6665z"}}]}]};t.HorizontalMergeSingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(i.IconBase,Object.assign({},e,{id:"horizontal-merge-single",ref:t,icon:a}))}));t.HorizontalMergeSingle.displayName="HorizontalMergeSingle";t["default"]=t.HorizontalMergeSingle},1743:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.HorizontallySingle=void 0;var n=r(7522);var i=r(7565);var a={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_102_824",style:{maskType:"alpha"},width:16,height:16,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#D9D9D9",d:"M0 0H16V16H0z",transform:"matrix(-1 0 0 1 16 0)"}}]},{tag:"g",attrs:{fill:"currentColor",mask:"url(#mask0_102_824)"},children:[{tag:"path",attrs:{d:"M14 2.3501C14.359 2.3501 14.65 2.64111 14.65 3.0001 14.65 3.35908 14.359 3.6501 14 3.6501L2.00002 3.6501C1.64104 3.6501 1.35002 3.35908 1.35002 3.0001 1.35002 2.64111 1.64104 2.3501 2.00002 2.3501L14 2.3501zM12.7 5.68347C13.059 5.68347 13.35 5.97449 13.35 6.33347 13.35 6.69246 13.059 6.98347 12.7 6.98347L3.36669 6.98347C3.0077 6.98347 2.71669 6.69246 2.71669 6.33347 2.71669 5.97449 3.0077 5.68347 3.36669 5.68347L12.7 5.68347zM14.65 9.66672C14.65 9.30774 14.359 9.01672 14 9.01672L2.00002 9.01672C1.64104 9.01672 1.35002 9.30774 1.35002 9.66672 1.35002 10.0257 1.64104 10.3167 2.00002 10.3167L14 10.3167C14.359 10.3167 14.65 10.0257 14.65 9.66672zM12.7 12.3501C13.059 12.3501 13.35 12.6411 13.35 13.0001 13.35 13.3591 13.059 13.6501 12.7 13.6501L3.36668 13.6501C3.0077 13.6501 2.71669 13.3591 2.71669 13.0001 2.71669 12.6411 3.0077 12.3501 3.36668 12.3501L12.7 12.3501z"}}]}]};t.HorizontallySingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(i.IconBase,Object.assign({},e,{id:"horizontally-single",ref:t,icon:a}))}));t.HorizontallySingle.displayName="HorizontallySingle";t["default"]=t.HorizontallySingle},3553:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.HourglassSingle=void 0;var n=r(7522);var i=r(7565);var a={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_102_337",style:{maskType:"alpha"},width:16,height:16,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#DCDCDC",d:"M0 0H16V16H0z"}}]},{tag:"g",attrs:{fill:"currentColor",mask:"url(#mask0_102_337)"},children:[{tag:"path",attrs:{d:"M6.24242 4.97272C6.24242 4.638 6.51377 4.36666 6.84848 4.36666H8.66667C9.00138 4.36666 9.27273 4.638 9.27273 4.97272 9.27273 5.30744 9.00138 5.57878 8.66667 5.57878H6.84848C6.51377 5.57878 6.24242 5.30744 6.24242 4.97272zM6.24242 11.3364C5.90771 11.3364 5.63636 11.6077 5.63636 11.9424 5.63636 12.2771 5.90771 12.5485 6.24242 12.5485H9.27273C9.60745 12.5485 9.87879 12.2771 9.87879 11.9424 9.87879 11.6077 9.60745 11.3364 9.27273 11.3364H6.24242z"}},{tag:"path",attrs:{d:"M2.60606 1.03333C2.27134 1.03333 2 1.30467 2 1.63939C2 1.9741 2.27134 2.24545 2.60606 2.24545H3.32586C3.72356 4.06247 4.24092 5.49845 4.90095 6.51387C5.21635 6.9991 5.57344 7.40017 5.97279 7.69896C5.57341 7.99747 5.21631 8.3984 4.90095 8.88358C4.24084 9.89913 3.72347 11.336 3.32577 13.1545H2.60606C2.27134 13.1545 2 13.4259 2 13.7606C2 14.0953 2.27134 14.3667 2.60606 14.3667H12.9091C13.2438 14.3667 13.5152 14.0953 13.5152 13.7606C13.5152 13.4259 13.2438 13.1545 12.9091 13.1545H12.1893C11.7916 11.3375 11.2742 9.90154 10.6142 8.88611C10.2988 8.40088 9.94171 7.99982 9.54237 7.70102C9.94175 7.40251 10.2988 7.00158 10.6142 6.5164C11.2743 5.50085 11.7917 4.06399 12.1894 2.24545H12.9091C13.2438 2.24545 13.5152 1.9741 13.5152 1.63939C13.5152 1.30467 13.2438 1.03333 12.9091 1.03333H2.60606ZM10.9471 2.24545H4.56818C4.94072 3.86162 5.397 5.05291 5.91724 5.85328C6.50263 6.75388 7.11862 7.09333 7.75814 7.09393C8.39708 7.09453 9.01262 6.75625 9.59791 5.85581C10.1182 5.05539 10.5745 3.86329 10.9471 2.24545ZM7.75701 8.30605L7.75586 8.30605C7.11733 8.30586 6.50218 8.64427 5.91724 9.54417C5.39697 10.3446 4.94063 11.5367 4.56804 13.1545H10.947C10.5744 11.5384 10.1181 10.3471 9.59791 9.5467C9.01252 8.6461 8.39653 8.30665 7.75701 8.30605Z",fillRule:"evenodd",clipRule:"evenodd"}}]}]};t.HourglassSingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(i.IconBase,Object.assign({},e,{id:"hourglass-single",ref:t,icon:a}))}));t.HourglassSingle.displayName="HourglassSingle";t["default"]=t.HourglassSingle},4063:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.Impatient=void 0;var n=r(7522);var i=r(7565);var a={tag:"svg",attrs:{fill:"none",viewBox:"0 0 20 20",width:"1em",height:"1em"},children:[{tag:"circle",attrs:{cx:10,cy:10,r:6.89,fill:"colorChannel1",stroke:"currentColor",strokeWidth:.3}},{tag:"rect",attrs:{width:1.48,height:1.48,x:7.41,y:7.41,fill:"currentColor",rx:.74}},{tag:"rect",attrs:{width:1.48,height:1.48,x:11.11,y:7.41,fill:"currentColor",rx:.74}},{tag:"path",attrs:{fill:"colorChannel1",stroke:"currentColor",d:"M7.47573 11.731C6.96306 12.129 6.61613 12.7024 6.47071 13.2804C6.41784 13.4905 6.50617 13.6782 6.65942 13.78C6.80761 13.8785 7.00813 13.8928 7.18477 13.8C8.9498 12.8724 11.0652 12.8704 12.8285 13.8002C13.005 13.8932 13.2052 13.8788 13.3533 13.7802C13.5061 13.6785 13.5942 13.4914 13.5428 13.2819C13.401 12.7041 13.0605 12.1298 12.5468 11.731C11.8676 11.2038 10.9552 10.9132 10.0112 10.9132C9.06732 10.9132 8.15485 11.2038 7.47573 11.731Z",strokeWidth:.4}}]};t.Impatient=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(i.IconBase,Object.assign({},e,{id:"impatient",ref:t,icon:a}))}));t.Impatient.displayName="Impatient";t["default"]=t.Impatient},2078:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.IncreaseSingle=void 0;var n=r(7522);var i=r(7565);var a={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_102_249",style:{maskType:"alpha"},width:16,height:16,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#D9D9D9",d:"M0 0H16V16H0z"}}]},{tag:"g",attrs:{mask:"url(#mask0_102_249)"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M8.74717 2.0944C8.74717 1.68671 8.41279 1.3562 8.00032 1.3562C7.58785 1.3562 7.25347 1.68671 7.25347 2.0944V7.26186H2.02541C1.61294 7.26186 1.27856 7.59237 1.27856 8.00007C1.27856 8.40777 1.61294 8.73827 2.02541 8.73827H7.25347V13.9057C7.25347 14.3134 7.58785 14.6439 8.00032 14.6439C8.41279 14.6439 8.74717 14.3134 8.74717 13.9057V8.73827H13.975C14.3874 8.73827 14.7218 8.40777 14.7218 8.00007C14.7218 7.59237 14.3874 7.26186 13.975 7.26186H8.74717V2.0944Z"}}]}]};t.IncreaseSingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(i.IconBase,Object.assign({},e,{id:"increase-single",ref:t,icon:a}))}));t.IncreaseSingle.displayName="IncreaseSingle";t["default"]=t.IncreaseSingle},2022:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.Indicate=void 0;var n=r(7522);var i=r(7565);var a={tag:"svg",attrs:{fill:"none",viewBox:"0 0 20 20",width:"1em",height:"1em"},children:[{tag:"rect",attrs:{width:14.46,height:14.46,x:2.77,y:2.77,fill:"currentColor",rx:3}},{tag:"circle",attrs:{cx:10,cy:10,r:4.5,fill:"colorChannel1"}}]};t.Indicate=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(i.IconBase,Object.assign({},e,{id:"indicate",ref:t,icon:a}))}));t.Indicate.displayName="Indicate";t["default"]=t.Indicate},5654:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.InnerBorder=void 0;var n=r(7522);var i=r(7565);var a={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_107_1307",style:{maskType:"alpha"},width:16,height:16,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#DCDCDC",d:"M0 0H16V16H0z"}}]},{tag:"g",attrs:{mask:"url(#mask0_107_1307)"},children:[{tag:"path",attrs:{fill:"colorChannel1",d:"M1.33325 11.9997V13.333C1.33325 14.0694 1.93021 14.6663 2.66659 14.6663H3.99992V13.333H2.66659L2.66659 11.9997H1.33325ZM3.99992 1.33301H2.66659C1.93021 1.33301 1.33325 1.92996 1.33325 2.66634V3.99967H2.66659V2.66634L3.99992 2.66634V1.33301ZM1.33325 9.33301H2.66659V6.66634H1.33325V9.33301ZM6.66659 1.33301V2.66634H9.33325V1.33301H6.66659ZM11.9999 1.33301V2.66634H13.3333V3.99967H14.6666V2.66634C14.6666 1.92996 14.0696 1.33301 13.3333 1.33301H11.9999ZM14.6666 6.66634H13.3333V9.33301H14.6666V6.66634ZM14.6666 11.9997H13.3333V13.333H11.9999V14.6663H13.3333C14.0696 14.6663 14.6666 14.0694 14.6666 13.333V11.9997ZM9.33325 14.6663V13.333H6.66659V14.6663H9.33325Z",fillRule:"evenodd",clipRule:"evenodd"}},{tag:"path",attrs:{fill:"currentColor",d:"M8.66693 7.33415V2.66748H7.3336V7.33415H2.66693V8.66748H7.3336V13.3341H8.66693V8.66748H13.3336V7.33415H8.66693Z"}}]}]};t.InnerBorder=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(i.IconBase,Object.assign({},e,{id:"inner-border",ref:t,icon:a}))}));t.InnerBorder.displayName="InnerBorder";t["default"]=t.InnerBorder},3862:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.InsertCellDown=void 0;var n=r(7522);var i=r(7565);var a={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_102_1113",style:{maskType:"alpha"},width:16,height:16,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#DCDCDC",d:"M0 0H16V16H0z"}}]},{tag:"g",attrs:{mask:"url(#mask0_102_1113)",fillRule:"evenodd",clipRule:"evenodd"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M7.66105 5.44796C7.66105 5.07977 7.36257 4.7813 6.99439 4.7813H3.22403C2.85583 4.7813 2.55736 5.07977 2.55736 5.44796V10.5516C2.55736 10.9198 2.85583 11.2183 3.22403 11.2183H6.99439C7.36257 11.2183 7.66105 10.9198 7.66105 10.5516V5.44796ZM2.55736 3.50537C1.85268 3.50537 1.28143 4.07662 1.28143 4.7813V11.2183C1.28143 11.923 1.85268 12.4942 2.55736 12.4942H7.66105C8.3657 12.4942 8.93697 11.923 8.93697 11.2183V4.7813C8.93697 4.07662 8.3657 3.50537 7.66105 3.50537H2.55736Z"}},{tag:"path",attrs:{fill:"colorChannel1",d:"M11.9225 10.465C11.9977 10.4962 12.0802 10.5134 12.1667 10.5134C12.2532 10.5134 12.3357 10.4962 12.4109 10.465C12.4862 10.4338 12.5567 10.3877 12.6178 10.3265L14.5317 8.41263C14.7808 8.16349 14.7808 7.75956 14.5317 7.51042C14.2826 7.26128 13.8786 7.26128 13.6295 7.51042L12.8047 8.33523V6.14333C12.8047 5.791 12.5191 5.50537 12.1667 5.50537C11.8144 5.50537 11.5288 5.791 11.5288 6.14333V8.33523L10.7039 7.51042C10.4548 7.26128 10.0509 7.26128 9.80172 7.51042C9.55258 7.75956 9.55258 8.16349 9.80172 8.41263L11.7153 10.3262"}}]}]};t.InsertCellDown=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(i.IconBase,Object.assign({},e,{id:"insert-cell-down",ref:t,icon:a}))}));t.InsertCellDown.displayName="InsertCellDown";t["default"]=t.InsertCellDown},1357:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.InsertCellShiftRight=void 0;var n=r(7522);var i=r(7565);var a={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_102_1108",style:{maskType:"alpha"},width:16,height:16,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#DCDCDC",d:"M0 0H16V16H0z"}}]},{tag:"g",attrs:{mask:"url(#mask0_102_1108)",fillRule:"evenodd",clipRule:"evenodd"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M7.56614 5.44796C7.56614 5.07977 7.26766 4.7813 6.89948 4.7813H3.12912C2.76092 4.7813 2.46245 5.07977 2.46245 5.44796V10.5516C2.46245 10.9198 2.76092 11.2183 3.12912 11.2183H6.89948C7.26766 11.2183 7.56614 10.9198 7.56614 10.5516V5.44796ZM2.46245 3.50537C1.75777 3.50537 1.18652 4.07662 1.18652 4.7813V11.2183C1.18652 11.923 1.75777 12.4942 2.46245 12.4942H7.56614C8.27079 12.4942 8.84206 11.923 8.84206 11.2183V4.7813C8.84206 4.07662 8.27079 3.50537 7.56614 3.50537H2.46245Z"}},{tag:"path",attrs:{fill:"colorChannel1",d:"M14.7651 8.2438C14.7963 8.16858 14.8135 8.0861 14.8135 7.9996C14.8135 7.9131 14.7963 7.83062 14.7651 7.7554C14.7339 7.68015 14.6878 7.60966 14.6266 7.54849L12.7127 5.63461C12.4636 5.38547 12.0597 5.38547 11.8105 5.63461C11.5614 5.88375 11.5614 6.28768 11.8105 6.53682L12.6353 7.36164H10.4434C10.0911 7.36164 9.80548 7.64727 9.80548 7.9996C9.80548 8.35194 10.0911 8.63756 10.4434 8.63756H12.6353L11.8105 9.46238C11.5614 9.71152 11.5614 10.1155 11.8105 10.3646C12.0597 10.6137 12.4636 10.6137 12.7127 10.3646L14.6263 8.45101"}}]}]};t.InsertCellShiftRight=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(i.IconBase,Object.assign({},e,{id:"insert-cell-shift-right",ref:t,icon:a}))}));t.InsertCellShiftRight.displayName="InsertCellShiftRight";t["default"]=t.InsertCellShiftRight},3377:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.InsertComment=void 0;var n=r(7522);var i=r(7565);var a={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_102_1026",style:{maskType:"alpha"},width:16,height:16,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#DCDCDC",d:"M0 0H16V16H0z"}}]},{tag:"g",attrs:{mask:"url(#mask0_102_1026)",fillRule:"evenodd",clipRule:"evenodd"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M1.63636 1.99658C1.28491 1.99658 1 2.28149 1 2.63295V10.2693C1 10.6208 1.28491 10.9057 1.63636 10.9057H2.96368L4.05003 11.992C4.29854 12.2405 4.70146 12.2405 4.94997 11.992L6.03632 10.9057H6.72727V12.4128C6.72727 12.7643 7.01218 13.0492 7.36364 13.0492H10.6001L11.3682 13.8173C11.6167 14.0658 12.0196 14.0658 12.2682 13.8173L13.0363 13.0492H14.3636C14.7151 13.0492 15 12.7643 15 12.4128V7.32192C15 6.97047 14.7151 6.68556 14.3636 6.68556H12.4545V2.63295C12.4545 2.28149 12.1696 1.99658 11.8182 1.99658H1.63636ZM12.4545 7.95829V10.2693C12.4545 10.6208 12.1696 10.9057 11.8182 10.9057H8V11.7765H10.8636C11.0324 11.7765 11.1942 11.8435 11.3136 11.9628L11.8182 12.4674L12.3228 11.9628C12.4421 11.8435 12.604 11.7765 12.7727 11.7765H13.7273V7.95829H12.4545ZM11.1818 3.26931H2.27273V9.63295H3.22727C3.39604 9.63295 3.5579 9.70001 3.67725 9.81936L4.5 10.6421L5.32275 9.81936C5.4421 9.70001 5.60396 9.63295 5.77273 9.63295H11.1818V3.26931Z"}},{tag:"path",attrs:{fill:"colorChannel1",d:"M5.13617 4.54199C4.78472 4.54199 4.49981 4.8269 4.49981 5.17836C4.49981 5.52981 4.78472 5.81472 5.13617 5.81472H8.95435C9.3058 5.81472 9.59072 5.52981 9.59072 5.17836C9.59072 4.8269 9.3058 4.54199 8.95435 4.54199H5.13617ZM4.49981 7.72381C4.49981 7.37236 4.78472 7.08744 5.13617 7.08744H7.04526C7.39671 7.08744 7.68162 7.37236 7.68162 7.72381C7.68162 8.07526 7.39671 8.36018 7.04526 8.36018H5.13617C4.78472 8.36018 4.49981 8.07526 4.49981 7.72381Z"}}]}]};t.InsertComment=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(i.IconBase,Object.assign({},e,{id:"insert-comment",ref:t,icon:a}))}));t.InsertComment.displayName="InsertComment";t["default"]=t.InsertComment},2562:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.InsertLink=void 0;var n=r(7522);var i=r(7565);var a={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_102_1016",style:{maskType:"alpha"},width:16,height:16,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#DCDCDC",d:"M0 0H16V16H0z"}}]},{tag:"g",attrs:{mask:"url(#mask0_102_1016)"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M7.60396 8.00784C7.60396 7.66379 7.32505 7.38487 6.98098 7.38487C6.63692 7.38487 6.35801 7.66379 6.35801 8.00784C6.35801 9.54027 7.57166 10.8112 9.1037 10.8112C9.11284 10.8112 9.12193 10.811 9.13097 10.8106C9.14103 10.8111 9.15115 10.8114 9.16132 10.8114H12.3781C13.9102 10.8114 15.1238 9.54042 15.1238 8.00798C15.1238 6.47559 13.9103 5.20459 12.3781 5.20459L9.692 5.20459C9.34794 5.20459 9.06903 5.48351 9.06903 5.82757C9.06903 6.17163 9.34794 6.45054 9.692 6.45054H12.3781C13.1908 6.45054 13.8779 7.13199 13.8779 8.008C13.8779 8.884 13.1908 9.56543 12.3781 9.56543H9.16132C9.15218 9.56543 9.14308 9.56562 9.13404 9.56601C9.12398 9.56553 9.11387 9.56529 9.1037 9.56529C8.29107 9.56529 7.60396 8.88386 7.60396 8.00784Z"}},{tag:"path",attrs:{fill:"colorChannel1",d:"M8.39586 7.99201C8.39586 8.33606 8.67482 8.61498 9.01887 8.61498C9.36292 8.61498 9.64181 8.33606 9.64181 7.99201C9.64181 6.45958 8.42815 5.18862 6.89615 5.18862C6.88701 5.18862 6.87791 5.18881 6.86887 5.1892C6.85881 5.18872 6.8487 5.18848 6.83852 5.18848L3.62171 5.18848C2.08964 5.18848 0.875977 6.45943 0.875977 7.99187C0.876005 9.52426 2.08962 10.7953 3.62171 10.7953H6.30784C6.65191 10.7953 6.93082 10.5163 6.93082 10.1723C6.93082 9.82822 6.65191 9.54931 6.30784 9.54931H3.62171C2.80904 9.54931 2.12195 8.86787 2.12193 7.99186C2.12193 7.11586 2.80903 6.43443 3.62171 6.43443H6.83852C6.84766 6.43443 6.85676 6.43423 6.86581 6.43384C6.87586 6.43432 6.88598 6.43457 6.89615 6.43457C7.7088 6.43457 8.39586 7.11599 8.39586 7.99201Z"}}]}]};t.InsertLink=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(i.IconBase,Object.assign({},e,{id:"insert-link",ref:t,icon:a}))}));t.InsertLink.displayName="InsertLink";t["default"]=t.InsertLink},6791:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.InsertRowAbove=void 0;var n=r(7522);var i=r(7565);var a={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_102_1128",style:{maskType:"alpha"},width:16,height:16,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#DCDCDC",d:"M0 0H16V16H0z"}}]},{tag:"g",attrs:{mask:"url(#mask0_102_1128)",fillRule:"evenodd",clipRule:"evenodd"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M13.3333 13.4087C14.0697 13.4087 14.6666 12.8117 14.6666 12.0754L14.6666 9.40869C14.6666 8.67231 14.0697 8.07536 13.3333 8.07536L2.66663 8.07536C1.93023 8.07536 1.33329 8.67231 1.33329 9.40869L1.33329 12.0754C1.33329 12.8117 1.93023 13.4087 2.66663 13.4087L13.3333 13.4087ZM2.66663 12.0754L13.3333 12.0754L13.3333 9.40869L2.66663 9.40869L2.66663 12.0754Z"}},{tag:"path",attrs:{fill:"colorChannel1",d:"M7.74168 2.59137C8.10987 2.59137 8.40835 2.88984 8.40835 3.25804L8.40835 4.33309L9.48348 4.33309C9.85167 4.33309 10.1501 4.63156 10.1501 4.99976C10.1501 5.36794 9.85167 5.66642 9.48348 5.66642L8.40835 5.66642L8.40835 6.74154C8.40835 7.10973 8.10987 7.4082 7.74168 7.4082C7.37349 7.4082 7.07501 7.10973 7.07501 6.74154L7.07501 5.66642L5.99998 5.66642C5.63179 5.66642 5.33331 5.36794 5.33331 4.99976C5.33331 4.63156 5.63179 4.33309 5.99998 4.33309L7.07501 4.33309L7.07501 3.25804C7.07501 2.88984 7.37349 2.59137 7.74168 2.59137Z"}}]}]};t.InsertRowAbove=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(i.IconBase,Object.assign({},e,{id:"insert-row-above",ref:t,icon:a}))}));t.InsertRowAbove.displayName="InsertRowAbove";t["default"]=t.InsertRowAbove},5504:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.InsertRowBelow=void 0;var n=r(7522);var i=r(7565);var a={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_102_1133",style:{maskType:"alpha"},width:16,height:16,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#DCDCDC",d:"M16 16H32V32H16z",transform:"rotate(180 16 16)"}}]},{tag:"g",attrs:{mask:"url(#mask0_102_1133)",fillRule:"evenodd",clipRule:"evenodd"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M2.66671 2.59131C1.93033 2.59131 1.33337 3.18826 1.33337 3.92464L1.33337 6.59131C1.33337 7.32769 1.93033 7.92464 2.66671 7.92464L13.3334 7.92464C14.0698 7.92464 14.6667 7.32769 14.6667 6.59131L14.6667 3.92464C14.6667 3.18826 14.0698 2.59131 13.3334 2.59131L2.66671 2.59131ZM13.3334 3.92464L2.66671 3.92464L2.66671 6.59131L13.3334 6.59131L13.3334 3.92464Z"}},{tag:"path",attrs:{fill:"colorChannel1",d:"M8.25838 13.4086C7.8902 13.4086 7.59172 13.1102 7.59172 12.742L7.59172 11.6669L6.51658 11.6669C6.14839 11.6669 5.84992 11.3684 5.84991 11.0002C5.84991 10.6321 6.14839 10.3336 6.51658 10.3336L7.59172 10.3336L7.59171 9.25846C7.59171 8.89027 7.89019 8.5918 8.25838 8.5918C8.62657 8.5918 8.92505 8.89027 8.92505 9.25846L8.92505 10.3336L10.0001 10.3336C10.3683 10.3336 10.6667 10.6321 10.6667 11.0002C10.6667 11.3684 10.3683 11.6669 10.0001 11.6669L8.92505 11.6669L8.92505 12.742C8.92505 13.1102 8.62658 13.4086 8.25838 13.4086Z"}}]}]};t.InsertRowBelow=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(i.IconBase,Object.assign({},e,{id:"insert-row-below",ref:t,icon:a}))}));t.InsertRowBelow.displayName="InsertRowBelow";t["default"]=t.InsertRowBelow},5538:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.Insert=void 0;var n=r(7522);var i=r(7565);var a={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_233_16",style:{maskType:"alpha"},width:16,height:16,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#D9D9D9",d:"M0 0H16V16H0z"}}]},{tag:"g",attrs:{mask:"url(#mask0_233_16)"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M2.53337 14C2.35658 14 2.18704 13.9297 2.06203 13.8047C1.93703 13.6797 1.86681 13.5101 1.86681 13.3333C1.86681 13.1565 1.93703 12.987 2.06203 12.862C2.18704 12.7369 2.35658 12.6667 2.53337 12.6667L13.4667 12.6667C13.6435 12.6667 13.813 12.7369 13.938 12.862C14.063 12.987 14.1333 13.1565 14.1333 13.3333C14.1333 13.5101 14.063 13.6797 13.938 13.8047C13.813 13.9297 13.6435 14 13.4667 14L2.53337 14ZM2.53337 3.33333C2.35658 3.33331 2.18703 3.26306 2.06203 3.13804C1.93703 3.01301 1.86681 2.84346 1.86681 2.66667C1.86681 2.48987 1.93703 2.32032 2.06203 2.1953C2.18703 2.07028 2.35658 2.00003 2.53337 2L13.4667 2C13.6435 2.00003 13.813 2.07028 13.938 2.1953C14.063 2.32032 14.1333 2.48987 14.1333 2.66667C14.1333 2.84346 14.063 3.01301 13.938 3.13803C13.813 3.26306 13.6435 3.33331 13.4667 3.33333L2.53337 3.33333Z"}},{tag:"path",attrs:{fill:"colorChannel1",d:"M11.0573 7.33327L10.1953 6.47127C10.0703 6.34627 10.0001 6.17672 10.0001 5.99994C10.0001 5.82315 10.0703 5.65361 10.1953 5.52861C10.3203 5.4036 10.4899 5.33337 10.6667 5.33337C10.8434 5.33337 11.013 5.4036 11.138 5.52861L13.138 7.5286C13.2 7.59046 13.2491 7.66393 13.2827 7.74481C13.3162 7.82569 13.3335 7.91238 13.3335 7.99994C13.3335 8.08749 13.3162 8.17419 13.2827 8.25507C13.2491 8.33594 13.2 8.40941 13.138 8.47127L11.138 10.4713C11.0761 10.5332 11.0026 10.5823 10.9217 10.6158C10.8409 10.6493 10.7542 10.6665 10.6667 10.6665C10.5791 10.6665 10.4925 10.6493 10.4116 10.6158C10.3307 10.5823 10.2572 10.5332 10.1953 10.4713C10.1334 10.4094 10.0843 10.3359 10.0508 10.255C10.0173 10.1742 10.0001 10.0875 10.0001 9.99994C10.0001 9.9124 10.0173 9.82573 10.0508 9.74486C10.0843 9.66398 10.1334 9.5905 10.1953 9.52861L11.0573 8.6666L3.33333 8.66661C3.15652 8.66661 2.98695 8.59637 2.86193 8.47134C2.7369 8.34632 2.66666 8.17675 2.66666 7.99994C2.66666 7.82313 2.7369 7.65356 2.86193 7.52853C2.98695 7.40351 3.15652 7.33327 3.33333 7.33327L11.0573 7.33327Z"}}]}]};t.Insert=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(i.IconBase,Object.assign({},e,{id:"insert",ref:t,icon:a}))}));t.Insert.displayName="Insert";t["default"]=t.Insert},8458:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.ItalicSingle=void 0;var n=r(7522);var i=r(7565);var a={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_102_665",style:{maskType:"alpha"},width:16,height:16,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#DCDCDC",d:"M0 0H16V16H0z"}}]},{tag:"g",attrs:{mask:"url(#mask0_102_665)"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M6.83907 1.88446C6.83907 1.53487 7.12248 1.25146 7.47207 1.25146H10.1923C10.5419 1.25146 10.8253 1.53487 10.8253 1.88446C10.8253 2.23405 10.5419 2.51745 10.1923 2.51745H9.45384L7.87906 13.4827H8.52812C8.87772 13.4827 9.16112 13.7661 9.16112 14.1157C9.16112 14.4653 8.87772 14.7487 8.52812 14.7487H5.80786C5.45827 14.7487 5.17487 14.4653 5.17487 14.1157C5.17487 13.7661 5.45827 13.4827 5.80786 13.4827H6.5952L8.16999 2.51745H7.47207C7.12248 2.51745 6.83907 2.23405 6.83907 1.88446Z"}}]}]};t.ItalicSingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(i.IconBase,Object.assign({},e,{id:"italic-single",ref:t,icon:a}))}));t.ItalicSingle.displayName="ItalicSingle";t["default"]=t.ItalicSingle},6365:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.KeyboardSingle=void 0;var n=r(7522);var i=r(7565);var a={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_102_883",style:{maskType:"alpha"},width:16,height:16,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#DCDCDC",d:"M0 0H16V16H0z"}}]},{tag:"g",attrs:{fill:"currentColor",mask:"url(#mask0_102_883)"},children:[{tag:"path",attrs:{d:"M3.86841 6.47418C3.77908 6.51118 3.68333 6.53023 3.58663 6.53023V6.52876C3.39153 6.52876 3.20443 6.45126 3.06647 6.3133 2.92852 6.17535 2.85102 5.98824 2.85102 5.79315 2.85102 5.59805 2.92852 5.41094 3.06647 5.27299 3.20443 5.13504 3.39153 5.05754 3.58663 5.05754 3.68333 5.05754 3.77908 5.07658 3.86841 5.11359 3.95775 5.15059 4.03893 5.20483 4.1073 5.27321 4.17568 5.34158 4.22992 5.42276 4.26692 5.51209 4.30393 5.60143 4.32297 5.69718 4.32297 5.79388 4.32297 5.89058 4.30393 5.98633 4.26692 6.07567 4.22992 6.16501 4.17568 6.24618 4.1073 6.31456 4.03893 6.38293 3.95775 6.43717 3.86841 6.47418zM4.10678 8.52013C4.24474 8.38218 4.32224 8.19508 4.32224 7.99998 4.32224 7.80488 4.24474 7.61778 4.10678 7.47982 3.96883 7.34187 3.78172 7.26437 3.58663 7.26437 3.39153 7.26437 3.20443 7.34187 3.06647 7.47982 2.92852 7.61778 2.85102 7.80488 2.85102 7.99998 2.85102 8.19508 2.92852 8.38218 3.06647 8.52013 3.20443 8.65809 3.39153 8.73559 3.58663 8.73559 3.78172 8.73559 3.96883 8.65809 4.10678 8.52013zM4.10678 10.727C3.96883 10.8649 3.78172 10.9424 3.58663 10.9424 3.39153 10.9424 3.20443 10.8649 3.06647 10.727 2.92852 10.589 2.85102 10.4019 2.85102 10.2068 2.85102 10.0117 2.92852 9.82461 3.06647 9.68666 3.20443 9.5487 3.39153 9.4712 3.58663 9.4712 3.78172 9.4712 3.96883 9.5487 4.10678 9.68666 4.24474 9.82461 4.32224 10.0117 4.32224 10.2068 4.32224 10.4019 4.24474 10.589 4.10678 10.727zM6.47336 6.07471C6.51024 5.98542 6.52917 5.88975 6.52907 5.79315 6.52888 5.59805 6.45119 5.41102 6.3131 5.27321 6.175 5.13539 5.98782 5.05808 5.79272 5.05827 5.59763 5.05847 5.4106 5.13615 5.27279 5.27425 5.13497 5.41234 5.05765 5.59952 5.05785 5.79462 5.05795 5.89122 5.07707 5.98686 5.11413 6.07607 5.15118 6.16528 5.20545 6.24632 5.27383 6.31456 5.3422 6.3828 5.42335 6.4369 5.51263 6.47378 5.60192 6.51066 5.69759 6.52959 5.7942 6.52949 5.8908 6.5294 5.98643 6.51027 6.07565 6.47322 6.16486 6.43616 6.2459 6.38189 6.31414 6.31352 6.38238 6.24514 6.43648 6.16399 6.47336 6.07471zM6.07497 8.67959C5.98572 8.71656 5.89006 8.73559 5.79346 8.73559 5.59836 8.73559 5.41126 8.65809 5.27331 8.52013 5.13535 8.38218 5.05785 8.19508 5.05785 7.99998 5.05785 7.80488 5.13535 7.61778 5.27331 7.47982 5.41126 7.34187 5.59836 7.26437 5.79346 7.26437 5.89006 7.26437 5.98572 7.2834 6.07497 7.32036 6.16422 7.35733 6.24531 7.41152 6.31362 7.47982 6.38192 7.54813 6.43611 7.62922 6.47308 7.71847 6.51005 7.80772 6.52907 7.90338 6.52907 7.99998 6.52907 8.09658 6.51005 8.19224 6.47308 8.28149 6.43611 8.37073 6.38192 8.45183 6.31362 8.52013 6.24531 8.58844 6.16422 8.64263 6.07497 8.67959zM8.68019 6.07471C8.71707 5.98542 8.736 5.88975 8.73591 5.79315 8.73571 5.59805 8.65802 5.41102 8.51993 5.27321 8.38184 5.13539 8.19465 5.05808 7.99956 5.05827 7.80446 5.05847 7.61743 5.13615 7.47962 5.27425 7.3418 5.41234 7.26449 5.59952 7.26468 5.79462 7.26478 5.89122 7.2839 5.98686 7.32096 6.07607 7.35802 6.16528 7.41228 6.24632 7.48066 6.31456 7.54904 6.3828 7.63018 6.4369 7.71947 6.47378 7.80875 6.51066 7.90443 6.52959 8.00103 6.52949 8.09763 6.5294 8.19327 6.51027 8.28248 6.47322 8.37169 6.43616 8.45273 6.38189 8.52097 6.31352 8.58921 6.24514 8.64331 6.16399 8.68019 6.07471zM8.2818 8.67959C8.19255 8.71656 8.0969 8.73559 8.00029 8.73559 7.8052 8.73559 7.61809 8.65809 7.48014 8.52013 7.34219 8.38218 7.26468 8.19508 7.26468 7.99998 7.26468 7.80488 7.34219 7.61778 7.48014 7.47982 7.61809 7.34187 7.8052 7.26437 8.00029 7.26437 8.0969 7.26437 8.19255 7.2834 8.2818 7.32036 8.37105 7.35733 8.45214 7.41152 8.52045 7.47982 8.58876 7.54813 8.64294 7.62922 8.67991 7.71847 8.71688 7.80772 8.73591 7.90338 8.73591 7.99998 8.73591 8.09658 8.71688 8.19224 8.67991 8.28149 8.64294 8.37073 8.58876 8.45183 8.52045 8.52013 8.45214 8.58844 8.37105 8.64263 8.2818 8.67959zM10.887 6.07471C10.9239 5.98542 10.9428 5.88975 10.9427 5.79315 10.9425 5.59805 10.8649 5.41102 10.7268 5.27321 10.5887 5.13539 10.4015 5.05808 10.2064 5.05827 10.0113 5.05847 9.82427 5.13615 9.68645 5.27425 9.54864 5.41234 9.47132 5.59952 9.47152 5.79462 9.47161 5.89122 9.49074 5.98686 9.52779 6.07607 9.56485 6.16528 9.61912 6.24632 9.68749 6.31456 9.75587 6.3828 9.83702 6.4369 9.9263 6.47378 10.0156 6.51066 10.1113 6.52959 10.2079 6.52949 10.3045 6.5294 10.4001 6.51027 10.4893 6.47322 10.5785 6.43616 10.6596 6.38189 10.7278 6.31352 10.796 6.24514 10.8501 6.16399 10.887 6.07471zM10.4886 8.67959C10.3994 8.71656 10.3037 8.73559 10.2071 8.73559 10.012 8.73559 9.82493 8.65809 9.68697 8.52013 9.54902 8.38218 9.47152 8.19508 9.47152 7.99998 9.47152 7.80488 9.54902 7.61778 9.68697 7.47982 9.82493 7.34187 10.012 7.26437 10.2071 7.26437 10.3037 7.26437 10.3994 7.2834 10.4886 7.32036 10.5779 7.35733 10.659 7.41152 10.7273 7.47982 10.7956 7.54813 10.8498 7.62922 10.8867 7.71847 10.9237 7.80772 10.9427 7.90338 10.9427 7.99998 10.9427 8.09658 10.9237 8.19224 10.8867 8.28149 10.8498 8.37073 10.7956 8.45183 10.7273 8.52013 10.659 8.58844 10.5779 8.64263 10.4886 8.67959zM13.0939 6.07471C13.1307 5.98542 13.1497 5.88975 13.1496 5.79315 13.1494 5.59805 13.0717 5.41102 12.9336 5.27321 12.7955 5.13539 12.6083 5.05808 12.4132 5.05827 12.2181 5.05847 12.0311 5.13615 11.8933 5.27425 11.7555 5.41234 11.6782 5.59952 11.6784 5.79462 11.6784 5.89122 11.6976 5.98686 11.7346 6.07607 11.7717 6.16528 11.826 6.24632 11.8943 6.31456 11.9627 6.3828 12.0438 6.4369 12.1331 6.47378 12.2224 6.51066 12.3181 6.52959 12.4147 6.52949 12.5113 6.5294 12.6069 6.51027 12.6961 6.47322 12.7854 6.43616 12.8664 6.38189 12.9346 6.31352 13.0029 6.24514 13.057 6.16399 13.0939 6.07471zM12.6955 8.67959C12.6062 8.71656 12.5106 8.73559 12.414 8.73559 12.2189 8.73559 12.0318 8.65809 11.8938 8.52013 11.7559 8.38218 11.6784 8.19508 11.6784 7.99998 11.6784 7.80488 11.7559 7.61778 11.8938 7.47982 12.0318 7.34187 12.2189 7.26437 12.414 7.26437 12.5106 7.26437 12.6062 7.2834 12.6955 7.32036 12.7847 7.35733 12.8658 7.41152 12.9341 7.47982 13.0024 7.54813 13.0566 7.62922 13.0936 7.71847 13.1305 7.80772 13.1496 7.90338 13.1496 7.99998 13.1496 8.09658 13.1305 8.19224 13.0936 8.28149 13.0566 8.37073 13.0024 8.45183 12.9341 8.52013 12.8658 8.58844 12.7847 8.64263 12.6955 8.67959zM12.9341 10.727C13.0721 10.589 13.1496 10.4019 13.1496 10.2068 13.1496 10.0117 13.0721 9.82461 12.9341 9.68666 12.7962 9.5487 12.6091 9.4712 12.414 9.4712 12.2189 9.4712 12.0318 9.5487 11.8938 9.68666 11.7559 9.82461 11.6784 10.0117 11.6784 10.2068 11.6784 10.4019 11.7559 10.589 11.8938 10.727 12.0318 10.8649 12.2189 10.9424 12.414 10.9424 12.6091 10.9424 12.7962 10.8649 12.9341 10.727zM5.27331 9.68666C5.41126 9.5487 5.59836 9.4712 5.79346 9.4712H10.2071C10.4022 9.4712 10.5893 9.5487 10.7273 9.68666 10.8652 9.82461 10.9427 10.0117 10.9427 10.2068 10.9427 10.4019 10.8652 10.589 10.7273 10.727 10.5893 10.8649 10.4022 10.9424 10.2071 10.9424H5.79346C5.59836 10.9424 5.41126 10.8649 5.27331 10.727 5.13535 10.589 5.05785 10.4019 5.05785 10.2068 5.05785 10.0117 5.13535 9.82461 5.27331 9.68666z"}},{tag:"path",attrs:{d:"M0.353607 4.4953C0.353607 3.43951 1.20949 2.58362 2.26529 2.58362H13.7354C14.7911 2.58362 15.647 3.43951 15.647 4.4953V11.5048C15.647 12.5606 14.7911 13.4165 13.7354 13.4165H2.26529C1.20949 13.4165 0.353607 12.5606 0.353607 11.5048V4.4953ZM2.26529 3.85807H13.7354C14.0873 3.85807 14.3726 4.14337 14.3726 4.4953V11.5048C14.3726 11.8567 14.0873 12.142 13.7354 12.142H2.26529C1.91335 12.142 1.62806 11.8567 1.62806 11.5048V4.4953C1.62806 4.14337 1.91335 3.85807 2.26529 3.85807Z",fillRule:"evenodd",clipRule:"evenodd"}}]}]};t.KeyboardSingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(i.IconBase,Object.assign({},e,{id:"keyboard-single",ref:t,icon:a}))}));t.KeyboardSingle.displayName="KeyboardSingle";t["default"]=t.KeyboardSingle},799:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.LanguageSingle=void 0;var n=r(7522);var i=r(7565);var a={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M11.3334 7.33325C11.5978 7.33325 11.8373 7.48956 11.9437 7.73165L13.8465 12.0605 14.6064 13.7227C14.7594 14.0576 14.6121 14.4532 14.2772 14.6062 13.9424 14.7593 13.5468 14.6119 13.3937 14.2771L12.8099 12.9999H9.85687L9.27302 14.2771C9.11995 14.6119 8.72439 14.7593 8.38954 14.6062 8.05468 14.4532 7.90731 14.0576 8.06039 13.7227L8.82026 12.0605 10.7231 7.73165C10.8295 7.48956 11.0689 7.33325 11.3334 7.33325zM10.4499 11.6666H12.2169L11.3334 9.65664 10.4499 11.6666zM5.12253 1.36764C5.47183 1.25121 5.84938 1.43999 5.96581 1.78928L6.29914 2.78928C6.41557 3.13858 6.2268 3.51612 5.8775 3.63256 5.52821 3.74899 5.15066 3.56021 5.03423 3.21092L4.7009 2.21092C4.58446 1.86162 4.77324 1.48408 5.12253 1.36764z",fillRule:"evenodd",clipRule:"evenodd"}},{tag:"path",attrs:{fill:"currentColor",d:"M1.33337 3.66667C1.33337 3.29848 1.63185 3 2.00004 3H9.33337C9.70156 3 10 3.29848 10 3.66667 10 4.03486 9.70156 4.33333 9.33337 4.33333H2.00004C1.63185 4.33333 1.33337 4.03486 1.33337 3.66667zM3.15016 4.69234C3.50383 4.59126 3.87248 4.79572 3.97408 5.14911 3.97418 5.14945 3.97427 5.14979 3.97437 5.15013L3.33337 5.33334C3.97437 5.15013 3.97441 5.15028 3.97437 5.15013L3.97828 5.16315C3.98189 5.17502 3.98781 5.19414 3.99612 5.2198 4.01276 5.27114 4.03888 5.34842 4.075 5.44588 4.14742 5.64131 4.25901 5.91502 4.41353 6.22204 4.72764 6.84616 5.19519 7.55962 5.8303 8.0534 6.5183 8.58833 7.44454 9.08552 8.22296 9.45602 8.60751 9.63906 8.947 9.78699 9.18985 9.88894 9.31114 9.93986 9.40798 9.97917 9.47388 10.0055 9.50682 10.0187 9.532 10.0286 9.54861 10.0351L9.56699 10.0422 9.57116 10.0439C9.57112 10.0438 9.57119 10.0439 9.57116 10.0439 9.91491 10.1756 10.0876 10.5614 9.95592 10.9052 9.8242 11.249 9.43869 11.4209 9.09487 11.2892L9.33337 10.6667C9.09487 11.2892 9.09495 11.2893 9.09487 11.2892L9.09207 11.2881 9.08578 11.2857 9.06303 11.2769C9.04344 11.2692 9.01515 11.2581 8.97898 11.2436 8.90665 11.2147 8.8027 11.1725 8.67372 11.1183 8.41601 11.0101 8.05703 10.8537 7.64992 10.6599 6.845 10.2768 5.8151 9.73051 5.01191 9.10602 4.15579 8.4404 3.57947 7.53068 3.22253 6.82146 3.04152 6.46181 2.91077 6.14132 2.82476 5.90921 2.78165 5.7929 2.74952 5.69808 2.72771 5.63077 2.7168 5.59709 2.70845 5.57024 2.70259 5.55097L2.69565 5.52782 2.69356 5.52067 2.69286 5.51823 2.69247 5.5169C2.69242 5.51672 2.69238 5.51655 3.33337 5.33334L2.69247 5.5169C2.59129 5.16289 2.79615 4.79353 3.15016 4.69234z",fillRule:"evenodd",clipRule:"evenodd"}},{tag:"path",attrs:{fill:"currentColor",d:"M8.14192 3.0154C8.50168 3.09374 8.72981 3.44889 8.65146 3.80865L8.00053 3.6669C8.65146 3.80865 8.6515 3.8085 8.65146 3.80865L8.65113 3.81018L8.65057 3.81272L8.64878 3.82076L8.64247 3.84836C8.63705 3.87178 8.62917 3.90506 8.61876 3.94724C8.59794 4.03157 8.56694 4.15168 8.52514 4.29972C8.44169 4.59527 8.31438 5.005 8.13788 5.46527C7.79076 6.3705 7.22919 7.53637 6.38848 8.39427C5.58835 9.21079 4.55854 9.92831 3.75021 10.4333C3.34208 10.6883 2.98207 10.8942 2.72339 11.0367C2.59393 11.108 2.48951 11.1637 2.41673 11.2019C2.38034 11.221 2.35183 11.2357 2.33203 11.2459L2.30896 11.2576L2.30251 11.2609L2.30059 11.2619C2.3005 11.2619 2.29956 11.2624 2.00006 10.6668L2.29956 11.2624C1.97061 11.4278 1.56986 11.2952 1.40446 10.9663C1.23907 10.6374 1.37159 10.2367 1.70045 10.0712L1.70515 10.0689L1.7232 10.0596C1.7396 10.0512 1.76456 10.0383 1.79728 10.0212C1.86273 9.98682 1.9591 9.93548 2.07992 9.86891C2.32179 9.73563 2.66025 9.54207 3.04378 9.30247C3.81879 8.81831 4.74511 8.16628 5.43617 7.46106C6.0867 6.79723 6.569 5.83266 6.89294 4.98789C7.05197 4.57316 7.16699 4.20299 7.24198 3.9374C7.2794 3.80488 7.30665 3.6991 7.32428 3.62769C7.33309 3.592 7.33949 3.56495 7.34353 3.54749L7.34784 3.52864L7.34866 3.52494C7.42711 3.16531 7.78224 2.93707 8.14192 3.0154Z",fillRule:"evenodd",clipRule:"evenodd"}}]};t.LanguageSingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(i.IconBase,Object.assign({},e,{id:"language-single",ref:t,icon:a}))}));t.LanguageSingle.displayName="LanguageSingle";t["default"]=t.LanguageSingle},380:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.Lateral=void 0;var n=r(7522);var i=r(7565);var a={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_102_1192",style:{maskType:"alpha"},width:16,height:16,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#DCDCDC",d:"M0 0H16V16H0z"}}]},{tag:"g",attrs:{mask:"url(#mask0_102_1192)",fillRule:"evenodd",clipRule:"evenodd"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M11.4987 11.8048L13.1381 10.1654C13.2631 10.0404 13.3334 9.87085 13.3334 9.69404L13.3334 4.66675C13.3334 4.29856 13.0349 4.00008 12.6667 4.00008L3.33335 4.00008C2.96517 4.00008 2.66669 4.29856 2.66669 4.66675L2.66669 11.3334C2.66669 11.7016 2.96516 12.0001 3.33335 12.0001L11.0273 12.0001C11.2041 12.0001 11.3737 11.9298 11.4987 11.8048ZM12.4416 12.7476C12.0665 13.1227 11.5578 13.3334 11.0273 13.3334L3.33335 13.3334C2.22878 13.3334 1.33335 12.438 1.33335 11.3334L1.33335 4.66675C1.33335 3.56218 2.22878 2.66675 3.33335 2.66675L12.6667 2.66675C13.7713 2.66675 14.6667 3.56218 14.6667 4.66675L14.6667 9.69404C14.6667 10.2245 14.456 10.7332 14.0809 11.1082L12.4416 12.7476Z"}},{tag:"path",attrs:{fill:"colorChannel1",d:"M11.9999 7.3335L13.3333 7.3335L13.3333 8.66683L11.9999 8.66683L11.9999 7.3335ZM6.66658 7.3335L9.33325 7.3335L9.33325 8.66683L6.66658 8.66683L6.66658 7.3335ZM2.66658 7.3335L3.99992 7.3335L3.99992 8.66683L2.66658 8.66683L2.66658 7.3335Z"}}]}]};t.Lateral=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(i.IconBase,Object.assign({},e,{id:"lateral",ref:t,icon:a}))}));t.Lateral.displayName="Lateral";t["default"]=t.Lateral},3988:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.LeftBorder=void 0;var n=r(7522);var i=r(7565);var a={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_107_1292",style:{maskType:"alpha"},width:16,height:16,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#DCDCDC",d:"M0 0H16V16H0z"}}]},{tag:"g",attrs:{mask:"url(#mask0_107_1292)"},children:[{tag:"path",attrs:{fill:"colorChannel1",d:"M14.6664 3.99967L14.6664 2.66634C14.6664 1.92996 14.0694 1.33301 13.333 1.33301L11.9997 1.33301 11.9997 2.66634 13.333 2.66634 13.333 3.99967 14.6664 3.99967zM6.66638 1.33301L6.66638 2.66634 9.33305 2.66634 9.33305 1.33301 6.66638 1.33301zM14.6664 6.66634L13.333 6.66634 13.333 7.33301 10.6664 7.33301 10.6664 8.66634 13.333 8.66634 13.333 9.33301 14.6664 9.33301 14.6664 6.66634zM14.6664 11.9997L13.333 11.9997 13.333 13.333 11.9997 13.333 11.9997 14.6663 13.333 14.6663C14.0694 14.6663 14.6664 14.0694 14.6664 13.333L14.6664 11.9997zM9.33305 14.6663L9.33305 13.333 8.66638 13.333 8.66638 10.6663 7.33305 10.6663 7.33305 13.333 6.66638 13.333 6.66638 14.6663 9.33305 14.6663zM2.66638 7.33301L5.33305 7.33301 5.33305 8.66634 2.66638 8.66634 2.66638 7.33301zM8.66638 5.33301L8.66638 2.66634 7.33305 2.66634 7.33305 5.33301 8.66638 5.33301z"}},{tag:"path",attrs:{fill:"currentColor",d:"M2.66667 1.33301L4 1.33301L4 2.66634L2.66667 2.66634L2.66667 13.333L4 13.333L4 14.6663L2.66667 14.6663C1.93029 14.6663 1.33333 14.0694 1.33333 13.333L1.33333 2.66634C1.33333 1.92996 1.93029 1.33301 2.66667 1.33301Z"}}]}]};t.LeftBorder=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(i.IconBase,Object.assign({},e,{id:"left-border",ref:t,icon:a}))}));t.LeftBorder.displayName="LeftBorder";t["default"]=t.LeftBorder},7474:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.LeftDoubleDiagonalSingle=void 0;var n=r(7522);var i=r(7565);var a={tag:"svg",attrs:{fill:"none",viewBox:"0 0 17 17",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_436_29",style:{maskType:"alpha"},width:17,height:17,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#D9D9D9",d:"M0.46 0.72H16.46V16.72H0.46z"}}]},{tag:"g",attrs:{mask:"url(#mask0_436_29)"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M3.75537 3.11333L14.8806 8.21036L14.3808 9.30132L4.52076 4.78394L9.03813 14.644L7.94718 15.1438L2.85015 4.01855L2.5419 3.87733L2.66368 3.61154L2.52319 3.30491L2.8788 3.14199L3.04172 2.78638L3.34836 2.92686L3.61415 2.80509L3.75537 3.11333Z"}},{tag:"path",attrs:{fill:"#E5E5E5",d:"M1.80017 12.8102L1.80017 14.1743C1.80017 14.8371 2.33743 15.3743 3.00017 15.3743L4.3643 15.3743L4.3643 14.0443L3.13017 14.0443L3.13017 12.8102L1.80017 12.8102ZM4.3643 2.06128L3.00017 2.06128C2.33743 2.06128 1.80017 2.59854 1.80017 3.26128L1.80017 4.62541L3.13017 4.62541L3.13017 3.39128L4.3643 3.39128L4.3643 2.06128ZM1.80017 10.0819L3.13017 10.0819L3.13017 7.35367L1.80017 7.35367L1.80017 10.0819ZM7.09256 2.06128L7.09256 3.39128L9.82081 3.39128L9.82081 2.06128L7.09256 2.06128ZM12.5491 2.06128L12.5491 3.39128L13.7832 3.39128L13.7832 4.62541L15.1132 4.62541L15.1132 3.26128C15.1132 2.59854 14.5759 2.06128 13.9132 2.06128L12.5491 2.06128ZM15.1132 7.35367L13.7832 7.35367L13.7832 10.0819L15.1132 10.0819L15.1132 7.35367ZM15.1132 12.8102L13.7832 12.8102L13.7832 14.0443L12.5491 14.0443L12.5491 15.3743L13.9132 15.3743C14.5759 15.3743 15.1132 14.8371 15.1132 14.1743L15.1132 12.8102ZM9.82082 15.3743L9.82082 14.0443L7.09256 14.0443L7.09256 15.3743L9.82082 15.3743Z",fillRule:"evenodd",clipRule:"evenodd"}}]}]};t.LeftDoubleDiagonalSingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(i.IconBase,Object.assign({},e,{id:"left-double-diagonal-single",ref:t,icon:a}))}));t.LeftDoubleDiagonalSingle.displayName="LeftDoubleDiagonalSingle";t["default"]=t.LeftDoubleDiagonalSingle},4790:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.LeftInsertColumn=void 0;var n=r(7522);var i=r(7565);var a={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_102_1118",style:{maskType:"alpha"},width:16,height:16,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#DCDCDC",d:"M0 0H16V16H0z"}}]},{tag:"g",attrs:{mask:"url(#mask0_102_1118)",fillRule:"evenodd",clipRule:"evenodd"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M13.4322 2.66683C13.4322 1.93045 12.8352 1.3335 12.0989 1.3335H9.43219C8.69581 1.3335 8.09886 1.93045 8.09886 2.66683V13.3335C8.09886 14.0699 8.69581 14.6668 9.43219 14.6668H12.0989C12.8352 14.6668 13.4322 14.0699 13.4322 13.3335V2.66683ZM12.0989 13.3335V2.66683H9.43219V13.3335H12.0989Z"}},{tag:"path",attrs:{fill:"colorChannel1",d:"M2.56769 7.99978C2.56769 7.63159 2.86616 7.33311 3.23435 7.33311H4.30941V6.25798C4.30941 5.88979 4.60788 5.59131 4.97607 5.59131C5.34426 5.59131 5.64274 5.88979 5.64274 6.25798V7.33311H6.71785C7.08604 7.33311 7.38452 7.63159 7.38452 7.99978C7.38452 8.36797 7.08604 8.66644 6.71785 8.66644H5.64274V9.74148C5.64274 10.1097 5.34426 10.4081 4.97607 10.4081C4.60788 10.4081 4.30941 10.1097 4.30941 9.74148V8.66644H3.23435C2.86616 8.66644 2.56769 8.36797 2.56769 7.99978Z"}}]}]};t.LeftInsertColumn=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(i.IconBase,Object.assign({},e,{id:"left-insert-column",ref:t,icon:a}))}));t.LeftInsertColumn.displayName="LeftInsertColumn";t["default"]=t.LeftInsertColumn},8554:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.LeftJustifyingSingle=void 0;var n=r(7522);var i=r(7565);var a={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_102_818",style:{maskType:"alpha"},width:16,height:16,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#D9D9D9",d:"M0 0H16V16H0z"}}]},{tag:"g",attrs:{fill:"currentColor",mask:"url(#mask0_102_818)"},children:[{tag:"path",attrs:{d:"M1.99998 2.3501C1.64099 2.3501 1.34998 2.64111 1.34998 3.0001 1.34998 3.35908 1.64099 3.6501 1.99998 3.6501H14C14.359 3.6501 14.65 3.35908 14.65 3.0001 14.65 2.64111 14.359 2.3501 14 2.3501H1.99998zM1.99998 5.68347C1.64099 5.68347 1.34998 5.97449 1.34998 6.33347 1.34998 6.69246 1.64099 6.98347 1.99998 6.98347H11.3333C11.6923 6.98347 11.9833 6.69246 11.9833 6.33347 11.9833 5.97449 11.6923 5.68347 11.3333 5.68347H1.99998zM1.34998 9.66672C1.34998 9.30774 1.64099 9.01672 1.99998 9.01672H14C14.359 9.01672 14.65 9.30774 14.65 9.66672 14.65 10.0257 14.359 10.3167 14 10.3167H1.99998C1.64099 10.3167 1.34998 10.0257 1.34998 9.66672zM1.99998 12.3501C1.64099 12.3501 1.34998 12.6411 1.34998 13.0001 1.34998 13.3591 1.64099 13.6501 1.99998 13.6501H11.3333C11.6923 13.6501 11.9833 13.3591 11.9833 13.0001 11.9833 12.6411 11.6923 12.3501 11.3333 12.3501H1.99998z"}}]}]};t.LeftJustifyingSingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(i.IconBase,Object.assign({},e,{id:"left-justifying-single",ref:t,icon:a}))}));t.LeftJustifyingSingle.displayName="LeftJustifyingSingle";t["default"]=t.LeftJustifyingSingle},8199:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.LeftRotationFortyFiveDegreesSingle=void 0;var n=r(7522);var i=r(7565);var a={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_102_802",style:{maskType:"alpha"},width:16,height:16,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#DCDCDC",d:"M0 0H16V16H0z"}}]},{tag:"g",attrs:{fill:"currentColor",mask:"url(#mask0_102_802)"},children:[{tag:"path",attrs:{d:"M2.56751 1.8681C2.30914 1.77869 2.0135 1.85136 1.81075 2.05412C1.60799 2.25687 1.53532 2.55251 1.62473 2.81088L4.36865 10.7403C4.49493 11.1052 4.89961 11.2812 5.27252 11.1335C5.64543 10.9857 5.84537 10.5701 5.71909 10.2051L4.95118 7.986L7.74263 5.19455L9.96175 5.96246C10.3267 6.08874 10.7423 5.8888 10.8901 5.51589C11.0379 5.14298 10.8618 4.7383 10.4969 4.61202L2.56751 1.8681ZM6.28892 4.69149L4.44812 6.53229L3.47404 3.71741L6.28892 4.69149Z",fillRule:"evenodd",clipRule:"evenodd"}},{tag:"path",attrs:{d:"M4.68352 13.4124C4.39713 13.6988 4.38399 14.15 4.65417 14.4202C4.92434 14.6903 5.37552 14.6772 5.66191 14.3908L12.8953 7.15741L12.8654 8.18547C12.8539 8.57901 13.1636 8.88875 13.5572 8.87729C13.9507 8.86583 14.2791 8.5375 14.2905 8.14396L14.3706 5.39558C14.379 5.10737 14.2129 4.85259 13.9499 4.75006C13.6868 4.64752 13.3785 4.71741 13.1688 4.92714L4.68352 13.4124Z"}}]}]};t.LeftRotationFortyFiveDegreesSingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(i.IconBase,Object.assign({},e,{id:"left-rotation-forty-five-degrees-single",ref:t,icon:a}))}));t.LeftRotationFortyFiveDegreesSingle.displayName="LeftRotationFortyFiveDegreesSingle";t["default"]=t.LeftRotationFortyFiveDegreesSingle},3577:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.LeftRotationNinetyDegreesSingle=void 0;var n=r(7522);var i=r(7565);var a={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M1 7.65022C1 7.39606 1.14813 7.16522 1.37917 7.05932L5.37917 5.22599 5.37918 5.22599 6.71251 4.61489 6.71251 4.61489 9.37917 3.39266C9.70551 3.24308 10.0913 3.38638 10.2409 3.71272 10.3905 4.03906 10.2472 4.42487 9.92083 4.57444L7.63333 5.62288 7.63333 9.67755 9.92083 10.726C10.2472 10.8756 10.3905 11.2614 10.2409 11.5877 10.0913 11.9141 9.70551 12.0573 9.37917 11.9078L6.71251 10.6855 6.71251 10.6855 5.37918 10.0744 5.37917 10.0744 1.37917 8.24111C1.14813 8.13521 1 7.90437 1 7.65022zM6.33333 9.08172L6.33333 6.21871 5.92083 6.40777 5.92082 6.40778 3.21004 7.65022 5.92082 8.89266 5.92083 8.89266 6.33333 9.08172zM12.3165 14.3C11.9575 14.3 11.6665 14.009 11.6665 13.65L11.6665 1.65005C11.6665 1.38715 11.8249 1.15014 12.0678 1.04953 12.3106.948919 12.5902 1.00453 12.7761 1.19043L14.7761 3.19043C15.03 3.44427 15.03 3.85583 14.7761 4.10967 14.5223 4.36351 14.1107 4.36351 13.8569 4.10967L12.9665 3.21929 12.9665 13.65C12.9665 14.009 12.6755 14.3 12.3165 14.3z",fillRule:"evenodd",clipRule:"evenodd"}}]};t.LeftRotationNinetyDegreesSingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(i.IconBase,Object.assign({},e,{id:"left-rotation-ninety-degrees-single",ref:t,icon:a}))}));t.LeftRotationNinetyDegreesSingle.displayName="LeftRotationNinetyDegreesSingle";t["default"]=t.LeftRotationNinetyDegreesSingle},6604:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.LeftTridiagonalSingle=void 0;var n=r(7522);var i=r(7565);var a={tag:"svg",attrs:{fill:"none",viewBox:"0 0 17 17",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_436_43",style:{maskType:"alpha"},width:17,height:17,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#D9D9D9",d:"M0.33 0.72H16.33V16.72H0.33z"}}]},{tag:"g",attrs:{mask:"url(#mask0_436_43)"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M2.33875 3.57255L2.23657 3.79614L2.72883 4.0211L7.58275 14.6428L8.67419 14.144L5.10931 6.34311L13.5649 14.7987L14.4134 13.9502L5.96172 5.49847L13.7573 9.0609L14.2561 7.96947L3.63438 3.11555L3.40942 2.62329L3.18782 2.72456L3.09973 2.63647L2.93861 2.7976L2.73534 2.70471L2.60444 2.99116L2.31799 3.12206L2.41088 3.32533L2.2512 3.485L2.33875 3.57255Z"}},{tag:"path",attrs:{fill:"#E5E5E5",d:"M1.6759 12.8102L1.6759 14.1743C1.6759 14.8371 2.21316 15.3743 2.8759 15.3743L4.24003 15.3743L4.24003 14.0443L3.0059 14.0443L3.0059 12.8102L1.6759 12.8102ZM4.24003 2.06128L2.8759 2.06128C2.21316 2.06128 1.6759 2.59854 1.6759 3.26128L1.6759 4.62541L3.0059 4.62541L3.0059 3.39128L4.24003 3.39128L4.24003 2.06128ZM1.6759 10.0819L3.0059 10.0819L3.0059 7.35367L1.6759 7.35367L1.6759 10.0819ZM6.96829 2.06128L6.96829 3.39128L9.69655 3.39128L9.69655 2.06128L6.96829 2.06128ZM12.4248 2.06128L12.4248 3.39128L13.6589 3.39128L13.6589 4.62541L14.9889 4.62541L14.9889 3.26128C14.9889 2.59854 14.4517 2.06128 13.7889 2.06128L12.4248 2.06128ZM14.9889 7.35367L13.6589 7.35367L13.6589 10.0819L14.9889 10.0819L14.9889 7.35367ZM14.9889 12.8102L13.6589 12.8102L13.6589 14.0443L12.4248 14.0443L12.4248 15.3743L13.7889 15.3743C14.4517 15.3743 14.9889 14.8371 14.9889 14.1743L14.9889 12.8102ZM9.69655 15.3743L9.69655 14.0443L6.96829 14.0443L6.96829 15.3743L9.69655 15.3743Z",fillRule:"evenodd",clipRule:"evenodd"}}]}]};t.LeftTridiagonalSingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(i.IconBase,Object.assign({},e,{id:"left-tridiagonal-single",ref:t,icon:a}))}));t.LeftTridiagonalSingle.displayName="LeftTridiagonalSingle";t["default"]=t.LeftTridiagonalSingle},2968:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.LinkSingle=void 0;var n=r(7522);var i=r(7565);var a={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_102_329",style:{maskType:"alpha"},width:16,height:16,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#DCDCDC",d:"M0 0H16V16H0z"}}]},{tag:"g",attrs:{fill:"currentColor",mask:"url(#mask0_102_329)"},children:[{tag:"path",attrs:{d:"M2.1598 6.7158C2.1598 5.61778 3.04992 4.72767 4.14793 4.72767H9.284C10.382 4.72767 11.2721 5.61778 11.2721 6.7158C11.2721 7.81383 10.382 8.70394 9.284 8.70394H6.07396C5.75369 8.70394 5.49406 8.96357 5.49406 9.28384C5.49406 9.60411 5.75369 9.86374 6.07396 9.86374H9.284C11.0226 9.86374 12.4319 8.45437 12.4319 6.7158C12.4319 4.97724 11.0226 3.56787 9.284 3.56787H4.14793C2.40938 3.56787 1 4.97724 1 6.7158C1 7.51376 1.29765 8.24362 1.78714 8.79818C1.99908 9.03829 2.36554 9.06113 2.60566 8.84919C2.84577 8.63726 2.86861 8.27079 2.65667 8.03068C2.34704 7.67989 2.1598 7.22042 2.1598 6.7158Z"}},{tag:"path",attrs:{d:"M6.716 6.1359C4.97743 6.1359 3.56806 7.54527 3.56806 9.28383C3.56806 11.0224 4.97743 12.4318 6.716 12.4318H11.8521C13.5906 12.4318 15 11.0224 15 9.28383C15 8.48587 14.7023 7.75602 14.2129 7.20146C14.0009 6.96135 13.6345 6.9385 13.3943 7.15044C13.1542 7.36237 13.1314 7.72883 13.3433 7.96895C13.653 8.31975 13.8402 8.77922 13.8402 9.28383C13.8402 10.3819 12.9501 11.272 11.8521 11.272H6.716C5.61797 11.272 4.72786 10.3819 4.72786 9.28383C4.72786 8.18581 5.61797 7.2957 6.716 7.2957H9.92604C10.2463 7.2957 10.5059 7.03607 10.5059 6.7158C10.5059 6.39553 10.2463 6.1359 9.92604 6.1359H6.716Z"}}]}]};t.LinkSingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(i.IconBase,Object.assign({},e,{id:"link-single",ref:t,icon:a}))}));t.LinkSingle.displayName="LinkSingle";t["default"]=t.LinkSingle},2046:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.LiveShareSingle=void 0;var n=r(7522);var i=r(7565);var a={tag:"svg",attrs:{fill:"none",viewBox:"0 0 17 17",width:"1em",height:"1em"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M9.20459 4.90474C9.20459 4.64763 9.35535 4.54174 9.54053 4.68737L11.2643 6.04046C11.4495 6.18609 11.4495 6.42299 11.2643 6.56789L9.55334 7.90706C9.36755 8.05269 9.20386 7.90499 9.20386 7.68969V6.96785H8.94446C8.19543 6.96785 6.72595 7.28347 6.37646 7.89174C6.30786 8.00322 6.23572 7.97884 6.23572 7.89174C6.25073 6.80828 8.0918 5.58895 9.17383 5.58895H9.20459V4.90474Z"}},{tag:"path",attrs:{fill:"currentColor",d:"M1.98682 2.73096C1.98682 2.17867 2.43457 1.73096 2.98682 1.73096H14.9868C15.5391 1.73096 15.9868 2.17867 15.9868 2.73096V9.90105C15.9868 10.4533 15.5391 10.901 14.9868 10.901H9.62183V13.5577H12.9868C13.3375 13.5577 13.6218 13.842 13.6218 14.1927C13.6218 14.5434 13.3375 14.8277 12.9868 14.8277H4.98682C4.63611 14.8277 4.35181 14.5434 4.35181 14.1927C4.35181 13.842 4.63611 13.5577 4.98682 13.5577H8.35181V10.901H2.98682C2.43457 10.901 1.98682 10.4533 1.98682 9.90105V2.73096ZM3.25684 9.63106V3.00095H14.7168V9.63106H3.25684Z",fillRule:"evenodd",clipRule:"evenodd"}}]};t.LiveShareSingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(i.IconBase,Object.assign({},e,{id:"live-share-single",ref:t,icon:a}))}));t.LiveShareSingle.displayName="LiveShareSingle";t["default"]=t.LiveShareSingle},4222:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.Loading=void 0;var n=r(7522);var i=r(7565);var a={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"path",attrs:{fill:"#0B9EFB",d:"M8.79993 14.0166C8.79993 14.4585 8.44176 14.8166 7.99993 14.8166C4.23529 14.8166 1.18345 11.7648 1.18345 8.00017C1.18345 4.23554 4.23529 1.18369 7.99993 1.1837C11.7646 1.1837 14.8164 4.23554 14.8164 8.00017C14.8164 8.442 14.4582 8.80017 14.0164 8.80017C13.5746 8.80017 13.2164 8.442 13.2164 8.00017C13.2164 5.11919 10.8809 2.7837 7.99993 2.7837C5.11895 2.7837 2.78345 5.11919 2.78345 8.00017C2.78345 10.8812 5.11895 13.2166 7.99993 13.2166C8.44176 13.2166 8.79993 13.5748 8.79993 14.0166Z",fillOpacity:.2,fillRule:"evenodd",clipRule:"evenodd"}},{tag:"path",attrs:{fill:"#0B9EFB",d:"M7.20007 1.98384C7.20007 1.54201 7.55824 1.18384 8.00007 1.18384C11.7647 1.18384 14.8165 4.23568 14.8165 8.00032C14.8165 11.765 11.7647 14.8168 8.00007 14.8168C4.23543 14.8168 1.18359 11.765 1.18359 8.00032C1.18359 7.55849 1.54177 7.20031 1.98359 7.20031C2.42542 7.20031 2.78359 7.55849 2.78359 8.00032C2.78359 10.8813 5.11909 13.2168 8.00007 13.2168C10.8811 13.2168 13.2165 10.8813 13.2165 8.00032C13.2165 5.11933 10.8811 2.78384 8.00007 2.78384C7.55824 2.78384 7.20007 2.42567 7.20007 1.98384Z",fillRule:"evenodd",clipRule:"evenodd"}}]};t.Loading=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(i.IconBase,Object.assign({},e,{id:"loading",ref:t,icon:a}))}));t.Loading.displayName="Loading";t["default"]=t.Loading},905:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.LockSingle=void 0;var n=r(7522);var i=r(7565);var a={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_102_577",style:{maskType:"alpha"},width:16,height:16,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#D9D9D9",d:"M0 0H16V16H0z"}}]},{tag:"g",attrs:{mask:"url(#mask0_102_577)"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M8 2.94121C6.78566 2.94121 5.80123 3.91924 5.80123 5.1257V6.73533H10.1988V5.1257C10.1988 3.91924 9.21434 2.94121 8 2.94121ZM11.5875 6.73533V5.1257C11.5875 3.15726 9.98129 1.56152 8 1.56152C6.01871 1.56152 4.41253 3.15726 4.41253 5.1257V6.73533H3.371C2.66795 6.73533 2.09802 7.30156 2.09802 8.00004V13.1739C2.09802 13.8723 2.66795 14.4386 3.371 14.4386H12.629C13.332 14.4386 13.902 13.8723 13.902 13.1739V8.00004C13.902 7.30156 13.332 6.73533 12.629 6.73533H11.5875ZM3.48672 8.11502V13.0589H12.5133V8.11502H3.48672ZM8 9.03483C8.38348 9.03483 8.69435 9.34369 8.69435 9.72468V11.4493C8.69435 11.8303 8.38348 12.1391 8 12.1391C7.61652 12.1391 7.30565 11.8303 7.30565 11.4493V9.72468C7.30565 9.34369 7.61652 9.03483 8 9.03483Z",fillRule:"evenodd",clipRule:"evenodd"}}]}]};t.LockSingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(i.IconBase,Object.assign({},e,{id:"lock-single",ref:t,icon:a}))}));t.LockSingle.displayName="LockSingle";t["default"]=t.LockSingle},913:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.Longitudinal=void 0;var n=r(7522);var i=r(7565);var a={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_102_1187",style:{maskType:"alpha"},width:16,height:16,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#DCDCDC",d:"M0 0H16V16H0z"}}]},{tag:"g",attrs:{mask:"url(#mask0_102_1187)",fillRule:"evenodd",clipRule:"evenodd"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M11.8048 4.5012L10.1654 2.86184C10.0404 2.73682 9.87085 2.66659 9.69404 2.66659H4.66675C4.29856 2.66659 4.00008 2.96506 4.00008 3.33325V12.6666C4.00008 13.0348 4.29856 13.3333 4.66675 13.3333H11.3334C11.7016 13.3333 12.0001 13.0348 12.0001 12.6666V4.97261C12.0001 4.7958 11.9298 4.62623 11.8048 4.5012ZM12.7476 3.55839C13.1227 3.93346 13.3334 4.44217 13.3334 4.97261V12.6666C13.3334 13.7712 12.438 14.6666 11.3334 14.6666H4.66675C3.56218 14.6666 2.66675 13.7712 2.66675 12.6666V3.33325C2.66675 2.22868 3.56218 1.33325 4.66675 1.33325H9.69404C10.2245 1.33325 10.7332 1.54396 11.1082 1.91903L12.7476 3.55839Z"}},{tag:"path",attrs:{fill:"colorChannel1",d:"M7.33325 3.99984V2.6665H8.66659V3.99984H7.33325ZM7.33325 9.33317V6.6665H8.66659V9.33317H7.33325ZM7.33325 13.3332V11.9998H8.66659V13.3332H7.33325Z"}}]}]};t.Longitudinal=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(i.IconBase,Object.assign({},e,{id:"longitudinal",ref:t,icon:a}))}));t.Longitudinal.displayName="Longitudinal";t["default"]=t.Longitudinal},7050:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.MagnifierSingle=void 0;var n=r(7522);var i=r(7565);var a={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_102_674",style:{maskType:"alpha"},width:16,height:16,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#DCDCDC",d:"M0 0H16V16H0z"}}]},{tag:"g",attrs:{mask:"url(#mask0_102_674)"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M11.9464 11.1344C13.796 8.78305 13.6368 5.36684 11.4687 3.19877C9.12884 0.858866 5.3351 0.858866 2.9952 3.19877C0.655291 5.53868 0.655291 9.33242 2.9952 11.6723C5.17691 13.854 8.62251 14.0015 10.9751 12.1148L13.3439 14.4836C13.6134 14.7531 14.0503 14.7531 14.3198 14.4836C14.5892 14.2142 14.5892 13.7773 14.3198 13.5078L11.9464 11.1344ZM10.4929 4.1746C12.2939 5.97557 12.2939 8.89552 10.4929 10.6965C8.69195 12.4975 5.772 12.4975 3.97103 10.6965C2.17005 8.89552 2.17005 5.97557 3.97103 4.1746C5.772 2.37363 8.69195 2.37363 10.4929 4.1746Z",fillRule:"evenodd",clipRule:"evenodd"}}]}]};t.MagnifierSingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(i.IconBase,Object.assign({},e,{id:"magnifier-single",ref:t,icon:a}))}));t.MagnifierSingle.displayName="MagnifierSingle";t["default"]=t.MagnifierSingle},2997:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.MaxSingle=void 0;var n=r(7522);var i=r(7565);var a={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M11.8633 11.8572C11.4471 11.8572 11.1617 11.4381 11.314 11.0509L11.9863 9.34214C12.1412 8.94851 12.1396 8.51053 11.9818 8.11806L11.4089 6.69339C11.2455 6.28701 11.5447 5.84424 11.9827 5.84424 12.244 5.84424 12.4771 6.00846 12.5651 6.25451L12.7509 6.77419C12.8553 7.10705 12.9666 7.45015 13.078 7.78333 13.0811 7.79284 13.09 7.79924 13.1001 7.79924 13.1109 7.79924 13.1204 7.79175 13.1228 7.78116 13.2 7.44866 13.297 7.10633 13.3803 6.77419L13.5115 6.28141C13.5801 6.02363 13.8135 5.84424 14.0803 5.84424 14.4911 5.84424 14.7756 6.25454 14.6315 6.63929L14.0014 8.32119C13.8524 8.71892 13.8614 9.1586 14.0265 9.54991L14.6386 11.0006C14.8101 11.4072 14.5116 11.8572 14.0702 11.8572 13.8163 11.8572 13.5882 11.7015 13.4957 11.465L13.2813 10.9167C13.163 10.5736 13.0447 10.2202 12.9197 9.89686 12.916 9.88732 12.9068 9.88106 12.8966 9.88106 12.8856 9.88106 12.876 9.88821 12.8729 9.89867 12.7756 10.2211 12.6784 10.5638 12.5811 10.9167L12.4297 11.4331C12.3559 11.6845 12.1253 11.8572 11.8633 11.8572zM8.12225 12.0051C7.3796 12.0051 6.92694 11.1809 6.92694 10.177 6.92694 9.24653 7.28484 8.629 8.09563 8.26591 8.67092 8.00828 9.18404 7.19689 8.55369 7.19689 8.45538 7.19689 8.35572 7.21504 8.25304 7.25009 7.84274 7.39015 7.34547 7.29003 7.20055 6.88142 7.11632 6.64391 7.18093 6.37494 7.38339 6.22488 7.8222 5.89963 8.29004 5.69629 8.79417 5.69629 9.83388 5.69629 10.4209 6.56283 10.4209 8.44387V11.3055C10.4209 11.6102 10.1739 11.8572 9.86923 11.8572H9.70003C9.5248 11.8572 9.37583 11.7292 9.34939 11.556L9.30611 11.2725C9.30456 11.2624 9.29582 11.2548 9.28554 11.2548 9.27898 11.2548 9.27279 11.258 9.26884 11.2632 8.93798 11.7025 8.56504 12.0051 8.12225 12.0051zM8.55369 10.5468C8.76134 10.5468 8.91254 10.4273 9.061 10.2228 9.1309 10.1265 9.16196 10.0082 9.16196 9.8892 9.16196 9.48618 8.76554 9.15197 8.44124 9.39126 8.20998 9.56189 8.12225 9.78088 8.12225 10.029 8.12225 10.3777 8.292 10.5468 8.55369 10.5468zM1.56583 11.8572C1.25333 11.8572 1 11.6038 1 11.2913V4.76013C1 4.33749 1.34262 3.99487 1.76526 3.99487 2.11748 3.99487 2.42421 4.23529 2.50836 4.5773L3.19965 7.38707C3.30448 7.83605 3.38859 8.32628 3.48609 8.80682 3.48815 8.81698 3.49708 8.82427 3.50745 8.82427 3.5177 8.82427 3.52656 8.81713 3.52874 8.80712 3.63309 8.32648 3.71713 7.83614 3.81499 7.38707L4.48124 4.58411C4.56334 4.23869 4.87191 3.99487 5.22694 3.99487 5.65026 3.99487 5.99342 4.33804 5.99342 4.76135V11.2807C5.99342 11.5991 5.73534 11.8572 5.41699 11.8572 5.09863 11.8572 4.84055 11.5991 4.84055 11.2807V9.16243C4.84055 8.38585 4.9382 7.22366 5.0019 6.45208 5.00262 6.44331 4.99568 6.43599 4.98688 6.43599 4.97988 6.43599 4.97381 6.44081 4.97222 6.44762L4.53642 8.31702 3.91204 10.8545C3.86336 11.0523 3.68591 11.1914 3.48215 11.1914 3.27878 11.1914 3.10156 11.0528 3.05251 10.8555L2.42164 8.31702 1.99991 6.44769C1.99837 6.44085 1.99229 6.43599 1.98527 6.43599 1.9765 6.43599 1.96958 6.44329 1.9703 6.45203 2.034 7.22361 2.13165 8.38583 2.13165 9.16243V11.2913C2.13165 11.6038 1.87832 11.8572 1.56583 11.8572z"}}]};t.MaxSingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(i.IconBase,Object.assign({},e,{id:"max-single",ref:t,icon:a}))}));t.MaxSingle.displayName="MaxSingle";t["default"]=t.MaxSingle},4856:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.MenuSingle24=void 0;var n=r(7522);var i=r(7565);var a={tag:"svg",attrs:{fill:"none",viewBox:"0 0 24 24",width:"1em",height:"1em"},children:[{tag:"rect",attrs:{width:20,height:1.5,x:2,y:3.75,fill:"currentColor",rx:.75}},{tag:"rect",attrs:{width:20,height:1.5,x:2,y:11.25,fill:"currentColor",rx:.75}},{tag:"rect",attrs:{width:20,height:1.5,x:2,y:18.75,fill:"currentColor",rx:.75}}]};t.MenuSingle24=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(i.IconBase,Object.assign({},e,{id:"menu-single-24",ref:t,icon:a}))}));t.MenuSingle24.displayName="MenuSingle24";t["default"]=t.MenuSingle24},6148:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.MenuSingle=void 0;var n=r(7522);var i=r(7565);var a={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_106_1267",style:{maskType:"alpha"},width:16,height:16,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#DCDCDC",d:"M0 0H16V16H0z"}}]},{tag:"g",attrs:{fill:"currentColor",mask:"url(#mask0_106_1267)",fillRule:"evenodd",clipRule:"evenodd"},children:[{tag:"path",attrs:{d:"M1.1626 2.77704C1.1626 2.41963 1.45234 2.12988 1.80976 2.12988H14.1902C14.5477 2.12988 14.8374 2.41963 14.8374 2.77704 14.8374 3.13446 14.5477 3.42421 14.1902 3.42421H1.80976C1.45234 3.42421 1.1626 3.13446 1.1626 2.77704zM7.35291 6.25904C7.35291 5.90163 7.64266 5.61188 8.00007 5.61188H14.1903C14.5477 5.61188 14.8375 5.90163 14.8375 6.25904 14.8375 6.61646 14.5477 6.90621 14.1903 6.90621H8.00007C7.64266 6.90621 7.35291 6.61646 7.35291 6.25904zM7.35291 9.74108C7.35291 9.38366 7.64266 9.09392 8.00007 9.09392H14.1903C14.5477 9.09392 14.8375 9.38366 14.8375 9.74108 14.8375 10.0985 14.5477 10.3882 14.1903 10.3882H8.00007C7.64266 10.3882 7.35291 10.0985 7.35291 9.74108zM1.1626 13.2231C1.1626 12.8657 1.45234 12.5759 1.80976 12.5759H14.1902C14.5477 12.5759 14.8374 12.8657 14.8374 13.2231 14.8374 13.5805 14.5477 13.8702 14.1902 13.8702H1.80976C1.45234 13.8702 1.1626 13.5805 1.1626 13.2231zM5.2186 5.49957C5.42437 5.61362 5.55204 5.83035 5.55204 6.06561V9.93451C5.55204 10.1698 5.42437 10.3865 5.2186 10.5005 5.01284 10.6146 4.76139 10.608 4.56189 10.4833L1.46676 8.54885C1.27755 8.43059 1.1626 8.22319 1.1626 8.00006 1.1626 7.77692 1.27755 7.56953 1.46676 7.45126L4.56189 5.51681C4.76139 5.39213 5.01284 5.38552 5.2186 5.49957zM3.03082 8.00006L4.25772 8.76687V7.23325L3.03082 8.00006z"}}]}]};t.MenuSingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(i.IconBase,Object.assign({},e,{id:"menu-single",ref:t,icon:a}))}));t.MenuSingle.displayName="MenuSingle";t["default"]=t.MenuSingle},7419:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.MergeAllSingle=void 0;var n=r(7522);var i=r(7565);var a={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_115_2341",style:{maskType:"alpha"},width:16,height:16,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#DCDCDC",d:"M0 0H16V16H0z"}}]},{tag:"g",attrs:{mask:"url(#mask0_115_2341)"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M5.79376 2.88516C5.79376 2.77895 5.71024 2.69285 5.60722 2.69285H3.26403C3.16101 2.69285 3.0775 2.77895 3.0775 2.88516L3.07751 7.12712C3.07751 7.23332 3.16103 7.31942 3.26405 7.31942H4.86645C4.93259 7.31942 4.99378 7.28331 5.02729 7.22452C5.06079 7.16573 5.06158 7.09304 5.02938 7.03348C4.89248 6.78029 4.92868 6.45457 5.13708 6.23972C5.38899 5.98001 5.79743 5.98 6.04936 6.2397L7.28561 7.51414C7.40659 7.63886 7.47456 7.80801 7.47456 7.98439C7.47456 8.16077 7.4066 8.32993 7.28562 8.45465L6.04936 9.72914C5.79745 9.98885 5.389 9.98885 5.13709 9.72914C4.92869 9.5143 4.89248 9.1886 5.02936 8.93541C5.06156 8.87585 5.06076 8.80317 5.02725 8.74438C4.99375 8.68559 4.93256 8.64948 4.86642 8.64948H3.26405C3.16103 8.64948 3.07751 8.73558 3.07751 8.84179L3.07751 13.1151C3.07751 13.2213 3.16103 13.3074 3.26405 13.3074H5.60723C5.71025 13.3074 5.79377 13.2213 5.79377 13.1151L5.79377 11.0592C5.79377 10.6919 6.08258 10.3942 6.43885 10.3942C6.79512 10.3942 7.08393 10.6919 7.08393 11.0592L7.08393 13.5438C7.08393 14.1478 6.60895 14.6375 6.02304 14.6375H2.84824C2.26233 14.6375 1.78735 14.1478 1.78735 13.5438L1.78734 2.45649C1.78734 1.85246 2.26231 1.36279 2.84822 1.36279H6.02303C6.60894 1.36279 7.08391 1.85246 7.08391 2.45649L7.08393 4.72612C7.08393 5.0934 6.79512 5.39115 6.43885 5.39115C6.08258 5.39115 5.79377 5.0934 5.79377 4.72612L5.79376 2.88516ZM10.2062 13.1151C10.2062 13.2213 10.2897 13.3074 10.3928 13.3074H12.736C12.7854 13.3074 12.8329 13.2872 12.8679 13.2511C12.9028 13.215 12.9225 13.1661 12.9225 13.1151L12.9225 8.84178C12.9225 8.73558 12.839 8.64948 12.736 8.64948H11.1336C11.0674 8.64948 11.0062 8.68559 10.9727 8.74438C10.9392 8.80317 10.9384 8.87586 10.9706 8.93542C11.1075 9.18861 11.0713 9.51433 10.8629 9.72918C10.611 9.98889 10.2026 9.9889 9.95065 9.7292L8.71439 8.45476C8.59341 8.33004 8.52544 8.16089 8.52544 7.98451C8.52544 7.80813 8.5934 7.63897 8.71438 7.51425L9.95064 6.23976C10.2026 5.98005 10.611 5.98005 10.8629 6.23976C11.0713 6.4546 11.1075 6.7803 10.9706 7.03349C10.9384 7.09305 10.9392 7.16573 10.9728 7.22452C11.0063 7.28331 11.0674 7.31942 11.1336 7.31942H12.736C12.839 7.31942 12.9225 7.23332 12.9225 7.12711L12.9225 2.88518C12.9225 2.83417 12.9028 2.78526 12.8678 2.74919C12.8329 2.71313 12.7854 2.69287 12.7359 2.69287L10.3928 2.69287C10.2897 2.69287 10.2062 2.77897 10.2062 2.88518L10.2062 4.90972C10.2062 5.277 9.91742 5.57474 9.56115 5.57474C9.20488 5.57474 8.91607 5.277 8.91607 4.90972L8.91606 2.45651C8.91606 1.85248 9.39103 1.36281 9.97694 1.36281L13.1517 1.36281C13.7377 1.36281 14.2126 1.85248 14.2126 2.45651L14.2127 13.5438C14.2127 14.1478 13.7377 14.6375 13.1518 14.6375H9.97696C9.39105 14.6375 8.91607 14.1478 8.91607 13.5438L8.91607 11.2428C8.91607 10.8755 9.20488 10.5778 9.56115 10.5778C9.91742 10.5778 10.2062 10.8755 10.2062 11.2428L10.2062 13.1151Z",fillRule:"evenodd",clipRule:"evenodd"}}]}]};t.MergeAllSingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(i.IconBase,Object.assign({},e,{id:"merge-all-single",ref:t,icon:a}))}));t.MergeAllSingle.displayName="MergeAllSingle";t["default"]=t.MergeAllSingle},4034:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.MergeByRowSingle=void 0;var n=r(7522);var i=r(7565);var a={tag:"svg",attrs:{fill:"none",viewBox:"0 0 17 17",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_102_715",style:{maskType:"alpha"},width:17,height:17,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#DCDCDC",d:"M0.88 0.24H16.88V16.24H0.88z"}}]},{tag:"g",attrs:{fill:"currentColor",mask:"url(#mask0_102_715)",fillRule:"evenodd",clipRule:"evenodd"},children:[{tag:"path",attrs:{d:"M15.5494 2.90265C15.5494 2.16628 14.9525 1.56934 14.2161 1.56934L3.54959 1.56934C2.81322 1.56934 2.21628 2.16628 2.21628 2.90265L2.21628 5.56928C2.21628 6.30565 2.81322 6.9026 3.54959 6.9026L14.2161 6.9026C14.9525 6.9026 15.5494 6.30566 15.5494 5.56928L15.5494 2.90265zM14.2161 5.56928L14.2161 2.90265 11.5566 2.90265 11.5566 5.56928 14.2161 5.56928zM7.54246 2.90265L10.2233 2.90265 10.2233 5.56928 7.54246 5.56928 7.54246 2.90265zM6.20914 2.90265L3.54959 2.90265 3.54959 5.56928 6.20914 5.56928 6.20914 2.90265zM14.2161 9.56923C14.9525 9.56923 15.5494 10.1662 15.5494 10.9026L15.5494 13.5692C15.5494 14.3056 14.9525 14.9025 14.2161 14.9025L3.54959 14.9025C2.81322 14.9025 2.21627 14.3056 2.21627 13.5692L2.21627 10.9025C2.21627 10.1662 2.81322 9.56923 3.54959 9.56923L14.2161 9.56923zM14.2161 10.9026L14.2161 13.5692 3.54959 13.5692 3.54959 10.9025 14.2161 10.9026z"}}]}]};t.MergeByRowSingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(i.IconBase,Object.assign({},e,{id:"merge-by-row-single",ref:t,icon:a}))}));t.MergeByRowSingle.displayName="MergeByRowSingle";t["default"]=t.MergeByRowSingle},9089:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.MergeCellCenterContentSingle=void 0;var n=r(7522);var i=r(7565);var a={tag:"svg",attrs:{fill:"none",viewBox:"0 0 17 17",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_102_706",style:{maskType:"alpha"},width:17,height:17,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#DCDCDC",d:"M0.88 0.24H16.88V16.24H0.88z"}}]},{tag:"g",attrs:{fill:"currentColor",mask:"url(#mask0_102_706)"},children:[{tag:"path",attrs:{d:"M5.54899 9.91086C5.1808 9.91086 4.88233 10.2093 4.88233 10.5775C4.88233 10.9457 5.1808 11.2442 5.54899 11.2442H12.2156C12.5838 11.2442 12.8822 10.9457 12.8822 10.5775C12.8822 10.2093 12.5838 9.91086 12.2156 9.91086H5.54899Z"}},{tag:"path",attrs:{d:"M3.54901 1.56934C2.81264 1.56934 2.2157 2.16628 2.2157 2.90265V13.5692C2.2157 14.3056 2.81264 14.9025 3.54901 14.9025H14.2155C14.9519 14.9025 15.5489 14.3056 15.5489 13.5692V2.90265C15.5489 2.16628 14.9519 1.56934 14.2155 1.56934H3.54901ZM10.2714 2.90265H7.49318L7.49318 5.45011H10.2714V2.90265ZM11.6047 2.90265V5.45011H14.2155V2.90265H11.6047ZM3.54901 2.90265H6.15986L6.15986 5.45011H3.54901V2.90265ZM3.54901 13.5692V6.78342H14.2155V13.5692H3.54901Z",fillRule:"evenodd",clipRule:"evenodd"}}]}]};t.MergeCellCenterContentSingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(i.IconBase,Object.assign({},e,{id:"merge-cell-center-content-single",ref:t,icon:a}))}));t.MergeCellCenterContentSingle.displayName="MergeCellCenterContentSingle";t["default"]=t.MergeCellCenterContentSingle},7189:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.MergeTextSingle=void 0;var n=r(7522);var i=r(7565);var a={tag:"svg",attrs:{fill:"none",viewBox:"0 0 17 17",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_102_712",style:{maskType:"alpha"},width:17,height:17,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#DCDCDC",d:"M0.88 0.24H16.88V16.24H0.88z"}}]},{tag:"g",attrs:{fill:"currentColor",mask:"url(#mask0_102_712)"},children:[{tag:"path",attrs:{d:"M3.5495 2.9029H6.21662V4.23646H7.55018V2.9029C7.55018 2.16639 6.95313 1.56934 6.21662 1.56934H3.5495C2.813 1.56934 2.21594 2.16639 2.21594 2.9029V13.5714C2.21594 14.3079 2.813 14.9049 3.5495 14.9049H6.21662C6.95313 14.9049 7.55018 14.3079 7.55018 13.5714V12.2378H6.21662V13.5714H3.5495V2.9029Z"}},{tag:"path",attrs:{d:"M9.55052 7.7915H11.2842C11.4315 7.7915 11.5509 7.67209 11.5509 7.52479V6.72466C11.5509 6.57735 11.4315 6.45794 11.2842 6.45794H6.48334C6.33603 6.45794 6.21662 6.57735 6.21662 6.72466V7.52479C6.21662 7.67209 6.33603 7.7915 6.48334 7.7915H8.21696V10.5268C8.21696 10.6741 8.33638 10.7935 8.48368 10.7935H9.28381C9.43111 10.7935 9.55052 10.6741 9.55052 10.5268V7.7915Z"}},{tag:"path",attrs:{d:"M11.5509 2.9029H14.218V13.5714H11.5509V12.2378H10.2173V13.5714C10.2173 14.3079 10.8144 14.9049 11.5509 14.9049H14.218C14.9545 14.9049 15.5515 14.3079 15.5515 13.5714V2.9029C15.5515 2.16639 14.9545 1.56934 14.218 1.56934H11.5509C10.8144 1.56934 10.2173 2.16639 10.2173 2.9029V4.23646H11.5509V2.9029Z"}}]}]};t.MergeTextSingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(i.IconBase,Object.assign({},e,{id:"merge-text-single",ref:t,icon:a}))}));t.MergeTextSingle.displayName="MergeTextSingle";t["default"]=t.MergeTextSingle},3771:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.MinSingle=void 0;var n=r(7522);var i=r(7565);var a={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M11.4552 12.291C11.0537 12.291 10.7282 11.9655 10.7282 11.564V6.91262C10.7282 6.56217 11.0123 6.27807 11.3627 6.27807H11.541C11.7575 6.27807 11.9405 6.43857 11.9687 6.65322L12.0152 7.00736C12.0168 7.01938 12.027 7.02837 12.0391 7.02837 12.0465 7.02837 12.0535 7.02501 12.0581 7.01925 12.4429 6.53712 12.9173 6.13013 13.5459 6.13013 14.5646 6.13013 15 7.07064 15 8.57124V11.5599C15 11.9637 14.6727 12.291 14.2689 12.291 13.8651 12.291 13.5377 11.9637 13.5377 11.5599V8.80373C13.5377 7.97946 13.3652 7.7364 12.9955 7.7364 12.3404 7.7364 12.1822 8.63362 12.1822 9.28872V11.564C12.1822 11.9655 11.8567 12.291 11.4552 12.291zM8.81616 12.291C8.41463 12.291 8.08913 11.9655 8.08913 11.564V7.00507C8.08913 6.60354 8.41463 6.27804 8.81616 6.27804 9.21769 6.27804 9.54319 6.60354 9.54319 7.00507V11.564C9.54319 11.9655 9.21769 12.291 8.81616 12.291zM8.82027 5.30198C8.32736 5.30198 7.98233 5.04163 7.98233 4.48155 7.98233 3.9109 8.32736 3.70899 8.82027 3.70899 9.30496 3.70899 9.64999 3.9109 9.64999 4.48155 9.64999 5.04163 9.30496 5.30198 8.82027 5.30198zM1.6572 12.291C1.29424 12.291 1 11.9968 1 11.6338V5.33251C1 4.83336 1.40465 4.42871 1.9038 4.42871 2.30732 4.42871 2.66194 4.69619 2.77282 5.08418L3.55488 7.82091C3.67641 8.26904 3.77396 8.75828 3.88695 9.23796 3.88973 9.24977 3.90027 9.25811 3.91241 9.25811 3.92439 9.25811 3.93484 9.24998 3.93777 9.23836 4.05868 8.75856 4.15614 8.26917 4.26959 7.82091L5.02278 5.09275C5.13109 4.70044 5.488 4.42871 5.89499 4.42871 6.39472 4.42871 6.79983 4.83382 6.79983 5.33355V11.6215C6.79983 11.9913 6.50008 12.291 6.13031 12.291 5.76054 12.291 5.46078 11.9913 5.46078 11.6215V9.59627C5.46078 8.82068 5.57391 7.66049 5.6479 6.8889 5.64889 6.87856 5.64073 6.86983 5.63034 6.86983 5.62239 6.86983 5.61542 6.87516 5.61334 6.88284L5.10753 8.75086 4.39679 11.2377C4.33123 11.4671 4.12153 11.6252 3.88293 11.6252 3.64486 11.6252 3.43549 11.4678 3.36946 11.239L2.65123 8.75086 2.16176 6.88293C2.15973 6.87521 2.15276 6.86983 2.14478 6.86983 2.13442 6.86983 2.1263 6.87852 2.12729 6.88883 2.20127 7.66042 2.31441 8.82066 2.31441 9.59627V11.6338C2.31441 11.9968 2.02017 12.291 1.6572 12.291z"}}]};t.MinSingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(i.IconBase,Object.assign({},e,{id:"min-single",ref:t,icon:a}))}));t.MinSingle.displayName="MinSingle";t["default"]=t.MinSingle},9619:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.MistakeSingle=void 0;var n=r(7522);var i=r(7565);var a={tag:"svg",attrs:{fill:"none",viewBox:"0 0 20 21",width:"1em",height:"1em"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M4.12194 6.33702C4.1805 6.47839 4.30722 6.6051 4.56066 6.85854L8.36822 10.6661L4.56062 14.4737C4.30718 14.7272 4.18046 14.8539 4.12191 14.9952C4.04384 15.1837 4.04384 15.3955 4.12191 15.584C4.18046 15.7253 4.30718 15.8521 4.56062 16.1055C4.81406 16.3589 4.94078 16.4857 5.08214 16.5442C5.27062 16.6223 5.4824 16.6223 5.67089 16.5442C5.81225 16.4857 5.93897 16.3589 6.19241 16.1055L10 12.2979L13.8074 16.1053C14.0609 16.3588 14.1876 16.4855 14.329 16.544C14.5174 16.6221 14.7292 16.6221 14.9177 16.544C15.0591 16.4855 15.1858 16.3588 15.4392 16.1053L15.4392 16.1053C15.6927 15.8519 15.8194 15.7252 15.8779 15.5838C15.956 15.3953 15.956 15.1835 15.8779 14.9951C15.8194 14.8537 15.6927 14.727 15.4392 14.4735L15.4392 14.4735L11.6318 10.6661L15.4392 6.85872C15.6926 6.60528 15.8193 6.47856 15.8779 6.3372C15.956 6.14871 15.956 5.93694 15.8779 5.74845C15.8193 5.60709 15.6926 5.48037 15.4392 5.22693C15.1857 4.97349 15.059 4.84677 14.9177 4.78822C14.7292 4.71015 14.5174 4.71015 14.3289 4.78822C14.1876 4.84677 14.0608 4.97349 13.8074 5.22693L10 9.03433L6.19244 5.22676C5.939 4.97332 5.81228 4.8466 5.67092 4.78805C5.48244 4.70997 5.27066 4.70997 5.08218 4.78805C4.94082 4.8466 4.8141 4.97332 4.56066 5.22676L4.56066 5.22676C4.30722 5.4802 4.1805 5.60692 4.12194 5.74828C4.04387 5.93676 4.04387 6.14854 4.12194 6.33702Z",fillRule:"evenodd",clipRule:"evenodd"}}]};t.MistakeSingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(i.IconBase,Object.assign({},e,{id:"mistake-single",ref:t,icon:a}))}));t.MistakeSingle.displayName="MistakeSingle";t["default"]=t.MistakeSingle},8894:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.Mistake=void 0;var n=r(7522);var i=r(7565);var a={tag:"svg",attrs:{fill:"none",viewBox:"0 0 20 20",width:"1em",height:"1em"},children:[{tag:"circle",attrs:{cx:10,cy:10,r:7.04,fill:"currentColor"}},{tag:"path",attrs:{fill:"colorChannel1",d:"M6.87359 6.87332C6.6146 7.13231 6.6146 7.55221 6.87359 7.8112L9.062 9.99961L6.87356 12.188C6.61457 12.447 6.61457 12.8669 6.87356 13.1259C7.13255 13.3849 7.55245 13.3849 7.81144 13.1259L9.99987 10.9375L12.1882 13.1258C12.4472 13.3848 12.8671 13.3848 13.1261 13.1258C13.3851 12.8669 13.3851 12.447 13.1261 12.188L10.9378 9.99961L13.1261 7.81127C13.3851 7.55228 13.3851 7.13238 13.1261 6.87339C12.8671 6.61441 12.4472 6.61441 12.1882 6.87339L9.99987 9.06173L7.81147 6.87332C7.55248 6.61433 7.13257 6.61433 6.87359 6.87332Z",fillRule:"evenodd",clipRule:"evenodd"}}]};t.Mistake=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(i.IconBase,Object.assign({},e,{id:"mistake",ref:t,icon:a}))}));t.Mistake.displayName="Mistake";t["default"]=t.Mistake},5506:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.MoreDownSingle=void 0;var n=r(7522);var i=r(7565);var a={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_102_556",style:{maskType:"alpha"},width:16,height:16,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#D9D9D9",d:"M0 0H16V16H0z"}}]},{tag:"g",attrs:{mask:"url(#mask0_102_556)"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M0.629584 3.99986C1.13729 3.4922 1.9604 3.49224 2.46806 3.99995L7.57569 9.10806C7.81 9.3424 8.18992 9.3424 8.42424 9.10808L13.5323 3.99998C14.04 3.4923 14.8631 3.4923 15.3708 3.99998C15.8785 4.50766 15.8785 5.33078 15.3708 5.83846L9.41415 11.7951C8.63307 12.5762 7.36669 12.5762 6.58565 11.7951L0.629497 5.83834C0.121839 5.33063 0.121879 4.50752 0.629584 3.99986Z",fillRule:"evenodd",clipRule:"evenodd"}}]}]};t.MoreDownSingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(i.IconBase,Object.assign({},e,{id:"more-down-single",ref:t,icon:a}))}));t.MoreDownSingle.displayName="MoreDownSingle";t["default"]=t.MoreDownSingle},5069:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.MoreFunctionSingle=void 0;var n=r(7522);var i=r(7565);var a={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M8 3.30078C8.55228 3.30078 9 2.85307 9 2.30078 9 1.7485 8.55228 1.30078 8 1.30078 7.44772 1.30078 7 1.7485 7 2.30078 7 2.85307 7.44772 3.30078 8 3.30078zM8 9.00012C8.55228 9.00012 9 8.55241 9 8.00012 9 7.44784 8.55228 7.00012 8 7.00012 7.44772 7.00012 7 7.44784 7 8.00012 7 8.55241 7.44772 9.00012 8 9.00012zM9 13.6995C9 14.2517 8.55228 14.6995 8 14.6995 7.44772 14.6995 7 14.2517 7 13.6995 7 13.1472 7.44772 12.6995 8 12.6995 8.55228 12.6995 9 13.1472 9 13.6995z"}}]};t.MoreFunctionSingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(i.IconBase,Object.assign({},e,{id:"more-function-single",ref:t,icon:a}))}));t.MoreFunctionSingle.displayName="MoreFunctionSingle";t["default"]=t.MoreFunctionSingle},1446:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.MoreLeftSingle=void 0;var n=r(7522);var i=r(7565);var a={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_506_8",style:{maskType:"alpha"},width:16,height:16,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#D9D9D9",d:"M16 0H32V16H16z",transform:"rotate(90 16 0)"}}]},{tag:"g",attrs:{mask:"url(#mask0_506_8)"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M12.0001 0.629584C12.5078 1.13729 12.5078 1.9604 12.0001 2.46806L6.89194 7.57569C6.6576 7.81 6.65759 8.18992 6.89192 8.42424L12 13.5323C12.5077 14.04 12.5077 14.8631 12 15.3708C11.4923 15.8785 10.6692 15.8785 10.1615 15.3708L4.20487 9.41415C3.4238 8.63307 3.42383 7.36669 4.20494 6.58565L10.1617 0.629496C10.6694 0.121839 11.4925 0.121879 12.0001 0.629584Z",fillRule:"evenodd",clipRule:"evenodd"}}]}]};t.MoreLeftSingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(i.IconBase,Object.assign({},e,{id:"more-left-single",ref:t,icon:a}))}));t.MoreLeftSingle.displayName="MoreLeftSingle";t["default"]=t.MoreLeftSingle},6327:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.MoreRightSingle=void 0;var n=r(7522);var i=r(7565);var a={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_506_11",style:{maskType:"alpha"},width:16,height:16,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#D9D9D9",d:"M0 16H16V32H0z",transform:"rotate(-90 0 16)"}}]},{tag:"g",attrs:{mask:"url(#mask0_506_11)"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M3.99986 15.3704C3.4922 14.8627 3.49224 14.0396 3.99995 13.5319L9.10806 8.42431C9.3424 8.19 9.3424 7.81008 9.10808 7.57576L3.99998 2.46766C3.4923 1.95998 3.4923 1.13687 3.99998 0.629185C4.50766 0.121504 5.33078 0.121504 5.83846 0.629185L11.7951 6.58585C12.5762 7.36693 12.5762 8.63331 11.7951 9.41435L5.83834 15.3705C5.33063 15.8782 4.50752 15.8781 3.99986 15.3704Z",fillRule:"evenodd",clipRule:"evenodd"}}]}]};t.MoreRightSingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(i.IconBase,Object.assign({},e,{id:"more-right-single",ref:t,icon:a}))}));t.MoreRightSingle.displayName="MoreRightSingle";t["default"]=t.MoreRightSingle},2140:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.MoreSingle=void 0;var n=r(7522);var i=r(7565);var a={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M5.45493 2.80093C5.74783 2.49409 6.2227 2.49409 6.5156 2.80093L11.0156 7.51523C11.3085 7.82207 11.3085 8.31956 11.0156 8.6264L6.44488 13.27C6.15199 13.5768 5.67711 13.5768 5.38422 13.27C5.09133 12.9631 5.09133 12.4656 5.38422 12.1588L9.28804 8.20898C9.36409 8.13203 9.36517 8.00855 9.29047 7.93029L5.45493 3.9121C5.16204 3.60526 5.16204 3.10777 5.45493 2.80093Z",fillRule:"evenodd",clipRule:"evenodd"}}]};t.MoreSingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(i.IconBase,Object.assign({},e,{id:"more-single",ref:t,icon:a}))}));t.MoreSingle.displayName="MoreSingle";t["default"]=t.MoreSingle},3872:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.MoreUpSingle=void 0;var n=r(7522);var i=r(7565);var a={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_506_5",style:{maskType:"alpha"},width:16,height:16,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#D9D9D9",d:"M16 16H32V32H16z",transform:"rotate(180 16 16)"}}]},{tag:"g",attrs:{mask:"url(#mask0_506_5)"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M15.3704 12.0001C14.8627 12.5078 14.0396 12.5078 13.5319 12.0001L8.42431 6.89194C8.19 6.6576 7.81008 6.6576 7.57576 6.89192L2.46766 12C1.95998 12.5077 1.13687 12.5077 0.629185 12C0.121504 11.4923 0.121504 10.6692 0.629185 10.1615L6.58585 4.20487C7.36693 3.4238 8.63331 3.42383 9.41435 4.20494L15.3705 10.1617C15.8782 10.6694 15.8781 11.4925 15.3704 12.0001Z",fillRule:"evenodd",clipRule:"evenodd"}}]}]};t.MoreUpSingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(i.IconBase,Object.assign({},e,{id:"more-up-single",ref:t,icon:a}))}));t.MoreUpSingle.displayName="MoreUpSingle";t["default"]=t.MoreUpSingle},8918:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.NameScopingSingle=void 0;var n=r(7522);var i=r(7565);var a={tag:"svg",attrs:{fill:"none",viewBox:"0 0 17 16",width:"1em",height:"1em"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M8.38078 10.9714C8.80078 10.9714 9.01078 10.8414 9.01078 10.5814V5.57094C9.01078 5.22427 8.78078 5.05094 8.32078 5.05094H7.32078C7.18745 5.05094 7.08745 5.09761 7.02078 5.19094C6.96078 5.28427 6.93078 5.45094 6.93078 5.69094C6.93078 5.94427 6.95411 6.11094 7.00078 6.19094C7.04745 6.27094 7.13411 6.31094 7.26078 6.31094H7.75078V10.5814C7.75078 10.8414 7.96078 10.9714 8.38078 10.9714Z"}},{tag:"path",attrs:{fill:"currentColor",d:"M1.24878 1.96769C1.24878 1.5995 1.54726 1.30103 1.91545 1.30103H4.58211C4.9503 1.30103 5.24878 1.5995 5.24878 1.96769V2.63428H11.1844V1.96769C11.1844 1.5995 11.4829 1.30103 11.8511 1.30103H14.5178C14.886 1.30103 15.1844 1.5995 15.1844 1.96769V4.63436C15.1844 5.00255 14.886 5.30103 14.5178 5.30103H13.8512V10.6971H14.5178C14.886 10.6971 15.1844 10.9956 15.1844 11.3638V14.0305C15.1844 14.3987 14.886 14.6971 14.5178 14.6971H11.8511C11.4829 14.6971 11.1844 14.3987 11.1844 14.0305V13.364H5.24878V14.0305C5.24878 14.3987 4.9503 14.6971 4.58211 14.6971H1.91545C1.54726 14.6971 1.24878 14.3987 1.24878 14.0305V11.3638C1.24878 10.9956 1.54726 10.6971 1.91545 10.6971H2.58203V5.30103H1.91545C1.54726 5.30103 1.24878 5.00255 1.24878 4.63436V1.96769ZM11.1844 11.3638V12.0306H5.24878V11.3638C5.24878 10.9956 4.9503 10.6971 4.58211 10.6971H3.91536V5.30103H4.58211C4.9503 5.30103 5.24878 5.00255 5.24878 4.63436V3.96761H11.1844V4.63436C11.1844 5.00255 11.4829 5.30103 11.8511 5.30103H12.5178V10.6971H11.8511C11.4829 10.6971 11.1844 10.9956 11.1844 11.3638ZM3.91545 12.0305V12.6899L3.91541 12.6973L3.91545 12.7048V13.3638H2.58211V12.0305H3.91545ZM3.91545 3.29349L3.91541 3.30094L3.91545 3.30839V3.96769H3.25615L3.2487 3.96765L3.24125 3.96769H2.58211V2.63436H3.91545V3.29349ZM12.5178 13.3638V12.0305H13.8511V13.3638H12.5178ZM13.1845 3.96765L13.1919 3.96769H13.8511V2.63436H12.5178V3.96769H13.177L13.1845 3.96765Z",fillRule:"evenodd",clipRule:"evenodd"}}]};t.NameScopingSingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(i.IconBase,Object.assign({},e,{id:"name-scoping-single",ref:t,icon:a}))}));t.NameScopingSingle.displayName="NameScopingSingle";t["default"]=t.NameScopingSingle},416:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.NeedSingle16=void 0;var n=r(7522);var i=r(7565);var a={tag:"svg",attrs:{fill:"none",viewBox:"0 0 17 17",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_273_6447",style:{maskType:"alpha"},width:17,height:17,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#D9D9D9",d:"M0.54 0.84H16.54V16.84H0.54z"}}]},{tag:"g",attrs:{fill:"currentColor",mask:"url(#mask0_273_6447)"},children:[{tag:"path",attrs:{d:"M8.52953 2.06122C8.79183 2.06122 9.03377 2.20263 9.16249 2.43118L11.8866 7.26816C12.0133 7.49309 12.0111 7.76835 11.8809 7.99122C11.7506 8.21409 11.5118 8.35108 11.2537 8.35108H9.25622L9.25848 14.8948C9.25862 15.296 8.93349 15.6214 8.53229 15.6215C8.13109 15.6217 7.80574 15.2965 7.8056 14.8953L7.80334 8.35108H5.80537C5.54722 8.35108 5.30847 8.21409 5.1782 7.99122C5.04794 7.76835 5.04573 7.49309 5.17241 7.26816L7.89657 2.43118C8.02529 2.20263 8.26722 2.06122 8.52953 2.06122Z"}},{tag:"path",attrs:{d:"M5.0653 8.81148C5.41187 9.01361 5.52895 9.45842 5.32683 9.80498L5.07767 10.2322H6.41228C6.81349 10.2322 7.13872 10.5574 7.13872 10.9586 7.13872 11.3598 6.81349 11.6851 6.41228 11.6851H4.2303L3.13489 13.5632H6.41187C6.81307 13.5632 7.13831 13.8885 7.13831 14.2897 7.13831 14.6909 6.81307 15.0161 6.41187 15.0161H1.87024C1.61014 15.0161 1.36988 14.877 1.24033 14.6515 1.11077 14.426 1.11169 14.1484 1.24273 13.9237L4.0718 9.07301C4.27393 8.72644 4.71874 8.60935 5.0653 8.81148zM12.0223 8.81148C12.3689 8.60935 12.8137 8.72644 13.0158 9.07301L15.8449 13.9237C15.9759 14.1484 15.9768 14.426 15.8473 14.6515 15.7177 14.877 15.4775 15.0161 15.2174 15.0161H10.6486C10.2473 15.0161 9.92211 14.6909 9.92211 14.2897 9.92211 13.8885 10.2473 13.5632 10.6486 13.5632H13.9527L12.8573 11.6851H10.6783C10.2771 11.6851 9.95191 11.3598 9.95191 10.9586 9.95191 10.5574 10.2771 10.2322 10.6783 10.2322H12.0099L11.7608 9.80498C11.5586 9.45842 11.6757 9.01361 12.0223 8.81148z"}}]}]};t.NeedSingle16=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(i.IconBase,Object.assign({},e,{id:"need-single-16",ref:t,icon:a}))}));t.NeedSingle16.displayName="NeedSingle16";t["default"]=t.NeedSingle16},3245:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.NeedSingle20=void 0;var n=r(7522);var i=r(7565);var a={tag:"svg",attrs:{fill:"none",viewBox:"0 0 21 21",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_273_6459",style:{maskType:"alpha"},width:21,height:21,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#D9D9D9",d:"M0.91 0.84H20.91V20.84H0.91z"}}]},{tag:"g",attrs:{fill:"currentColor",mask:"url(#mask0_273_6459)"},children:[{tag:"path",attrs:{d:"M10.8883 2.36621C11.2162 2.36621 11.5186 2.54297 11.6795 2.82866L15.0847 8.87489C15.243 9.15605 15.2403 9.50013 15.0774 9.77871C14.9146 10.0573 14.6162 10.2285 14.2935 10.2285H11.7967L11.7995 18.4082C11.7997 18.9097 11.3932 19.3164 10.8917 19.3166C10.3902 19.3168 9.98355 18.9103 9.98338 18.4088L9.98055 10.2285H7.48309C7.16041 10.2285 6.86196 10.0573 6.69913 9.77871C6.5363 9.50013 6.53354 9.15605 6.69189 8.87489L10.0971 2.82866C10.258 2.54297 10.5604 2.36621 10.8883 2.36621Z"}},{tag:"path",attrs:{d:"M6.55801 10.804C6.99121 11.0567 7.13757 11.6127 6.88491 12.0459L6.57347 12.5799H8.24173C8.74324 12.5799 9.14979 12.9865 9.14979 13.488 9.14979 13.9895 8.74324 14.396 8.24173 14.396H5.51425L4.145 16.7437H8.24122C8.74272 16.7437 9.14927 17.1503 9.14927 17.6518 9.14927 18.1533 8.74272 18.5598 8.24122 18.5598H2.56418C2.23905 18.5598 1.93873 18.386 1.77679 18.1041 1.61484 17.8221 1.61599 17.4751 1.77979 17.1943L5.31613 11.1309C5.56879 10.6977 6.1248 10.5514 6.55801 10.804zM15.2543 10.804C15.6875 10.5514 16.2435 10.6977 16.4961 11.131L20.0325 17.1943C20.1963 17.4751 20.1974 17.8221 20.0355 18.1041 19.8735 18.386 19.5732 18.5598 19.2481 18.5598H13.5371C13.0356 18.5598 12.629 18.1533 12.629 17.6518 12.629 17.1503 13.0356 16.7437 13.5371 16.7437H17.6673L16.298 14.396H13.5743C13.0728 14.396 12.6663 13.9895 12.6663 13.488 12.6663 12.9865 13.0728 12.5799 13.5743 12.5799H15.2388L14.9274 12.0459C14.6747 11.6127 14.8211 11.0567 15.2543 10.804z"}}]}]};t.NeedSingle20=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(i.IconBase,Object.assign({},e,{id:"need-single-20",ref:t,icon:a}))}));t.NeedSingle20.displayName="NeedSingle20";t["default"]=t.NeedSingle20},2606:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.NewbuiltSingle=void 0;var n=r(7522);var i=r(7565);var a={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_102_847",style:{maskType:"alpha"},width:16,height:16,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#DCDCDC",d:"M0 0H16V16H0z"}}]},{tag:"g",attrs:{fill:"currentColor",mask:"url(#mask0_102_847)"},children:[{tag:"path",attrs:{d:"M7.04399 1.46838C6.34012 1.46838 5.76954 2.03898 5.76954 2.74284V3.69867C5.76954 4.0506 6.05484 4.3359 6.40677 4.3359 6.7587 4.3359 7.04399 4.0506 7.04399 3.69867V2.74284H13.4163V9.75232H12.1418C11.7899 9.75232 11.5046 10.0376 11.5046 10.3895 11.5046 10.7415 11.7899 11.0268 12.1418 11.0268H13.4163C14.1201 11.0268 14.6907 10.4562 14.6907 9.75232V2.74284C14.6907 2.03898 14.1201 1.46838 13.4163 1.46838H7.04399zM5.76954 7.84064C6.12147 7.84064 6.40677 8.12594 6.40677 8.47787V9.43371H7.36261C7.71454 9.43371 7.99983 9.719 7.99983 10.0709 7.99983 10.4229 7.71454 10.7082 7.36261 10.7082H6.40677V11.664C6.40677 12.0159 6.12147 12.3012 5.76954 12.3012 5.41761 12.3012 5.13232 12.0159 5.13232 11.664V10.7082H4.17648C3.82455 10.7082 3.53925 10.4229 3.53925 10.0709 3.53925 9.719 3.82455 9.43371 4.17648 9.43371H5.13232V8.47787C5.13232 8.12594 5.41761 7.84064 5.76954 7.84064z"}},{tag:"path",attrs:{d:"M2.58341 5.61035C1.87955 5.61035 1.30896 6.18094 1.30896 6.8848V13.2571C1.30896 13.9609 1.87955 14.5315 2.58341 14.5315H8.95567C9.65953 14.5315 10.2301 13.9609 10.2301 13.2571V6.8848C10.2301 6.18094 9.65953 5.61035 8.95567 5.61035H2.58341ZM2.58341 13.2571V6.8848H8.95567V13.2571H2.58341Z",fillRule:"evenodd",clipRule:"evenodd"}}]}]};t.NewbuiltSingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(i.IconBase,Object.assign({},e,{id:"newbuilt-single",ref:t,icon:a}))}));t.NewbuiltSingle.displayName="NewbuiltSingle";t["default"]=t.NewbuiltSingle},5514:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.NextSingle=void 0;var n=r(7522);var i=r(7565);var a={tag:"svg",attrs:{fill:"none",viewBox:"0 0 22 22",width:"1em",height:"1em"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M14.3981 4.85174C14.0401 4.49376 13.4597 4.49376 13.1017 4.85174C12.7437 5.20972 12.7437 5.79012 13.1017 6.1481L17.0369 10.0833H2.74989C2.24363 10.0833 1.83322 10.4937 1.83322 10.9999C1.83322 11.5062 2.24363 11.9166 2.74989 11.9166H17.0369L13.1017 15.8517C12.7437 16.2097 12.7437 16.7901 13.1017 17.1481C13.4597 17.5061 14.0401 17.5061 14.3981 17.1481L19.8981 11.6481C19.9909 11.5553 20.0596 11.4476 20.1043 11.3327C20.1386 11.2446 20.1597 11.15 20.1651 11.0512C20.167 11.017 20.167 10.9828 20.1651 10.9487C20.1597 10.8499 20.1386 10.7552 20.1043 10.6672C20.0596 10.5523 19.9909 10.4445 19.8981 10.3517L14.3981 4.85174Z"}}]};t.NextSingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(i.IconBase,Object.assign({},e,{id:"next-single",ref:t,icon:a}))}));t.NextSingle.displayName="NextSingle";t["default"]=t.NextSingle},7012:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.NoBorderSingle=void 0;var n=r(7522);var i=r(7565);var a={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_102_727",style:{maskType:"alpha"},width:16,height:16,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#DCDCDC",d:"M0 0H16V16H0z"}}]},{tag:"g",attrs:{fill:"currentColor",mask:"url(#mask0_102_727)"},children:[{tag:"path",attrs:{d:"M1.33325 11.9997V13.333C1.33325 14.0694 1.93021 14.6663 2.66659 14.6663H3.99992V13.333H2.66659L2.66659 11.9997H1.33325zM3.99992 1.33301H2.66659C1.93021 1.33301 1.33325 1.92996 1.33325 2.66634V3.99967H2.66659V2.66634L3.99992 2.66634V1.33301zM1.33325 9.33301H2.66659V6.66634H1.33325V9.33301zM6.66659 1.33301V2.66634H7.33325V5.33301H8.66659V2.66634H9.33325V1.33301H6.66659zM11.9999 1.33301V2.66634H13.3333V3.99967H14.6666V2.66634C14.6666 1.92996 14.0696 1.33301 13.3333 1.33301H11.9999zM14.6666 6.66634H13.3333V7.33301H10.6666V8.66634H13.3333V9.33301H14.6666V6.66634zM14.6666 11.9997H13.3333V13.333H11.9999V14.6663H13.3333C14.0696 14.6663 14.6666 14.0694 14.6666 13.333V11.9997zM9.33325 14.6663V13.333H8.66659V10.6663H7.33325V13.333H6.66659V14.6663H9.33325zM5.33325 7.33301H2.66659V8.66634H5.33325V7.33301z"}}]}]};t.NoBorderSingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(i.IconBase,Object.assign({},e,{id:"no-border-single",ref:t,icon:a}))}));t.NoBorderSingle.displayName="NoBorderSingle";t["default"]=t.NoBorderSingle},1157:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.NoColor=void 0;var n=r(7522);var i=r(7565);var a={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M12.665 2.66496H3.33496C2.96493 2.66496 2.66496 2.96493 2.66496 3.33496V12.665C2.66496 13.035 2.96493 13.335 3.33496 13.335H12.665C13.035 13.335 13.335 13.035 13.335 12.665V3.33496C13.335 2.96493 13.035 2.66496 12.665 2.66496ZM3.33496 1.33496C2.23039 1.33496 1.33496 2.23039 1.33496 3.33496V12.665C1.33496 13.7695 2.23039 14.665 3.33496 14.665H12.665C13.7695 14.665 14.665 13.7695 14.665 12.665V3.33496C14.665 2.23039 13.7695 1.33496 12.665 1.33496H3.33496Z",fillRule:"evenodd",clipRule:"evenodd"}},{tag:"path",attrs:{fill:"colorChannel1",d:"M13.2559 14.1963L1.64941 2.58984L2.58987 1.64939L14.1963 13.2558L13.2559 14.1963Z",fillRule:"evenodd",clipRule:"evenodd"}}]};t.NoColor=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(i.IconBase,Object.assign({},e,{id:"no-color",ref:t,icon:a}))}));t.NoColor.displayName="NoColor";t["default"]=t.NoColor},3358:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.NoRotationSingle=void 0;var n=r(7522);var i=r(7565);var a={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_102_837",style:{maskType:"alpha"},width:16,height:16,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#DCDCDC",d:"M0 0H16V16H0z"}}]},{tag:"g",attrs:{fill:"currentColor",mask:"url(#mask0_102_837)"},children:[{tag:"path",attrs:{d:"M8.6162 1.81215C8.5058 1.58491 8.26513 1.43921 8.00015 1.43921C7.73517 1.43921 7.4945 1.58491 7.3841 1.81215L3.99571 8.78653C3.83977 9.10751 3.98917 9.48697 4.3294 9.63409C4.66964 9.78121 5.07187 9.64026 5.22781 9.31929L6.1761 7.36743H9.8242L10.7725 9.31929C10.9284 9.64026 11.3307 9.78121 11.6709 9.63409C12.0111 9.48697 12.1605 9.10751 12.0046 8.78653L8.6162 1.81215ZM9.203 6.0888H6.7973L8.00015 3.61294L9.203 6.0888Z",fillRule:"evenodd",clipRule:"evenodd"}},{tag:"path",attrs:{d:"M2.35535 11.5384C1.98108 11.5384 1.67767 11.8246 1.67767 12.1777C1.67767 12.5308 1.98108 12.817 2.35535 12.817H12.0086L11.3172 13.4692C11.0526 13.7189 11.0526 14.1237 11.3172 14.3734C11.5819 14.623 12.0109 14.623 12.2756 14.3734L14.1238 12.6298C14.3176 12.4469 14.3756 12.1719 14.2707 11.933C14.1658 11.6942 13.9187 11.5384 13.6446 11.5384H2.35535Z"}}]}]};t.NoRotationSingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(i.IconBase,Object.assign({},e,{id:"no-rotation-single",ref:t,icon:a}))}));t.NoRotationSingle.displayName="NoRotationSingle";t["default"]=t.NoRotationSingle},3956:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.Noninductive=void 0;var n=r(7522);var i=r(7565);var a={tag:"svg",attrs:{fill:"none",viewBox:"0 0 20 20",width:"1em",height:"1em"},children:[{tag:"circle",attrs:{cx:10,cy:10,r:6.89,fill:"colorChannel1",stroke:"currentColor",strokeWidth:.3}},{tag:"rect",attrs:{width:1.48,height:1.11,x:7.41,y:7.93,fill:"currentColor",rx:.56}},{tag:"rect",attrs:{width:1.48,height:1.11,x:11.11,y:7.93,fill:"currentColor",rx:.56}},{tag:"path",attrs:{stroke:"currentColor",d:"M7.03705 12.5927C7.03705 12.5927 8.14816 12.5927 10.3704 12.5927C12.5926 12.5927 12.963 12.5927 12.963 12.5927",strokeLinecap:"round",strokeWidth:.96}}]};t.Noninductive=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(i.IconBase,Object.assign({},e,{id:"noninductive",ref:t,icon:a}))}));t.Noninductive.displayName="Noninductive";t["default"]=t.Noninductive},7792:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.NoteSingle=void 0;var n=r(7522);var i=r(7565);var a={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_102_787",style:{maskType:"alpha"},width:16,height:16,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#DCDCDC",d:"M0 0H16V16H0z"}}]},{tag:"g",attrs:{fill:"currentColor",mask:"url(#mask0_102_787)"},children:[{tag:"path",attrs:{d:"M4.96962 6.70151C4.6349 6.70151 4.36356 6.97981 4.36356 7.32311C4.36356 7.66641 4.6349 7.94471 4.96962 7.94471H11.0302C11.3649 7.94471 11.6363 7.66641 11.6363 7.32311C11.6363 6.97981 11.3649 6.70151 11.0302 6.70151H4.96962Z"}},{tag:"path",attrs:{d:"M1.93931 1.7395C1.60459 1.7395 1.33325 2.0178 1.33325 2.3611V11.9851C1.33325 12.3284 1.60459 12.6067 1.93931 12.6067H4.06052V13.5391C4.06052 13.7545 4.16928 13.9546 4.34796 14.0679C4.52664 14.1811 4.74975 14.1914 4.93762 14.0951L7.83996 12.6067H14.0605C14.3952 12.6067 14.6666 12.3284 14.6666 11.9851V2.3611C14.6666 2.0178 14.3952 1.7395 14.0605 1.7395H1.93931ZM2.54537 11.3635V2.9827H7.99992H13.4545V11.3635H7.69689C7.6028 11.3635 7.51 11.386 7.42585 11.4291L5.27265 12.5333V11.9851C5.27265 11.6418 5.0013 11.3635 4.66659 11.3635H2.54537Z",fillRule:"evenodd",clipRule:"evenodd"}}]}]};t.NoteSingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(i.IconBase,Object.assign({},e,{id:"note-single",ref:t,icon:a}))}));t.NoteSingle.displayName="NoteSingle";t["default"]=t.NoteSingle},1101:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.OffLineSingle=void 0;var n=r(7522);var i=r(7565);var a={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_102_585",style:{maskType:"alpha"},width:16,height:16,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#D9D9D9",d:"M0 0H16V16H0z"}}]},{tag:"g",attrs:{fill:"currentColor",mask:"url(#mask0_102_585)"},children:[{tag:"path",attrs:{d:"M8.00011 11.7216C7.64665 11.7216 7.36011 11.435 7.36011 11.0816V2.76158C7.36011 2.40812 7.64665 2.12158 8.00011 2.12158 8.35357 2.12158 8.64011 2.40812 8.64011 2.76158V11.0816C8.64011 11.435 8.35357 11.7216 8.00011 11.7216zM8.00008 13.8783C8.46032 13.8783 8.83342 13.5052 8.83342 13.045 8.83342 12.5847 8.46032 12.2116 8.00008 12.2116 7.53985 12.2116 7.16675 12.5847 7.16675 13.045 7.16675 13.5052 7.53985 13.8783 8.00008 13.8783zM9.43991 3.3083V4.6566C11.1747 4.93531 12.8439 5.72115 14.2082 7.01405 14.4754 7.26731 14.8974 7.25598 15.1506 6.98873 15.4039 6.72149 15.3926 6.29953 15.1253 6.04626 13.5035 4.50928 11.5069 3.59665 9.43991 3.3083zM2.3565 6.52137C3.60481 5.51948 5.05771 4.89789 6.55991 4.65657V3.30842C4.7603 3.55961 3.014 4.284 1.52191 5.48155 1.3003 5.65943 1.08439 5.84768.874838 6.04627.607592 6.29953.59626 6.72149.849526 6.98873 1.10279 7.25598 1.52475 7.26731 1.79199 7.01405 1.97498 6.84063 2.16333 6.67643 2.3565 6.52137zM2.86201 8.33667C3.91262 7.28606 5.2049 6.62442 6.55991 6.35175V7.71826C5.55037 7.96981 4.59408 8.49022 3.80482 9.27947 3.54447 9.53982 3.12236 9.53982 2.86201 9.27947 2.60166 9.01912 2.60166 8.59701 2.86201 8.33667zM9.43991 7.71818V6.35169C10.795 6.62431 12.0875 7.28597 13.1382 8.33667 13.3985 8.59701 13.3985 9.01912 13.1382 9.27947 12.8778 9.53982 12.4557 9.53982 12.1953 9.27947 11.406 8.49013 10.4496 7.9697 9.43991 7.71818zM4.86201 10.5082C5.35689 10.0134 5.93957 9.65979 6.55991 9.44753V10.8951C6.28821 11.0374 6.03315 11.2227 5.80482 11.451 5.54447 11.7114 5.12236 11.7114 4.86201 11.451 4.60166 11.1907 4.60166 10.7686 4.86201 10.5082zM9.43991 10.8949V9.44741C10.0604 9.65966 10.6432 10.0133 11.1382 10.5082 11.3985 10.7686 11.3985 11.1907 11.1382 11.451 10.8778 11.7114 10.4557 11.7114 10.1953 11.451 9.96691 11.2226 9.71174 11.0372 9.43991 10.8949z"}}]}]};t.OffLineSingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(i.IconBase,Object.assign({},e,{id:"off-line-single",ref:t,icon:a}))}));t.OffLineSingle.displayName="OffLineSingle";t["default"]=t.OffLineSingle},5313:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.OnLineSingle=void 0;var n=r(7522);var i=r(7565);var a={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_102_580",style:{maskType:"alpha"},width:16,height:16,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#D9D9D9",d:"M0 0H16V16H0z"}}]},{tag:"g",attrs:{fill:"currentColor",mask:"url(#mask0_102_580)",fillRule:"evenodd",clipRule:"evenodd"},children:[{tag:"path",attrs:{d:"M5.82613 4.56746C5.40036 5.04236 5.18674 5.65314 5.02643 6.21425C4.94606 6.49553 4.68897 6.68945 4.39644 6.68945C4.17409 6.68945 3.56092 6.78651 3.0238 7.12221C2.52284 7.43531 2.10324 7.93892 2.10324 8.81885C2.10324 9.60442 2.39454 10.0131 2.72844 10.2503C3.09823 10.5131 3.60322 10.6206 4.06884 10.6206C4.43069 10.6206 4.72404 10.914 4.72404 11.2758C4.72404 11.6377 4.43069 11.931 4.06884 11.931C3.44246 11.931 2.63705 11.7929 1.96945 11.3185C1.26595 10.8187 0.792847 9.99887 0.792847 8.81885C0.792847 7.40558 1.51984 6.5169 2.32929 6.011C2.8676 5.67455 3.44845 5.50028 3.89776 5.42544C4.07573 4.89085 4.35413 4.2463 4.85044 3.69271C5.51609 2.95026 6.5174 2.43066 8.00003 2.43066C9.27898 2.43066 10.2502 2.7993 10.9548 3.3781C11.5184 3.84106 11.881 4.41324 12.1008 4.9709C12.1429 4.98097 12.1875 4.99222 12.2342 5.00477C12.549 5.08928 12.9754 5.23648 13.408 5.48878C14.2932 6.00515 15.2072 6.97409 15.2072 8.65505C15.2072 9.79541 14.8194 10.6501 14.1525 11.2059C13.5065 11.7442 12.6838 11.931 11.9312 11.931C11.5694 11.931 11.276 11.6377 11.276 11.2758C11.276 10.914 11.5694 10.6206 11.9312 10.6206C12.4891 10.6206 12.9767 10.4799 13.3136 10.1992C13.6294 9.93602 13.8968 9.48028 13.8968 8.65505C13.8968 7.55142 13.3367 6.96426 12.7477 6.62068C12.4431 6.443 12.1325 6.33426 11.8944 6.27034C11.7766 6.23871 11.6799 6.21893 11.6151 6.20737C11.5828 6.2016 11.5587 6.19792 11.5442 6.19585L11.53 6.19391L11.5302 6.19393L11.5307 6.19398C11.2667 6.16442 11.0466 5.97834 10.9736 5.72285C10.8382 5.24885 10.5726 4.75996 10.123 4.39067C9.68107 4.02762 9.01427 3.74106 8.00003 3.74106C6.86186 3.74106 6.22518 4.12236 5.82613 4.56746ZM11.53 6.19391L11.5294 6.19384L11.5286 6.19374C11.5284 6.19372 11.5288 6.19377 11.53 6.19391Z"}},{tag:"path",attrs:{d:"M11.0302 9.12626C11.3127 9.35231 11.3585 9.76463 11.1325 10.0472L8.51171 13.3232C8.40173 13.4606 8.24107 13.5481 8.06592 13.5658C7.89077 13.5835 7.71587 13.5299 7.58063 13.4172L5.61504 11.7792C5.33705 11.5476 5.2995 11.1344 5.53115 10.8564C5.7628 10.5785 6.17595 10.5409 6.45393 10.7725L7.90602 11.9826L10.1093 9.22859C10.3353 8.94603 10.7476 8.90021 11.0302 9.12626Z"}}]}]};t.OnLineSingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(i.IconBase,Object.assign({},e,{id:"on-line-single",ref:t,icon:a}))}));t.OnLineSingle.displayName="OnLineSingle";t["default"]=t.OnLineSingle},834:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.OrderSingle=void 0;var n=r(7522);var i=r(7565);var a={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M2.51995 2.97553V4.05556C2.51995 4.20314 2.40031 4.32277 2.25273 4.32277 1.99376 4.32277 1.78552 4.53558 1.78552 4.79266 1.78552 5.05273 1.99617 5.268 2.25813 5.268H3.79178C4.0528 5.268 4.26439 5.0564 4.26439 4.79538V4.73058C4.26439 4.50535 4.08181 4.32277 3.85658 4.32277 3.74181 4.32277 3.64878 4.22973 3.64878 4.11496V2.2753C3.64878 1.9268 3.36626 1.64429 3.01776 1.64429 2.90079 1.64429 2.78946 1.6779 2.69146 1.73053 2.60678 1.77601 2.52066 1.81604 2.43309 1.85066 2.36308 1.87641 2.28441 1.90095 2.1969 1.9242 2.01199 1.97332 1.87193 2.13768 1.87193 2.33645 1.87193 2.56569 2.05776 2.75152 2.28699 2.75152H2.39102C2.44754 2.75152 2.47095 2.77114 2.48663 2.79752 2.5076 2.83279 2.51995 2.89182 2.51995 2.97553zM2.44236 8.57463C2.25925 8.75469 2.05589 8.94849 1.83342 9.15489 1.73778 9.24362 1.68286 9.36822 1.68286 9.49914 1.68286 9.75751 1.89231 9.96695 2.15067 9.96695H3.87813C4.14809 9.96695 4.36694 9.7481 4.36694 9.47814 4.36694 9.20818 4.14809 8.98933 3.87813 8.98933H3.69452C3.61457 8.98933 3.51752 8.99502 3.40408 9.00599 3.3951 9.00686 3.38702 9.00742 3.37978 9.00772 3.38531 9.00042 3.39121 8.99339 3.39703 8.98702 3.48454 8.89119 3.57143 8.79192 3.65769 8.68923 3.81284 8.50084 3.94171 8.30707 4.0425 8.10935 4.14934 7.90689 4.20493 7.70398 4.20493 7.50168 4.20493 7.25963 4.15099 7.04339 4.03964 6.85648 3.92927 6.67122 3.77684 6.52864 3.58408 6.43014 3.39133 6.32802 3.17162 6.27844 2.9277 6.27844 2.66431 6.27844 2.43247 6.32541 2.23568 6.42364 2.13314 6.47293 2.0319 6.5373 1.93191 6.61601 1.72495 6.77891 1.74295 7.07397 1.91374 7.24476L1.92445 7.25547C2.10562 7.43664 2.36002 7.39218 2.53538 7.26592L2.53746 7.26438C2.59991 7.21692 2.69069 7.20207 2.79809 7.20207 2.90267 7.20207 2.97626 7.23265 3.02979 7.28618L3.03324 7.28946C3.0837 7.33534 3.11931 7.41625 3.11931 7.55568 3.11931 7.683 3.06737 7.83056 2.94838 8.00055 2.82714 8.17375 2.65901 8.36508 2.44236 8.57463zM2.15675 14.5286C2.37685 14.6213 2.6318 14.666 2.91918 14.666 3.16754 14.666 3.39917 14.6265 3.61311 14.5463L3.61457 14.5457C3.82983 14.4611 4.00647 14.3385 4.14099 14.1763L4.14174 14.1753C4.28016 14.0043 4.34762 13.7978 4.34762 13.5616 4.34762 13.3256 4.28018 13.124 4.13854 12.9657 4.04579 12.862 3.93491 12.7796 3.80706 12.7178 3.92064 12.6476 4.01399 12.565 4.08476 12.4689 4.18868 12.3277 4.23962 12.1631 4.23962 11.9794 4.23962 11.6419 4.11412 11.3728 3.8591 11.1863 3.61341 11.0004 3.28947 10.9127 2.89758 10.9127 2.67593 10.9127 2.46633 10.9548 2.26979 11.0395 2.18775 11.074 2.10703 11.1147 2.02762 11.1617 1.79307 11.3003 1.78093 11.6074 1.93867 11.7981 2.10549 11.9998 2.38732 12.0017 2.59195 11.8957 2.67058 11.8565 2.75752 11.8363 2.85438 11.8363 2.96071 11.8363 3.02179 11.86 3.05567 11.8898 3.08709 11.9174 3.11079 11.9642 3.11079 12.0496 3.11079 12.1326 3.0772 12.1981 2.99843 12.2527 2.95714 12.2795 2.88579 12.3042 2.77465 12.32 2.55847 12.3508 2.36556 12.5239 2.36556 12.7624 2.36556 12.9995 2.55719 13.178 2.77994 13.1988 2.86307 13.2066 2.92903 13.2178 2.97927 13.2315 3.09334 13.2617 3.14926 13.3004 3.17229 13.3331 3.20183 13.3749 3.21879 13.4278 3.21879 13.4968 3.21879 13.5709 3.19116 13.6188 3.13234 13.6541 3.06327 13.6955 2.96259 13.7208 2.82198 13.7208 2.71626 13.7208 2.60883 13.6961 2.49885 13.6446 2.27649 13.531 1.96371 13.5423 1.79775 13.7721L1.79042 13.7823C1.66619 13.9543 1.65996 14.2176 1.85686 14.3602 1.9473 14.4257 2.04778 14.4819 2.15675 14.5286zM6.31718 2.78943C5.94899 2.78943 5.65051 3.08791 5.65051 3.4561 5.65051 3.82429 5.94899 4.12276 6.31718 4.12276H13.6505C14.0187 4.12276 14.3172 3.82429 14.3172 3.4561 14.3172 3.08791 14.0187 2.78943 13.6505 2.78943H6.31718zM5.65051 8.12272C5.65051 7.75453 5.94899 7.45605 6.31718 7.45605H13.6505C14.0187 7.45605 14.3172 7.75453 14.3172 8.12272 14.3172 8.49091 14.0187 8.78939 13.6505 8.78939H6.31718C5.94899 8.78939 5.65051 8.49091 5.65051 8.12272zM6.31718 12.1227C5.94899 12.1227 5.65051 12.4212 5.65051 12.7893 5.65051 13.1575 5.94899 13.456 6.31718 13.456H13.6505C14.0187 13.456 14.3172 13.1575 14.3172 12.7893 14.3172 12.4212 14.0187 12.1227 13.6505 12.1227H6.31718z"}}]};t.OrderSingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(i.IconBase,Object.assign({},e,{id:"order-single",ref:t,icon:a}))}));t.OrderSingle.displayName="OrderSingle";t["default"]=t.OrderSingle},1646:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.OuterBorder=void 0;var n=r(7522);var i=r(7565);var a={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_107_1302",style:{maskType:"alpha"},width:16,height:16,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#DCDCDC",d:"M0 0H16V16H0z"}}]},{tag:"g",attrs:{mask:"url(#mask0_107_1302)"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M13.3333 2.66634H2.66659V13.333H13.3333V2.66634ZM2.66659 1.33301C1.93021 1.33301 1.33325 1.92996 1.33325 2.66634V13.333C1.33325 14.0694 1.93021 14.6663 2.66659 14.6663H13.3333C14.0696 14.6663 14.6666 14.0694 14.6666 13.333V2.66634C14.6666 1.92996 14.0696 1.33301 13.3333 1.33301H2.66659Z",fillRule:"evenodd",clipRule:"evenodd"}},{tag:"path",attrs:{fill:"colorChannel1",d:"M7.33311 2.66748V5.33415H8.66644V2.66748H7.33311zM7.33311 10.6675V13.3341H8.66644V10.6675H7.33311zM13.3331 7.33415H10.6664V8.66748H13.3331V7.33415zM5.33311 7.33415H2.66644V8.66748H5.33311V7.33415z"}}]}]};t.OuterBorder=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(i.IconBase,Object.assign({},e,{id:"outer-border",ref:t,icon:a}))}));t.OuterBorder.displayName="OuterBorder";t["default"]=t.OuterBorder},1338:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.OverflowSingle=void 0;var n=r(7522);var i=r(7565);var a={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_102_793",style:{maskType:"alpha"},width:16,height:16,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#DCDCDC",d:"M0 0H16V16H0z"}}]},{tag:"g",attrs:{fill:"currentColor",mask:"url(#mask0_102_793)"},children:[{tag:"path",attrs:{d:"M4.92151 7.3238C4.52279 7.3238 4.19956 7.61767 4.19956 7.98018 4.19956 8.34268 4.52279 8.63655 4.92151 8.63655H11.9974L11.551 9.04728C11.2708 9.30514 11.2735 9.72073 11.5571 9.97552 11.8407 10.2303 12.2979 10.2278 12.5781 9.96996L14.231 8.4491C14.5105 8.19193 14.5086 7.77767 14.2268 7.5226L12.5739 6.0266C12.2913 5.77085 11.8342 5.77178 11.5529 6.02869 11.2716 6.28559 11.2726 6.70119 11.5552 6.95694L11.9605 7.3238H4.92151zM8.81315 1.93216C8.81315 1.5991 8.51617 1.3291 8.14983 1.3291 7.7835 1.3291 7.48652 1.5991 7.48652 1.93216V5.81898C7.48652 6.15204 7.7835 6.42204 8.14983 6.42204 8.51617 6.42204 8.81315 6.15204 8.81315 5.81898V1.93216zM8.81315 10.1812C8.81315 9.84812 8.51617 9.57812 8.14983 9.57812 7.7835 9.57812 7.48652 9.84812 7.48652 10.1812V14.068C7.48652 14.4011 7.7835 14.6711 8.14983 14.6711 8.51617 14.6711 8.81315 14.4011 8.81315 14.068V10.1812zM2.22392 3.22626C2.59026 3.22626 2.88723 3.49626 2.88723 3.82932V12.1707C2.88723 12.5038 2.59026 12.7738 2.22392 12.7738 1.85758 12.7738 1.56061 12.5038 1.56061 12.1707V3.82932C1.56061 3.49626 1.85758 3.22626 2.22392 3.22626z"}}]}]};t.OverflowSingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(i.IconBase,Object.assign({},e,{id:"overflow-single",ref:t,icon:a}))}));t.OverflowSingle.displayName="OverflowSingle";t["default"]=t.OverflowSingle},5380:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.PaintBucket=void 0;var n=r(7522);var i=r(7565);var a={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_102_1204",style:{maskType:"alpha"},width:16,height:16,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#DCDCDC",d:"M0 0H16V16H0z"}}]},{tag:"g",attrs:{mask:"url(#mask0_102_1204)"},children:[{tag:"rect",attrs:{width:12.62,height:2.79,x:1.69,y:12.25,fill:"colorChannel1",rx:1.4}},{tag:"path",attrs:{fill:"currentColor",d:"M7.74646 2.1642C7.34284 1.65121 6.85947 1.28205 6.38447 1.09593C5.86863 0.893787 5.15166 0.852126 4.70047 1.42917C4.29842 1.94344 4.33082 2.70249 4.57691 3.50395C4.68808 3.8661 4.86846 4.22254 5.12522 4.56617C5.13695 4.58185 5.14927 4.5968 5.16211 4.61102C5.17152 4.6214 5.18122 4.63139 5.19115 4.64096C5.20459 4.65393 5.21855 4.66618 5.23296 4.6777L3.5064 6.40422C3.26756 6.64306 3.26756 7.03033 3.5064 7.26919L7.23756 11.0004C7.47648 11.2392 7.86375 11.2392 8.1026 11.0004L12.8329 6.27001C13.0717 6.03117 13.0717 5.6439 12.8329 5.40505L9.10172 1.67387C8.86288 1.43503 8.47561 1.43503 8.23676 1.67387L7.74646 2.1642ZM7.46162 4.50638C7.47252 4.57574 7.48163 4.64652 7.4888 4.71868C7.52232 5.05481 7.82194 5.30013 8.15807 5.26661C8.4942 5.23311 8.73954 4.93345 8.70601 4.59732C8.65786 4.11463 8.54251 3.6666 8.37892 3.26169L8.66928 2.97135L11.5354 5.83753L10.6106 6.76237H4.87824L7.40802 4.2326C7.42885 4.32128 7.44684 4.41255 7.46162 4.50638ZM6.87284 3.03784C6.57441 2.62008 6.22261 2.34634 5.93815 2.23487C5.80233 2.18165 5.71528 2.17827 5.67638 2.18335C5.6725 2.18387 5.66929 2.18443 5.6666 2.18497L5.6619 2.18607C5.64166 2.21954 5.53594 2.45979 5.74626 3.1449C5.81241 3.36036 5.92262 3.58602 6.09307 3.81761L6.87284 3.03784Z",fillRule:"evenodd",clipRule:"evenodd"}},{tag:"path",attrs:{fill:"currentColor",d:"M12.1932 11.5463C12.6454 11.5463 13.012 11.1797 13.012 10.7275C13.012 10.4475 12.6981 9.92821 12.459 9.5733C12.3299 9.38173 12.0564 9.38174 11.9274 9.57331C11.6883 9.92822 11.3744 10.4475 11.3744 10.7275C11.3744 11.1797 11.741 11.5463 12.1932 11.5463Z"}}]}]};t.PaintBucket=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(i.IconBase,Object.assign({},e,{id:"paint-bucket",ref:t,icon:a}))}));t.PaintBucket.displayName="PaintBucket";t["default"]=t.PaintBucket},3852:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.PaintingSingle=void 0;var n=r(7522);var i=r(7565);var a={tag:"svg",attrs:{fill:"none",viewBox:"0 0 17 17",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_102_645",style:{maskType:"alpha"},width:17,height:17,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#D9D9D9",d:"M0.23 0.85H16.23V16.85H0.23z"}}]},{tag:"g",attrs:{fill:"currentColor",mask:"url(#mask0_102_645)"},children:[{tag:"path",attrs:{d:"M5.6477 10.1908C5.28281 9.90875 5.04938 9.47667 5.04938 8.99232C5.04938 8.1424 5.78034 7.4534 6.66699 7.4534C7.56719 7.4534 8.30933 6.75388 8.30934 5.89096L8.30935 5.22688C8.30936 4.37697 9.02812 3.68799 9.91476 3.68799C10.8014 3.68799 11.5202 4.37698 11.5202 5.2269V5.89095C11.5202 6.75387 12.2623 7.4534 13.1625 7.4534C14.0491 7.4534 14.7801 8.1424 14.7801 8.99232C14.7801 9.47667 14.5467 9.90875 14.1818 10.1908L15.4042 14.1142C15.5106 14.4557 15.2437 14.7991 14.8718 14.7991H4.95765C4.58579 14.7991 4.31891 14.4557 4.42533 14.1142L5.6477 10.1908ZM10.4091 5.2269V5.89095C10.4091 7.35255 11.6596 8.51849 13.1625 8.51849C13.4465 8.51849 13.669 8.74108 13.669 8.99232C13.669 9.24642 13.4603 9.4538 13.1983 9.46561H6.63119C6.36916 9.4538 6.1605 9.24642 6.1605 8.99232C6.1605 8.74109 6.38303 8.51849 6.66699 8.51849C8.16987 8.51849 9.42043 7.35257 9.42045 5.89098L9.42046 5.22689C9.42046 4.96521 9.64176 4.75308 9.91476 4.75308C10.1877 4.75308 10.4091 4.96522 10.4091 5.2269Z",fillRule:"evenodd",clipRule:"evenodd"}},{tag:"path",attrs:{d:"M3.92368 3.443C3.92368 3.14845 3.6849 2.90967 3.39035 2.90967C3.0958 2.90967 2.85701 3.14845 2.85701 3.443V4.74298H1.55701C1.26246 4.74298 1.02368 4.98177 1.02368 5.27632C1.02368 5.57087 1.26246 5.80965 1.55701 5.80965H2.85701V7.10967C2.85701 7.40422 3.0958 7.643 3.39035 7.643C3.6849 7.643 3.92368 7.40422 3.92368 7.10967V5.80965H5.22368C5.51823 5.80965 5.75701 5.57087 5.75701 5.27632C5.75701 4.98177 5.51823 4.74298 5.22368 4.74298H3.92368V3.443Z"}}]}]};t.PaintingSingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(i.IconBase,Object.assign({},e,{id:"painting-single",ref:t,icon:a}))}));t.PaintingSingle.displayName="PaintingSingle";t["default"]=t.PaintingSingle},9263:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.PaletteSingle=void 0;var n=r(7522);var i=r(7565);var a={tag:"svg",attrs:{fill:"none",viewBox:"0 0 44 44",width:"1em",height:"1em"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M16.7765 14.7337C16.7765 16.1762 15.6072 17.3456 14.1647 17.3456 12.7222 17.3456 11.5529 16.1762 11.5529 14.7337 11.5529 13.2912 12.7222 12.1219 14.1647 12.1219 15.6072 12.1219 16.7765 13.2912 16.7765 14.7337zM10.6823 24.3106C12.1248 24.3106 13.2941 23.1412 13.2941 21.6988 13.2941 20.2563 12.1248 19.0869 10.6823 19.0869 9.2398 19.0869 8.07043 20.2563 8.07043 21.6988 8.07043 23.1412 9.2398 24.3106 10.6823 24.3106zM24.612 11.2515C24.612 12.6939 23.4426 13.8633 22.0001 13.8633 20.5577 13.8633 19.3883 12.6939 19.3883 11.2515 19.3883 9.80898 20.5577 8.63962 22.0001 8.63962 23.4426 8.63962 24.612 9.80898 24.612 11.2515zM29.8356 17.3456C31.2781 17.3456 32.4474 16.1762 32.4474 14.7337 32.4474 13.2912 31.2781 12.1219 29.8356 12.1219 28.3931 12.1219 27.2238 13.2912 27.2238 14.7337 27.2238 16.1762 28.3931 17.3456 29.8356 17.3456zM35.9299 21.6988C35.9299 23.1412 34.7605 24.3106 33.318 24.3106 31.8755 24.3106 30.7062 23.1412 30.7062 21.6988 30.7062 20.2563 31.8755 19.0869 33.318 19.0869 34.7605 19.0869 35.9299 20.2563 35.9299 21.6988z"}},{tag:"path",attrs:{fill:"currentColor",d:"M21.9997 3.79541C11.6485 3.79541 3.23743 12.1898 3.23743 22.5693C3.23743 31.963 10.1267 39.7308 19.1086 41.1215C19.1982 41.1354 19.2881 41.1486 19.3781 41.1612C20.2353 41.2812 21.1108 41.3433 22.0004 41.3433C24.8473 41.3433 27.5499 40.708 29.9711 39.5695C29.9831 39.5639 29.9949 39.5581 30.0067 39.5522C36.3603 36.5476 40.762 30.0779 40.762 22.5693C40.762 12.1898 32.3509 3.79541 21.9997 3.79541ZM15.1707 37.1014C15.5987 37.3027 16.0372 37.4856 16.485 37.6493C17.1305 35.1954 19.3625 33.3965 22.0001 33.3965C24.6376 33.3965 26.8695 35.1954 27.515 37.6491C33.6738 35.3995 38.062 29.4906 38.062 22.5693C38.062 13.7157 30.8815 6.51859 21.9997 6.51859C13.1178 6.51859 5.93743 13.7157 5.93743 22.5693C5.93743 28.9789 9.70082 34.5204 15.1487 37.0913L15.1707 37.1014ZM19.0932 38.358C20.0357 38.5301 21.0071 38.62 21.9997 38.62C22.9926 38.62 23.9642 38.53 24.9069 38.3579C24.5725 37.0763 23.4053 36.1196 22.0001 36.1196C20.5948 36.1196 19.4275 37.0764 19.0932 38.358Z",fillRule:"evenodd",clipRule:"evenodd"}}]};t.PaletteSingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(i.IconBase,Object.assign({},e,{id:"palette-single",ref:t,icon:a}))}));t.PaletteSingle.displayName="PaletteSingle";t["default"]=t.PaletteSingle},992:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.PasteAllExcept=void 0;var n=r(7522);var i=r(7565);var a={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_102_1068",style:{maskType:"alpha"},width:16,height:16,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#DCDCDC",d:"M0 0H16V16H0z"}}]},{tag:"g",attrs:{mask:"url(#mask0_102_1068)",fillRule:"evenodd",clipRule:"evenodd"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M7.99993 1.3335C7.18171 1.3335 6.51845 1.99679 6.51845 2.81498H3.85178C3.36085 2.81498 2.96289 3.21296 2.96289 3.70387V13.7779C2.96289 14.2689 3.36086 14.6668 3.85178 14.6668H12.1481C12.639 14.6668 13.037 14.2689 13.037 13.7779V3.70387C13.037 3.21296 12.639 2.81498 12.1481 2.81498H9.48141C9.48141 1.99679 8.81815 1.3335 7.99993 1.3335ZM7.70363 2.81498C7.70363 2.65133 7.83628 2.51868 7.99993 2.51868C8.16357 2.51868 8.29622 2.65133 8.29622 2.81498V3.3929C8.29622 3.72859 8.56842 4.00016 8.90348 4.00016H9.48141V4.59276H6.51845V4.00016H7.09637C7.43144 4.00016 7.70363 3.72859 7.70363 3.3929V2.81498ZM10.6666 4.00016V4.88905C10.6666 5.37998 10.2686 5.77794 9.77771 5.77794H6.22215C5.73123 5.77794 5.33326 5.37998 5.33326 4.88905V4.00016H4.14808V13.4816H11.8518V4.00016H10.6666Z"}},{tag:"path",attrs:{fill:"colorChannel1",d:"M6.44795 8.03682V8.57015H6.98128V8.03682H6.44795zM5.64795 7.77015C5.64795 7.4756 5.88673 7.23682 6.18128 7.23682H7.24795C7.5425 7.23682 7.78128 7.4756 7.78128 7.77015V8.83682C7.78128 9.13137 7.5425 9.37015 7.24795 9.37015H6.18128C5.88673 9.37015 5.64795 9.13137 5.64795 8.83682V7.77015zM6.44795 10.5808V11.1141H6.98128V10.5808H6.44795zM5.64795 10.3141C5.64795 10.0195 5.88673 9.78076 6.18128 9.78076H7.24795C7.5425 9.78076 7.78128 10.0195 7.78128 10.3141V11.3808C7.78128 11.6753 7.5425 11.9141 7.24795 11.9141H6.18128C5.88673 11.9141 5.64795 11.6753 5.64795 11.3808V10.3141zM9.01857 8.03682V8.57015H9.5519V8.03682H9.01857zM8.21857 7.77015C8.21857 7.4756 8.45735 7.23682 8.7519 7.23682H9.81857C10.1131 7.23682 10.3519 7.4756 10.3519 7.77015V8.83682C10.3519 9.13137 10.1131 9.37015 9.81857 9.37015H8.7519C8.45735 9.37015 8.21857 9.13137 8.21857 8.83682V7.77015zM9.01863 10.5808V11.1141H9.55196V10.5808H9.01863zM8.21863 10.3141C8.21863 10.0195 8.45741 9.78076 8.75196 9.78076H9.81863C10.1132 9.78076 10.352 10.0195 10.352 10.3141V11.3808C10.352 11.6753 10.1132 11.9141 9.81863 11.9141H8.75196C8.45741 11.9141 8.21863 11.6753 8.21863 11.3808V10.3141z"}},{tag:"path",attrs:{fill:"currentColor",d:"M7.62434 9.1999V9.95117H8.37561V9.1999H7.62434ZM6.82434 8.95503C6.82434 8.64844 7.07288 8.3999 7.37947 8.3999H8.62048C8.92707 8.3999 9.17561 8.64844 9.17561 8.95503V10.196C9.17561 10.5026 8.92707 10.7512 8.62048 10.7512H7.37947C7.07288 10.7512 6.82434 10.5026 6.82434 10.196V8.95503Z"}}]}]};t.PasteAllExcept=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(i.IconBase,Object.assign({},e,{id:"paste-all-except",ref:t,icon:a}))}));t.PasteAllExcept.displayName="PasteAllExcept";t["default"]=t.PasteAllExcept},3390:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.PasteColumnWidthOnly=void 0;var n=r(7522);var i=r(7565);var a={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_102_1063",style:{maskType:"alpha"},width:16,height:16,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#DCDCDC",d:"M0 0H16V16H0z"}}]},{tag:"g",attrs:{mask:"url(#mask0_102_1063)",fillRule:"evenodd",clipRule:"evenodd"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M7.99993 1.3335C7.18171 1.3335 6.51845 1.99679 6.51845 2.81498H3.85178C3.36085 2.81498 2.96289 3.21296 2.96289 3.70387V13.7779C2.96289 14.2689 3.36086 14.6668 3.85178 14.6668H12.1481C12.639 14.6668 13.037 14.2689 13.037 13.7779V3.70387C13.037 3.21296 12.639 2.81498 12.1481 2.81498H9.48141C9.48141 1.99679 8.81815 1.3335 7.99993 1.3335ZM7.70363 2.81498C7.70363 2.65133 7.83628 2.51868 7.99993 2.51868C8.16357 2.51868 8.29622 2.65133 8.29622 2.81498V3.3929C8.29622 3.72859 8.56842 4.00016 8.90348 4.00016H9.48141V4.59276H6.51845V4.00016H7.09637C7.43144 4.00016 7.70363 3.72859 7.70363 3.3929V2.81498ZM10.6666 4.00016V4.88905C10.6666 5.37998 10.2686 5.77794 9.77771 5.77794H6.22215C5.73123 5.77794 5.33326 5.37998 5.33326 4.88905V4.00016H4.14808V13.4816H11.8518V4.00016H10.6666Z"}},{tag:"path",attrs:{fill:"colorChannel1",d:"M7.63337 8.18135V10.9147H8.36671V8.18135H7.63337ZM7.33337 6.88135C6.78109 6.88135 6.33337 7.32906 6.33337 7.88135V11.2147C6.33337 11.767 6.78109 12.2147 7.33337 12.2147H8.66671C9.21899 12.2147 9.66671 11.767 9.66671 11.2147V7.88135C9.66671 7.32906 9.21899 6.88135 8.66671 6.88135H7.33337Z"}}]}]};t.PasteColumnWidthOnly=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(i.IconBase,Object.assign({},e,{id:"paste-column-width-only",ref:t,icon:a}))}));t.PasteColumnWidthOnly.displayName="PasteColumnWidthOnly";t["default"]=t.PasteColumnWidthOnly},5040:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.PasteConditionsOnly=void 0;var n=r(7522);var i=r(7565);var a={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_102_1053",style:{maskType:"alpha"},width:16,height:16,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#DCDCDC",d:"M0 0H16V16H0z"}}]},{tag:"g",attrs:{mask:"url(#mask0_102_1053)",fillRule:"evenodd",clipRule:"evenodd"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M7.99993 1.3335C7.18171 1.3335 6.51845 1.99679 6.51845 2.81498H3.85178C3.36085 2.81498 2.96289 3.21296 2.96289 3.70387V13.7779C2.96289 14.2689 3.36086 14.6668 3.85178 14.6668H12.1481C12.639 14.6668 13.037 14.2689 13.037 13.7779V3.70387C13.037 3.21296 12.639 2.81498 12.1481 2.81498H9.48141C9.48141 1.99679 8.81815 1.3335 7.99993 1.3335ZM7.70363 2.81498C7.70363 2.65133 7.83628 2.51868 7.99993 2.51868C8.16357 2.51868 8.29622 2.65133 8.29622 2.81498V3.3929C8.29622 3.72859 8.56842 4.00016 8.90348 4.00016H9.48141V4.59276H6.51845V4.00016H7.09637C7.43144 4.00016 7.70363 3.72859 7.70363 3.3929V2.81498ZM10.6666 4.00016V4.88905C10.6666 5.37998 10.2686 5.77794 9.77771 5.77794H6.22215C5.73123 5.77794 5.33326 5.37998 5.33326 4.88905V4.00016H4.14808V13.4816H11.8518V4.00016H10.6666Z"}},{tag:"path",attrs:{fill:"colorChannel1",d:"M6.55444 8.75181C6.55444 7.9534 7.20169 7.30615 8.00011 7.30615C8.79852 7.30615 9.44577 7.9534 9.44577 8.75181C9.44577 9.12261 9.30588 9.46082 9.07691 9.71637L9.24499 11.0617C9.26132 11.1925 9.22073 11.324 9.1335 11.4227C9.04628 11.5215 8.92084 11.5781 8.78905 11.5781H7.21116C7.07937 11.5781 6.95392 11.5215 6.8667 11.4227C6.77948 11.3239 6.73888 11.1924 6.75523 11.0617L6.92339 9.71646C6.69438 9.4609 6.55444 9.12266 6.55444 8.75181ZM8.00011 8.22511C7.70922 8.22511 7.4734 8.46093 7.4734 8.75181C7.4734 8.92383 7.55539 9.07659 7.68436 9.17346C7.8161 9.27242 7.88477 9.43434 7.86433 9.59783L7.73165 10.6592H8.26859L8.13598 9.59772C8.11555 9.43425 8.18421 9.27236 8.31593 9.1734C8.44485 9.07654 8.52681 8.92383 8.52681 8.75181C8.52681 8.46093 8.29099 8.22511 8.00011 8.22511Z"}}]}]};t.PasteConditionsOnly=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(i.IconBase,Object.assign({},e,{id:"paste-conditions-only",ref:t,icon:a}))}));t.PasteConditionsOnly.displayName="PasteConditionsOnly";t["default"]=t.PasteConditionsOnly},5205:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.PasteDataOnly=void 0;var n=r(7522);var i=r(7565);var a={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_102_1036",style:{maskType:"alpha"},width:16,height:16,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#DCDCDC",d:"M0 0H16V16H0z"}}]},{tag:"g",attrs:{mask:"url(#mask0_102_1036)"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M7.99993 1.3335C7.18171 1.3335 6.51845 1.99679 6.51845 2.81498H3.85178C3.36085 2.81498 2.96289 3.21296 2.96289 3.70387V13.7779C2.96289 14.2689 3.36086 14.6668 3.85178 14.6668H12.1481C12.639 14.6668 13.037 14.2689 13.037 13.7779V3.70387C13.037 3.21296 12.639 2.81498 12.1481 2.81498H9.48141C9.48141 1.99679 8.81815 1.3335 7.99993 1.3335ZM7.70363 2.81498C7.70363 2.65133 7.83628 2.51868 7.99993 2.51868C8.16357 2.51868 8.29622 2.65133 8.29622 2.81498V3.3929C8.29622 3.72859 8.56842 4.00016 8.90348 4.00016H9.48141V4.59276H6.51845V4.00016H7.09637C7.43144 4.00016 7.70363 3.72859 7.70363 3.3929V2.81498ZM10.6666 4.00016V4.88905C10.6666 5.37998 10.2686 5.77794 9.77771 5.77794H6.22215C5.73123 5.77794 5.33326 5.37998 5.33326 4.88905V4.00016H4.14808V13.4816H11.8518V4.00016H10.6666Z",fillRule:"evenodd",clipRule:"evenodd"}},{tag:"path",attrs:{fill:"colorChannel1",d:"M5.16898 11.5734C4.93334 11.5734 4.74231 11.3824 4.74231 11.1468Lnan nanL4.74231 11.1468C4.74231 10.9111 4.93333 10.7201 5.16898 10.7201H5.5659C5.62815 10.7201 5.67861 10.6696 5.67861 10.6074V8.30365C5.67861 8.25383 5.63822 8.21344 5.5884 8.21344H5.22297C5.02624 8.21344 4.86675 8.05396 4.86675 7.85722Lnan nanL4.86675 7.85722C4.86675 7.6858 4.9894 7.54075 5.15556 7.49862C5.41014 7.43407 5.6146 7.35457 5.80881 7.25013C5.90743 7.1971 6.01641 7.16455 6.12838 7.16455Lnan nanL6.12838 7.16455C6.46253 7.16455 6.73342 7.43544 6.73342 7.76959V10.6245C6.73342 10.6773 6.77621 10.7201 6.829 10.7201H7.10083C7.33647 10.7201 7.5275 10.9111 7.5275 11.1468Lnan nanL7.5275 11.1468C7.5275 11.3824 7.33647 11.5734 7.10083 11.5734H5.16898Z"}},{tag:"path",attrs:{fill:"colorChannel1",d:"M11.1209 8.12545C11.3031 8.3077 11.3031 8.60317 11.1209 8.78542L9.29387 10.6124C9.20635 10.6999 9.08766 10.7491 8.96389 10.7491C8.84012 10.7491 8.72142 10.6999 8.6339 10.6124L7.69503 9.67355C7.51279 9.4913 7.51279 9.19582 7.69503 9.01358C7.87728 8.83133 8.17275 8.83133 8.355 9.01358L8.96389 9.62247L10.4609 8.12545C10.6431 7.94321 10.9386 7.94321 11.1209 8.12545Z",fillRule:"evenodd",clipRule:"evenodd"}}]}]};t.PasteDataOnly=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(i.IconBase,Object.assign({},e,{id:"paste-data-only",ref:t,icon:a}))}));t.PasteDataOnly.displayName="PasteDataOnly";t["default"]=t.PasteDataOnly},6863:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.PasteFormatOnly=void 0;var n=r(7522);var i=r(7565);var a={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_102_1043",style:{maskType:"alpha"},width:16,height:16,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#DCDCDC",d:"M0 0H16V16H0z"}}]},{tag:"g",attrs:{mask:"url(#mask0_102_1043)"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M8.00005 1.3335C7.18183 1.3335 6.51857 1.99679 6.51857 2.81498H3.8519C3.36097 2.81498 2.96301 3.21296 2.96301 3.70387V13.7779C2.96301 14.2689 3.36098 14.6668 3.8519 14.6668H12.1482C12.6391 14.6668 13.0371 14.2689 13.0371 13.7779V3.70387C13.0371 3.21296 12.6391 2.81498 12.1482 2.81498H9.48153C9.48153 1.99679 8.81827 1.3335 8.00005 1.3335ZM7.70375 2.81498C7.70375 2.65133 7.8364 2.51868 8.00005 2.51868C8.1637 2.51868 8.29635 2.65133 8.29635 2.81498V3.3929C8.29635 3.72859 8.56854 4.00016 8.9036 4.00016H9.48153V4.59276H6.51857V4.00016H7.09649C7.43156 4.00016 7.70375 3.72859 7.70375 3.3929V2.81498ZM10.6667 4.00016V4.88905C10.6667 5.37998 10.2688 5.77794 9.77783 5.77794H6.22227C5.73135 5.77794 5.33338 5.37998 5.33338 4.88905V4.00016H4.1482V13.4816H11.8519V4.00016H10.6667Z",fillRule:"evenodd",clipRule:"evenodd"}},{tag:"path",attrs:{fill:"colorChannel1",d:"M6.00027 7.5752C5.6689 7.5752 5.40027 7.84382 5.40027 8.1752 5.40027 8.50657 5.6689 8.7752 6.00027 8.7752H10.0003C10.3316 8.7752 10.6003 8.50657 10.6003 8.1752 10.6003 7.84382 10.3316 7.5752 10.0003 7.5752H6.00027zM6.66694 9.67546C6.33556 9.67546 6.06694 9.94408 6.06694 10.2755 6.06694 10.6068 6.33556 10.8755 6.66694 10.8755H9.3336C9.66497 10.8755 9.9336 10.6068 9.9336 10.2755 9.9336 9.94408 9.66497 9.67546 9.3336 9.67546H6.66694z"}}]}]};t.PasteFormatOnly=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(i.IconBase,Object.assign({},e,{id:"paste-format-only",ref:t,icon:a}))}));t.PasteFormatOnly.displayName="PasteFormatOnly";t["default"]=t.PasteFormatOnly},3670:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.PasteFormulaOnly=void 0;var n=r(7522);var i=r(7565);var a={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_102_1048",style:{maskType:"alpha"},width:16,height:16,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#DCDCDC",d:"M0 0H16V16H0z"}}]},{tag:"g",attrs:{mask:"url(#mask0_102_1048)"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M7.99993 1.3335C7.18171 1.3335 6.51845 1.99679 6.51845 2.81498H3.85178C3.36085 2.81498 2.96289 3.21296 2.96289 3.70387V13.7779C2.96289 14.2689 3.36086 14.6668 3.85178 14.6668H12.1481C12.639 14.6668 13.037 14.2689 13.037 13.7779V3.70387C13.037 3.21296 12.639 2.81498 12.1481 2.81498H9.48141C9.48141 1.99679 8.81815 1.3335 7.99993 1.3335ZM7.70363 2.81498C7.70363 2.65133 7.83628 2.51868 7.99993 2.51868C8.16357 2.51868 8.29622 2.65133 8.29622 2.81498V3.3929C8.29622 3.72859 8.56842 4.00016 8.90348 4.00016H9.48141V4.59276H6.51845V4.00016H7.09637C7.43144 4.00016 7.70363 3.72859 7.70363 3.3929V2.81498ZM10.6666 4.00016V4.88905C10.6666 5.37998 10.2686 5.77794 9.77771 5.77794H6.22215C5.73123 5.77794 5.33326 5.37998 5.33326 4.88905V4.00016H4.14808V13.4816H11.8518V4.00016H10.6666Z",fillRule:"evenodd",clipRule:"evenodd"}},{tag:"path",attrs:{fill:"colorChannel1",d:"M9.11334 7.78212C9.28783 7.9128 9.2891 8.1643 9.1467 8.32935Lnan nanL9.1467 8.32935C8.9904 8.51052 8.72243 8.51252 8.50692 8.40857C8.38358 8.34907 8.25654 8.31892 8.11362 8.31892C7.79123 8.31892 7.62091 8.4345 7.62091 8.73864C7.62091 9.35301 9.44576 9.32259 9.44576 10.6304C9.44576 11.2995 9.08687 11.8226 8.36302 11.9808V12.3488C8.36302 12.5453 8.2037 12.7046 8.00717 12.7046Lnan nanL8.00717 12.7046C7.81064 12.7046 7.65132 12.5453 7.65132 12.3488V12.0173C7.35697 11.9821 7.01819 11.8772 6.72665 11.707C6.53553 11.5954 6.5051 11.3457 6.62571 11.1602Lnan nanL6.62571 11.1602C6.76887 10.9399 7.06537 10.897 7.30131 11.0124C7.49618 11.1078 7.68106 11.1535 7.87031 11.1535C8.24744 11.1535 8.41168 11.0075 8.41168 10.7095C8.41168 10.0464 6.59291 10.0282 6.59291 8.7873C6.59291 8.09386 6.9883 7.61332 7.65132 7.47949V7.11756C7.65132 6.92104 7.81064 6.76172 8.00717 6.76172Lnan nanL8.00717 6.76172C8.2037 6.76172 8.36302 6.92104 8.36302 7.11756V7.46733C8.66124 7.51227 8.90459 7.6258 9.11334 7.78212Z"}}]}]};t.PasteFormulaOnly=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(i.IconBase,Object.assign({},e,{id:"paste-formula-only",ref:t,icon:a}))}));t.PasteFormulaOnly.displayName="PasteFormulaOnly";t["default"]=t.PasteFormulaOnly},6057:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.PasteSpecial=void 0;var n=r(7522);var i=r(7565);var a={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_102_1138",style:{maskType:"alpha"},width:16,height:16,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#DCDCDC",d:"M0 0H16V16H0z"}}]},{tag:"g",attrs:{mask:"url(#mask0_102_1138)"},children:[{tag:"path",attrs:{fill:"colorChannel1",d:"M7.74692 9.12463C7.74692 9.46018 8.01893 9.73219 8.35448 9.73219H11.4933C11.8288 9.73219 12.1009 9.46018 12.1009 9.12463 12.1009 8.78909 11.8288 8.51707 11.4933 8.51707H8.35448C8.01893 8.51707 7.74692 8.78909 7.74692 9.12463zM10.8636 10.8523C10.8636 11.1879 10.5915 11.4599 10.256 11.4599H8.35448C8.01893 11.4599 7.74692 11.1879 7.74692 10.8523 7.74692 10.5168 8.01893 10.2447 8.35448 10.2447H10.256C10.5915 10.2447 10.8636 10.5168 10.8636 10.8523z"}},{tag:"path",attrs:{fill:"currentColor",d:"M5.4791 1.98268C5.47913 1.71529 5.87912 1.49854 6.37252 1.49854C6.86593 1.49854 7.26592 1.71529 7.26595 1.98268H7.62187C8.22277 1.98268 8.72459 2.39534 8.84412 2.9452H9.39563C10.0856 2.9452 10.6449 3.48923 10.6449 4.16032V6.00569H12.1261C13.161 6.00569 14 6.82174 14 7.82838V11.334C14 11.8174 13.8025 12.281 13.4511 12.6228L12.0693 13.9647C11.7179 14.3065 11.2412 14.4985 10.7442 14.4985H7.91116C7.05024 14.4985 6.32492 14.0431 6.10535 13.2737H3.34925C2.6593 13.2737 2.09998 12.7297 2.09998 12.0586V4.16032C2.09998 3.48923 2.6593 2.9452 3.34925 2.9452H3.90107C4.0206 2.39534 4.52241 1.98268 5.12332 1.98268H5.4791ZM3.97249 4.16032H3.24925L3.24925 12.0586H6.03725V7.82838C6.03725 6.82174 6.87623 6.00569 7.91116 6.00569H9.49563V4.16032H8.7727C8.58289 4.59611 8.13909 4.90183 7.62187 4.90183H5.12332C4.6061 4.90183 4.1623 4.59611 3.97249 4.16032ZM5.12332 2.89403H7.62187C7.79436 2.89403 7.93419 3.03003 7.93419 3.19781V3.68671C7.93419 3.85448 7.79436 3.99049 7.62187 3.99049H5.12332C4.95083 3.99049 4.811 3.85448 4.811 3.68671V3.19781C4.811 3.03003 4.95083 2.89403 5.12332 2.89403ZM7.91116 7.11157C7.56618 7.11157 7.28652 7.38359 7.28652 7.71913V12.7851C7.28652 13.1206 7.56618 13.3927 7.91116 13.3927H10.7442C10.8401 13.3927 10.9337 13.3712 11.0182 13.3311C11.1373 13.2746 11.1859 13.1423 11.1859 13.0134V12.0066C11.1859 11.8724 11.2978 11.7636 11.4358 11.7636H12.4709C12.6034 11.7636 12.7394 11.7163 12.7975 11.6004C12.8388 11.5182 12.8608 11.4272 12.8608 11.334V7.71913C12.8608 7.38359 12.5811 7.11157 12.2362 7.11157H7.91116Z",fillRule:"evenodd",clipRule:"evenodd"}}]}]};t.PasteSpecial=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(i.IconBase,Object.assign({},e,{id:"paste-special",ref:t,icon:a}))}));t.PasteSpecial.displayName="PasteSpecial";t["default"]=t.PasteSpecial},1020:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.PasteTransposedContent=void 0;var n=r(7522);var i=r(7565);var a={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_102_1058",style:{maskType:"alpha"},width:16,height:16,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#DCDCDC",d:"M0 0H16V16H0z"}}]},{tag:"g",attrs:{mask:"url(#mask0_102_1058)"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M7.99993 1.3335C7.18171 1.3335 6.51845 1.99679 6.51845 2.81498H3.85178C3.36085 2.81498 2.96289 3.21296 2.96289 3.70387V13.7779C2.96289 14.2689 3.36086 14.6668 3.85178 14.6668H12.1481C12.639 14.6668 13.037 14.2689 13.037 13.7779V3.70387C13.037 3.21296 12.639 2.81498 12.1481 2.81498H9.48141C9.48141 1.99679 8.81815 1.3335 7.99993 1.3335ZM7.70363 2.81498C7.70363 2.65133 7.83628 2.51868 7.99993 2.51868C8.16357 2.51868 8.29622 2.65133 8.29622 2.81498V3.3929C8.29622 3.72859 8.56842 4.00016 8.90348 4.00016H9.48141V4.59276H6.51845V4.00016H7.09637C7.43144 4.00016 7.70363 3.72859 7.70363 3.3929V2.81498ZM10.6666 4.00016V4.88905C10.6666 5.37998 10.2686 5.77794 9.77771 5.77794H6.22215C5.73123 5.77794 5.33326 5.37998 5.33326 4.88905V4.00016H4.14808V13.4816H11.8518V4.00016H10.6666Z",fillRule:"evenodd",clipRule:"evenodd"}},{tag:"path",attrs:{fill:"colorChannel1",d:"M8.9223 7.34794C8.75535 7.19617 8.49698 7.20848 8.34521 7.37543 8.19343 7.54238 8.20574 7.80075 8.37269 7.95252L8.9781 8.5029H5.87289C5.64726 8.5029 5.46436 8.68581 5.46436 8.91143 5.46436 9.13706 5.64726 9.31997 5.87289 9.31997H10.0296C10.0426 9.32013 10.0557 9.31967 10.0687 9.31859 10.1212 9.3143 10.1709 9.30007 10.216 9.27778 10.2436 9.26412 10.27 9.24716 10.2945 9.22694 10.3855 9.15201 10.4435 9.0385 10.4435 8.91143 10.4435 8.78847 10.3891 8.67819 10.3032 8.60329L8.9223 7.34794zM5.79671 9.80315C5.84809 9.77985 5.90514 9.76688 5.96522 9.76688 5.96519 9.76688 5.96525 9.76688 5.96522 9.76688H10.1273C10.3529 9.76688 10.5358 9.94979 10.5358 10.1754 10.5358 10.401 10.3529 10.5839 10.1273 10.5839H7.02193L7.62739 11.1344C7.79434 11.2861 7.80664 11.5445 7.65487 11.7115 7.5031 11.8784 7.24472 11.8907 7.07777 11.7389L5.6916 10.4788C5.68966 10.477 5.68774 10.4753 5.68583 10.4735 5.6449 10.4351 5.61359 10.3903 5.59206 10.342 5.56933 10.2911 5.55669 10.2347 5.55669 10.1754 5.55669 10.0837 5.58689 9.99909 5.63789 9.93092 5.67898 9.87601 5.73356 9.83178 5.79671 9.80315z"}}]}]};t.PasteTransposedContent=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(i.IconBase,Object.assign({},e,{id:"paste-transposed-content",ref:t,icon:a}))}));t.PasteTransposedContent.displayName="PasteTransposedContent";t["default"]=t.PasteTransposedContent},9217:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.PasteValuesOnly=void 0;var n=r(7522);var i=r(7565);var a={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_102_1031",style:{maskType:"alpha"},width:16,height:16,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#DCDCDC",d:"M0 0H16V16H0z"}}]},{tag:"g",attrs:{mask:"url(#mask0_102_1031)"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M7.99993 1.3335C7.18171 1.3335 6.51845 1.99679 6.51845 2.81498H3.85178C3.36085 2.81498 2.96289 3.21296 2.96289 3.70387V13.7779C2.96289 14.2689 3.36086 14.6668 3.85178 14.6668H12.1481C12.639 14.6668 13.037 14.2689 13.037 13.7779V3.70387C13.037 3.21296 12.639 2.81498 12.1481 2.81498H9.48141C9.48141 1.99679 8.81815 1.3335 7.99993 1.3335ZM7.70363 2.81498C7.70363 2.65133 7.83628 2.51868 7.99993 2.51868C8.16357 2.51868 8.29622 2.65133 8.29622 2.81498V3.3929C8.29622 3.72859 8.56842 4.00016 8.90348 4.00016H9.48141V4.59276H6.51845V4.00016H7.09637C7.43144 4.00016 7.70363 3.72859 7.70363 3.3929V2.81498ZM10.6666 4.00016V4.88905C10.6666 5.37998 10.2686 5.77794 9.77771 5.77794H6.22215C5.73123 5.77794 5.33326 5.37998 5.33326 4.88905V4.00016H4.14808V13.4816H11.8518V4.00016H10.6666Z",fillRule:"evenodd",clipRule:"evenodd"}},{tag:"path",attrs:{fill:"colorChannel1",d:"M7.03409 11.5734C6.79845 11.5734 6.60742 11.3824 6.60742 11.1468Lnan nanL6.60742 11.1468C6.60742 10.9111 6.79845 10.7201 7.03409 10.7201H7.43102C7.49326 10.7201 7.54372 10.6696 7.54372 10.6074V8.30365C7.54372 8.25383 7.50333 8.21344 7.45351 8.21344H7.08808C6.89135 8.21344 6.73187 8.05396 6.73187 7.85722Lnan nanL6.73187 7.85722C6.73187 7.6858 6.85451 7.54075 7.02067 7.49862C7.27525 7.43407 7.47971 7.35457 7.67393 7.25013C7.77254 7.1971 7.88152 7.16455 7.99349 7.16455Lnan nanL7.99349 7.16455C8.32765 7.16455 8.59853 7.43544 8.59853 7.76959V10.6245C8.59853 10.6773 8.64133 10.7201 8.69412 10.7201H8.96594C9.20158 10.7201 9.39261 10.9111 9.39261 11.1468Lnan nanL9.39261 11.1468C9.39261 11.3824 9.20158 11.5734 8.96594 11.5734H7.03409Z"}}]}]};t.PasteValuesOnly=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(i.IconBase,Object.assign({},e,{id:"paste-values-only",ref:t,icon:a}))}));t.PasteValuesOnly.displayName="PasteValuesOnly";t["default"]=t.PasteValuesOnly},6014:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.Paste=void 0;var n=r(7522);var i=r(7565);var a={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"path",attrs:{fill:"colorChannel1",d:"M12.2857 8.6375H9.71429C9.38291 8.6375 9.11429 8.91173 9.11429 9.25V12.75C9.11429 13.0883 9.38291 13.3625 9.71429 13.3625H12.2857C12.6171 13.3625 12.8857 13.0883 12.8857 12.75V9.25C12.8857 8.91173 12.6171 8.6375 12.2857 8.6375ZM9.71429 7.5C8.76751 7.5 8 8.2835 8 9.25V12.75C8 13.7165 8.76751 14.5 9.71429 14.5H12.2857C13.2325 14.5 14 13.7165 14 12.75V9.25C14 8.2835 13.2325 7.5 12.2857 7.5H9.71429Z",fillRule:"evenodd",clipRule:"evenodd"}},{tag:"path",attrs:{fill:"currentColor",d:"M3.93185 4.67088C3.93185 4.33994 4.20013 4.07167 4.53106 4.07167H9.98238C10.3133 4.07167 10.5816 4.33994 10.5816 4.67088 10.5816 5.00181 10.3133 5.27008 9.98238 5.27008H4.53106C4.20013 5.27008 3.93185 5.00181 3.93185 4.67088zM3.93185 7.16412C3.93185 6.83319 4.20013 6.56491 4.53106 6.56491H6.17481C6.50574 6.56491 6.77402 6.83319 6.77402 7.16412 6.77402 7.49505 6.50574 7.76332 6.17481 7.76332H4.53106C4.20013 7.76332 3.93185 7.49505 3.93185 7.16412zM3.93185 9.72264C3.93185 9.39171 4.20013 9.12344 4.53106 9.12344H5.90673C6.23767 9.12344 6.50594 9.39171 6.50594 9.72264 6.50594 10.0536 6.23767 10.3218 5.90673 10.3218H4.53106C4.20013 10.3218 3.93185 10.0536 3.93185 9.72264z",fillRule:"evenodd",clipRule:"evenodd"}},{tag:"path",attrs:{fill:"currentColor",d:"M3.49801 2.79851H11.0154C11.1809 2.79851 11.315 2.93264 11.315 3.09811V5.85837C11.315 6.1893 11.5833 6.45757 11.9142 6.45757Lnan nanL11.9142 6.45757C12.2451 6.45757 12.5134 6.1893 12.5134 5.85837V3.09811C12.5134 2.27078 11.8427 1.6001 11.0154 1.6001H3.49801C2.67068 1.6001 2 2.27078 2 3.09811V11.2302C2 12.0575 2.67068 12.7282 3.49801 12.7282H6.30883C6.63976 12.7282 6.90804 12.4599 6.90804 12.129Lnan nanL6.90804 12.129C6.90804 11.7981 6.63976 11.5298 6.30883 11.5298H3.49801C3.33255 11.5298 3.19841 11.3957 3.19841 11.2302V3.09811C3.19841 2.93264 3.33255 2.79851 3.49801 2.79851Z"}}]};t.Paste=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(i.IconBase,Object.assign({},e,{id:"paste",ref:t,icon:a}))}));t.Paste.displayName="Paste";t["default"]=t.Paste},1910:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.PercentSingle=void 0;var n=r(7522);var i=r(7565);var a={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_561_2",style:{maskType:"alpha"},width:16,height:16,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#D9D9D9",d:"M0 0H16V16H0z"}}]},{tag:"g",attrs:{fill:"currentColor",mask:"url(#mask0_561_2)",fillRule:"evenodd",clipRule:"evenodd"},children:[{tag:"path",attrs:{d:"M4.91876 2.65039C3.66601 2.65039 2.65045 3.66595 2.65045 4.9187 2.65045 6.17146 3.66601 7.18702 4.91876 7.18702 6.17152 7.18702 7.18708 6.17146 7.18708 4.9187 7.18708 3.66595 6.17152 2.65039 4.91876 2.65039zM3.94663 4.9187C3.94663 4.38181 4.38187 3.94657 4.91876 3.94657 5.45566 3.94657 5.8909 4.38181 5.8909 4.9187 5.8909 5.4556 5.45566 5.89084 4.91876 5.89084 4.38187 5.89084 3.94663 5.4556 3.94663 4.9187zM11.0812 8.81299C9.82842 8.81299 8.81286 9.82855 8.81286 11.0813 8.81286 12.3341 9.82842 13.3496 11.0812 13.3496 12.3339 13.3496 13.3495 12.3341 13.3495 11.0813 13.3495 9.82855 12.3339 8.81299 11.0812 8.81299zM10.109 11.0813C10.109 10.5444 10.5443 10.1092 11.0812 10.1092 11.6181 10.1092 12.0533 10.5444 12.0533 11.0813 12.0533 11.6182 11.6181 12.0534 11.0812 12.0534 10.5443 12.0534 10.109 11.6182 10.109 11.0813zM13.1597 2.84021C13.4128 3.09331 13.4128 3.50365 13.1597 3.75675L3.7568 13.1596C3.5037 13.4127 3.09336 13.4127 2.84026 13.1596 2.58717 12.9065 2.58717 12.4962 2.84026 12.2431L12.2431 2.84021C12.4962 2.58712 12.9066 2.58712 13.1597 2.84021z"}}]}]};t.PercentSingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(i.IconBase,Object.assign({},e,{id:"percent-single",ref:t,icon:a}))}));t.PercentSingle.displayName="PercentSingle";t["default"]=t.PercentSingle},9650:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.PipingSingle=void 0;var n=r(7522);var i=r(7565);var a={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M3.44719 4.0002H2.00004C1.63185 4.0002 1.33337 3.70173 1.33337 3.33354C1.33337 2.96535 1.63185 2.66687 2.00004 2.66687H3.44716C3.72171 1.89005 4.46255 1.3335 5.33337 1.3335C6.2042 1.3335 6.94504 1.89005 7.21958 2.66687H11.6666C13.3628 2.66687 14.6669 3.93225 14.6667 5.66694C14.6666 7.4014 13.3629 8.66687 11.6666 8.66687H6.66683L6.6594 8.66683H4.33351C3.36298 8.66683 2.66662 9.34592 2.66671 10.3334C2.6668 11.3212 3.36309 12.0002 4.33351 12.0002H8.78051C9.05508 11.2234 9.79589 10.6669 10.6667 10.6669C11.5375 10.6669 12.2783 11.2234 12.5529 12.0001H14C14.3682 12.0001 14.6667 12.2986 14.6667 12.6668C14.6667 13.035 14.3682 13.3335 14 13.3335H12.5529C12.2784 14.1103 11.5375 14.6669 10.6667 14.6669C9.79586 14.6669 9.05502 14.1103 8.78048 13.3335H4.33351C2.63723 13.3335 1.33353 12.068 1.33337 10.3336C1.33322 8.59887 2.63735 7.3335 4.33351 7.3335H6.66671L6.67414 7.33354H11.6666C12.637 7.33354 13.3333 6.65454 13.3334 5.66681C13.3335 4.67929 12.6371 4.0002 11.6666 4.0002H7.21956C6.94499 4.77698 6.20417 5.3335 5.33337 5.3335C4.46258 5.3335 3.72176 4.77698 3.44719 4.0002ZM4.66671 3.3335C4.66671 2.96531 4.96518 2.66683 5.33337 2.66683C5.70156 2.66683 6.00004 2.96531 6.00004 3.3335C6.00004 3.70169 5.70156 4.00016 5.33337 4.00016C4.96518 4.00016 4.66671 3.70169 4.66671 3.3335ZM10 12.6701C10.0018 13.0368 10.2996 13.3335 10.6667 13.3335C11.0349 13.3335 11.3334 13.0351 11.3334 12.6669C11.3334 12.2987 11.0349 12.0002 10.6667 12.0002C10.2996 12.0002 10.0018 12.2969 10 12.6636L10 12.6668L10 12.6701Z",fillRule:"evenodd",clipRule:"evenodd"}}]};t.PipingSingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(i.IconBase,Object.assign({},e,{id:"piping-single",ref:t,icon:a}))}));t.PipingSingle.displayName="PipingSingle";t["default"]=t.PipingSingle},1669:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.PositionSingle16=void 0;var n=r(7522);var i=r(7565);var a={tag:"svg",attrs:{fill:"none",viewBox:"0 0 17 17",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_273_6441",style:{maskType:"alpha"},width:17,height:17,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#D9D9D9",d:"M0.54 0.84H16.54V16.84H0.54z"}}]},{tag:"g",attrs:{mask:"url(#mask0_273_6441)"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M2.74377 7.43373C2.74377 4.23047 5.34051 1.63373 8.54377 1.63373C11.747 1.63373 14.3438 4.23047 14.3438 7.43373C14.3438 9.8839 12.9461 12.1495 11.6652 13.7292C11.0124 14.5343 10.3616 15.1957 9.87432 15.656C9.63016 15.8866 9.42575 16.0679 9.28091 16.1927C9.20846 16.2551 9.15082 16.3035 9.11046 16.337C9.09027 16.3537 9.0744 16.3667 9.06314 16.3759L9.04976 16.3867L9.04574 16.39L9.04441 16.3911L8.55382 16.8414L9.04353 16.3918C8.75136 16.6255 8.33581 16.6252 8.04364 16.3915L8.04181 16.39L8.03779 16.3867L8.0244 16.3759C8.01315 16.3667 7.99728 16.3537 7.97709 16.337C7.93673 16.3035 7.87909 16.2551 7.80664 16.1927C7.6618 16.0679 7.45738 15.8866 7.21323 15.656C6.72591 15.1957 6.0751 14.5343 5.42237 13.7292C4.14147 12.1495 2.74377 9.8839 2.74377 7.43373ZM5.74377 7.43373C5.74377 5.88733 6.99738 4.63373 8.54377 4.63373C10.0902 4.63373 11.3438 5.88733 11.3438 7.43373C11.3438 8.98012 10.0902 10.2337 8.54377 10.2337C6.99738 10.2337 5.74377 8.98012 5.74377 7.43373Z",fillRule:"evenodd",clipRule:"evenodd"}}]}]};t.PositionSingle16=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(i.IconBase,Object.assign({},e,{id:"position-single-16",ref:t,icon:a}))}));t.PositionSingle16.displayName="PositionSingle16";t["default"]=t.PositionSingle16},2504:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.PositionSingle20=void 0;var n=r(7522);var i=r(7565);var a={tag:"svg",attrs:{fill:"none",viewBox:"0 0 21 21",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_273_6453",style:{maskType:"alpha"},width:21,height:21,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#D9D9D9",d:"M0.91 0.84H20.91V20.84H0.91z"}}]},{tag:"g",attrs:{mask:"url(#mask0_273_6453)"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M3.65601 9.08179C3.65601 5.07771 6.90193 1.83179 10.906 1.83179C14.9101 1.83179 18.156 5.07771 18.156 9.08179C18.156 12.1445 16.4089 14.9765 14.8078 16.9512C13.9918 17.9575 13.1783 18.7843 12.5692 19.3596C12.264 19.6478 12.0085 19.8745 11.8274 20.0305C11.7369 20.1086 11.6648 20.1691 11.6144 20.2109C11.5891 20.2318 11.5693 20.248 11.5552 20.2595L11.5385 20.2731L11.5335 20.2771L11.5318 20.2784L10.9186 20.8413L11.5307 20.2793C11.1655 20.5715 10.6461 20.5711 10.2808 20.2789L10.2786 20.2771L10.2735 20.2731L10.2568 20.2595C10.2427 20.248 10.2229 20.2318 10.1977 20.2109C10.1472 20.1691 10.0751 20.1086 9.98458 20.0305C9.80354 19.8745 9.54802 19.6478 9.24282 19.3596C8.63367 18.7843 7.82017 17.9575 7.00425 16.9512C5.40313 14.9765 3.65601 12.1445 3.65601 9.08179ZM7.40601 9.08179C7.40601 7.14879 8.97301 5.58179 10.906 5.58179C12.839 5.58179 14.406 7.14879 14.406 9.08179C14.406 11.0148 12.839 12.5818 10.906 12.5818C8.97301 12.5818 7.40601 11.0148 7.40601 9.08179Z",fillRule:"evenodd",clipRule:"evenodd"}}]}]};t.PositionSingle20=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(i.IconBase,Object.assign({},e,{id:"position-single-20",ref:t,icon:a}))}));t.PositionSingle20.displayName="PositionSingle20";t["default"]=t.PositionSingle20},1621:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.PrintSingle=void 0;var n=r(7522);var i=r(7565);var a={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_102_863",style:{maskType:"alpha"},width:16,height:16,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#DCDCDC",d:"M0 0H16V16H0z"}}]},{tag:"g",attrs:{fill:"currentColor",mask:"url(#mask0_102_863)"},children:[{tag:"path",attrs:{d:"M6.72563 11.5051C6.72563 11.1531 7.01093 10.8678 7.36286 10.8678H8.63731C8.98924 10.8678 9.27454 11.1531 9.27454 11.5051C9.27454 11.857 8.98924 12.1423 8.63731 12.1423H7.36286C7.01093 12.1423 6.72563 11.857 6.72563 11.5051Z"}},{tag:"path",attrs:{d:"M4.81396 1.94667C4.81396 1.59474 5.09925 1.30945 5.45118 1.30945H10.549C10.9009 1.30945 11.1862 1.59474 11.1862 1.94667V3.85835H13.7351C14.439 3.85835 15.0096 4.42893 15.0096 5.1328V10.2306C15.0096 10.9345 14.439 11.5051 13.7351 11.5051H11.1862V14.054C11.1862 14.4059 10.9009 14.6912 10.549 14.6912H5.45118C5.09925 14.6912 4.81396 14.4059 4.81396 14.054V11.5051H2.26505C1.5612 11.5051 0.990601 10.9345 0.990601 10.2306V5.1328C0.990601 4.42893 1.5612 3.85835 2.26505 3.85835H4.81396V1.94667ZM4.81396 9.59339H4.49534C4.14341 9.59339 3.85812 9.30809 3.85812 8.95616C3.85812 8.60423 4.14341 8.31893 4.49534 8.31893H11.5048C11.8568 8.31893 12.1421 8.60423 12.1421 8.95616C12.1421 9.30809 11.8568 9.59339 11.5048 9.59339H11.1862V10.2306H13.7351V5.1328H12.4607V6.40726C12.4607 6.75919 12.1754 7.04448 11.8234 7.04448H4.17673C3.8248 7.04448 3.5395 6.75919 3.5395 6.40726V5.1328H2.26505V10.2306H4.81396V9.59339ZM6.08841 9.59339V13.4167H9.91176V9.59339H6.08841ZM9.91176 4.49558C9.91176 4.84751 10.1971 5.1328 10.549 5.1328H11.1862V5.77003H4.81396V5.1328H5.45118C5.80311 5.1328 6.08841 4.84751 6.08841 4.49558V2.5839H9.91176V4.49558Z",fillRule:"evenodd",clipRule:"evenodd"}}]}]};t.PrintSingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(i.IconBase,Object.assign({},e,{id:"print-single",ref:t,icon:a}))}));t.PrintSingle.displayName="PrintSingle";t["default"]=t.PrintSingle},5779:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.PrivacyViewing=void 0;var n=r(7522);var i=r(7565);var a={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_102_981",style:{maskType:"alpha"},width:16,height:16,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#DCDCDC",d:"M0 0H16V16H0z"}}]},{tag:"g",attrs:{mask:"url(#mask0_102_981)"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M8.47387 1.52246C6.90331 1.52246 5.63011 2.79566 5.63011 4.36622C5.63011 5.93679 6.90331 7.20998 8.47387 7.20998C10.0444 7.20998 11.3176 5.93679 11.3176 4.36622C11.3176 2.79566 10.0444 1.52246 8.47387 1.52246ZM6.89401 4.36622C6.89401 3.49368 7.60134 2.78635 8.47387 2.78635C9.34641 2.78635 10.0537 3.49368 10.0537 4.36622C10.0537 5.23876 9.34641 5.94609 8.47387 5.94609C7.60134 5.94609 6.89401 5.23876 6.89401 4.36622Z",fillRule:"evenodd",clipRule:"evenodd"}},{tag:"path",attrs:{fill:"currentColor",d:"M2.78635 13.8454C2.78635 11.4702 4.97779 9.42179 7.84193 9.42179C8.19094 9.42179 8.47387 9.13886 8.47387 8.78985C8.47387 8.44083 8.19094 8.1579 7.84193 8.1579C4.42382 8.1579 1.52246 10.6364 1.52246 13.8454C1.52246 14.1944 1.80539 14.4774 2.15441 14.4774C2.50342 14.4774 2.78635 14.1944 2.78635 13.8454Z"}},{tag:"path",attrs:{fill:"colorChannel1",d:"M11.6336 8.1582C10.761 8.1582 10.0537 8.86552 10.0537 9.73807V10.054H9.42174C9.07273 10.054 8.78979 10.337 8.78979 10.686V13.8457C8.78979 14.1947 9.07273 14.4777 9.42174 14.4777H13.8454C14.1944 14.4777 14.4773 14.1947 14.4773 13.8457V10.686C14.4773 10.337 14.1944 10.054 13.8454 10.054H13.2134V9.73807C13.2134 8.86552 12.5061 8.1582 11.6336 8.1582ZM11.9495 10.054V9.73807C11.9495 9.56355 11.8081 9.4221 11.6336 9.4221C11.459 9.4221 11.3176 9.56355 11.3176 9.73807V10.054H11.9495ZM10.0537 11.3179V13.2138H13.2134V11.3179H10.0537Z",fillRule:"evenodd",clipRule:"evenodd"}}]}]};t.PrivacyViewing=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(i.IconBase,Object.assign({},e,{id:"privacy-viewing",ref:t,icon:a}))}));t.PrivacyViewing.displayName="PrivacyViewing";t["default"]=t.PrivacyViewing},2693:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.Progress0Single=void 0;var n=r(7522);var i=r(7565);var a={tag:"svg",attrs:{fill:"none",viewBox:"0 0 20 20",width:"1em",height:"1em"},children:[{tag:"circle",attrs:{cx:10,cy:10,r:6.67,stroke:"currentColor",strokeWidth:.74}}]};t.Progress0Single=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(i.IconBase,Object.assign({},e,{id:"progress-0-single",ref:t,icon:a}))}));t.Progress0Single.displayName="Progress0Single";t["default"]=t.Progress0Single},1113:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.Progress100Single=void 0;var n=r(7522);var i=r(7565);var a={tag:"svg",attrs:{fill:"none",viewBox:"0 0 20 20",width:"1em",height:"1em"},children:[{tag:"circle",attrs:{cx:10,cy:10,r:6.67,stroke:"currentColor",strokeWidth:.74}},{tag:"circle",attrs:{cx:10,cy:10,r:6.3,fill:"currentColor"}}]};t.Progress100Single=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(i.IconBase,Object.assign({},e,{id:"progress-100-single",ref:t,icon:a}))}));t.Progress100Single.displayName="Progress100Single";t["default"]=t.Progress100Single},5420:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.Progress25Single=void 0;var n=r(7522);var i=r(7565);var a={tag:"svg",attrs:{fill:"none",viewBox:"0 0 20 20",width:"1em",height:"1em"},children:[{tag:"circle",attrs:{cx:10,cy:10,r:6.67,stroke:"currentColor",strokeWidth:.74}},{tag:"path",attrs:{fill:"currentColor",d:"M16.2963 9.99991C16.2963 9.17307 16.1335 8.35432 15.8171 7.59042C15.5006 6.82652 15.0369 6.13242 14.4522 5.54776C13.8675 4.96309 13.1734 4.49931 12.4095 4.18289C11.6456 3.86647 10.8269 3.70361 10 3.70361L10 9.99991H16.2963Z"}}]};t.Progress25Single=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(i.IconBase,Object.assign({},e,{id:"progress-25-single",ref:t,icon:a}))}));t.Progress25Single.displayName="Progress25Single";t["default"]=t.Progress25Single},4477:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.Progress50Single=void 0;var n=r(7522);var i=r(7565);var a={tag:"svg",attrs:{fill:"none",viewBox:"0 0 20 20",width:"1em",height:"1em"},children:[{tag:"circle",attrs:{cx:10,cy:10,r:6.67,stroke:"currentColor",strokeWidth:.74}},{tag:"path",attrs:{fill:"currentColor",d:"M10 16.2962C11.6699 16.2962 13.2714 15.6328 14.4522 14.4521C15.633 13.2713 16.2963 11.6698 16.2963 9.99991C16.2963 8.33003 15.633 6.72854 14.4522 5.54776C13.2714 4.36697 11.6699 3.70361 10 3.70361L10 9.99991L10 16.2962Z"}}]};t.Progress50Single=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(i.IconBase,Object.assign({},e,{id:"progress-50-single",ref:t,icon:a}))}));t.Progress50Single.displayName="Progress50Single";t["default"]=t.Progress50Single},4515:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.Progress75Single=void 0;var n=r(7522);var i=r(7565);var a={tag:"svg",attrs:{fill:"none",viewBox:"0 0 20 20",width:"1em",height:"1em"},children:[{tag:"circle",attrs:{cx:10,cy:10,r:6.67,stroke:"currentColor",strokeWidth:.74}},{tag:"path",attrs:{fill:"currentColor",d:"M3.70374 9.99991C3.70374 11.2452 4.07301 12.4625 4.76485 13.4979C5.4567 14.5334 6.44005 15.3404 7.59054 15.8169C8.74104 16.2935 10.007 16.4182 11.2284 16.1752C12.4497 15.9323 13.5716 15.3326 14.4522 14.4521C15.3327 13.5715 15.9324 12.4496 16.1753 11.2283C16.4183 10.0069 16.2936 8.74092 15.8171 7.59042C15.3405 6.43992 14.5335 5.45658 13.4981 4.76473C12.4626 4.07288 11.2453 3.70361 10 3.70361L10 9.99991L3.70374 9.99991Z"}}]};t.Progress75Single=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(i.IconBase,Object.assign({},e,{id:"progress-75-single",ref:t,icon:a}))}));t.Progress75Single.displayName="Progress75Single";t["default"]=t.Progress75Single},7912:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.RadioNotSingle=void 0;var n=r(7522);var i=r(7565);var a={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M8 14.5C11.5899 14.5 14.5 11.5899 14.5 8C14.5 4.41015 11.5899 1.5 8 1.5C4.41015 1.5 1.5 4.41015 1.5 8C1.5 11.5899 4.41015 14.5 8 14.5ZM8 13.17C10.8553 13.17 13.17 10.8553 13.17 8C13.17 5.14469 10.8553 2.83 8 2.83C5.14469 2.83 2.83 5.14469 2.83 8C2.83 10.8553 5.14469 13.17 8 13.17Z",fillRule:"evenodd",clipRule:"evenodd"}}]};t.RadioNotSingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(i.IconBase,Object.assign({},e,{id:"radio-not-single",ref:t,icon:a}))}));t.RadioNotSingle.displayName="RadioNotSingle";t["default"]=t.RadioNotSingle},8410:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.RadioYesSingle=void 0;var n=r(7522);var i=r(7565);var a={tag:"svg",attrs:{fill:"none",viewBox:"0 0 17 17",width:"1em",height:"1em"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M8.42505 12.0293C10.5549 12.0293 12.2815 10.3027 12.2815 8.17285C12.2815 6.043 10.5549 4.31641 8.42505 4.31641C6.29519 4.31641 4.5686 6.043 4.5686 8.17285C4.5686 10.3027 6.29519 12.0293 8.42505 12.0293Z"}},{tag:"path",attrs:{fill:"currentColor",d:"M8.42505 14.6729C12.0149 14.6729 14.925 11.7627 14.925 8.17285C14.925 4.583 12.0149 1.67285 8.42505 1.67285C4.8352 1.67285 1.92505 4.583 1.92505 8.17285C1.92505 11.7627 4.8352 14.6729 8.42505 14.6729ZM8.42505 13.3429C11.2804 13.3429 13.595 11.0282 13.595 8.17285C13.595 5.31754 11.2804 3.00285 8.42505 3.00285C5.56974 3.00285 3.25505 5.31754 3.25505 8.17285C3.25505 11.0282 5.56974 13.3429 8.42505 13.3429Z",fillRule:"evenodd",clipRule:"evenodd"}}]};t.RadioYesSingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(i.IconBase,Object.assign({},e,{id:"radio-yes-single",ref:t,icon:a}))}));t.RadioYesSingle.displayName="RadioYesSingle";t["default"]=t.RadioYesSingle},1859:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.RecommendSingle=void 0;var n=r(7522);var i=r(7565);var a={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M3 1C1.89539 1 1 1.89543 1 3V13C1 14.1046 1.89539 15 3 15H15V1H3ZM7.69275 9.68884C7.82471 9.78416 7.98608 9.83183 8.17676 9.83183C8.36743 9.83183 8.52881 9.7805 8.66077 9.67784C8.79272 9.56784 8.85876 9.40651 8.85876 9.19383C8.85876 9.0545 8.86609 8.92618 8.88074 8.80884C8.90271 8.6915 8.94678 8.57417 9.01282 8.45683C9.07874 8.33217 9.17407 8.1965 9.29871 8.04984C9.36938 7.96262 9.4541 7.86714 9.55286 7.76344C9.62854 7.68407 9.71252 7.59987 9.80481 7.51083C10.1201 7.21017 10.3291 6.9315 10.4318 6.67484C10.5417 6.41084 10.6005 6.13217 10.6078 5.83884C10.6151 5.50151 10.5637 5.2045 10.4537 4.94785C10.3511 4.69118 10.2008 4.47484 10.0028 4.29884C9.81213 4.12283 9.58105 3.99451 9.30981 3.91383C9.03845 3.82584 8.74512 3.78551 8.42981 3.79283C8.10706 3.80017 7.80273 3.8515 7.51672 3.94684C7.23804 4.03484 6.99243 4.15584 6.77979 4.30984C6.57446 4.46384 6.40942 4.65083 6.28479 4.87083C6.16748 5.08351 6.10876 5.31818 6.10876 5.57484C6.10876 5.75818 6.15637 5.89751 6.25171 5.99284C6.34705 6.08817 6.50476 6.13951 6.72473 6.14684C6.90076 6.14684 7.07312 6.09917 7.24182 6.00385C7.4104 5.90851 7.49475 5.7655 7.49475 5.57484C7.49475 5.38417 7.58643 5.24484 7.76978 5.15685C7.95312 5.06883 8.16211 5.02118 8.39673 5.01384C8.63147 5.0065 8.83313 5.05783 9.00171 5.16783C9.17041 5.27051 9.25476 5.47217 9.25476 5.77284C9.25476 5.89751 9.24377 6.01117 9.2218 6.11385C9.19971 6.20917 9.16309 6.30817 9.11182 6.41084C9.06042 6.50616 8.98706 6.60884 8.89172 6.71884C8.80371 6.82884 8.69373 6.94984 8.56177 7.08183C8.38574 7.2505 8.23181 7.43384 8.09973 7.63184C7.96777 7.82251 7.85779 8.01685 7.76978 8.21484C7.68176 8.4055 7.61206 8.58884 7.56079 8.76483C7.52759 8.89177 7.50696 9.00417 7.49878 9.10204C7.49609 9.1342 7.49475 9.16481 7.49475 9.19383C7.49475 9.42117 7.56079 9.58617 7.69275 9.68884ZM8.70471 11.9988C8.56543 12.1382 8.3894 12.2078 8.17676 12.2078C7.96411 12.2078 7.78442 12.1382 7.63782 11.9988C7.49841 11.8522 7.42871 11.6725 7.42871 11.4598C7.42871 11.2472 7.49841 11.0712 7.63782 10.9318C7.78442 10.7852 7.96411 10.7118 8.17676 10.7118C8.3894 10.7118 8.56543 10.7852 8.70471 10.9318C8.85144 11.0712 8.9248 11.2472 8.9248 11.4598C8.9248 11.6725 8.85144 11.8522 8.70471 11.9988Z",fillRule:"evenodd",clipRule:"evenodd"}}]};t.RecommendSingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(i.IconBase,Object.assign({},e,{id:"recommend-single",ref:t,icon:a}))}));t.RecommendSingle.displayName="RecommendSingle";t["default"]=t.RecommendSingle},7771:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.RedoSingle=void 0;var n=r(7522);var i=r(7565);var a={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_102_659",style:{maskType:"alpha"},width:16,height:16,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#DCDCDC",d:"M0 0H16V16H0z"}}]},{tag:"g",attrs:{mask:"url(#mask0_102_659)"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M14.1876 6.47237C14.4479 6.22371 14.4479 5.82055 14.1876 5.57189L9.94491 1.51975C9.68456 1.27109 9.26245 1.27109 9.0021 1.51975C8.74175 1.76841 8.74175 2.17156 9.0021 2.42022L12.1067 5.3854H6.47602C3.79261 5.3854 1.61727 7.46307 1.61727 10.026C1.61727 12.5889 3.7926 14.6666 6.47602 14.6666H9.79268C10.1443 14.6666 10.4294 14.3815 10.4294 14.0299C10.4294 13.6782 10.1443 13.3931 9.79268 13.3931H6.47602C4.52899 13.3931 2.9506 11.8856 2.9506 10.026C2.9506 8.16638 4.52899 6.65887 6.47602 6.65887H12.1067L9.0021 9.62404C8.74175 9.8727 8.74175 10.2759 9.0021 10.5245C9.26245 10.7732 9.68456 10.7732 9.94491 10.5245L14.1876 6.47237Z",fillRule:"evenodd",clipRule:"evenodd"}}]}]};t.RedoSingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(i.IconBase,Object.assign({},e,{id:"redo-single",ref:t,icon:a}))}));t.RedoSingle.displayName="RedoSingle";t["default"]=t.RedoSingle},8323:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.ReduceDigitsSingle=void 0;var n=r(7522);var i=r(7565);var a={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M5 3.61825C5 2.32958 6.04468 1.28491 7.33333 1.28491C8.62199 1.28491 9.66667 2.32958 9.66667 3.61825V6.30787C9.66667 7.59653 8.62199 8.64121 7.33333 8.64121C6.04468 8.64121 5 7.59653 5 6.30787V3.61825ZM7.33333 2.61825C6.78105 2.61825 6.33333 3.06596 6.33333 3.61825V6.30787C6.33333 6.86015 6.78106 7.30787 7.33333 7.30787C7.88561 7.30787 8.33333 6.86015 8.33333 6.30787V3.61825C8.33333 3.06596 7.88561 2.61825 7.33333 2.61825Z",fillRule:"evenodd",clipRule:"evenodd"}},{tag:"path",attrs:{fill:"currentColor",d:"M2 7.9745C2 7.60631 2.29848 7.30783 2.66667 7.30783H3C3.36819 7.30783 3.66667 7.60631 3.66667 7.9745 3.66667 8.34269 3.36819 8.64117 3 8.64117H2.66667C2.29848 8.64117 2 8.34269 2 7.9745zM8.80482 9.56197C9.06517 9.82232 9.06517 10.2444 8.80482 10.5048L7.94289 11.3667H13.3334C13.7016 11.3667 14.0001 11.6652 14.0001 12.0334 14.0001 12.4016 13.7016 12.7 13.3334 12.7H7.94289L8.80482 13.562C9.06517 13.8223 9.06517 14.2444 8.80482 14.5048 8.54447 14.7651 8.12236 14.7651 7.86201 14.5048L5.86201 12.5048C5.79809 12.4409 5.74987 12.3672 5.71733 12.2886 5.68474 12.21 5.66675 12.1238 5.66675 12.0334 5.66675 11.943 5.68474 11.8568 5.71733 11.7782 5.74987 11.6996 5.79809 11.6259 5.86201 11.562L7.86201 9.56197C8.12236 9.30162 8.54447 9.30162 8.80482 9.56197z"}}]};t.ReduceDigitsSingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(i.IconBase,Object.assign({},e,{id:"reduce-digits-single",ref:t,icon:a}))}));t.ReduceDigitsSingle.displayName="ReduceDigitsSingle";t["default"]=t.ReduceDigitsSingle},5785:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.ReduceSingle=void 0;var n=r(7522);var i=r(7565);var a={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_102_252",style:{maskType:"alpha"},width:16,height:16,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#D9D9D9",d:"M0 0H16V16H0z"}}]},{tag:"g",attrs:{mask:"url(#mask0_102_252)"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M1.27832 7.99992C1.27832 7.59222 1.61269 7.26172 2.02517 7.26172H13.9747C14.3872 7.26172 14.7216 7.59222 14.7216 7.99992C14.7216 8.40762 14.3872 8.73813 13.9747 8.73813H2.02517C1.61269 8.73813 1.27832 8.40762 1.27832 7.99992Z",fillRule:"evenodd",clipRule:"evenodd"}}]}]};t.ReduceSingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(i.IconBase,Object.assign({},e,{id:"reduce-single",ref:t,icon:a}))}));t.ReduceSingle.displayName="ReduceSingle";t["default"]=t.ReduceSingle},4497:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.Reduce=void 0;var n=r(7522);var i=r(7565);var a={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_233_11",style:{maskType:"alpha"},width:16,height:16,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#D9D9D9",d:"M0 0H16V16H0z"}}]},{tag:"g",attrs:{mask:"url(#mask0_233_11)"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M2.53331 14C2.35652 14 2.18697 13.9297 2.06197 13.8047C1.93697 13.6797 1.86675 13.5101 1.86675 13.3333C1.86675 13.1565 1.93697 12.987 2.06197 12.862C2.18697 12.7369 2.35652 12.6667 2.53331 12.6667L13.4666 12.6667C13.6434 12.6667 13.813 12.7369 13.938 12.862C14.063 12.987 14.1332 13.1565 14.1332 13.3333C14.1332 13.5101 14.063 13.6797 13.938 13.8047C13.813 13.9297 13.6434 14 13.4666 14L2.53331 14ZM2.53331 3.33333C2.35652 3.33331 2.18697 3.26306 2.06197 3.13804C1.93697 3.01301 1.86675 2.84346 1.86675 2.66667C1.86675 2.48987 1.93697 2.32032 2.06197 2.1953C2.18697 2.07028 2.35652 2.00003 2.53331 2L13.4666 2C13.6434 2.00003 13.813 2.07028 13.938 2.1953C14.063 2.32032 14.1332 2.48987 14.1332 2.66667C14.1332 2.84346 14.063 3.01301 13.938 3.13803C13.813 3.26306 13.6434 3.33331 13.4666 3.33333L2.53331 3.33333Z"}},{tag:"path",attrs:{fill:"colorChannel1",d:"M10.8142 10.8141C10.5588 11.0695 10.1447 11.0695 9.88929 10.8141L7.97868 8.90354L6.14021 10.742C5.89652 10.9857 5.50142 10.9857 5.25774 10.742C5.01405 10.4983 5.01405 10.1032 5.25774 9.85955L7.09621 8.02107L5.18561 6.11047C4.93021 5.85507 4.93021 5.44098 5.18561 5.18557C5.44101 4.93017 5.8551 4.93017 6.11051 5.18557L8.02111 7.09618L9.85959 5.2577C10.1033 5.01401 10.4984 5.01401 10.7421 5.2577C10.9857 5.50139 10.9857 5.89648 10.7421 6.14017L8.90358 7.97865L10.8142 9.88925C11.0696 10.1447 11.0696 10.5587 10.8142 10.8141Z"}}]}]};t.Reduce=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(i.IconBase,Object.assign({},e,{id:"reduce",ref:t,icon:a}))}));t.Reduce.displayName="Reduce";t["default"]=t.Reduce},1679:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.RenameSingle=void 0;var n=r(7522);var i=r(7565);var a={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_102_867",style:{maskType:"alpha"},width:16,height:16,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#DCDCDC",d:"M0 0H16V16H0z"}}]},{tag:"g",attrs:{fill:"currentColor",mask:"url(#mask0_102_867)",fillRule:"evenodd",clipRule:"evenodd"},children:[{tag:"path",attrs:{d:"M1.94629 2.44C1.94629 1.73614 2.51688 1.16555 3.22074 1.16555H9.91161C10.0923 1.16555 10.2644 1.24222 10.3853 1.3765L13.2511 4.5608C13.3538 4.67393 13.4164 4.82411 13.4164 4.98891V7.85642C13.4164 8.20835 13.1311 8.49365 12.7791 8.49365C12.4272 8.49365 12.1419 8.20835 12.1419 7.85642V5.62613H9.593C9.24107 5.62613 8.95577 5.34084 8.95577 4.98891V2.44H3.22074L3.22074 13.5601H7.0441C7.39603 13.5601 7.68132 13.8454 7.68132 14.1973C7.68132 14.5493 7.39603 14.8346 7.0441 14.8346H3.22074C2.51689 14.8346 1.94629 14.264 1.94629 13.5601L1.94629 2.44ZM10.2302 3.10935V4.35168H11.3483L10.2302 3.10935Z"}},{tag:"path",attrs:{d:"M12.5925 9.28616L13.8669 10.5606C14.1158 10.8095 14.1158 11.2129 13.8669 11.4618L10.6808 14.6479C10.5613 14.7674 10.3992 14.8346 10.2302 14.8346H8.95577C8.60384 14.8346 8.31855 14.5493 8.31855 14.1973V12.9229C8.31855 12.7539 8.38568 12.5918 8.50519 12.4723L11.6913 9.28616C11.9402 9.03731 12.3436 9.03731 12.5925 9.28616ZM9.593 13.1868V13.5601H9.96628L12.5152 11.0112L12.1419 10.6379L9.593 13.1868Z"}}]}]};t.RenameSingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(i.IconBase,Object.assign({},e,{id:"rename-single",ref:t,icon:a}))}));t.RenameSingle.displayName="RenameSingle";t["default"]=t.RenameSingle},4409:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.RenewSingle=void 0;var n=r(7522);var i=r(7565);var a={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_102_887",style:{maskType:"alpha"},width:16,height:16,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#DCDCDC",d:"M0 0H16V16H0z"}}]},{tag:"g",attrs:{fill:"currentColor",mask:"url(#mask0_102_887)"},children:[{tag:"path",attrs:{d:"M7.99976 1.62781C6.19952 1.62781 4.57275 2.37516 3.41466 3.57483 3.17023 3.82804 3.17735 4.23144 3.43055 4.47587 3.68375 4.72029 4.08716 4.71318 4.33158 4.45998 5.25945 3.49879 6.55939 2.90226 7.99976 2.90226 10.8152 2.90226 13.0976 5.18463 13.0976 8.00007 13.0976 8.352 13.3829 8.63729 13.7348 8.63729 14.0867 8.63729 14.372 8.352 14.372 8.00007V2.90226C14.372 2.55033 14.0867 2.26503 13.7348 2.26503 13.3829 2.26503 13.0976 2.55033 13.0976 2.90226V4.1761C11.935 2.62869 10.0843 1.62781 7.99976 1.62781zM2.90195 8.00007C2.90195 7.64814 2.61666 7.36284 2.26473 7.36284 1.9128 7.36284 1.6275 7.64814 1.6275 8.00007V13.0979C1.6275 13.4498 1.9128 13.7351 2.26473 13.7351 2.61666 13.7351 2.90195 13.4498 2.90195 13.0979V11.824C4.06455 13.3714 5.91527 14.3723 7.99976 14.3723 9.71846 14.3723 11.2794 13.6911 12.425 12.5852 12.6782 12.3408 12.6853 11.9373 12.4409 11.6841 12.1965 11.4309 11.7931 11.4238 11.5399 11.6682 10.6223 12.554 9.37518 13.0979 7.99976 13.0979 5.18433 13.0979 2.90195 10.8155 2.90195 8.00007z"}}]}]};t.RenewSingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(i.IconBase,Object.assign({},e,{id:"renew-single",ref:t,icon:a}))}));t.RenewSingle.displayName="RenewSingle";t["default"]=t.RenewSingle},5386:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.RhomboidSingle=void 0;var n=r(7522);var i=r(7565);var a={tag:"svg",attrs:{fill:"none",viewBox:"0 0 20 21",width:"1em",height:"1em"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M2.1415 11.1984C1.8412 10.9074 1.8412 10.4256 2.1415 10.1346L9.48467 3.01785C9.77196 2.73942 10.2284 2.73942 10.5157 3.01786L17.8586 10.1346C18.1589 10.4256 18.1589 10.9074 17.8586 11.1984L10.5157 18.3151C10.2284 18.5936 9.77196 18.5936 9.48467 18.3152L2.1415 11.1984Z"}}]};t.RhomboidSingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(i.IconBase,Object.assign({},e,{id:"rhomboid-single",ref:t,icon:a}))}));t.RhomboidSingle.displayName="RhomboidSingle";t["default"]=t.RhomboidSingle},8861:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.RightBorder=void 0;var n=r(7522);var i=r(7565);var a={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_107_1297",style:{maskType:"alpha"},width:16,height:16,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#DCDCDC",d:"M0 0H16V16H0z"}}]},{tag:"g",attrs:{mask:"url(#mask0_107_1297)"},children:[{tag:"path",attrs:{fill:"colorChannel1",d:"M1.33325 3.99992L1.33325 2.66659C1.33325 1.93021 1.93021 1.33325 2.66659 1.33325L3.99992 1.33325 3.99992 2.66659 2.66659 2.66659 2.66659 3.99992 1.33325 3.99992zM9.33325 1.33325L9.33325 2.66658 6.66659 2.66659 6.66659 1.33325 9.33325 1.33325zM1.33325 6.66659L2.66659 6.66659 2.66659 7.33325 5.33325 7.33325 5.33325 8.66659 2.66659 8.66659 2.66659 9.33325 1.33325 9.33325 1.33325 6.66659zM1.33325 11.9999L2.66659 11.9999 2.66659 13.3333 3.99992 13.3333 3.99992 14.6666 2.66659 14.6666C1.93021 14.6666 1.33325 14.0696 1.33325 13.3333L1.33325 11.9999zM6.66659 14.6666L6.66659 13.3333 7.33325 13.3333 7.33325 10.6666 8.66659 10.6666 8.66659 13.3333 9.33325 13.3333 9.33325 14.6666 6.66659 14.6666zM13.3333 7.33325L10.6666 7.33325 10.6666 8.66659 13.3333 8.66658 13.3333 7.33325zM7.33325 5.33325L7.33325 2.66659 8.66659 2.66659 8.66659 5.33325 7.33325 5.33325z"}},{tag:"path",attrs:{fill:"currentColor",d:"M13.3333 1.33325L12 1.33325L12 2.66659L13.3333 2.66659L13.3333 13.3333L12 13.3333L12 14.6666L13.3333 14.6666C14.0697 14.6666 14.6667 14.0696 14.6667 13.3333L14.6667 2.66659C14.6667 1.93021 14.0697 1.33325 13.3333 1.33325Z"}}]}]};t.RightBorder=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(i.IconBase,Object.assign({},e,{id:"right-border",ref:t,icon:a}))}));t.RightBorder.displayName="RightBorder";t["default"]=t.RightBorder},2058:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.RightDoubleDiagonalSingle=void 0;var n=r(7522);var i=r(7565);var a={tag:"svg",attrs:{fill:"none",viewBox:"0 0 17 17",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_436_42",style:{maskType:"alpha"},width:17,height:17,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#D9D9D9",d:"M0.54 0.48H16.54V16.48H0.54z"}}]},{tag:"g",attrs:{mask:"url(#mask0_436_42)"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M13.2368 2.87507L2.11162 7.97208L2.61144 9.06304L12.4714 4.54568L7.95409 14.4057L9.04505 14.9055L14.1421 3.78029L14.4503 3.63905L14.3286 3.37322L14.469 3.0666L14.1134 2.90369L13.9505 2.5481L13.6439 2.68857L13.3781 2.56678L13.2368 2.87507Z"}},{tag:"path",attrs:{fill:"#E5E5E5",d:"M4.44524 1.82495L3.08111 1.82495C2.41837 1.82495 1.88111 2.36221 1.88111 3.02495L1.88111 4.38908L3.21111 4.38908L3.21111 3.15495L4.44524 3.15495L4.44524 1.82495ZM15.1941 4.38908L15.1941 3.02495C15.1941 2.36221 14.6569 1.82495 13.9941 1.82495L12.63 1.82495L12.63 3.15495L13.8641 3.15495L13.8641 4.38908L15.1941 4.38908ZM7.17349 1.82495L7.17349 3.15495L9.90175 3.15495L9.90175 1.82495L7.17349 1.82495ZM15.1941 7.11734L13.8641 7.11734L13.8641 9.84559L15.1941 9.84559L15.1941 7.11734ZM15.1941 12.5739L13.8641 12.5739L13.8641 13.808L12.63 13.808L12.63 15.138L13.9941 15.138C14.6569 15.138 15.1941 14.6007 15.1941 13.938L15.1941 12.5739ZM9.90175 15.138L9.90175 13.808L7.17349 13.808L7.17349 15.138L9.90175 15.138ZM4.44524 15.138L4.44524 13.808L3.21111 13.808L3.21111 12.5739L1.88111 12.5739L1.88111 13.938C1.88111 14.6007 2.41837 15.138 3.08111 15.138L4.44524 15.138ZM1.88111 9.8456L3.21111 9.8456L3.21111 7.11734L1.88111 7.11734L1.88111 9.8456Z",fillRule:"evenodd",clipRule:"evenodd"}}]}]};t.RightDoubleDiagonalSingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(i.IconBase,Object.assign({},e,{id:"right-double-diagonal-single",ref:t,icon:a}))}));t.RightDoubleDiagonalSingle.displayName="RightDoubleDiagonalSingle";t["default"]=t.RightDoubleDiagonalSingle},2726:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.RightInsertColumn=void 0;var n=r(7522);var i=r(7565);var a={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_102_1123",style:{maskType:"alpha"},width:16,height:16,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#DCDCDC",d:"M16 16H32V32H16z",transform:"rotate(180 16 16)"}}]},{tag:"g",attrs:{mask:"url(#mask0_102_1123)",fillRule:"evenodd",clipRule:"evenodd"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M2.56781 13.3332C2.56781 14.0695 3.16476 14.6665 3.90114 14.6665L6.56781 14.6665C7.30419 14.6665 7.90114 14.0695 7.90114 13.3332L7.90114 2.6665C7.90114 1.9301 7.30419 1.33317 6.56781 1.33317L3.90114 1.33317C3.16476 1.33317 2.56781 1.9301 2.56781 2.6665L2.56781 13.3332ZM3.90114 2.6665L3.90114 13.3332L6.56781 13.3332L6.56781 2.6665L3.90114 2.6665Z"}},{tag:"path",attrs:{fill:"colorChannel1",d:"M13.4323 8.00022C13.4323 8.36841 13.1338 8.66689 12.7656 8.66689L11.6906 8.66689L11.6906 9.74202C11.6906 10.1102 11.3921 10.4087 11.0239 10.4087C10.6557 10.4087 10.3573 10.1102 10.3573 9.74202L10.3573 8.66689L9.28215 8.66689C8.91396 8.66689 8.61548 8.36841 8.61548 8.00022C8.61548 7.63203 8.91396 7.33356 9.28214 7.33356L10.3573 7.33356L10.3573 6.25852C10.3573 5.89033 10.6557 5.59186 11.0239 5.59186C11.3921 5.59186 11.6906 5.89033 11.6906 6.25852L11.6906 7.33356L12.7656 7.33356C13.1338 7.33356 13.4323 7.63203 13.4323 8.00022Z"}}]}]};t.RightInsertColumn=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(i.IconBase,Object.assign({},e,{id:"right-insert-column",ref:t,icon:a}))}));t.RightInsertColumn.displayName="RightInsertColumn";t["default"]=t.RightInsertColumn},2424:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.RightJustifyingSingle=void 0;var n=r(7522);var i=r(7565);var a={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_102_821",style:{maskType:"alpha"},width:16,height:16,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#D9D9D9",d:"M0 0H16V16H0z",transform:"matrix(-1 0 0 1 16 0)"}}]},{tag:"g",attrs:{fill:"currentColor",mask:"url(#mask0_102_821)"},children:[{tag:"path",attrs:{d:"M14 2.3501C14.359 2.3501 14.65 2.64111 14.65 3.0001 14.65 3.35908 14.359 3.6501 14 3.6501L2.00002 3.6501C1.64104 3.6501 1.35002 3.35908 1.35002 3.0001 1.35002 2.64111 1.64104 2.3501 2.00002 2.3501L14 2.3501zM14 5.68347C14.359 5.68347 14.65 5.97449 14.65 6.33347 14.65 6.69246 14.359 6.98347 14 6.98347L4.66669 6.98347C4.30771 6.98347 4.01669 6.69246 4.01669 6.33347 4.01669 5.97449 4.30771 5.68347 4.66669 5.68347L14 5.68347zM14.65 9.66672C14.65 9.30774 14.359 9.01672 14 9.01672L2.00002 9.01672C1.64104 9.01672 1.35002 9.30774 1.35002 9.66672 1.35002 10.0257 1.64104 10.3167 2.00002 10.3167L14 10.3167C14.359 10.3167 14.65 10.0257 14.65 9.66672zM14 12.3501C14.359 12.3501 14.65 12.6411 14.65 13.0001 14.65 13.3591 14.359 13.6501 14 13.6501L4.66669 13.6501C4.3077 13.6501 4.01669 13.3591 4.01669 13.0001 4.01669 12.6411 4.30771 12.3501 4.66669 12.3501L14 12.3501z"}}]}]};t.RightJustifyingSingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(i.IconBase,Object.assign({},e,{id:"right-justifying-single",ref:t,icon:a}))}));t.RightJustifyingSingle.displayName="RightJustifyingSingle";t["default"]=t.RightJustifyingSingle},6965:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.RightRotationFortyFiveDegreesSingle=void 0;var n=r(7522);var i=r(7565);var a={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_102_805",style:{maskType:"alpha"},width:16,height:16,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#DCDCDC",d:"M0 0H16V16H0z"}}]},{tag:"g",attrs:{fill:"currentColor",mask:"url(#mask0_102_805)"},children:[{tag:"path",attrs:{d:"M14.3754 2.90308C14.4648 2.64472 14.3922 2.34908 14.1894 2.14632C13.9867 1.94356 13.691 1.87089 13.4327 1.9603L5.50328 4.70423C5.13835 4.83051 4.96231 5.23518 5.11008 5.60809C5.25785 5.98101 5.67348 6.18094 6.03841 6.05466L8.25753 5.28675L11.049 8.0782L10.2811 10.2973C10.1548 10.6623 10.3547 11.0779 10.7276 11.2257C11.1005 11.3734 11.5052 11.1974 11.6315 10.8325L14.3754 2.90308ZM11.552 6.62449L9.71124 4.78369L12.5261 3.80961L11.552 6.62449Z",fillRule:"evenodd",clipRule:"evenodd"}},{tag:"path",attrs:{d:"M2.83111 5.01909C2.54473 4.73271 2.09354 4.71957 1.82337 4.98974C1.5532 5.25991 1.56634 5.71109 1.85272 5.99748L9.08612 13.2309L8.05806 13.2009C7.66452 13.1895 7.35478 13.4992 7.36624 13.8928C7.3777 14.2863 7.70603 14.6146 8.09957 14.6261L10.8479 14.7061C11.1362 14.7145 11.3909 14.5485 11.4935 14.2854C11.596 14.0224 11.5261 13.7141 11.3164 13.5044L2.83111 5.01909Z"}}]}]};t.RightRotationFortyFiveDegreesSingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(i.IconBase,Object.assign({},e,{id:"right-rotation-forty-five-degrees-single",ref:t,icon:a}))}));t.RightRotationFortyFiveDegreesSingle.displayName="RightRotationFortyFiveDegreesSingle";t["default"]=t.RightRotationFortyFiveDegreesSingle},9805:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.RightRotationNinetyDegreesSingle=void 0;var n=r(7522);var i=r(7565);var a={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M15 7.70009C15 7.97379 14.8405 8.22239 14.5917 8.33643L10.5917 10.1698 10.5917 10.1698 9.25833 10.7809 9.25832 10.7809 6.59166 12.0031C6.24022 12.1642 5.82474 12.0099 5.66366 11.6584 5.50258 11.307 5.6569 10.8915 6.00834 10.7304L8.26667 9.69533 8.26667 5.70484 6.00834 4.66977C5.6569 4.50869 5.50258 4.0932 5.66366 3.74176 5.82474 3.39032 6.24022 3.236 6.59166 3.39708L9.25832 4.61931 9.25833 4.61931 10.5917 5.23041 10.5917 5.23041 14.5917 7.06374C14.8405 7.17778 15 7.42638 15 7.70009zM9.66667 6.3465L9.66667 9.05368 10.0083 8.89708 10.0083 8.89707 12.62 7.70009 10.0083 6.5031 10.0083 6.5031 9.66667 6.3465zM3.6335 1C4.0201 1 4.3335 1.3134 4.3335 1.7L4.3335 13.7C4.3335 13.9831 4.16295 14.2384 3.90137 14.3467 3.6398 14.4551 3.33872 14.3952 3.13852 14.195L1.13852 12.195C.865154 11.9216.865154 11.4784 1.13852 11.205 1.41189 10.9317 1.8551 10.9317 2.12847 11.205L2.9335 12.0101 2.9335 1.7C2.9335 1.3134 3.2469 1 3.6335 1z",fillRule:"evenodd",clipRule:"evenodd"}}]};t.RightRotationNinetyDegreesSingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(i.IconBase,Object.assign({},e,{id:"right-rotation-ninety-degrees-single",ref:t,icon:a}))}));t.RightRotationNinetyDegreesSingle.displayName="RightRotationNinetyDegreesSingle";t["default"]=t.RightRotationNinetyDegreesSingle},7577:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.RmbSingle=void 0;var n=r(7522);var i=r(7565);var a={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M4.05443 1.55744C4.34898 1.33653 4.76685 1.39623 4.98776 1.69078L7.99996 5.98276L11.0122 1.69078C11.2331 1.39623 11.6509 1.33653 11.9455 1.55744C12.24 1.77836 12.2997 2.19623 12.0788 2.49078L9.33338 6.42708H12.0788C12.447 6.42708 12.7455 6.72556 12.7455 7.09375C12.7455 7.46194 12.447 7.76042 12.0788 7.76042H8.66659V9.69702H12.3348C12.703 9.69702 13.0015 9.9955 13.0015 10.3637C13.0015 10.7319 12.703 11.0304 12.3348 11.0304H8.66659V13.9091C8.66659 14.2773 8.36811 14.5758 7.99992 14.5758C7.63173 14.5758 7.33325 14.2773 7.33325 13.9091V11.0304H3.66508C3.29689 11.0304 2.99841 10.7319 2.99841 10.3637C2.99841 9.9955 3.29689 9.69702 3.66508 9.69702H7.33325V7.76042H3.92109C3.5529 7.76042 3.25443 7.46194 3.25443 7.09375C3.25443 6.72556 3.5529 6.42708 3.92109 6.42708H6.66653L3.92109 2.49078C3.70018 2.19623 3.75987 1.77836 4.05443 1.55744Z"}}]};t.RmbSingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(i.IconBase,Object.assign({},e,{id:"rmb-single",ref:t,icon:a}))}));t.RmbSingle.displayName="RmbSingle";t["default"]=t.RmbSingle},2193:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.RoundnessSingle=void 0;var n=r(7522);var i=r(7565);var a={tag:"svg",attrs:{fill:"none",viewBox:"0 0 20 21",width:"1em",height:"1em"},children:[{tag:"circle",attrs:{cx:10,cy:10.67,r:7.04,fill:"currentColor"}}]};t.RoundnessSingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(i.IconBase,Object.assign({},e,{id:"roundness-single",ref:t,icon:a}))}));t.RoundnessSingle.displayName="RoundnessSingle";t["default"]=t.RoundnessSingle},73:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.SaveSingle=void 0;var n=r(7522);var i=r(7565);var a={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_102_879",style:{maskType:"alpha"},width:16,height:16,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#DCDCDC",d:"M0 0H16V16H0z"}}]},{tag:"g",attrs:{fill:"currentColor",mask:"url(#mask0_102_879)"},children:[{tag:"path",attrs:{d:"M4.17665 8.63729C4.17665 8.28536 4.46195 8.00007 4.81388 8.00007H11.1861C11.5381 8.00007 11.8234 8.28536 11.8234 8.63729 11.8234 8.98922 11.5381 9.27452 11.1861 9.27452H4.81388C4.46195 9.27452 4.17665 8.98922 4.17665 8.63729zM4.81388 10.549C4.46195 10.549 4.17665 10.8343 4.17665 11.1862 4.17665 11.5381 4.46195 11.8234 4.81388 11.8234H8.00265C8.35458 11.8234 8.63988 11.5381 8.63988 11.1862 8.63988 10.8343 8.35458 10.549 8.00265 10.549H4.81388z"}},{tag:"path",attrs:{d:"M11.7118 1.80034L14.1699 4.09535C14.299 4.21586 14.3723 4.38453 14.3723 4.56112V12.7793C14.3723 13.6591 13.659 14.3723 12.7792 14.3723H3.22081C2.34099 14.3723 1.62775 13.6591 1.62775 12.7793V3.22087C1.62775 2.34105 2.34099 1.62781 3.22081 1.62781H11.2758C11.4445 1.62781 11.5978 1.69334 11.7118 1.80034ZM3.22081 2.90226C3.04485 2.90226 2.9022 3.04491 2.9022 3.22087V12.7793C2.9022 12.9552 3.04484 13.0979 3.22081 13.0979H12.7792C12.9552 13.0979 13.0978 12.9552 13.0978 12.7793V4.83796L11.0246 2.90226H8.63988V4.81394C8.63988 5.16587 8.35458 5.45116 8.00265 5.45116H4.81652C4.46459 5.45116 4.1793 5.16587 4.1793 4.81394V2.90226H3.22081ZM5.45375 2.90226V4.17671H7.36542V2.90226H5.45375Z",fillRule:"evenodd",clipRule:"evenodd"}}]}]};t.SaveSingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(i.IconBase,Object.assign({},e,{id:"save-single",ref:t,icon:a}))}));t.SaveSingle.displayName="SaveSingle";t["default"]=t.SaveSingle},192:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.Screen=void 0;var n=r(7522);var i=r(7565);var a={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_102_991",style:{maskType:"alpha"},width:16,height:16,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#D9D9D9",d:"M0 0H16V16H0z"}}]},{tag:"g",attrs:{mask:"url(#mask0_102_991)"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M1.33471 2.1194C1.44435 1.90608 1.66407 1.77197 1.90392 1.77197H14.096C14.3547 1.77197 14.5879 1.92767 14.6871 2.16657C14.7863 2.40546 14.7319 2.68057 14.5493 2.86377L9.27701 8.35043V13.5664C9.27701 13.7876 9.16274 13.9932 8.97482 14.1099C8.78691 14.2267 8.552 14.2382 8.35363 14.1402L5.91521 12.936C5.69683 12.8282 5.55859 12.6057 5.55859 12.3622V8.2914L1.3835 2.78448C1.24389 2.58944 1.22506 2.33272 1.33471 2.1194ZM3.14907 3.05197L6.71901 7.71345C6.79678 7.82209 6.83859 7.95235 6.83859 8.08595V11.9645L7.99701 12.5365V8.08595C7.99701 7.91658 8.06415 7.75412 8.18371 7.63415L12.5545 3.05197H3.14907Z",fillRule:"evenodd",clipRule:"evenodd"}},{tag:"path",attrs:{fill:"colorChannel1",d:"M9.90576 9.21426C9.90576 8.88289 10.1923 8.61426 10.5458 8.61426H13.7458C14.0992 8.61426 14.3858 8.88289 14.3858 9.21426 14.3858 9.54563 14.0992 9.81426 13.7458 9.81426H10.5458C10.1923 9.81426 9.90576 9.54563 9.90576 9.21426zM9.90576 11.061C9.90576 10.7297 10.1923 10.461 10.5458 10.461H13.7458C14.0992 10.461 14.3858 10.7297 14.3858 11.061 14.3858 11.3924 14.0992 11.661 13.7458 11.661H10.5458C10.1923 11.661 9.90576 11.3924 9.90576 11.061zM10.5458 12.3074C10.1923 12.3074 9.90576 12.5761 9.90576 12.9074 9.90576 13.2388 10.1923 13.5074 10.5458 13.5074H13.7458C14.0992 13.5074 14.3858 13.2388 14.3858 12.9074 14.3858 12.5761 14.0992 12.3074 13.7458 12.3074H10.5458z"}}]}]};t.Screen=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(i.IconBase,Object.assign({},e,{id:"screen",ref:t,icon:a}))}));t.Screen.displayName="Screen";t["default"]=t.Screen},5871:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.SearchSingle16=void 0;var n=r(7522);var i=r(7565);var a={tag:"svg",attrs:{fill:"none",viewBox:"0 0 17 17",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_217_40",style:{maskType:"alpha"},width:17,height:17,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#D9D9D9",d:"M0.9 0.09H16.9V16.09H0.9z"}}]},{tag:"g",attrs:{mask:"url(#mask0_217_40)"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M2.39551 7.37266C2.39551 4.18105 4.98281 1.59375 8.17441 1.59375C11.366 1.59375 13.9533 4.18105 13.9533 7.37266C13.9533 8.72342 13.4898 9.96603 12.7133 10.95L15.1964 13.4331C15.4619 13.6986 15.4619 14.1291 15.1964 14.3946C14.9309 14.6601 14.5004 14.6601 14.2349 14.3946L11.7518 11.9115C10.7678 12.6881 9.52525 13.1516 8.17441 13.1516C4.98281 13.1516 2.39551 10.5642 2.39551 7.37266ZM8.17441 2.95349C5.73378 2.95349 3.75525 4.93202 3.75525 7.37266C3.75525 9.81333 5.73378 11.7918 8.17441 11.7918C10.6151 11.7918 12.5936 9.81333 12.5936 7.37266C12.5936 4.93202 10.6151 2.95349 8.17441 2.95349Z",fillRule:"evenodd",clipRule:"evenodd"}}]}]};t.SearchSingle16=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(i.IconBase,Object.assign({},e,{id:"search-single-16",ref:t,icon:a}))}));t.SearchSingle16.displayName="SearchSingle16";t["default"]=t.SearchSingle16},7417:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.SelectRangeSingle=void 0;var n=r(7522);var i=r(7565);var a={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M2.49152 1.3335C1.79021 1.3335 1.22168 1.90202 1.22168 2.60334V13.397C1.22168 14.0983 1.79021 14.6668 2.49152 14.6668H9.42803C9.98031 14.6668 10.428 14.2191 10.428 13.6668V13.397V10.9234C10.428 10.7577 10.5623 10.6234 10.728 10.6234H13.2852H13.555C14.1073 10.6234 14.555 10.1757 14.555 9.62343V2.60334C14.555 1.90202 13.9865 1.3335 13.2852 1.3335H2.49152ZM8.85819 13.397C9.02387 13.397 9.15819 13.2627 9.15819 13.097V10.9234C9.15819 10.7577 9.02387 10.6234 8.85819 10.6234H6.60104C6.43536 10.6234 6.30104 10.7577 6.30104 10.9234V13.097C6.30104 13.2627 6.43536 13.397 6.60104 13.397H8.85819ZM13.2852 9.05359C13.2852 9.21927 13.1509 9.35359 12.9852 9.35359H10.728C10.5623 9.35359 10.428 9.21927 10.428 9.05359V6.96718C10.428 6.80149 10.5623 6.66718 10.728 6.66718H12.9852C13.1509 6.66718 13.2852 6.80149 13.2852 6.96718V9.05359ZM8.85819 9.35359C9.02387 9.35359 9.15819 9.21927 9.15819 9.05359V6.96718C9.15819 6.80149 9.02387 6.66718 8.85819 6.66718H6.60104C6.43536 6.66718 6.30104 6.80149 6.30104 6.96718V9.05359C6.30104 9.21927 6.43536 9.35359 6.60104 9.35359H8.85819ZM13.2852 5.09734C13.2852 5.26302 13.1509 5.39734 12.9852 5.39734H10.728C10.5623 5.39734 10.428 5.26302 10.428 5.09734V2.90334C10.428 2.73765 10.5623 2.60334 10.728 2.60334H12.9852C13.1509 2.60334 13.2852 2.73765 13.2852 2.90334V5.09734ZM8.85819 5.39734C9.02387 5.39734 9.15819 5.26302 9.15819 5.09734V2.90334C9.15819 2.73765 9.02387 2.60334 8.85819 2.60334H6.60104C6.43536 2.60334 6.30104 2.73765 6.30104 2.90334V5.09734C6.30104 5.26302 6.43536 5.39734 6.60104 5.39734H8.85819ZM5.0312 2.90334C5.0312 2.73765 4.89689 2.60334 4.7312 2.60334H2.79152C2.62584 2.60334 2.49152 2.73765 2.49152 2.90334V5.09734C2.49152 5.26302 2.62584 5.39734 2.79152 5.39734H4.7312C4.89689 5.39734 5.0312 5.26302 5.0312 5.09734V2.90334ZM5.0312 6.96718C5.0312 6.80149 4.89689 6.66718 4.7312 6.66718H2.79152C2.62584 6.66718 2.49152 6.80149 2.49152 6.96718V9.05359C2.49152 9.21927 2.62584 9.35359 2.79152 9.35359H4.7312C4.89689 9.35359 5.0312 9.21927 5.0312 9.05359V6.96718ZM5.0312 10.9234C5.0312 10.7577 4.89689 10.6234 4.7312 10.6234H2.79152C2.62584 10.6234 2.49152 10.7577 2.49152 10.9234V13.097C2.49152 13.2627 2.62584 13.397 2.79152 13.397H4.7312C4.89689 13.397 5.0312 13.2627 5.0312 13.097V10.9234Z",fillRule:"evenodd",clipRule:"evenodd"}},{tag:"path",attrs:{fill:"currentColor",d:"M12.0703 11.9137C12.0445 11.75 12.2176 11.6277 12.3633 11.7068L14.6735 12.9609C14.8412 13.052 14.7972 13.3003 14.6155 13.3333C14.6046 13.3352 14.5937 13.3371 14.5831 13.34L13.58 13.6178L12.8438 14.5421C12.7486 14.7038 12.5031 14.6572 12.4739 14.4718L12.0703 11.9137Z"}}]};t.SelectRangeSingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(i.IconBase,Object.assign({},e,{id:"select-range-single",ref:t,icon:a}))}));t.SelectRangeSingle.displayName="SelectRangeSingle";t["default"]=t.SelectRangeSingle},8982:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.SelectedSingle=void 0;var n=r(7522);var i=r(7565);var a={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M1.4873 3.48706C1.4873 2.38251 2.38272 1.48706 3.4873 1.48706H12.5132C13.6178 1.48706 14.5132 2.38251 14.5132 3.48706V12.5129C14.5132 13.6175 13.6178 14.5129 12.5132 14.5129H3.4873C2.38272 14.5129 1.4873 13.6175 1.4873 12.5129V3.48706ZM12.2854 5.03168C12.4943 5.24054 12.4943 5.57922 12.2854 5.78815L7.05487 11.0186C6.91257 11.1609 6.68185 11.1609 6.53955 11.0186L3.71527 8.19427C3.50638 7.98535 3.50638 7.64667 3.71527 7.43781C3.92416 7.22888 4.26285 7.22888 4.47174 7.43781L6.77734 9.74347C6.78833 9.75439 6.80609 9.75439 6.81708 9.74347L11.5289 5.03168C11.7378 4.82275 12.0765 4.82275 12.2854 5.03168Z",fillRule:"evenodd",clipRule:"evenodd"}}]};t.SelectedSingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(i.IconBase,Object.assign({},e,{id:"selected-single",ref:t,icon:a}))}));t.SelectedSingle.displayName="SelectedSingle";t["default"]=t.SelectedSingle},728:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.ShareSingle=void 0;var n=r(7522);var i=r(7565);var a={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_106_1259",style:{maskType:"alpha"},width:16,height:16,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#DCDCDC",d:"M0 0H16V16H0z"}}]},{tag:"g",attrs:{fill:"currentColor",mask:"url(#mask0_106_1259)",fillRule:"evenodd",clipRule:"evenodd"},children:[{tag:"path",attrs:{d:"M9.37756 3.64157C9.37756 2.36564 10.4119 1.3313 11.6878 1.3313 12.9638 1.3313 13.9981 2.36564 13.9981 3.64157 13.9981 4.91749 12.9638 5.95184 11.6878 5.95184 10.4119 5.95184 9.37756 4.91749 9.37756 3.64157zM11.6878 2.59921C11.1122 2.59921 10.6455 3.06589 10.6455 3.64157 10.6455 4.21725 11.1122 4.68394 11.6878 4.68394 12.2635 4.68394 12.7302 4.21725 12.7302 3.64157 12.7302 3.06589 12.2635 2.59921 11.6878 2.59921zM2.00183 8.00009C2.00183 6.72417 3.03618 5.68982 4.3121 5.68982 5.58802 5.68982 6.62238 6.72417 6.62238 8.00009 6.62238 9.27601 5.58802 10.3104 4.3121 10.3104 3.03618 10.3104 2.00183 9.27601 2.00183 8.00009zM4.3121 6.95773C3.73643 6.95773 3.26974 7.42442 3.26974 8.00009 3.26974 8.57577 3.73643 9.04246 4.3121 9.04246 4.88778 9.04246 5.35447 8.57577 5.35447 8.00009 5.35447 7.42442 4.88778 6.95773 4.3121 6.95773z"}},{tag:"path",attrs:{d:"M10.554 4.17603C10.7354 4.47548 10.6397 4.86531 10.3403 5.04673L6.09548 7.61851C5.79603 7.79993 5.4062 7.70426 5.22478 7.40481 5.04335 7.10536 5.13903 6.71553 5.43848 6.5341L9.68329 3.96233C9.98274 3.7809 10.3726 3.87658 10.554 4.17603zM5.22083 8.53676C5.39895 8.23533 5.7877 8.13537 6.08913 8.31349L10.5617 10.9564C10.8631 11.1345 10.9631 11.5232 10.785 11.8247 10.6068 12.1261 10.2181 12.2261 9.91666 12.0479L5.44411 9.40506C5.14268 9.22694 5.04272 8.83819 5.22083 8.53676z"}},{tag:"path",attrs:{d:"M11.6878 11.3161C11.1122 11.3161 10.6455 11.7828 10.6455 12.3585C10.6455 12.9342 11.1122 13.4009 11.6878 13.4009C12.2635 13.4009 12.7302 12.9342 12.7302 12.3585C12.7302 11.7828 12.2635 11.3161 11.6878 11.3161ZM9.37756 12.3585C9.37756 11.0826 10.4119 10.0482 11.6878 10.0482C12.9638 10.0482 13.9981 11.0826 13.9981 12.3585C13.9981 13.6344 12.9638 14.6688 11.6878 14.6688C10.4119 14.6688 9.37756 13.6344 9.37756 12.3585Z"}}]}]};t.ShareSingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(i.IconBase,Object.assign({},e,{id:"share-single",ref:t,icon:a}))}));t.ShareSingle.displayName="ShareSingle";t["default"]=t.ShareSingle},5305:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.Shear=void 0;var n=r(7522);var i=r(7565);var a={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_102_1146",style:{maskType:"alpha"},width:16,height:16,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#DCDCDC",d:"M0 0H16V16H0z"}}]},{tag:"g",attrs:{mask:"url(#mask0_102_1146)",fillRule:"evenodd",clipRule:"evenodd"},children:[{tag:"path",attrs:{fill:"colorChannel1",d:"M12.0782 2.42707C12.2623 2.10814 12.1531 1.70034 11.8341 1.5162C11.5152 1.33207 11.1074 1.44134 10.9233 1.76027L5.59425 10.9904C5.174 10.3752 4.46706 9.97144 3.66583 9.97144C2.37691 9.97144 1.33203 11.0163 1.33203 12.3052C1.33203 13.5941 2.37691 14.639 3.66583 14.639C4.5531 14.639 5.32473 14.1439 5.71947 13.4149L6.40722 12.2495L12.0782 2.42707ZM4.55326 12.7671L4.55099 12.7709C4.54366 12.7833 4.53678 12.7959 4.53035 12.8086C4.35695 13.1057 4.03471 13.3054 3.66583 13.3054C3.11344 13.3054 2.66563 12.8576 2.66563 12.3052C2.66563 11.7528 3.11344 11.305 3.66583 11.305C4.21822 11.305 4.66603 11.7528 4.66603 12.3052C4.66603 12.4718 4.6253 12.6289 4.55326 12.7671Z"}},{tag:"path",attrs:{fill:"currentColor",d:"M5.07543 1.69484C4.8913 1.37591 4.48349 1.26664 4.16457 1.45077C3.84564 1.63491 3.73637 2.04271 3.9205 2.36164L9.58634 12.1751L10.2518 13.3598C10.637 14.1188 11.4249 14.639 12.3343 14.639C13.6232 14.639 14.6681 13.5941 14.6681 12.3052C14.6681 11.0163 13.6232 9.97137 12.3343 9.97137C11.5455 9.97137 10.8481 10.3627 10.4257 10.9618L5.07543 1.69484ZM11.4774 12.8213C11.4712 12.8085 11.4646 12.7958 11.4575 12.7832L11.4336 12.7406C11.3699 12.609 11.3341 12.4612 11.3341 12.3052C11.3341 11.7528 11.7819 11.305 12.3343 11.305C12.8867 11.305 13.3345 11.7528 13.3345 12.3052C13.3345 12.8576 12.8867 13.3054 12.3343 13.3054C11.9707 13.3054 11.6525 13.1114 11.4774 12.8213Z"}}]}]};t.Shear=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(i.IconBase,Object.assign({},e,{id:"shear",ref:t,icon:a}))}));t.Shear.displayName="Shear";t["default"]=t.Shear},8644:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.Signal0=void 0;var n=r(7522);var i=r(7565);var a={tag:"svg",attrs:{fill:"none",viewBox:"0 0 20 21",width:"1em",height:"1em"},children:[{tag:"rect",attrs:{width:2.3,height:14.06,x:14.48,y:2.99,fill:"colorChannel1",rx:.5}},{tag:"rect",attrs:{width:2.3,height:11.11,x:10.73,y:5.94,fill:"colorChannel1",rx:.5}},{tag:"rect",attrs:{width:2.3,height:7.34,x:6.97,y:9.7,fill:"colorChannel1",rx:.5}},{tag:"rect",attrs:{width:2.3,height:3.72,x:3.22,y:13.33,fill:"colorChannel1",rx:.5}}]};t.Signal0=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(i.IconBase,Object.assign({},e,{id:"signal-0",ref:t,icon:a}))}));t.Signal0.displayName="Signal0";t["default"]=t.Signal0},6938:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.Signal100=void 0;var n=r(7522);var i=r(7565);var a={tag:"svg",attrs:{fill:"none",viewBox:"0 0 20 21",width:"1em",height:"1em"},children:[{tag:"rect",attrs:{width:2.3,height:14.06,x:14.48,y:2.99,fill:"currentColor",rx:.5}},{tag:"rect",attrs:{width:2.3,height:11.11,x:10.73,y:5.94,fill:"currentColor",rx:.5}},{tag:"rect",attrs:{width:2.3,height:7.34,x:6.97,y:9.7,fill:"currentColor",rx:.5}},{tag:"rect",attrs:{width:2.3,height:3.72,x:3.22,y:13.33,fill:"currentColor",rx:.5}}]};t.Signal100=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(i.IconBase,Object.assign({},e,{id:"signal-100",ref:t,icon:a}))}));t.Signal100.displayName="Signal100";t["default"]=t.Signal100},8981:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.Signal25=void 0;var n=r(7522);var i=r(7565);var a={tag:"svg",attrs:{fill:"none",viewBox:"0 0 20 21",width:"1em",height:"1em"},children:[{tag:"rect",attrs:{width:2.3,height:14.06,x:14.48,y:2.99,fill:"colorChannel1",rx:.5}},{tag:"rect",attrs:{width:2.3,height:11.11,x:10.73,y:5.94,fill:"colorChannel1",rx:.5}},{tag:"rect",attrs:{width:2.3,height:7.34,x:6.97,y:9.7,fill:"colorChannel1",rx:.5}},{tag:"rect",attrs:{width:2.3,height:3.72,x:3.22,y:13.33,fill:"currentColor",rx:.5}}]};t.Signal25=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(i.IconBase,Object.assign({},e,{id:"signal-25",ref:t,icon:a}))}));t.Signal25.displayName="Signal25";t["default"]=t.Signal25},445:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.Signal50=void 0;var n=r(7522);var i=r(7565);var a={tag:"svg",attrs:{fill:"none",viewBox:"0 0 20 21",width:"1em",height:"1em"},children:[{tag:"rect",attrs:{width:2.3,height:14.06,x:14.48,y:2.99,fill:"colorChannel1",rx:.5}},{tag:"rect",attrs:{width:2.3,height:11.11,x:10.73,y:5.94,fill:"colorChannel1",rx:.5}},{tag:"rect",attrs:{width:2.3,height:7.34,x:6.97,y:9.7,fill:"currentColor",rx:.5}},{tag:"rect",attrs:{width:2.3,height:3.72,x:3.22,y:13.33,fill:"currentColor",rx:.5}}]};t.Signal50=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(i.IconBase,Object.assign({},e,{id:"signal-50",ref:t,icon:a}))}));t.Signal50.displayName="Signal50";t["default"]=t.Signal50},9357:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.Signal75=void 0;var n=r(7522);var i=r(7565);var a={tag:"svg",attrs:{fill:"none",viewBox:"0 0 20 21",width:"1em",height:"1em"},children:[{tag:"rect",attrs:{width:2.3,height:14.06,x:14.48,y:2.99,fill:"colorChannel1",rx:.5}},{tag:"rect",attrs:{width:2.3,height:11.11,x:10.73,y:5.94,fill:"currentColor",rx:.5}},{tag:"rect",attrs:{width:2.3,height:7.34,x:6.97,y:9.7,fill:"currentColor",rx:.5}},{tag:"rect",attrs:{width:2.3,height:3.72,x:3.22,y:13.33,fill:"currentColor",rx:.5}}]};t.Signal75=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(i.IconBase,Object.assign({},e,{id:"signal-75",ref:t,icon:a}))}));t.Signal75.displayName="Signal75";t["default"]=t.Signal75},467:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.SlashSingle=void 0;var n=r(7522);var i=r(7565);var a={tag:"svg",attrs:{fill:"none",viewBox:"0 0 17 17",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_436_41",style:{maskType:"alpha"},width:17,height:17,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#D9D9D9",d:"M0.35 0.48H16.35V16.48H0.35z"}}]},{tag:"g",attrs:{mask:"url(#mask0_436_41)",fillRule:"evenodd",clipRule:"evenodd"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M2.27177 13.714L13.5855 2.40025L14.434 3.24878L3.1203 14.5625L2.27177 13.714Z"}},{tag:"path",attrs:{fill:"#E5E5E5",d:"M4.2603 1.82495L2.89617 1.82495C2.23343 1.82495 1.69617 2.36221 1.69617 3.02495L1.69617 4.38908L3.02617 4.38908L3.02617 3.15495L4.2603 3.15495L4.2603 1.82495ZM15.0092 4.38908L15.0092 3.02495C15.0092 2.36221 14.4719 1.82495 13.8092 1.82495L12.4451 1.82495L12.4451 3.15495L13.6792 3.15495L13.6792 4.38908L15.0092 4.38908ZM6.98856 1.82495L6.98856 3.15495L9.71681 3.15495L9.71681 1.82495L6.98856 1.82495ZM15.0092 7.11734L13.6792 7.11734L13.6792 9.84559L15.0092 9.84559L15.0092 7.11734ZM15.0092 12.5739L13.6792 12.5739L13.6792 13.808L12.4451 13.808L12.4451 15.138L13.8092 15.138C14.4719 15.138 15.0092 14.6007 15.0092 13.938L15.0092 12.5739ZM9.71681 15.138L9.71681 13.808L6.98856 13.808L6.98856 15.138L9.71681 15.138ZM4.2603 15.138L4.2603 13.808L3.02617 13.808L3.02617 12.5739L1.69617 12.5739L1.69617 13.938C1.69617 14.6007 2.23343 15.138 2.89617 15.138L4.2603 15.138ZM1.69617 9.8456L3.02617 9.8456L3.02617 7.11734L1.69617 7.11734L1.69617 9.8456Z"}}]}]};t.SlashSingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(i.IconBase,Object.assign({},e,{id:"slash-single",ref:t,icon:a}))}));t.SlashSingle.displayName="SlashSingle";t["default"]=t.SlashSingle},9228:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.SmileSingle=void 0;var n=r(7522);var i=r(7565);var a={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M1.36975 7.99963C1.36975 4.33785 4.33821 1.36938 8 1.36938C11.6618 1.36938 14.6302 4.33785 14.6302 7.99963C14.6302 11.6614 11.6618 14.6299 8 14.6299C4.33821 14.6299 1.36975 11.6614 1.36975 7.99963ZM5.13752 9.9814C4.90702 9.57689 5.24951 9.1345 5.71508 9.1345C5.92603 9.1345 6.11083 9.26608 6.22137 9.44576C6.58857 10.0426 7.24776 10.4405 7.99989 10.4405C8.75202 10.4405 9.41121 10.0426 9.77841 9.44576C9.88895 9.26608 10.0737 9.1345 10.2847 9.1345C10.7503 9.1345 11.0928 9.57689 10.8623 9.9814C10.2957 10.9756 9.22609 11.646 7.99989 11.646C6.77369 11.646 5.70407 10.9756 5.13752 9.9814ZM10.1096 5.43633C10.4425 5.43633 10.7124 5.70619 10.7124 6.03908V7.24458C10.7124 7.57747 10.4425 7.84733 10.1096 7.84733C9.77673 7.84733 9.50687 7.57747 9.50687 7.24458V6.03908C9.50687 5.70619 9.77673 5.43633 10.1096 5.43633ZM6.49312 6.03908C6.49312 5.70619 6.22327 5.43633 5.89038 5.43633C5.55749 5.43633 5.28763 5.70619 5.28763 6.03908V7.24458C5.28763 7.57747 5.55749 7.84733 5.89038 7.84733C6.22327 7.84733 6.49312 7.57747 6.49312 7.24458V6.03908Z",fillRule:"evenodd",clipRule:"evenodd"}}]};t.SmileSingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(i.IconBase,Object.assign({},e,{id:"smile-single",ref:t,icon:a}))}));t.SmileSingle.displayName="SmileSingle";t["default"]=t.SmileSingle},7654:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.Smile=void 0;var n=r(7522);var i=r(7565);var a={tag:"svg",attrs:{fill:"none",viewBox:"0 0 20 20",width:"1em",height:"1em"},children:[{tag:"circle",attrs:{cx:10,cy:10,r:6.89,fill:"colorChannel1",stroke:"currentColor",strokeWidth:.3}},{tag:"rect",attrs:{width:1.48,height:1.48,x:7.41,y:7.41,fill:"currentColor",rx:.74}},{tag:"rect",attrs:{width:1.48,height:1.48,x:11.11,y:7.41,fill:"currentColor",rx:.74}},{tag:"path",attrs:{stroke:"currentColor",d:"M7.03705 11.8518C7.03705 11.8518 7.77779 13.7037 10 13.7037C12.2222 13.7037 12.963 11.8518 12.963 11.8518",strokeLinecap:"round",strokeWidth:.96}}]};t.Smile=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(i.IconBase,Object.assign({},e,{id:"smile",ref:t,icon:a}))}));t.Smile.displayName="Smile";t["default"]=t.Smile},4033:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.Sort=void 0;var n=r(7522);var i=r(7565);var a={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_202_71",style:{maskType:"alpha"},width:16,height:16,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#D9D9D9",d:"M0 0H16V16H0z"}}]},{tag:"g",attrs:{mask:"url(#mask0_202_71)"},children:[{tag:"path",attrs:{fill:"colorChannel1",d:"M4.57128 1.23984C4.6967 1.09362 4.88283 1.00098 5.09058 1.00098L5.09201 1.00098C5.2675 1.00062 5.44311 1.06739 5.57701 1.20129L8.65455 4.27882C8.92163 4.5459 8.92163 4.97892 8.65455 5.246C8.38747 5.51308 7.95445 5.51308 7.68737 5.246L5.77448 3.33311V10.5755C5.77448 10.9532 5.46829 11.2594 5.09058 11.2594C4.71288 11.2594 4.40669 10.9532 4.40669 10.5755V3.33879L2.49947 5.246C2.23239 5.51308 1.79937 5.51308 1.53229 5.246C1.26522 4.97892 1.26522 4.5459 1.53229 4.27882L4.57128 1.23984Z"}},{tag:"path",attrs:{fill:"currentColor",d:"M11.5876 5.42413C11.5876 5.04643 11.2814 4.74023 10.9037 4.74023C10.526 4.74023 10.2198 5.04643 10.2198 5.42413V12.6609L8.31255 10.7537C8.04547 10.4866 7.61245 10.4866 7.34537 10.7537C7.0783 11.0207 7.0783 11.4538 7.34537 11.7208L10.3844 14.7598C10.5098 14.9061 10.6959 14.9987 10.9037 14.9987L10.905 14.9987C11.0806 14.9991 11.2562 14.9323 11.3901 14.7984L14.4676 11.7208C14.7347 11.4538 14.7347 11.0207 14.4676 10.7537C14.2005 10.4866 13.7675 10.4866 13.5005 10.7537L11.5876 12.6666V5.42413Z"}}]}]};t.Sort=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(i.IconBase,Object.assign({},e,{id:"sort",ref:t,icon:a}))}));t.Sort.displayName="Sort";t["default"]=t.Sort},6670:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.StarEmpty=void 0;var n=r(7522);var i=r(7565);var a={tag:"svg",attrs:{fill:"none",viewBox:"0 0 20 20",width:"1em",height:"1em"},children:[{tag:"path",attrs:{fill:"colorChannel1",stroke:"currentColor",d:"M10.3437 3.3312L11.6861 6.67412C11.8451 7.0699 12.2165 7.33978 12.6421 7.36863L16.2362 7.61233C16.5693 7.63492 16.7048 8.05202 16.4486 8.26608L13.6841 10.5758C13.3568 10.8493 13.215 11.2859 13.319 11.6996L14.1979 15.1931C14.2793 15.5168 13.9245 15.7746 13.6418 15.5971L10.5908 13.6817C10.2296 13.4549 9.77045 13.4549 9.40924 13.6817L6.35828 15.5971C6.07553 15.7746 5.72072 15.5168 5.80217 15.1931L6.68105 11.6996C6.7851 11.2859 6.64322 10.8493 6.31592 10.5758L3.55145 8.26607C3.29525 8.05202 3.43078 7.63492 3.76386 7.61233L7.358 7.36863C7.78352 7.33978 8.15498 7.0699 8.31391 6.67412L9.65633 3.3312C9.78074 3.0214 10.2193 3.0214 10.3437 3.3312Z",strokeWidth:.74}}]};t.StarEmpty=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(i.IconBase,Object.assign({},e,{id:"star-empty",ref:t,icon:a}))}));t.StarEmpty.displayName="StarEmpty";t["default"]=t.StarEmpty},501:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.StarFull=void 0;var n=r(7522);var i=r(7565);var a={tag:"svg",attrs:{fill:"none",viewBox:"0 0 20 20",width:"1em",height:"1em"},children:[{tag:"path",attrs:{fill:"currentColor",stroke:"currentColor",d:"M10.3437 3.3312L11.6861 6.67412C11.8451 7.0699 12.2165 7.33978 12.6421 7.36863L16.2362 7.61233C16.5693 7.63492 16.7048 8.05202 16.4486 8.26608L13.6841 10.5758C13.3568 10.8493 13.215 11.2859 13.319 11.6996L14.1979 15.1931C14.2793 15.5168 13.9245 15.7746 13.6418 15.5971L10.5908 13.6817C10.2296 13.4549 9.77045 13.4549 9.40924 13.6817L6.35828 15.5971C6.07553 15.7746 5.72072 15.5168 5.80217 15.1931L6.68105 11.6996C6.7851 11.2859 6.64322 10.8493 6.31592 10.5758L3.55145 8.26607C3.29525 8.05202 3.43078 7.63492 3.76386 7.61233L7.358 7.36863C7.78352 7.33978 8.15498 7.0699 8.31391 6.67412L9.65633 3.3312C9.78074 3.0214 10.2193 3.0214 10.3437 3.3312Z",strokeWidth:.74}}]};t.StarFull=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(i.IconBase,Object.assign({},e,{id:"star-full",ref:t,icon:a}))}));t.StarFull.displayName="StarFull";t["default"]=t.StarFull},7539:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.StarIncomplete=void 0;var n=r(7522);var i=r(7565);var a={tag:"svg",attrs:{fill:"none",viewBox:"0 0 20 20",width:"1em",height:"1em"},children:[{tag:"g",attrs:{clipPath:"url(#star-incomplete_clip0_613_177)"},children:[{tag:"mask",attrs:{id:"mask0_613_177",style:{maskType:"alpha"},width:10,height:20,x:10,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#C4C4C4",stroke:"#F7D564",d:"M10.37 0.37H19.63V19.630000000000003H10.37z",strokeWidth:.74}}]},{tag:"g",attrs:{mask:"url(#mask0_613_177)"},children:[{tag:"path",attrs:{fill:"colorChannel1",stroke:"currentColor",d:"M10.3437 3.3312L11.6861 6.67412C11.845 7.0699 12.2165 7.33978 12.642 7.36863L16.2361 7.61233C16.5692 7.63492 16.7047 8.05202 16.4485 8.26608L13.6841 10.5758C13.3568 10.8493 13.2149 11.2859 13.3189 11.6996L14.1978 15.1931C14.2793 15.5168 13.9245 15.7746 13.6417 15.5971L10.5908 13.6817C10.2295 13.4549 9.77039 13.4549 9.40918 13.6817L6.35822 15.5971C6.07547 15.7746 5.72066 15.5168 5.80211 15.1931L6.68098 11.6996C6.78504 11.2859 6.64316 10.8493 6.31586 10.5758L3.55139 8.26607C3.29519 8.05202 3.43072 7.63492 3.7638 7.61233L7.35793 7.36863C7.78346 7.33978 8.15491 7.0699 8.31385 6.67412L9.65627 3.3312C9.78068 3.0214 10.2192 3.0214 10.3437 3.3312Z",strokeWidth:.74}}]},{tag:"mask",attrs:{id:"mask1_613_177",style:{maskType:"alpha"},width:10,height:20,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#C4C4C4",d:"M0 0H10V20H0z"}}]},{tag:"g",attrs:{mask:"url(#mask1_613_177)"},children:[{tag:"path",attrs:{fill:"currentColor",stroke:"currentColor",d:"M10.3437 3.3312L11.6861 6.67412C11.845 7.0699 12.2165 7.33978 12.642 7.36863L16.2361 7.61233C16.5692 7.63492 16.7047 8.05202 16.4485 8.26608L13.6841 10.5758C13.3568 10.8493 13.2149 11.2859 13.3189 11.6996L14.1978 15.1931C14.2793 15.5168 13.9245 15.7746 13.6417 15.5971L10.5908 13.6817C10.2295 13.4549 9.77039 13.4549 9.40918 13.6817L6.35822 15.5971C6.07547 15.7746 5.72066 15.5168 5.80211 15.1931L6.68098 11.6996C6.78504 11.2859 6.64316 10.8493 6.31586 10.5758L3.55139 8.26607C3.29519 8.05202 3.43072 7.63492 3.7638 7.61233L7.35793 7.36863C7.78346 7.33978 8.15491 7.0699 8.31385 6.67412L9.65627 3.3312C9.78068 3.0214 10.2192 3.0214 10.3437 3.3312Z",strokeWidth:.74}}]}]},{tag:"defs",attrs:{},children:[{tag:"clipPath",attrs:{id:"star-incomplete_clip0_613_177"},children:[{tag:"path",attrs:{fill:"#fff",d:"M0 0H20V20H0z"}}]}]}],defIds:["star-incomplete_clip0_613_177"]};t.StarIncomplete=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(i.IconBase,Object.assign({},e,{id:"star-incomplete",ref:t,icon:a}))}));t.StarIncomplete.displayName="StarIncomplete";t["default"]=t.StarIncomplete},7074:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.StarSingle=void 0;var n=r(7522);var i=r(7565);var a={tag:"svg",attrs:{fill:"none",viewBox:"0 0 24 24",width:"1em",height:"1em"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M11.9969 1.5C12.3777 1.49903 12.726 1.71437 12.8953 2.05544L15.7587 7.82487L22.1445 8.75601C22.5207 8.81086 22.8332 9.07424 22.951 9.43565C23.0688 9.79707 22.9715 10.194 22.6999 10.46L18.0551 15.0089L19.158 21.3281C19.2237 21.7046 19.0691 22.0856 18.7596 22.3098C18.4501 22.534 18.0398 22.5622 17.7026 22.3825L11.9996 19.3428L6.29785 22.3824C5.96037 22.5623 5.54984 22.534 5.24026 22.3095C4.93069 22.0849 4.77629 21.7035 4.84252 21.3268L5.95343 15.0089L1.30114 10.4606C1.02912 10.1947 0.93155 9.7974 1.04943 9.43569C1.16731 9.07398 1.48021 8.81049 1.85671 8.7559L8.27719 7.82489L11.1015 2.06004C11.269 1.71811 11.6162 1.50098 11.9969 1.5ZM12.0053 4.7611L9.84103 9.17876C9.69573 9.47534 9.41336 9.68105 9.08652 9.72845L4.14599 10.4449L7.72873 13.9475C7.96476 14.1782 8.07172 14.5106 8.01455 14.8357L7.16764 19.6523L11.5291 17.3272C11.8231 17.1704 12.1758 17.1704 12.4699 17.3271L16.8356 19.654L15.9944 14.8345C15.9378 14.5101 16.0445 14.1785 16.2798 13.9481L19.8581 10.4438L14.9516 9.72834C14.6268 9.68098 14.346 9.47732 14.2001 9.18336L12.0053 4.7611Z",fillRule:"evenodd",clipRule:"evenodd"}}]};t.StarSingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(i.IconBase,Object.assign({},e,{id:"star-single",ref:t,icon:a}))}));t.StarSingle.displayName="StarSingle";t["default"]=t.StarSingle},2377:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.StrikethroughSingle=void 0;var n=r(7522);var i=r(7565);var a={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"path",attrs:{stroke:"currentColor",d:"M1.66669 8H14.3334M8 8C13.3333 10 11.3333 14.6667 8 14.6667 4.66663 14.6667 4 12 4 12M12 3.99992C12 3.99992 11 1.33325 7.99995 1.33325 4.99995 1.33325 3.81195 3.86642 5.20319 5.99992",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.33}},{tag:"path",attrs:{stroke:"currentColor",d:"M4 12C4 12 5.3333 14.6667 8 14.6667C10.6667 14.6667 12.188 12.1335 10.7968 10",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.33}}]};t.StrikethroughSingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(i.IconBase,Object.assign({},e,{id:"strikethrough-single",ref:t,icon:a}))}));t.StrikethroughSingle.displayName="StrikethroughSingle";t["default"]=t.StrikethroughSingle},1230:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.SubscriptSingle=void 0;var n=r(7522);var i=r(7565);var a={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M2.60384 2.34274C2.39447 2.05113 1.98835 1.98445 1.69674 2.19382 1.40513 2.40319 1.33846 2.80931 1.54782 3.10092L5.06527 8.00012 1.54784 12.8993C1.33847 13.1909 1.40514 13.597 1.69675 13.8064 1.98836 14.0158 2.39448 13.9491 2.60385 13.6575L5.86545 9.11463 9.12705 13.6575C9.33642 13.9491 9.74254 14.0158 10.0341 13.8064 10.3258 13.597 10.3924 13.1909 10.1831 12.8993L6.66563 8.00012 10.1831 3.10092C10.3924 2.80931 10.3258 2.40319 10.0342 2.19382 9.74255 1.98445 9.33643 2.05113 9.12706 2.34274L5.86545 6.88561 2.60384 2.34274zM13.0221 10.4725C13.0221 10.7718 12.8545 11.1247 12.5304 11.5427 12.2085 11.9577 11.7454 12.4206 11.1825 12.9381 11.0649 13.0462 10.9967 13.1989 10.9967 13.3594 10.9967 13.6737 11.2515 13.9285 11.5657 13.9285H13.9773C14.307 13.9285 14.5742 13.6612 14.5742 13.3315 14.5742 13.0018 14.307 12.7345 13.9773 12.7345H13.5735C13.4387 12.7345 13.2624 12.7467 13.092 12.7634L13.0906 12.7634 13.089 12.7619 13.0868 12.7589C13.0855 12.7561 13.0855 12.7535 13.0855 12.7535L13.0863 12.7525C13.4178 12.3983 13.7329 12.0116 13.9656 11.6159 14.1978 11.2211 14.3528 10.8094 14.3528 10.4074 14.3528 9.91841 14.18 9.50783 13.8761 9.21983 13.5728 8.93241 13.1473 8.7749 12.6552 8.7749 12.3802 8.7749 12.1555 8.80023 11.9494 8.86784 11.7424 8.93575 11.5606 9.0442 11.3682 9.20192 11.2524 9.29691 11.1771 9.44251 11.1545 9.58802 11.1319 9.73348 11.1599 9.89717 11.2771 10.0132 11.4897 10.2236 11.8118 10.2625 12.0629 10.0905 12.1882 10.0046 12.3689 9.94905 12.5271 9.94905 12.7029 9.94905 12.8211 9.99229 12.8963 10.0673 12.9714 10.1422 13.0221 10.2675 13.0221 10.4725z"}}]};t.SubscriptSingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(i.IconBase,Object.assign({},e,{id:"subscript-single",ref:t,icon:a}))}));t.SubscriptSingle.displayName="SubscriptSingle";t["default"]=t.SubscriptSingle},4516:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.SuccessSingle=void 0;var n=r(7522);var i=r(7565);var a={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M0 0H16V16H0z",opacity:.01}},{tag:"path",attrs:{fill:"currentColor",d:"M8.00061 1.60059C4.4111 1.60059 1.50061 4.51108 1.50061 8.10059C1.50061 11.6901 4.4111 14.6006 8.00061 14.6006C11.5901 14.6006 14.5006 11.6901 14.5006 8.10059C14.5006 4.51108 11.5901 1.60059 8.00061 1.60059ZM10.8082 5.97793L7.75259 10.2145C7.56832 10.4713 7.18674 10.4713 7.00248 10.2145L5.19321 7.70739C5.13808 7.6305 5.19321 7.52313 5.28752 7.52313H5.96799C6.11598 7.52313 6.25672 7.59422 6.34377 7.7161L7.37681 9.14958L9.65761 5.98664C9.74466 5.86621 9.88395 5.79367 10.0334 5.79367H10.7139C10.8082 5.79367 10.8633 5.90103 10.8082 5.97793Z",fillRule:"evenodd",clipRule:"evenodd"}}]};t.SuccessSingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(i.IconBase,Object.assign({},e,{id:"success-single",ref:t,icon:a}))}));t.SuccessSingle.displayName="SuccessSingle";t["default"]=t.SuccessSingle},2212:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.SumSingle=void 0;var n=r(7522);var i=r(7565);var a={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M9.82566 11.9312C9.52779 11.9312 9.28632 11.5404 9.28632 11.0583V6.74777C9.28632 6.28962 9.51581 5.91821 9.79891 5.91821H9.8257C10.0608 5.91821 10.2615 6.1933 10.3001 6.56863L10.3086 6.65107C10.3103 6.66723 10.3189 6.67908 10.329 6.67908L10.329 6.67908C10.3345 6.67908 10.3398 6.67553 10.3437 6.66925 10.6488 6.17698 10.9678 5.77026 11.4673 5.77026 11.9831 5.77026 12.2966 6.11899 12.4859 6.76362 12.8059 6.23524 13.152 5.77026 13.6482 5.77026 14.4579 5.77026 14.8106 6.71078 14.8106 8.21138V10.9907C14.8106 11.5101 14.5504 11.9312 14.2294 11.9312L14.2294 11.9312C13.9084 11.9312 13.6482 11.5101 13.6482 10.9907V8.44387C13.6482 7.61959 13.5176 7.37654 13.2238 7.37654L13.2238 7.37654C12.7759 7.37654 12.6296 8.32093 12.6296 9.04573V10.9854C12.6296 11.5077 12.3679 11.9312 12.0452 11.9312L12.0452 11.9312C11.7224 11.9312 11.4608 11.5077 11.4608 10.9854V8.44387C11.4608 7.61959 11.3302 7.37654 11.0363 7.37654L11.0363 7.37654C10.5884 7.37654 10.4421 8.32093 10.4421 9.04573V10.9959C10.4421 11.5125 10.1834 11.9312 9.86421 11.9312H9.82566zM6.13008 12.0791C5.32039 12.0791 4.9743 11.1386 4.9743 9.63801V6.85873C4.9743 6.3393 5.2345 5.91821 5.55546 5.91821 5.87642 5.91821 6.13661 6.3393 6.13661 6.85873V9.40552C6.13661 10.2404 6.27374 10.4729 6.56758 10.4729 6.62884 10.4729 6.6847 10.4636 6.73686 10.4436 7.11099 10.3004 7.18792 9.52547 7.18792 8.90331V6.85873C7.18792 6.3393 7.44811 5.91821 7.76907 5.91821 8.09003 5.91821 8.35023 6.3393 8.35023 6.85873V11.1016C8.35023 11.5598 8.12073 11.9312 7.83763 11.9312H7.66158C7.5126 11.9312 7.38545 11.7569 7.36096 11.519L7.32128 11.1338C7.31968 11.1183 7.31139 11.1069 7.30167 11.1069 7.29579 11.1069 7.29019 11.1112 7.2864 11.1184 6.98098 11.7036 6.6361 12.0791 6.13008 12.0791zM2.443 12.0791C1.96527 12.0791 1.46153 11.8627 1.02705 11.4343.78714 11.1978.767027 10.6738.945295 10.3224 1.13322 9.95206 1.47075 9.91354 1.73469 10.1308 1.9783 10.3314 2.2357 10.4517 2.46912 10.4517 2.90009 10.4517 3.10252 10.1875 3.10252 9.76478 3.10252 9.31038 2.83479 9.16243 2.41689 8.8771L1.79655 8.4544C1.28722 8.12681.810547 7.43991.810547 6.29861.810547 4.97766 1.54189 3.9209 2.5736 3.9209 2.99475 3.9209 3.43427 4.11704 3.80676 4.50486 4.02057 4.72747 4.0344 5.19974 3.87623 5.52185 3.70738 5.86574 3.40456 5.90897 3.15592 5.73283 2.97499 5.60465 2.7867 5.53774 2.5736 5.53774 2.21446 5.53774 1.99245 5.77023 1.99245 6.19293 1.99245 6.62621 2.29935 6.79529 2.73032 7.07004L3.33759 7.46105C3.93834 7.85205 4.29748 8.50724 4.29748 9.61684 4.29748 10.9272 3.61837 12.0791 2.443 12.0791z"}}]};t.SumSingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(i.IconBase,Object.assign({},e,{id:"sum-single",ref:t,icon:a}))}));t.SumSingle.displayName="SumSingle";t["default"]=t.SumSingle},2966:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.SuperscriptSingle=void 0;var n=r(7522);var i=r(7565);var a={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M13.0221 3.60995C13.0221 3.90929 12.8545 4.26213 12.5304 4.68012 12.2085 5.09515 11.7454 5.55802 11.1825 6.07553 11.0649 6.18363 10.9967 6.3363 10.9967 6.49688 10.9967 6.81115 11.2515 7.06592 11.5657 7.06592H13.9773C14.307 7.06592 14.5742 6.79864 14.5742 6.46894 14.5742 6.13924 14.307 5.87196 13.9773 5.87196H13.5735C13.4387 5.87196 13.2624 5.88419 13.092 5.90085L13.0906 5.90087C13.0906 5.90087 13.0882 5.89908 13.0868 5.89632 13.0855 5.89356 13.0855 5.89096 13.0855 5.89096L13.0863 5.88997C13.4178 5.53574 13.7329 5.149 13.9656 4.75332 14.1978 4.35858 14.3528 3.94689 14.3528 3.54482 14.3528 3.05586 14.18 2.64528 13.8761 2.35728 13.5728 2.06986 13.1473 1.91235 12.6552 1.91235 12.3802 1.91235 12.1555 1.93768 11.9494 2.00529 11.7424 2.0732 11.5606 2.18165 11.3682 2.33937 11.2524 2.43436 11.1771 2.57996 11.1545 2.72547 11.1319 2.87094 11.1599 3.03463 11.2771 3.15062 11.4897 3.36103 11.8118 3.39998 12.0629 3.22793 12.1882 3.14209 12.3689 3.0865 12.5271 3.0865 12.7029 3.0865 12.8211 3.12974 12.8963 3.20472 12.9714 3.27967 13.0221 3.40498 13.0221 3.60995zM2.60384 2.50216C2.39447 2.21055 1.98835 2.14388 1.69674 2.35324 1.40513 2.56261 1.33846 2.96873 1.54782 3.26034L5.06527 8.15954 1.54784 13.0587C1.33847 13.3503 1.40514 13.7565 1.69675 13.9658 1.98836 14.1752 2.39448 14.1085 2.60385 13.8169L5.86545 9.27405 9.12705 13.8169C9.33642 14.1085 9.74254 14.1752 10.0341 13.9658 10.3258 13.7565 10.3924 13.3503 10.1831 13.0587L6.66563 8.15954 10.1831 3.26034C10.3924 2.96873 10.3258 2.56261 10.0342 2.35324 9.74255 2.14388 9.33643 2.21055 9.12706 2.50216L5.86545 7.04503 2.60384 2.50216z"}}]};t.SuperscriptSingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(i.IconBase,Object.assign({},e,{id:"superscript-single",ref:t,icon:a}))}));t.SuperscriptSingle.displayName="SuperscriptSingle";t["default"]=t.SuperscriptSingle},4815:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.SystemSingle=void 0;var n=r(7522);var i=r(7565);var a={tag:"svg",attrs:{fill:"none",viewBox:"0 0 44 44",width:"1em",height:"1em"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M22 1.50635C22.7455 1.50635 23.35 2.11076 23.35 2.85635V8.11837L36.7755 15.79C36.7896 15.798 36.8034 15.8063 36.8171 15.8147C36.8361 15.8265 36.8548 15.8387 36.8732 15.8515C36.9367 15.8953 36.9969 15.9449 37.0528 16C37.0713 16.0183 37.0894 16.0372 37.107 16.0567C37.2432 16.2073 37.3439 16.387 37.4012 16.5822C37.4074 16.6032 37.413 16.6243 37.4181 16.6454C37.4369 16.7231 37.4486 16.8016 37.4533 16.88C37.4542 16.8954 37.4549 16.9107 37.4553 16.9261C37.4556 16.9381 37.4557 16.9501 37.4557 16.9621C37.4557 16.9621 37.4557 16.9622 37.4557 16.9621V32.2489L42.7548 34.8984C43.4217 35.2318 43.692 36.0428 43.3586 36.7096C43.0251 37.3765 42.2142 37.6468 41.5474 37.3134L36.1483 34.6138L22.6863 42.3064C22.5301 42.3987 22.3538 42.4605 22.1655 42.4836C22.0485 42.498 21.93 42.4971 21.8133 42.4808C21.6353 42.4562 21.4684 42.3969 21.3197 42.3099L7.85138 34.6138L2.45214 37.3134C1.78527 37.6468 0.974362 37.3765 0.640927 36.7096C0.307491 36.0428 0.577794 35.2318 1.24467 34.8984L6.54401 32.2487V16.9973C6.53758 16.7586 6.59445 16.515 6.72162 16.2925C6.8498 16.0682 7.03257 15.8946 7.24364 15.7789L20.65 8.11827V2.85635C20.65 2.11076 21.2544 1.50635 22 1.50635ZM9.24401 19.2887V32.2998L20.65 38.8174V25.8064L9.24401 19.2887ZM23.35 38.8173V25.806L34.7557 19.2884V32.2998L23.35 38.8173ZM33.3846 16.9622L21.9996 23.4679L10.6149 16.9623L21.9999 10.4566L33.3846 16.9622Z",fillRule:"evenodd",clipRule:"evenodd"}}]};t.SystemSingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(i.IconBase,Object.assign({},e,{id:"system-single",ref:t,icon:a}))}));t.SystemSingle.displayName="SystemSingle";t["default"]=t.SystemSingle},4333:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.TianZiGeSingle=void 0;var n=r(7522);var i=r(7565);var a={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M1.60338 13.7426C1.64218 13.924 1.71313 14.0779 1.82672 14.19L1.83175 14.1947C1.95223 14.3028 2.10563 14.3683 2.28296 14.3981C2.45383 14.4351 2.66104 14.4525 2.9019 14.4525H13.1244C13.366 14.4525 13.5723 14.4308 13.7388 14.3832C13.9153 14.3437 14.0647 14.2679 14.1757 14.1486C14.2867 14.038 14.3575 13.8905 14.3964 13.7175C14.4346 13.5479 14.4525 13.3376 14.4525 13.09V2.975C14.4525 2.71053 14.4347 2.48785 14.3968 2.31013C14.358 2.12835 14.2877 1.97298 14.1781 1.85402C14.0666 1.73301 13.916 1.65637 13.7377 1.61668C13.5634 1.5694 13.3489 1.54761 13.0981 1.54761H2.91504C2.66591 1.54761 2.45417 1.56494 2.28294 1.60207C2.10233 1.63243 1.94723 1.7042 1.82672 1.82313C1.71313 1.93524 1.64218 2.08912 1.60339 2.27045C1.56525 2.44024 1.54755 2.65469 1.54755 2.91018V13.09C1.54755 13.3537 1.56519 13.5726 1.60338 13.7426ZM13.0949 2.82156L13.1029 2.83342L13.1131 2.84351C13.1259 2.85607 13.1361 2.87378 13.1361 2.91018V7.27917H8.69761V2.80792H13.0844C13.0871 2.81091 13.0907 2.81531 13.0949 2.82156ZM2.9019 2.80792H7.3812V7.27917H2.86396V2.91018C2.86396 2.84154 2.87793 2.81568 2.88187 2.81039C2.88187 2.81039 2.88896 2.80792 2.9019 2.80792ZM13.0981 13.1922H8.69761V8.53947H13.1361V13.09C13.1361 13.1586 13.1221 13.1845 13.1181 13.1897C13.1181 13.1897 13.111 13.1922 13.0981 13.1922ZM7.3812 8.53947V13.1922H2.91504C2.89737 13.1922 2.88867 13.1894 2.88561 13.1882C2.88343 13.1873 2.88182 13.1854 2.88182 13.1854C2.87803 13.1807 2.86396 13.157 2.86396 13.09V8.53947H7.3812Z",fillRule:"evenodd",clipRule:"evenodd"}}]};t.TianZiGeSingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(i.IconBase,Object.assign({},e,{id:"tian-zi-ge-single",ref:t,icon:a}))}));t.TianZiGeSingle.displayName="TianZiGeSingle";t["default"]=t.TianZiGeSingle},511:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.TriangleSingle=void 0;var n=r(7522);var i=r(7565);var a={tag:"svg",attrs:{fill:"none",viewBox:"0 0 20 21",width:"1em",height:"1em"},children:[{tag:"g",attrs:{clipPath:"url(#triangle-single_clip0_613_237)"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M9.32308 4.41301C9.58368 3.82623 10.4164 3.82623 10.677 4.413L15.9526 16.2917C16.1701 16.7815 15.8115 17.3331 15.2756 17.3331H4.72454C4.18858 17.3331 3.83002 16.7815 4.04756 16.2917L9.32308 4.41301Z"}}]},{tag:"defs",attrs:{},children:[{tag:"clipPath",attrs:{id:"triangle-single_clip0_613_237"},children:[{tag:"path",attrs:{fill:"#fff",d:"M0 0H20V20H0z",transform:"translate(0 .67)"}}]}]}],defIds:["triangle-single_clip0_613_237"]};t.TriangleSingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(i.IconBase,Object.assign({},e,{id:"triangle-single",ref:t,icon:a}))}));t.TriangleSingle.displayName="TriangleSingle";t["default"]=t.TriangleSingle},7415:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.TruncationSingle=void 0;var n=r(7522);var i=r(7565);var a={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_102_796",style:{maskType:"alpha"},width:16,height:16,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#DCDCDC",d:"M0 0H16V16H0z"}}]},{tag:"g",attrs:{fill:"currentColor",mask:"url(#mask0_102_796)"},children:[{tag:"path",attrs:{d:"M2.054 1.42676C2.42782 1.42676 2.73086 1.72979 2.73086 2.10361V13.9644C2.73086 14.3382 2.42782 14.6412 2.054 14.6412 1.68019 14.6412 1.37715 14.3382 1.37715 13.9644L1.37715 2.10361C1.37715 1.72979 1.68019 1.42676 2.054 1.42676zM13.9458 1.42676C14.3196 1.42676 14.6226 1.72979 14.6226 2.10361V13.9644C14.6226 14.3382 14.3196 14.6412 13.9458 14.6412 13.572 14.6412 13.2689 14.3382 13.2689 13.9644V8.73508H6.58987C6.21606 8.73508 5.91302 8.43204 5.91302 8.05822 5.91302 7.68441 6.21606 7.38137 6.58987 7.38137H13.2689V2.10361C13.2689 1.72979 13.572 1.42676 13.9458 1.42676z"}}]}]};t.TruncationSingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(i.IconBase,Object.assign({},e,{id:"truncation-single",ref:t,icon:a}))}));t.TruncationSingle.displayName="TruncationSingle";t["default"]=t.TruncationSingle},7477:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.UnderlineSingle=void 0;var n=r(7522);var i=r(7565);var a={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_102_668",style:{maskType:"alpha"},width:16,height:16,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#DCDCDC",d:"M0 0H16V16H0z"}}]},{tag:"g",attrs:{fill:"currentColor",mask:"url(#mask0_102_668)"},children:[{tag:"path",attrs:{d:"M5.24805 1.93784C5.24805 1.58695 4.96359 1.30249 4.6127 1.30249 4.2618 1.30249 3.97734 1.58695 3.97734 1.93784V7.95524C3.97734 10.1769 5.77833 11.9778 7.99995 11.9778 10.2216 11.9778 12.0226 10.1769 12.0226 7.95524V1.93784C12.0226 1.58695 11.7381 1.30249 11.3872 1.30249 11.0363 1.30249 10.7519 1.58695 10.7519 1.93784V7.95524C10.7519 9.47507 9.51979 10.7071 7.99995 10.7071 6.48012 10.7071 5.24805 9.47507 5.24805 7.95524V1.93784zM2.72117 13.4268C2.37027 13.4268 2.08582 13.7113 2.08582 14.0622 2.08582 14.4131 2.37027 14.6975 2.72117 14.6975H13.2788C13.6297 14.6975 13.9142 14.4131 13.9142 14.0622 13.9142 13.7113 13.6297 13.4268 13.2788 13.4268H2.72117z"}}]}]};t.UnderlineSingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(i.IconBase,Object.assign({},e,{id:"underline-single",ref:t,icon:a}))}));t.UnderlineSingle.displayName="UnderlineSingle";t["default"]=t.UnderlineSingle},9232:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.UndoSingle=void 0;var n=r(7522);var i=r(7565);var a={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_102_656",style:{maskType:"alpha"},width:16,height:16,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#DCDCDC",d:"M0 0H16V16H0z"}}]},{tag:"g",attrs:{mask:"url(#mask0_102_656)"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M1.81245 6.47237C1.5521 6.22371 1.5521 5.82055 1.81245 5.57189L6.05509 1.51975C6.31544 1.27109 6.73755 1.27109 6.9979 1.51975C7.25825 1.76841 7.25825 2.17156 6.9979 2.42022L3.89333 5.3854H9.52398C12.2074 5.3854 14.3827 7.46307 14.3827 10.026C14.3827 12.5889 12.2074 14.6666 9.52398 14.6666H6.20732C5.85566 14.6666 5.57059 14.3815 5.57059 14.0299C5.57059 13.6782 5.85566 13.3931 6.20732 13.3931H9.52398C11.471 13.3931 13.0494 11.8856 13.0494 10.026C13.0494 8.16638 11.471 6.65887 9.52398 6.65887H3.89333L6.9979 9.62404C7.25825 9.8727 7.25825 10.2759 6.9979 10.5245C6.73755 10.7732 6.31544 10.7732 6.05509 10.5245L1.81245 6.47237Z",fillRule:"evenodd",clipRule:"evenodd"}}]}]};t.UndoSingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(i.IconBase,Object.assign({},e,{id:"undo-single",ref:t,icon:a}))}));t.UndoSingle.displayName="UndoSingle";t["default"]=t.UndoSingle},2066:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.UnlockSingle=void 0;var n=r(7522);var i=r(7565);var a={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M8.66683 9.74906C8.66683 9.38087 8.36835 9.0824 8.00016 9.0824C7.63197 9.0824 7.3335 9.38087 7.3335 9.74906V11.5238C7.3335 11.892 7.63197 12.1904 8.00016 12.1904C8.36835 12.1904 8.66683 11.892 8.66683 11.5238V9.74906Z"}},{tag:"path",attrs:{fill:"currentColor",d:"M7.94246 2.76018C6.70068 2.76018 5.69401 3.76684 5.69401 5.00862V6.73059H12.4362C13.131 6.73059 13.6943 7.29388 13.6943 7.98873V13.312C13.6943 14.0068 13.131 14.5701 12.4362 14.5701H3.56405C2.8692 14.5701 2.30591 14.0068 2.30591 13.312V7.98873C2.30591 7.29388 2.8692 6.73059 3.56405 6.73059H4.36401V5.00862C4.36401 3.0323 5.96614 1.43018 7.94246 1.43018H8.34665C10.0997 1.43018 11.5209 2.85134 11.5209 4.60442C11.5209 4.97169 11.2232 5.26942 10.8559 5.26942C10.4886 5.26942 10.1909 4.97169 10.1909 4.60442C10.1909 3.58587 9.3652 2.76018 8.34665 2.76018H7.94246ZM3.63924 8.06392V13.2368H12.361V8.06392H3.63924Z",fillRule:"evenodd",clipRule:"evenodd"}}]};t.UnlockSingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(i.IconBase,Object.assign({},e,{id:"unlock-single",ref:t,icon:a}))}));t.UnlockSingle.displayName="UnlockSingle";t["default"]=t.UnlockSingle},4701:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.UnorderSingle=void 0;var n=r(7522);var i=r(7565);var a={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M3.07361 4.74658C3.85403 4.74658 4.48669 4.11392 4.48669 3.3335 4.48669 2.55307 3.85403 1.92041 3.07361 1.92041 2.29318 1.92041 1.66052 2.55307 1.66052 3.3335 1.66052 4.11392 2.29318 4.74658 3.07361 4.74658zM5.67261 3.33341C5.67261 2.96522 5.97108 2.66675 6.33927 2.66675H13.6726C14.0408 2.66675 14.3393 2.96522 14.3393 3.33341 14.3393 3.7016 14.0408 4.00008 13.6726 4.00008H6.33927C5.97108 4.00008 5.67261 3.7016 5.67261 3.33341zM6.33927 12.0001C5.97108 12.0001 5.67261 12.2986 5.67261 12.6668 5.67261 13.035 5.97108 13.3335 6.33927 13.3335H13.6726C14.0408 13.3335 14.3393 13.035 14.3393 12.6668 14.3393 12.2986 14.0408 12.0001 13.6726 12.0001H6.33927zM6.3394 7.3335C5.97121 7.3335 5.67273 7.63197 5.67273 8.00016 5.67273 8.36835 5.97121 8.66683 6.3394 8.66683H13.6727C14.0409 8.66683 14.3394 8.36835 14.3394 8.00016 14.3394 7.63197 14.0409 7.3335 13.6727 7.3335H6.3394zM4.48669 8.00024C4.48669 8.78067 3.85403 9.41333 3.07361 9.41333 2.29318 9.41333 1.66052 8.78067 1.66052 8.00024 1.66052 7.21982 2.29318 6.58716 3.07361 6.58716 3.85403 6.58716 4.48669 7.21982 4.48669 8.00024zM3.07361 14.0804C3.85403 14.0804 4.48669 13.4478 4.48669 12.6674 4.48669 11.8869 3.85403 11.2543 3.07361 11.2543 2.29318 11.2543 1.66052 11.8869 1.66052 12.6674 1.66052 13.4478 2.29318 14.0804 3.07361 14.0804z"}}]};t.UnorderSingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(i.IconBase,Object.assign({},e,{id:"unorder-single",ref:t,icon:a}))}));t.UnorderSingle.displayName="UnorderSingle";t["default"]=t.UnorderSingle},4101:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.UpBorder=void 0;var n=r(7522);var i=r(7565);var a={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_107_1282",style:{maskType:"alpha"},width:16,height:16,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#DCDCDC",d:"M0 0H16V16H0z"}}]},{tag:"g",attrs:{mask:"url(#mask0_107_1282)"},children:[{tag:"path",attrs:{fill:"colorChannel1",d:"M4.0001 14.667H2.66677C1.93039 14.667 1.33344 14.07 1.33344 13.3337V12.0003H2.66677V13.3337L4.0001 13.3337V14.667zM1.33344 6.66699H2.66677V9.33366H1.33344V6.66699zM6.66677 14.667V13.3337H7.33344V10.667H8.66677V13.3337H9.33344V14.667H6.66677zM12.0001 14.667V13.3337H13.3334V12.0003H14.6668V13.3337C14.6668 14.07 14.0698 14.667 13.3334 14.667H12.0001zM14.6668 9.33366H13.3334V8.66699H10.6668V7.33366H13.3334V6.66699H14.6668V9.33366zM7.33344 2.66699V5.33366H8.66677V2.66699H7.33344zM5.33344 8.66699H2.66677V7.33366H5.33344V8.66699z"}},{tag:"path",attrs:{fill:"currentColor",d:"M1.33344 2.66789V4.00122H2.66677L2.66677 2.66789H13.3334V4.00122H14.6668V2.66789C14.6668 1.93151 14.0698 1.33455 13.3334 1.33455H2.66677C1.93039 1.33455 1.33344 1.93151 1.33344 2.66789Z"}}]}]};t.UpBorder=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(i.IconBase,Object.assign({},e,{id:"up-border",ref:t,icon:a}))}));t.UpBorder.displayName="UpBorder";t["default"]=t.UpBorder},5883:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.UpSingle=void 0;var n=r(7522);var i=r(7565);var a={tag:"svg",attrs:{fill:"none",viewBox:"0 0 20 20",width:"1em",height:"1em"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M9.44533 5.81157C9.74012 5.47858 10.2598 5.47858 10.5546 5.81157L16.2868 12.2867C16.71 12.7647 16.3706 13.5184 15.7322 13.5184H4.26776C3.62933 13.5184 3.28995 12.7647 3.71313 12.2867L9.44533 5.81157Z"}}]};t.UpSingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(i.IconBase,Object.assign({},e,{id:"up-single",ref:t,icon:a}))}));t.UpSingle.displayName="UpSingle";t["default"]=t.UpSingle},9275:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.VerticalBorder=void 0;var n=r(7522);var i=r(7565);var a={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_248_119",style:{maskType:"alpha"},width:16,height:16,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#DCDCDC",d:"M16 0H32V16H16z",transform:"rotate(90 16 0)"}}]},{tag:"g",attrs:{mask:"url(#mask0_248_119)"},children:[{tag:"path",attrs:{fill:"colorChannel1",d:"M2.66699 1.33325L4.00033 1.33325 4.00033 2.66658 2.66699 2.66659 2.66699 3.99992 1.33366 3.99992 1.33366 2.66659C1.33366 1.93021 1.93061 1.33325 2.66699 1.33325zM14.667 2.66659L14.667 3.99992 13.3337 3.99992 13.3337 2.66659 12.0003 2.66659 12.0003 1.33325 13.3337 1.33325C14.07 1.33325 14.667 1.93021 14.667 2.66659zM6.66699 2.66658L6.66699 1.33325 9.33366 1.33325 9.33366 2.66659 6.66699 2.66658zM13.3337 6.66659L14.667 6.66659 14.667 9.33325 13.3337 9.33325 13.3337 8.66496 12.0145 8.66496 12.0145 7.33496 13.3337 7.33496 13.3337 6.66659zM13.3337 11.9999L14.667 11.9999 14.667 13.3333C14.667 14.0696 14.07 14.6666 13.3337 14.6666L12.0003 14.6666 12.0003 13.3333 13.3337 13.3333 13.3337 11.9999zM9.33366 13.3333L9.33366 14.6666 6.66699 14.6666 6.66699 13.3333 9.33366 13.3333zM4.00032 13.3333L4.00032 14.6666 2.66699 14.6666C1.93061 14.6666 1.33366 14.0696 1.33366 13.3333L1.33366 11.9999 2.66699 11.9999 2.66699 13.3333 4.00032 13.3333zM2.66699 9.33325L1.33366 9.33325 1.33366 6.66658 2.66699 6.66658 2.66699 7.33496 3.98624 7.33496 3.98624 8.66496 2.66699 8.66496 2.66699 9.33325zM9.33841 7.33496L6.66232 7.33496 6.66232 8.66496 9.33841 8.66496 9.33841 7.33496z"}},{tag:"path",attrs:{fill:"currentColor",d:"M8.66577 8.66675L8.66577 7.33342L8.66569 2.66675L7.33236 2.66675L7.33236 7.33341L7.33244 8.66675L7.33236 13.3334L8.66569 13.3334L8.66577 8.66675Z"}}]}]};t.VerticalBorder=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(i.IconBase,Object.assign({},e,{id:"vertical-border",ref:t,icon:a}))}));t.VerticalBorder.displayName="VerticalBorder";t["default"]=t.VerticalBorder},4906:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.VerticalCenterSingle=void 0;var n=r(7522);var i=r(7565);var a={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_102_834",style:{maskType:"alpha"},width:16,height:16,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#DCDCDC",d:"M0 0H16V16H0z"}}]},{tag:"g",attrs:{fill:"currentColor",mask:"url(#mask0_102_834)"},children:[{tag:"path",attrs:{d:"M1.96316 7.33978C1.59868 7.33978 1.30322 7.63524 1.30322 7.99971 1.30322 8.36418 1.59868 8.65964 1.96316 8.65964H14.0367C14.4011 8.65964 14.6966 8.36418 14.6966 7.99971 14.6966 7.63524 14.4011 7.33978 14.0367 7.33978H1.96316zM8.65852 1.96233C8.65852 1.59859 8.36365 1.30371 7.9999 1.30371 7.63616 1.30371 7.34128 1.59859 7.34128 1.96233L7.34128 4.45623 6.66938 3.78433C6.41217 3.52712 5.99516 3.52712 5.73795 3.78433 5.48074 4.04154 5.48074 4.45855 5.73795 4.71576L7.53419 6.512C7.79139 6.76921 8.20841 6.76921 8.46562 6.512L10.2619 4.71576C10.5191 4.45855 10.5191 4.04154 10.2619 3.78433 10.0046 3.52712 9.58763 3.52712 9.33043 3.78433L8.65852 4.45623 8.65852 1.96233zM7.34128 14.0372C7.34128 14.401 7.63616 14.6959 7.9999 14.6959 8.36365 14.6959 8.65852 14.401 8.65852 14.0372L8.65852 11.5433 9.33042 12.2152C9.58763 12.4725 10.0046 12.4725 10.2619 12.2152 10.5191 11.958 10.5191 11.541 10.2619 11.2838L8.46562 9.48758C8.20841 9.23038 7.79139 9.23038 7.53419 9.48758L5.73795 11.2838C5.48074 11.541 5.48074 11.958 5.73795 12.2153 5.99516 12.4725 6.41217 12.4725 6.66938 12.2153L7.34128 11.5433 7.34128 14.0372z"}}]}]};t.VerticalCenterSingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(i.IconBase,Object.assign({},e,{id:"vertical-center-single",ref:t,icon:a}))}));t.VerticalCenterSingle.displayName="VerticalCenterSingle";t["default"]=t.VerticalCenterSingle},9426:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.VerticalIntegrationSingle=void 0;var n=r(7522);var i=r(7565);var a={tag:"svg",attrs:{fill:"none",viewBox:"0 0 17 17",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_102_709",style:{maskType:"alpha"},width:17,height:17,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#DCDCDC",d:"M0.88 0.24H16.88V16.24H0.88z"}}]},{tag:"g",attrs:{fill:"currentColor",mask:"url(#mask0_102_709)",fillRule:"evenodd",clipRule:"evenodd"},children:[{tag:"path",attrs:{d:"M2.2157 2.90265C2.2157 2.16628 2.81264 1.56934 3.54901 1.56934H6.21565C6.95202 1.56934 7.54896 2.16628 7.54896 2.90265V13.5692C7.54896 14.3056 6.95202 14.9025 6.21565 14.9025H3.54901C2.81264 14.9025 2.2157 14.3056 2.2157 13.5692V2.90265zM3.54901 2.90265H6.21565V5.5622H3.54901V2.90265zM3.54901 6.89552V9.57631H6.21565V6.89552H3.54901zM3.54901 13.5692V10.9096H6.21565V13.5692H3.54901zM10.2156 2.90265C10.2156 2.16628 10.8125 1.56934 11.5489 1.56934H14.2155C14.9519 1.56934 15.5489 2.16628 15.5489 2.90265V13.5692C15.5489 14.3056 14.9519 14.9025 14.2155 14.9025H11.5489C10.8125 14.9025 10.2156 14.3056 10.2156 13.5692V2.90265zM11.5489 2.90265H14.2155V5.5622H11.5489V2.90265zM11.5489 6.89552V9.57631H14.2155V6.89552H11.5489zM11.5489 13.5692V10.9096H14.2155V13.5692H11.5489z"}}]}]};t.VerticalIntegrationSingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(i.IconBase,Object.assign({},e,{id:"vertical-integration-single",ref:t,icon:a}))}));t.VerticalIntegrationSingle.displayName="VerticalIntegrationSingle";t["default"]=t.VerticalIntegrationSingle},6800:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.VerticalMergeSingle=void 0;var n=r(7522);var i=r(7565);var a={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_208_112",style:{maskType:"alpha"},width:16,height:16,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#DCDCDC",d:"M0 0H16V16H0z"}}]},{tag:"g",attrs:{fill:"currentColor",mask:"url(#mask0_208_112)",fillRule:"evenodd",clipRule:"evenodd"},children:[{tag:"path",attrs:{d:"M1.33325 2.66632C1.33325 1.92995 1.9302 1.33301 2.66657 1.33301H5.3332C6.06957 1.33301 6.66652 1.92995 6.66652 2.66632V13.3329C6.66652 14.0692 6.06957 14.6662 5.3332 14.6662H2.66657C1.9302 14.6662 1.33325 14.0692 1.33325 13.3329V2.66632zM2.66657 2.66632H5.3332V5.32588H2.66657V2.66632zM2.66657 6.65919V9.33999H5.3332V6.65919H2.66657zM2.66657 13.3329V10.6733H5.3332V13.3329H2.66657zM9.33315 2.66632C9.33315 1.92995 9.9301 1.33301 10.6665 1.33301H13.3331C14.0695 1.33301 14.6664 1.92995 14.6664 2.66632V13.3329C14.6664 14.0692 14.0695 14.6662 13.3331 14.6662H10.6665C9.9301 14.6662 9.33315 14.0692 9.33315 13.3329V2.66632zM10.6665 2.66632H13.3331V5.32588H10.6665V2.66632zM10.6665 6.65919V9.33999H13.3331V6.65919H10.6665zM10.6665 13.3329V10.6733H13.3331V13.3329H10.6665z"}}]}]};t.VerticalMergeSingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(i.IconBase,Object.assign({},e,{id:"vertical-merge-single",ref:t,icon:a}))}));t.VerticalMergeSingle.displayName="VerticalMergeSingle";t["default"]=t.VerticalMergeSingle},8662:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.VerticalTextSingle=void 0;var n=r(7522);var i=r(7565);var a={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_102_799",style:{maskType:"alpha"},width:16,height:16,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#D9D9D9",d:"M0 0H16V16H0z"}}]},{tag:"g",attrs:{fill:"currentColor",mask:"url(#mask0_102_799)"},children:[{tag:"path",attrs:{d:"M2.64534 2.71841C2.64534 2.36074 2.93528 2.0708 3.29295 2.0708H3.29482C3.65248 2.0708 3.94243 2.36074 3.94243 2.71841V11.7146L4.60561 11.0514C4.85851 10.7985 5.26856 10.7985 5.52146 11.0514C5.77437 11.3043 5.77437 11.7144 5.52146 11.9673L3.75275 13.736C3.62866 13.8601 3.46269 13.9259 3.29388 13.9257C3.12508 13.9259 2.9591 13.8601 2.83502 13.736L1.06632 11.9673C0.813418 11.7144 0.813418 11.3043 1.06632 11.0514C1.31923 10.7985 1.72927 10.7985 1.98218 11.0514L2.64534 11.7146V2.71841Z"}},{tag:"path",attrs:{d:"M14.7342 12.9524C14.3995 13.1058 14.0038 12.9588 13.8504 12.6241L12.7 10.1142H8.24123L7.09085 12.6241C6.93744 12.9588 6.54175 13.1058 6.20704 12.9524C5.87233 12.799 5.72536 12.4033 5.87877 12.0686L9.86459 3.37222C9.9732 3.13525 10.21 2.98332 10.4706 2.98332C10.7313 2.98332 10.9681 3.13525 11.0767 3.37222L15.0625 12.0686C15.2159 12.4033 15.0689 12.799 14.7342 12.9524ZM8.85233 8.78089H12.0889L10.4706 5.25003L8.85233 8.78089Z",fillRule:"evenodd",clipRule:"evenodd"}}]}]};t.VerticalTextSingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(i.IconBase,Object.assign({},e,{id:"vertical-text-single",ref:t,icon:a}))}));t.VerticalTextSingle.displayName="VerticalTextSingle";t["default"]=t.VerticalTextSingle},121:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.WarnSingle=void 0;var n=r(7522);var i=r(7565);var a={tag:"svg",attrs:{fill:"none",viewBox:"0 0 20 21",width:"1em",height:"1em"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M8.49778 5.00963C8.48513 4.56774 8.47881 4.3468 8.56086 4.17746C8.63301 4.02856 8.75124 3.90689 8.89802 3.83052C9.06494 3.74365 9.28597 3.74365 9.72805 3.74365H10.272C10.714 3.74365 10.9351 3.74365 11.102 3.83052C11.2488 3.9069 11.367 4.02856 11.4392 4.17746C11.5212 4.3468 11.5149 4.56775 11.5022 5.00964L11.2644 13.3173C11.2524 13.737 11.2464 13.9468 11.1609 14.1065C11.0857 14.2471 10.9687 14.3609 10.826 14.432C10.6639 14.5129 10.454 14.5129 10.0342 14.5129H9.96582C9.54601 14.5129 9.33611 14.5129 9.17397 14.432C9.0313 14.3609 8.91426 14.2471 8.83904 14.1065C8.75357 13.9468 8.74756 13.737 8.73555 13.3173L8.49778 5.00963Z"}},{tag:"rect",attrs:{width:2.46,height:2.46,x:8.77,y:15.28,fill:"currentColor",rx:.77}}]};t.WarnSingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(i.IconBase,Object.assign({},e,{id:"warn-single",ref:t,icon:a}))}));t.WarnSingle.displayName="WarnSingle";t["default"]=t.WarnSingle},5961:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.Warn=void 0;var n=r(7522);var i=r(7565);var a={tag:"svg",attrs:{fill:"none",viewBox:"0 0 20 20",width:"1em",height:"1em"},children:[{tag:"circle",attrs:{cx:10,cy:10,r:7.04,fill:"currentColor"}},{tag:"path",attrs:{fill:"colorChannel1",d:"M9.16817 6.67735C9.16646 6.61745 9.1656 6.5875 9.16653 6.56236C9.18103 6.16817 9.49136 5.84883 9.88497 5.82306C9.91008 5.82141 9.94004 5.82141 9.99996 5.82141V5.82141C10.0599 5.82141 10.0899 5.82141 10.115 5.82306C10.5086 5.84883 10.8189 6.16817 10.8334 6.56236C10.8343 6.5875 10.8335 6.61745 10.8318 6.67735L10.7043 11.131C10.6934 11.5121 10.3812 11.8154 9.99995 11.8154V11.8154C9.61866 11.8154 9.30655 11.5121 9.29564 11.131L9.16817 6.67735Z"}},{tag:"rect",attrs:{width:1.37,height:1.37,x:9.31,y:12.81,fill:"colorChannel1",rx:.69}}]};t.Warn=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(i.IconBase,Object.assign({},e,{id:"warn",ref:t,icon:a}))}));t.Warn.displayName="Warn";t["default"]=t.Warn},1432:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.WarningSingle=void 0;var n=r(7522);var i=r(7565);var a={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M1.40051 8.00049C1.40051 4.41098 4.311 1.50049 7.90051 1.50049C11.49 1.50049 14.4005 4.41098 14.4005 8.00049C14.4005 11.59 11.49 14.5005 7.90051 14.5005C4.311 14.5005 1.40051 11.59 1.40051 8.00049ZM7.31368 5.3379L7.56087 9.33424H8.24066L8.49816 5.3379L8.51876 4.12252H7.28278L7.31368 5.3379ZM7.07678 11.0646C7.07678 11.5693 7.44758 11.8783 7.90077 11.8783C8.35396 11.8783 8.72476 11.5693 8.72476 11.0646C8.72476 10.5805 8.35396 10.2612 7.90077 10.2612C7.44758 10.2612 7.07678 10.5805 7.07678 11.0646Z",fillRule:"evenodd",clipRule:"evenodd"}}]};t.WarningSingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(i.IconBase,Object.assign({},e,{id:"warning-single",ref:t,icon:a}))}));t.WarningSingle.displayName="WarningSingle";t["default"]=t.WarningSingle},6726:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.WechatSingle24=void 0;var n=r(7522);var i=r(7565);var a={tag:"svg",attrs:{fill:"none",viewBox:"0 0 25 25",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_217_30",style:{maskType:"alpha"},width:25,height:25,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M0.81 0.36H24.81V24.36H0.81z"}}]},{tag:"g",attrs:{fill:"currentColor",mask:"url(#mask0_217_30)",fillRule:"evenodd",clipRule:"evenodd"},children:[{tag:"path",attrs:{d:"M17.275 10.0119C17.2932 10.0828 17.3113 10.1537 17.3326 10.2236C17.3609 10.3164 17.326 10.3356 17.2435 10.3237C16.9976 10.2884 16.75 10.2923 16.5036 10.3027C14.6143 10.3836 12.9473 11.012 11.5846 12.3486C10.7342 13.1824 10.182 14.1899 9.97096 15.3685C9.82829 16.1646 9.87309 16.9547 10.1073 17.7313C10.1531 17.8835 10.1528 17.8847 9.9863 17.8828C9.0419 17.8723 8.12087 17.7245 7.22979 17.4066C7.1677 17.3847 7.12047 17.389 7.06301 17.4253C6.52292 17.7658 5.98137 18.1042 5.43982 18.4426L5.06879 18.6745C5.0424 18.6909 5.0156 18.7064 4.98567 18.7238C4.96989 18.733 4.95281 18.7429 4.93488 18.7534C4.97454 18.5769 5.01381 18.4011 5.05295 18.2258C5.16998 17.7019 5.28589 17.1831 5.4072 16.6657C5.43472 16.5483 5.4206 16.4882 5.31591 16.4132C4.16529 15.591 3.29758 14.5424 2.87322 13.18C2.28574 11.2934 2.63073 9.55116 3.80058 7.97521C4.65173 6.82873 5.78993 6.05792 7.12047 5.56368C7.89785 5.27493 8.70226 5.114 9.53126 5.06896C11.3322 4.97133 13.0077 5.36696 14.5245 6.35519C15.7944 7.18248 16.7159 8.29439 17.1999 9.74544C17.2291 9.83282 17.2521 9.92236 17.275 10.0119ZM6.39202 9.12948C6.3908 9.76955 6.91425 10.2979 7.55213 10.3003C8.19245 10.3027 8.72296 9.77977 8.72612 9.14287C8.72929 8.50158 8.20852 7.97058 7.57185 7.96596C6.92448 7.96133 6.39324 8.48527 6.39202 9.12948ZM12.5123 10.3005C11.8739 10.2981 11.3507 9.77052 11.3517 9.13021C11.3526 8.48624 11.8841 7.96182 12.531 7.9662C13.1679 7.97058 13.6884 8.50134 13.6855 9.14262C13.6826 9.77953 13.1523 10.303 12.5123 10.3005Z"}},{tag:"path",attrs:{d:"M21.3012 12.5271C22.1456 13.266 22.7192 14.1734 22.9376 15.2802C23.1535 16.3738 22.9653 17.4098 22.4156 18.3783C21.971 19.1615 21.3509 19.7785 20.5989 20.2664C20.5214 20.3168 20.5022 20.3608 20.5251 20.4497C20.6249 20.8382 20.7217 21.2275 20.8186 21.6169C20.8591 21.7794 20.8995 21.942 20.9402 22.1045C20.9409 22.1074 20.9417 22.1103 20.9424 22.1132C20.9431 22.1155 20.9437 22.1179 20.9444 22.1202C20.9535 22.1536 20.9629 22.1878 20.9446 22.2331L20.8297 22.1551C20.6358 22.0234 20.4437 21.8929 20.2519 21.762L20.0979 21.657C19.7949 21.4505 19.4919 21.244 19.1906 21.0352C19.1415 21.0014 19.102 20.9982 19.0463 21.0165C18.2163 21.2882 17.3637 21.4148 16.4921 21.379C14.9368 21.3155 13.5228 20.8463 12.3145 19.844C11.4813 19.1528 10.8853 18.2953 10.6187 17.2333C10.291 15.9285 10.5223 14.7124 11.259 13.5991C12.0659 12.38 13.2238 11.6316 14.6013 11.2005C15.3836 10.9558 16.1885 10.8525 17.0055 10.8878C18.6168 10.9575 20.0722 11.452 21.3012 12.5271ZM13.9773 14.3769C13.9754 14.851 14.3666 15.2551 14.8307 15.2585C15.3269 15.2622 15.7278 14.8707 15.7276 14.383C15.7276 13.9056 15.3325 13.509 14.8555 13.5078C14.3778 13.5066 13.9793 13.901 13.9773 14.3769ZM18.918 15.2585C18.4544 15.2566 18.0605 14.8527 18.0617 14.3801C18.0629 13.9036 18.4598 13.508 18.9367 13.508C19.4088 13.508 19.812 13.9041 19.812 14.3677C19.8122 14.8697 19.42 15.2607 18.918 15.2585Z"}}]}]};t.WechatSingle24=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(i.IconBase,Object.assign({},e,{id:"wechat-single-24",ref:t,icon:a}))}));t.WechatSingle24.displayName="WechatSingle24";t["default"]=t.WechatSingle24},2926:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.WechatSingle40=void 0;var n=r(7522);var i=r(7565);var a={tag:"svg",attrs:{fill:"none",viewBox:"0 0 41 41",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_217_9",style:{maskType:"alpha"},width:41,height:41,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#D9D9D9",d:"M0.91 0.36H40.91V40.36H0.91z"}}]},{tag:"g",attrs:{fill:"currentColor",mask:"url(#mask0_217_9)",fillRule:"evenodd",clipRule:"evenodd"},children:[{tag:"path",attrs:{d:"M28.7766 13.9622C28.8085 14.0871 28.8405 14.2121 28.8781 14.3352C28.9278 14.4987 28.8665 14.5326 28.7211 14.5115C28.2878 14.4493 27.8516 14.4562 27.4175 14.4746C24.0888 14.6171 21.1517 15.7242 18.7509 18.0792C17.2525 19.5483 16.2796 21.3233 15.9077 23.3999C15.6564 24.8026 15.7353 26.1946 16.148 27.5629C16.2286 27.831 16.2282 27.8332 15.9348 27.8297C14.2708 27.8113 12.6481 27.5509 11.0781 26.9907C10.9688 26.9521 10.8855 26.9598 10.7843 27.0237C9.83272 27.6236 8.87859 28.2199 7.92444 28.8161L7.27073 29.2247C7.22424 29.2535 7.17701 29.2809 7.12429 29.3115C7.09648 29.3276 7.06638 29.3451 7.0348 29.3637C7.10467 29.0526 7.17386 28.7429 7.24282 28.4342C7.44902 27.5111 7.65324 26.5969 7.86698 25.6854C7.91545 25.4786 7.89057 25.3727 7.70612 25.2406C5.67888 23.792 4.15008 21.9445 3.40241 19.544C2.36734 16.2201 2.97517 13.1505 5.0363 10.3738C6.53593 8.35388 8.54129 6.99581 10.8855 6.12503C12.2552 5.61629 13.6725 5.33275 15.133 5.25339C18.306 5.08138 21.2581 5.77844 23.9305 7.51956C26.1679 8.97715 27.7915 10.9362 28.6443 13.4928C28.6957 13.6467 28.7362 13.8045 28.7766 13.9622ZM9.6021 12.4075C9.59995 13.5352 10.5222 14.4661 11.6461 14.4704C12.7742 14.4746 13.7089 13.5532 13.7145 12.4311C13.7201 11.3012 12.8025 10.3657 11.6808 10.3575C10.5402 10.3494 9.60424 11.2725 9.6021 12.4075ZM20.3852 14.4708C19.2605 14.4665 18.3386 13.5369 18.3403 12.4088C18.3421 11.2742 19.2785 10.3502 20.4182 10.358C21.5403 10.3657 22.4575 11.3008 22.4523 12.4307C22.4472 13.5528 21.5129 14.4751 20.3852 14.4708Z"}},{tag:"path",attrs:{d:"M35.8703 18.3936C37.3579 19.6954 38.3685 21.2942 38.7533 23.2442C39.1338 25.1711 38.8022 26.9963 37.8336 28.7026C37.0503 30.0826 35.9578 31.1696 34.6327 32.0292C34.4963 32.118 34.4624 32.1956 34.5028 32.3522C34.6785 33.0365 34.8492 33.7224 35.0198 34.4082C35.0911 34.6947 35.1625 34.9815 35.2341 35.2678C35.2365 35.277 35.239 35.2862 35.2415 35.2954C35.2576 35.3543 35.2741 35.4145 35.2419 35.4943L35.0395 35.3568C34.6979 35.1249 34.3594 34.895 34.0215 34.6643L33.7501 34.4793C33.2163 34.1155 32.6824 33.7517 32.1517 33.3838C32.065 33.3242 31.9955 33.3186 31.8973 33.3508C30.435 33.8295 28.9328 34.0526 27.3971 33.9895C24.657 33.8776 22.1656 33.051 20.0367 31.2849C18.5688 30.0671 17.5187 28.5564 17.049 26.6853C16.4716 24.3865 16.8791 22.2439 18.1772 20.2823C19.5987 18.1345 21.6388 16.8159 24.0659 16.0562C25.4441 15.6251 26.8622 15.4432 28.3018 15.5054C31.1406 15.6281 33.7049 16.4993 35.8703 18.3936ZM22.9664 21.6528C22.963 22.4879 23.6523 23.2 24.4699 23.206C25.3441 23.2124 26.0506 22.5227 26.0502 21.6635C26.0502 20.8223 25.354 20.1235 24.5137 20.1214C23.6721 20.1192 22.9699 20.8142 22.9664 21.6528ZM31.6712 23.206C30.8545 23.2026 30.1605 22.4909 30.1626 21.6583C30.1647 20.8189 30.8639 20.1218 31.7043 20.1218C32.536 20.1218 33.2464 20.8197 33.2464 21.6365C33.2468 22.521 32.5557 23.2099 31.6712 23.206Z"}}]}]};t.WechatSingle40=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(i.IconBase,Object.assign({},e,{id:"wechat-single-40",ref:t,icon:a}))}));t.WechatSingle40.displayName="WechatSingle40";t["default"]=t.WechatSingle40},193:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.WireframeSingle=void 0;var n=r(7522);var i=r(7565);var a={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M12.5 2.5H3.5C2.94772 2.5 2.5 2.94772 2.5 3.5V12.5C2.5 13.0523 2.94772 13.5 3.5 13.5H12.5C13.0523 13.5 13.5 13.0523 13.5 12.5V3.5C13.5 2.94772 13.0523 2.5 12.5 2.5ZM3.5 1.5C2.39543 1.5 1.5 2.39543 1.5 3.5V12.5C1.5 13.6046 2.39543 14.5 3.5 14.5H12.5C13.6046 14.5 14.5 13.6046 14.5 12.5V3.5C14.5 2.39543 13.6046 1.5 12.5 1.5H3.5Z",fillRule:"evenodd",clipRule:"evenodd"}}]};t.WireframeSingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(i.IconBase,Object.assign({},e,{id:"wireframe-single",ref:t,icon:a}))}));t.WireframeSingle.displayName="WireframeSingle";t["default"]=t.WireframeSingle},1682:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.ZenSingle=void 0;var n=r(7522);var i=r(7565);var a={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_176_82",style:{maskType:"alpha"},width:16,height:16,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#D9D9D9",d:"M16 0H32V16H16z",transform:"rotate(90 16 0)"}}]},{tag:"g",attrs:{mask:"url(#mask0_176_82)"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M7.84425 13.276C7.84411 13.6256 7.5606 13.9089 7.211 13.9088L2.729 13.907C2.3796 13.9068 2.09639 13.6236 2.09625 13.2742L2.09454 8.78533C2.09441 8.43573 2.3777 8.15222 2.7273 8.15209C3.07689 8.15196 3.3604 8.43525 3.36054 8.78484L3.36166 11.7431L11.7467 3.35802L8.78851 3.35687C8.43891 3.35674 8.15562 3.07322 8.15575 2.72363C8.15589 2.37403 8.4394 2.09074 8.789 2.09088L13.271 2.09261C13.6204 2.09275 13.9036 2.37596 13.9037 2.72537L13.9055 7.2143C13.9056 7.56389 13.6223 7.84741 13.2727 7.84754C12.9231 7.84768 12.6396 7.56438 12.6395 7.21479L12.6383 4.2568L4.25353 12.6416L7.2115 12.6428C7.5611 12.6429 7.84439 12.9264 7.84425 13.276Z"}}]}]};t.ZenSingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(i.IconBase,Object.assign({},e,{id:"zen-single",ref:t,icon:a}))}));t.ZenSingle.displayName="ZenSingle";t["default"]=t.ZenSingle},1780:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.ZoomIncreaseSingle=void 0;var n=r(7522);var i=r(7565);var a={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M7.5 14.1406C7.5 14.4168 7.72386 14.6406 8 14.6406C8.27614 14.6406 8.5 14.4168 8.5 14.1406V8.47424H14.1664C14.4425 8.47424 14.6664 8.25039 14.6664 7.97424C14.6664 7.6981 14.4425 7.47424 14.1664 7.47424H8.5V1.80786C8.5 1.53172 8.27614 1.30786 8 1.30786C7.72386 1.30786 7.5 1.53172 7.5 1.80786V7.47424H1.83362C1.55748 7.47424 1.33362 7.6981 1.33362 7.97424C1.33362 8.25038 1.55748 8.47424 1.83362 8.47424H7.5V14.1406Z"}}]};t.ZoomIncreaseSingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(i.IconBase,Object.assign({},e,{id:"zoom-increase-single",ref:t,icon:a}))}));t.ZoomIncreaseSingle.displayName="ZoomIncreaseSingle";t["default"]=t.ZoomIncreaseSingle},7041:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:true});t.ZoomReduceSingle=void 0;var n=r(7522);var i=r(7565);var a={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M1.33362 7.97412C1.33362 7.69798 1.55748 7.47412 1.83362 7.47412L14.1664 7.47412C14.4425 7.47412 14.6664 7.69798 14.6664 7.97412C14.6664 8.25026 14.4425 8.47412 14.1664 8.47412L1.83362 8.47412C1.55748 8.47412 1.33362 8.25026 1.33362 7.97412Z",fillRule:"evenodd",clipRule:"evenodd"}}]};t.ZoomReduceSingle=(0,n.forwardRef)((function(e,t){return(0,n.createElement)(i.IconBase,Object.assign({},e,{id:"zoom-reduce-single",ref:t,icon:a}))}));t.ZoomReduceSingle.displayName="ZoomReduceSingle";t["default"]=t.ZoomReduceSingle},7565:function(e,t,r){var n=this&&this.__assign||function(){n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++){t=arguments[r];for(var i in t)if(Object.prototype.hasOwnProperty.call(t,i))e[i]=t[i]}return e};return n.apply(this,arguments)};var i=this&&this.__rest||function(e,t){var r={};for(var n in e)if(Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0)r[n]=e[n];if(e!=null&&typeof Object.getOwnPropertySymbols==="function")for(var i=0,n=Object.getOwnPropertySymbols(e);i<n.length;i++){if(t.indexOf(n[i])<0&&Object.prototype.propertyIsEnumerable.call(e,n[i]))r[n[i]]=e[n[i]]}return r};Object.defineProperty(t,"__esModule",{value:true});t.IconBase=void 0;var a=r(7522);t.IconBase=(0,a.forwardRef)((function(e,t){var r=e.icon,l=e.id,o=e.className,s=e.extend,d=i(e,["icon","id","className","extend"]);var g="univerjs-icon univerjs-icon-".concat(l," ").concat(o||"").trim();var C=(0,a.useRef)("_".concat(generateShortUuid()));return render(r,"".concat(l),{defIds:r.defIds,idSuffix:C.current},n({ref:t,className:g},d),s)}));function render(e,t,r,i,l){return(0,a.createElement)(e.tag,n(n({key:t},replaceRuntimeIdsAndExtInAttrs(e,r,l)),i),(replaceRuntimeIdsInDefs(e,r).children||[]).map((function(n,i){return render(n,"".concat(t,"-").concat(e.tag,"-").concat(i),r,undefined,l)})))}function replaceRuntimeIdsAndExtInAttrs(e,t,r){var i=n({},e.attrs);if((r===null||r===void 0?void 0:r.colorChannel1)&&i["fill"]==="colorChannel1"){i["fill"]=r.colorChannel1}var a=t.defIds;if(!a||a.length===0){return i}if(e.tag==="use"&&i["xlink:href"]){i["xlink:href"]=i["xlink:href"]+t.idSuffix}Object.entries(i).forEach((function(e){var r=e[0],n=e[1];if(typeof n==="string"){i[r]=n.replace(/url\(#(.*)\)/,"url(#$1".concat(t.idSuffix,")"))}}));return i}function replaceRuntimeIdsInDefs(e,t){var r;var i=t.defIds;if(!i||i.length===0){return e}if(e.tag==="defs"&&((r=e.children)===null||r===void 0?void 0:r.length)){return n(n({},e),{children:e.children.map((function(e){if(typeof e.attrs.id==="string"){if(i&&i.indexOf(e.attrs.id)>-1){return n(n({},e),{attrs:n(n({},e.attrs),{id:e.attrs.id+t.idSuffix})})}}return e}))})}return e}function generateShortUuid(){return Math.random().toString(36).substring(2,8)}t.IconBase.displayName="UniverIcon"},6975:function(e,t,r){var n=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:true});t.CrossSingle=t.CreateCopySingle=t.Correct=t.CorrectSingle=t.Copy=t.ConvertSingle=t.ContentSingle20=t.ContentSingle16=t.Conditions=t.CommentSingle=t.CodeSingle=t.CntSingle=t.CloseSingle=t.ClearFormat=t.ChipSingle=t.CheckMarkSingle=t.CheckBoxPartSingle=t.Cell75=t.Cell50=t.Cell25=t.Cell100=t.Cell0=t.CancelMergeSingle=t.CancelFreezeSingle=t.BrushSingle=t.BonusPointsSingle20=t.BonusPointsSingle16=t.BoldSingle=t.BackSlashSingle=t.AvgSingle=t.AutowrapSingle=t.Autofill=t.AutoWidth=t.AutoHeight=t.AscendingOrder=t.ArrowUpSingle=t.ArrowTiltUpSingle=t.ArrowTiltDownSingle=t.ArrowRigheSingle=t.ArrowDownSingle=t.ArchitectureSingle=t.AmplifySingle=t.AllBorderSingle=t.AlignTopSingle=t.AlignBottomSingle=t.AdjustWidth=t.AdjustHeight=t.AdditionAndSubtractionSingle=t.AddProtection=t.AddDigitsSingle=void 0;t.Impatient=t.HourglassSingle=t.HorizontallySingle=t.HorizontalMergeSingle=t.HorizontalBorder=t.HistorySingle=t.HistoryOperations=t.Hide=t.Guffaw=t.GridSingle=t.GithubSingle40=t.GithubSingle24=t.FxSingle=t.FunctionSingle=t.FromZToA=t.FromAToZ=t.FreezeToSelectedSingle=t.FreezeRowSingle=t.FreezeColumnSingle=t.FontSizeReduceSingleSingle=t.FontSizeIncreaseSingle=t.FontColor=t.FolderSingle=t.FlagSingle=t.FileLockSingle=t.EyelashSingle=t.ExportSingle=t.ErrorSingle=t.EraserSingle=t.EditRegionSingle=t.DropdownSingle=t.DownSingle=t.DownBorder=t.Dissatisfied=t.DiscordSingle40=t.DiscordSingle24=t.DirectExportSingle=t.DetailsSingle=t.DescendingOrder=t.DeleteSingle=t.DeleteRow=t.DeleteColumn=t.DeleteCellShiftUp=t.DeleteCellShiftRight=t.DeleteCellShiftLeft=t.DeleteCellMoveDown=t.DateSingle=t.CustomSorting=t.CustomSorting1=t.CustomColorsSingle=void 0;t.NoColor=t.NoBorderSingle=t.NextSingle=t.NewbuiltSingle=t.NeedSingle20=t.NeedSingle16=t.NameScopingSingle=t.MoreUpSingle=t.MoreSingle=t.MoreRightSingle=t.MoreLeftSingle=t.MoreFunctionSingle=t.MoreDownSingle=t.Mistake=t.MistakeSingle=t.MinSingle=t.MergeTextSingle=t.MergeCellCenterContentSingle=t.MergeByRowSingle=t.MergeAllSingle=t.MenuSingle=t.MenuSingle24=t.MaxSingle=t.MagnifierSingle=t.Longitudinal=t.LockSingle=t.Loading=t.LiveShareSingle=t.LinkSingle=t.LeftTridiagonalSingle=t.LeftRotationNinetyDegreesSingle=t.LeftRotationFortyFiveDegreesSingle=t.LeftJustifyingSingle=t.LeftInsertColumn=t.LeftDoubleDiagonalSingle=t.LeftBorder=t.Lateral=t.LanguageSingle=t.KeyboardSingle=t.ItalicSingle=t.Insert=t.InsertRowBelow=t.InsertRowAbove=t.InsertLink=t.InsertComment=t.InsertCellShiftRight=t.InsertCellDown=t.InnerBorder=t.Indicate=t.IncreaseSingle=void 0;t.RoundnessSingle=t.RmbSingle=t.RightRotationNinetyDegreesSingle=t.RightRotationFortyFiveDegreesSingle=t.RightJustifyingSingle=t.RightInsertColumn=t.RightDoubleDiagonalSingle=t.RightBorder=t.RhomboidSingle=t.RenewSingle=t.RenameSingle=t.Reduce=t.ReduceSingle=t.ReduceDigitsSingle=t.RedoSingle=t.RecommendSingle=t.RadioYesSingle=t.RadioNotSingle=t.Progress75Single=t.Progress50Single=t.Progress25Single=t.Progress100Single=t.Progress0Single=t.PrivacyViewing=t.PrintSingle=t.PositionSingle20=t.PositionSingle16=t.PipingSingle=t.PercentSingle=t.Paste=t.PasteValuesOnly=t.PasteTransposedContent=t.PasteSpecial=t.PasteFormulaOnly=t.PasteFormatOnly=t.PasteDataOnly=t.PasteConditionsOnly=t.PasteColumnWidthOnly=t.PasteAllExcept=t.PaletteSingle=t.PaintingSingle=t.PaintBucket=t.OverflowSingle=t.OuterBorder=t.OrderSingle=t.OnLineSingle=t.OffLineSingle=t.NoteSingle=t.Noninductive=t.NoRotationSingle=void 0;t.ZoomReduceSingle=t.ZoomIncreaseSingle=t.ZenSingle=t.WireframeSingle=t.WechatSingle40=t.WechatSingle24=t.WarningSingle=t.Warn=t.WarnSingle=t.VerticalTextSingle=t.VerticalMergeSingle=t.VerticalIntegrationSingle=t.VerticalCenterSingle=t.VerticalBorder=t.UpSingle=t.UpBorder=t.UnorderSingle=t.UnlockSingle=t.UndoSingle=t.UnderlineSingle=t.TruncationSingle=t.TriangleSingle=t.TianZiGeSingle=t.SystemSingle=t.SuperscriptSingle=t.SumSingle=t.SuccessSingle=t.SubscriptSingle=t.StrikethroughSingle=t.StarSingle=t.StarIncomplete=t.StarFull=t.StarEmpty=t.Sort=t.Smile=t.SmileSingle=t.SlashSingle=t.Signal75=t.Signal50=t.Signal25=t.Signal100=t.Signal0=t.Shear=t.ShareSingle=t.SelectedSingle=t.SelectRangeSingle=t.SearchSingle16=t.Screen=t.SaveSingle=void 0;var i=r(7823);Object.defineProperty(t,"AddDigitsSingle",{enumerable:true,get:function(){return n(i).default}});var a=r(4390);Object.defineProperty(t,"AddProtection",{enumerable:true,get:function(){return n(a).default}});var l=r(6524);Object.defineProperty(t,"AdditionAndSubtractionSingle",{enumerable:true,get:function(){return n(l).default}});var o=r(3615);Object.defineProperty(t,"AdjustHeight",{enumerable:true,get:function(){return n(o).default}});var s=r(6658);Object.defineProperty(t,"AdjustWidth",{enumerable:true,get:function(){return n(s).default}});var d=r(5540);Object.defineProperty(t,"AlignBottomSingle",{enumerable:true,get:function(){return n(d).default}});var g=r(8995);Object.defineProperty(t,"AlignTopSingle",{enumerable:true,get:function(){return n(g).default}});var C=r(9515);Object.defineProperty(t,"AllBorderSingle",{enumerable:true,get:function(){return n(C).default}});var c=r(9223);Object.defineProperty(t,"AmplifySingle",{enumerable:true,get:function(){return n(c).default}});var u=r(8653);Object.defineProperty(t,"ArchitectureSingle",{enumerable:true,get:function(){return n(u).default}});var f=r(9883);Object.defineProperty(t,"ArrowDownSingle",{enumerable:true,get:function(){return n(f).default}});var h=r(8233);Object.defineProperty(t,"ArrowRigheSingle",{enumerable:true,get:function(){return n(h).default}});var m=r(3416);Object.defineProperty(t,"ArrowTiltDownSingle",{enumerable:true,get:function(){return n(m).default}});var v=r(3330);Object.defineProperty(t,"ArrowTiltUpSingle",{enumerable:true,get:function(){return n(v).default}});var p=r(4481);Object.defineProperty(t,"ArrowUpSingle",{enumerable:true,get:function(){return n(p).default}});var S=r(9456);Object.defineProperty(t,"AscendingOrder",{enumerable:true,get:function(){return n(S).default}});var L=r(4192);Object.defineProperty(t,"AutoHeight",{enumerable:true,get:function(){return n(L).default}});var H=r(8939);Object.defineProperty(t,"AutoWidth",{enumerable:true,get:function(){return n(H).default}});var y=r(4833);Object.defineProperty(t,"Autofill",{enumerable:true,get:function(){return n(y).default}});var M=r(8821);Object.defineProperty(t,"AutowrapSingle",{enumerable:true,get:function(){return n(M).default}});var V=r(4369);Object.defineProperty(t,"AvgSingle",{enumerable:true,get:function(){return n(V).default}});var w=r(8880);Object.defineProperty(t,"BackSlashSingle",{enumerable:true,get:function(){return n(w).default}});var b=r(8972);Object.defineProperty(t,"BoldSingle",{enumerable:true,get:function(){return n(b).default}});var _=r(9537);Object.defineProperty(t,"BonusPointsSingle16",{enumerable:true,get:function(){return n(_).default}});var k=r(3644);Object.defineProperty(t,"BonusPointsSingle20",{enumerable:true,get:function(){return n(k).default}});var O=r(3335);Object.defineProperty(t,"BrushSingle",{enumerable:true,get:function(){return n(O).default}});var R=r(2267);Object.defineProperty(t,"CancelFreezeSingle",{enumerable:true,get:function(){return n(R).default}});var j=r(1179);Object.defineProperty(t,"CancelMergeSingle",{enumerable:true,get:function(){return n(j).default}});var P=r(2480);Object.defineProperty(t,"Cell0",{enumerable:true,get:function(){return n(P).default}});var D=r(6216);Object.defineProperty(t,"Cell100",{enumerable:true,get:function(){return n(D).default}});var B=r(6556);Object.defineProperty(t,"Cell25",{enumerable:true,get:function(){return n(B).default}});var x=r(3495);Object.defineProperty(t,"Cell50",{enumerable:true,get:function(){return n(x).default}});var Z=r(1404);Object.defineProperty(t,"Cell75",{enumerable:true,get:function(){return n(Z).default}});var z=r(5357);Object.defineProperty(t,"CheckBoxPartSingle",{enumerable:true,get:function(){return n(z).default}});var I=r(7534);Object.defineProperty(t,"CheckMarkSingle",{enumerable:true,get:function(){return n(I).default}});var U=r(2822);Object.defineProperty(t,"ChipSingle",{enumerable:true,get:function(){return n(U).default}});var N=r(2888);Object.defineProperty(t,"ClearFormat",{enumerable:true,get:function(){return n(N).default}});var E=r(5891);Object.defineProperty(t,"CloseSingle",{enumerable:true,get:function(){return n(E).default}});var T=r(1405);Object.defineProperty(t,"CntSingle",{enumerable:true,get:function(){return n(T).default}});var A=r(623);Object.defineProperty(t,"CodeSingle",{enumerable:true,get:function(){return n(A).default}});var F=r(5246);Object.defineProperty(t,"CommentSingle",{enumerable:true,get:function(){return n(F).default}});var W=r(9553);Object.defineProperty(t,"Conditions",{enumerable:true,get:function(){return n(W).default}});var G=r(6215);Object.defineProperty(t,"ContentSingle16",{enumerable:true,get:function(){return n(G).default}});var J=r(1094);Object.defineProperty(t,"ContentSingle20",{enumerable:true,get:function(){return n(J).default}});var K=r(8469);Object.defineProperty(t,"ConvertSingle",{enumerable:true,get:function(){return n(K).default}});var Y=r(5754);Object.defineProperty(t,"Copy",{enumerable:true,get:function(){return n(Y).default}});var q=r(5558);Object.defineProperty(t,"CorrectSingle",{enumerable:true,get:function(){return n(q).default}});var $=r(3257);Object.defineProperty(t,"Correct",{enumerable:true,get:function(){return n($).default}});var Q=r(8627);Object.defineProperty(t,"CreateCopySingle",{enumerable:true,get:function(){return n(Q).default}});var X=r(2290);Object.defineProperty(t,"CrossSingle",{enumerable:true,get:function(){return n(X).default}});var ee=r(938);Object.defineProperty(t,"CustomColorsSingle",{enumerable:true,get:function(){return n(ee).default}});var te=r(1313);Object.defineProperty(t,"CustomSorting1",{enumerable:true,get:function(){return n(te).default}});var re=r(1548);Object.defineProperty(t,"CustomSorting",{enumerable:true,get:function(){return n(re).default}});var ne=r(9658);Object.defineProperty(t,"DateSingle",{enumerable:true,get:function(){return n(ne).default}});var ie=r(6946);Object.defineProperty(t,"DeleteCellMoveDown",{enumerable:true,get:function(){return n(ie).default}});var ae=r(7946);Object.defineProperty(t,"DeleteCellShiftLeft",{enumerable:true,get:function(){return n(ae).default}});var le=r(5165);Object.defineProperty(t,"DeleteCellShiftRight",{enumerable:true,get:function(){return n(le).default}});var oe=r(4417);Object.defineProperty(t,"DeleteCellShiftUp",{enumerable:true,get:function(){return n(oe).default}});var se=r(1940);Object.defineProperty(t,"DeleteColumn",{enumerable:true,get:function(){return n(se).default}});var de=r(9500);Object.defineProperty(t,"DeleteRow",{enumerable:true,get:function(){return n(de).default}});var ge=r(2017);Object.defineProperty(t,"DeleteSingle",{enumerable:true,get:function(){return n(ge).default}});var Ce=r(8258);Object.defineProperty(t,"DescendingOrder",{enumerable:true,get:function(){return n(Ce).default}});var ce=r(6701);Object.defineProperty(t,"DetailsSingle",{enumerable:true,get:function(){return n(ce).default}});var ue=r(9087);Object.defineProperty(t,"DirectExportSingle",{enumerable:true,get:function(){return n(ue).default}});var fe=r(8119);Object.defineProperty(t,"DiscordSingle24",{enumerable:true,get:function(){return n(fe).default}});var he=r(357);Object.defineProperty(t,"DiscordSingle40",{enumerable:true,get:function(){return n(he).default}});var me=r(9795);Object.defineProperty(t,"Dissatisfied",{enumerable:true,get:function(){return n(me).default}});var ve=r(5315);Object.defineProperty(t,"DownBorder",{enumerable:true,get:function(){return n(ve).default}});var pe=r(7302);Object.defineProperty(t,"DownSingle",{enumerable:true,get:function(){return n(pe).default}});var Se=r(2917);Object.defineProperty(t,"DropdownSingle",{enumerable:true,get:function(){return n(Se).default}});var Le=r(9338);Object.defineProperty(t,"EditRegionSingle",{enumerable:true,get:function(){return n(Le).default}});var He=r(9106);Object.defineProperty(t,"EraserSingle",{enumerable:true,get:function(){return n(He).default}});var ye=r(9978);Object.defineProperty(t,"ErrorSingle",{enumerable:true,get:function(){return n(ye).default}});var Me=r(0);Object.defineProperty(t,"ExportSingle",{enumerable:true,get:function(){return n(Me).default}});var Ve=r(6466);Object.defineProperty(t,"EyelashSingle",{enumerable:true,get:function(){return n(Ve).default}});var we=r(2791);Object.defineProperty(t,"FileLockSingle",{enumerable:true,get:function(){return n(we).default}});var be=r(6875);Object.defineProperty(t,"FlagSingle",{enumerable:true,get:function(){return n(be).default}});var _e=r(5256);Object.defineProperty(t,"FolderSingle",{enumerable:true,get:function(){return n(_e).default}});var ke=r(597);Object.defineProperty(t,"FontColor",{enumerable:true,get:function(){return n(ke).default}});var Oe=r(548);Object.defineProperty(t,"FontSizeIncreaseSingle",{enumerable:true,get:function(){return n(Oe).default}});var Re=r(8440);Object.defineProperty(t,"FontSizeReduceSingleSingle",{enumerable:true,get:function(){return n(Re).default}});var je=r(6621);Object.defineProperty(t,"FreezeColumnSingle",{enumerable:true,get:function(){return n(je).default}});var Pe=r(6166);Object.defineProperty(t,"FreezeRowSingle",{enumerable:true,get:function(){return n(Pe).default}});var De=r(4731);Object.defineProperty(t,"FreezeToSelectedSingle",{enumerable:true,get:function(){return n(De).default}});var Be=r(5276);Object.defineProperty(t,"FromAToZ",{enumerable:true,get:function(){return n(Be).default}});var xe=r(9801);Object.defineProperty(t,"FromZToA",{enumerable:true,get:function(){return n(xe).default}});var Ze=r(420);Object.defineProperty(t,"FunctionSingle",{enumerable:true,get:function(){return n(Ze).default}});var ze=r(7702);Object.defineProperty(t,"FxSingle",{enumerable:true,get:function(){return n(ze).default}});var Ie=r(9268);Object.defineProperty(t,"GithubSingle24",{enumerable:true,get:function(){return n(Ie).default}});var Ue=r(3173);Object.defineProperty(t,"GithubSingle40",{enumerable:true,get:function(){return n(Ue).default}});var Ne=r(5072);Object.defineProperty(t,"GridSingle",{enumerable:true,get:function(){return n(Ne).default}});var Ee=r(6081);Object.defineProperty(t,"Guffaw",{enumerable:true,get:function(){return n(Ee).default}});var Te=r(9067);Object.defineProperty(t,"Hide",{enumerable:true,get:function(){return n(Te).default}});var Ae=r(4693);Object.defineProperty(t,"HistoryOperations",{enumerable:true,get:function(){return n(Ae).default}});var Fe=r(4358);Object.defineProperty(t,"HistorySingle",{enumerable:true,get:function(){return n(Fe).default}});var We=r(2532);Object.defineProperty(t,"HorizontalBorder",{enumerable:true,get:function(){return n(We).default}});var Ge=r(1685);Object.defineProperty(t,"HorizontalMergeSingle",{enumerable:true,get:function(){return n(Ge).default}});var Je=r(1743);Object.defineProperty(t,"HorizontallySingle",{enumerable:true,get:function(){return n(Je).default}});var Ke=r(3553);Object.defineProperty(t,"HourglassSingle",{enumerable:true,get:function(){return n(Ke).default}});var Ye=r(4063);Object.defineProperty(t,"Impatient",{enumerable:true,get:function(){return n(Ye).default}});var qe=r(2078);Object.defineProperty(t,"IncreaseSingle",{enumerable:true,get:function(){return n(qe).default}});var $e=r(2022);Object.defineProperty(t,"Indicate",{enumerable:true,get:function(){return n($e).default}});var Qe=r(5654);Object.defineProperty(t,"InnerBorder",{enumerable:true,get:function(){return n(Qe).default}});var Xe=r(3862);Object.defineProperty(t,"InsertCellDown",{enumerable:true,get:function(){return n(Xe).default}});var et=r(1357);Object.defineProperty(t,"InsertCellShiftRight",{enumerable:true,get:function(){return n(et).default}});var tt=r(3377);Object.defineProperty(t,"InsertComment",{enumerable:true,get:function(){return n(tt).default}});var rt=r(2562);Object.defineProperty(t,"InsertLink",{enumerable:true,get:function(){return n(rt).default}});var nt=r(6791);Object.defineProperty(t,"InsertRowAbove",{enumerable:true,get:function(){return n(nt).default}});var it=r(5504);Object.defineProperty(t,"InsertRowBelow",{enumerable:true,get:function(){return n(it).default}});var at=r(5538);Object.defineProperty(t,"Insert",{enumerable:true,get:function(){return n(at).default}});var lt=r(8458);Object.defineProperty(t,"ItalicSingle",{enumerable:true,get:function(){return n(lt).default}});var ot=r(6365);Object.defineProperty(t,"KeyboardSingle",{enumerable:true,get:function(){return n(ot).default}});var st=r(799);Object.defineProperty(t,"LanguageSingle",{enumerable:true,get:function(){return n(st).default}});var dt=r(380);Object.defineProperty(t,"Lateral",{enumerable:true,get:function(){return n(dt).default}});var gt=r(3988);Object.defineProperty(t,"LeftBorder",{enumerable:true,get:function(){return n(gt).default}});var Ct=r(7474);Object.defineProperty(t,"LeftDoubleDiagonalSingle",{enumerable:true,get:function(){return n(Ct).default}});var ct=r(4790);Object.defineProperty(t,"LeftInsertColumn",{enumerable:true,get:function(){return n(ct).default}});var ut=r(8554);Object.defineProperty(t,"LeftJustifyingSingle",{enumerable:true,get:function(){return n(ut).default}});var ft=r(8199);Object.defineProperty(t,"LeftRotationFortyFiveDegreesSingle",{enumerable:true,get:function(){return n(ft).default}});var ht=r(3577);Object.defineProperty(t,"LeftRotationNinetyDegreesSingle",{enumerable:true,get:function(){return n(ht).default}});var mt=r(6604);Object.defineProperty(t,"LeftTridiagonalSingle",{enumerable:true,get:function(){return n(mt).default}});var vt=r(2968);Object.defineProperty(t,"LinkSingle",{enumerable:true,get:function(){return n(vt).default}});var pt=r(2046);Object.defineProperty(t,"LiveShareSingle",{enumerable:true,get:function(){return n(pt).default}});var St=r(4222);Object.defineProperty(t,"Loading",{enumerable:true,get:function(){return n(St).default}});var Lt=r(905);Object.defineProperty(t,"LockSingle",{enumerable:true,get:function(){return n(Lt).default}});var Ht=r(913);Object.defineProperty(t,"Longitudinal",{enumerable:true,get:function(){return n(Ht).default}});var yt=r(7050);Object.defineProperty(t,"MagnifierSingle",{enumerable:true,get:function(){return n(yt).default}});var Mt=r(2997);Object.defineProperty(t,"MaxSingle",{enumerable:true,get:function(){return n(Mt).default}});var Vt=r(4856);Object.defineProperty(t,"MenuSingle24",{enumerable:true,get:function(){return n(Vt).default}});var wt=r(6148);Object.defineProperty(t,"MenuSingle",{enumerable:true,get:function(){return n(wt).default}});var bt=r(7419);Object.defineProperty(t,"MergeAllSingle",{enumerable:true,get:function(){return n(bt).default}});var _t=r(4034);Object.defineProperty(t,"MergeByRowSingle",{enumerable:true,get:function(){return n(_t).default}});var kt=r(9089);Object.defineProperty(t,"MergeCellCenterContentSingle",{enumerable:true,get:function(){return n(kt).default}});var Ot=r(7189);Object.defineProperty(t,"MergeTextSingle",{enumerable:true,get:function(){return n(Ot).default}});var Rt=r(3771);Object.defineProperty(t,"MinSingle",{enumerable:true,get:function(){return n(Rt).default}});var jt=r(9619);Object.defineProperty(t,"MistakeSingle",{enumerable:true,get:function(){return n(jt).default}});var Pt=r(8894);Object.defineProperty(t,"Mistake",{enumerable:true,get:function(){return n(Pt).default}});var Dt=r(5506);Object.defineProperty(t,"MoreDownSingle",{enumerable:true,get:function(){return n(Dt).default}});var Bt=r(5069);Object.defineProperty(t,"MoreFunctionSingle",{enumerable:true,get:function(){return n(Bt).default}});var xt=r(1446);Object.defineProperty(t,"MoreLeftSingle",{enumerable:true,get:function(){return n(xt).default}});var Zt=r(6327);Object.defineProperty(t,"MoreRightSingle",{enumerable:true,get:function(){return n(Zt).default}});var zt=r(2140);Object.defineProperty(t,"MoreSingle",{enumerable:true,get:function(){return n(zt).default}});var It=r(3872);Object.defineProperty(t,"MoreUpSingle",{enumerable:true,get:function(){return n(It).default}});var Ut=r(8918);Object.defineProperty(t,"NameScopingSingle",{enumerable:true,get:function(){return n(Ut).default}});var Nt=r(416);Object.defineProperty(t,"NeedSingle16",{enumerable:true,get:function(){return n(Nt).default}});var Et=r(3245);Object.defineProperty(t,"NeedSingle20",{enumerable:true,get:function(){return n(Et).default}});var Tt=r(2606);Object.defineProperty(t,"NewbuiltSingle",{enumerable:true,get:function(){return n(Tt).default}});var At=r(5514);Object.defineProperty(t,"NextSingle",{enumerable:true,get:function(){return n(At).default}});var Ft=r(7012);Object.defineProperty(t,"NoBorderSingle",{enumerable:true,get:function(){return n(Ft).default}});var Wt=r(1157);Object.defineProperty(t,"NoColor",{enumerable:true,get:function(){return n(Wt).default}});var Gt=r(3358);Object.defineProperty(t,"NoRotationSingle",{enumerable:true,get:function(){return n(Gt).default}});var Jt=r(3956);Object.defineProperty(t,"Noninductive",{enumerable:true,get:function(){return n(Jt).default}});var Kt=r(7792);Object.defineProperty(t,"NoteSingle",{enumerable:true,get:function(){return n(Kt).default}});var Yt=r(1101);Object.defineProperty(t,"OffLineSingle",{enumerable:true,get:function(){return n(Yt).default}});var qt=r(5313);Object.defineProperty(t,"OnLineSingle",{enumerable:true,get:function(){return n(qt).default}});var $t=r(834);Object.defineProperty(t,"OrderSingle",{enumerable:true,get:function(){return n($t).default}});var Qt=r(1646);Object.defineProperty(t,"OuterBorder",{enumerable:true,get:function(){return n(Qt).default}});var Xt=r(1338);Object.defineProperty(t,"OverflowSingle",{enumerable:true,get:function(){return n(Xt).default}});var er=r(5380);Object.defineProperty(t,"PaintBucket",{enumerable:true,get:function(){return n(er).default}});var tr=r(3852);Object.defineProperty(t,"PaintingSingle",{enumerable:true,get:function(){return n(tr).default}});var rr=r(9263);Object.defineProperty(t,"PaletteSingle",{enumerable:true,get:function(){return n(rr).default}});var nr=r(992);Object.defineProperty(t,"PasteAllExcept",{enumerable:true,get:function(){return n(nr).default}});var ir=r(3390);Object.defineProperty(t,"PasteColumnWidthOnly",{enumerable:true,get:function(){return n(ir).default}});var ar=r(5040);Object.defineProperty(t,"PasteConditionsOnly",{enumerable:true,get:function(){return n(ar).default}});var lr=r(5205);Object.defineProperty(t,"PasteDataOnly",{enumerable:true,get:function(){return n(lr).default}});var or=r(6863);Object.defineProperty(t,"PasteFormatOnly",{enumerable:true,get:function(){return n(or).default}});var sr=r(3670);Object.defineProperty(t,"PasteFormulaOnly",{enumerable:true,get:function(){return n(sr).default}});var dr=r(6057);Object.defineProperty(t,"PasteSpecial",{enumerable:true,get:function(){return n(dr).default}});var gr=r(1020);Object.defineProperty(t,"PasteTransposedContent",{enumerable:true,get:function(){return n(gr).default}});var Cr=r(9217);Object.defineProperty(t,"PasteValuesOnly",{enumerable:true,get:function(){return n(Cr).default}});var cr=r(6014);Object.defineProperty(t,"Paste",{enumerable:true,get:function(){return n(cr).default}});var ur=r(1910);Object.defineProperty(t,"PercentSingle",{enumerable:true,get:function(){return n(ur).default}});var fr=r(9650);Object.defineProperty(t,"PipingSingle",{enumerable:true,get:function(){return n(fr).default}});var hr=r(1669);Object.defineProperty(t,"PositionSingle16",{enumerable:true,get:function(){return n(hr).default}});var mr=r(2504);Object.defineProperty(t,"PositionSingle20",{enumerable:true,get:function(){return n(mr).default}});var vr=r(1621);Object.defineProperty(t,"PrintSingle",{enumerable:true,get:function(){return n(vr).default}});var pr=r(5779);Object.defineProperty(t,"PrivacyViewing",{enumerable:true,get:function(){return n(pr).default}});var Sr=r(2693);Object.defineProperty(t,"Progress0Single",{enumerable:true,get:function(){return n(Sr).default}});var Lr=r(1113);Object.defineProperty(t,"Progress100Single",{enumerable:true,get:function(){return n(Lr).default}});var Hr=r(5420);Object.defineProperty(t,"Progress25Single",{enumerable:true,get:function(){return n(Hr).default}});var yr=r(4477);Object.defineProperty(t,"Progress50Single",{enumerable:true,get:function(){return n(yr).default}});var Mr=r(4515);Object.defineProperty(t,"Progress75Single",{enumerable:true,get:function(){return n(Mr).default}});var Vr=r(7912);Object.defineProperty(t,"RadioNotSingle",{enumerable:true,get:function(){return n(Vr).default}});var wr=r(8410);Object.defineProperty(t,"RadioYesSingle",{enumerable:true,get:function(){return n(wr).default}});var br=r(1859);Object.defineProperty(t,"RecommendSingle",{enumerable:true,get:function(){return n(br).default}});var _r=r(7771);Object.defineProperty(t,"RedoSingle",{enumerable:true,get:function(){return n(_r).default}});var kr=r(8323);Object.defineProperty(t,"ReduceDigitsSingle",{enumerable:true,get:function(){return n(kr).default}});var Or=r(5785);Object.defineProperty(t,"ReduceSingle",{enumerable:true,get:function(){return n(Or).default}});var Rr=r(4497);Object.defineProperty(t,"Reduce",{enumerable:true,get:function(){return n(Rr).default}});var jr=r(1679);Object.defineProperty(t,"RenameSingle",{enumerable:true,get:function(){return n(jr).default}});var Pr=r(4409);Object.defineProperty(t,"RenewSingle",{enumerable:true,get:function(){return n(Pr).default}});var Dr=r(5386);Object.defineProperty(t,"RhomboidSingle",{enumerable:true,get:function(){return n(Dr).default}});var Br=r(8861);Object.defineProperty(t,"RightBorder",{enumerable:true,get:function(){return n(Br).default}});var xr=r(2058);Object.defineProperty(t,"RightDoubleDiagonalSingle",{enumerable:true,get:function(){return n(xr).default}});var Zr=r(2726);Object.defineProperty(t,"RightInsertColumn",{enumerable:true,get:function(){return n(Zr).default}});var zr=r(2424);Object.defineProperty(t,"RightJustifyingSingle",{enumerable:true,get:function(){return n(zr).default}});var Ir=r(6965);Object.defineProperty(t,"RightRotationFortyFiveDegreesSingle",{enumerable:true,get:function(){return n(Ir).default}});var Ur=r(9805);Object.defineProperty(t,"RightRotationNinetyDegreesSingle",{enumerable:true,get:function(){return n(Ur).default}});var Nr=r(7577);Object.defineProperty(t,"RmbSingle",{enumerable:true,get:function(){return n(Nr).default}});var Er=r(2193);Object.defineProperty(t,"RoundnessSingle",{enumerable:true,get:function(){return n(Er).default}});var Tr=r(73);Object.defineProperty(t,"SaveSingle",{enumerable:true,get:function(){return n(Tr).default}});var Ar=r(192);Object.defineProperty(t,"Screen",{enumerable:true,get:function(){return n(Ar).default}});var Fr=r(5871);Object.defineProperty(t,"SearchSingle16",{enumerable:true,get:function(){return n(Fr).default}});var Wr=r(7417);Object.defineProperty(t,"SelectRangeSingle",{enumerable:true,get:function(){return n(Wr).default}});var Gr=r(8982);Object.defineProperty(t,"SelectedSingle",{enumerable:true,get:function(){return n(Gr).default}});var Jr=r(728);Object.defineProperty(t,"ShareSingle",{enumerable:true,get:function(){return n(Jr).default}});var Kr=r(5305);Object.defineProperty(t,"Shear",{enumerable:true,get:function(){return n(Kr).default}});var Yr=r(8644);Object.defineProperty(t,"Signal0",{enumerable:true,get:function(){return n(Yr).default}});var qr=r(6938);Object.defineProperty(t,"Signal100",{enumerable:true,get:function(){return n(qr).default}});var $r=r(8981);Object.defineProperty(t,"Signal25",{enumerable:true,get:function(){return n($r).default}});var Qr=r(445);Object.defineProperty(t,"Signal50",{enumerable:true,get:function(){return n(Qr).default}});var Xr=r(9357);Object.defineProperty(t,"Signal75",{enumerable:true,get:function(){return n(Xr).default}});var en=r(467);Object.defineProperty(t,"SlashSingle",{enumerable:true,get:function(){return n(en).default}});var tn=r(9228);Object.defineProperty(t,"SmileSingle",{enumerable:true,get:function(){return n(tn).default}});var rn=r(7654);Object.defineProperty(t,"Smile",{enumerable:true,get:function(){return n(rn).default}});var nn=r(4033);Object.defineProperty(t,"Sort",{enumerable:true,get:function(){return n(nn).default}});var an=r(6670);Object.defineProperty(t,"StarEmpty",{enumerable:true,get:function(){return n(an).default}});var ln=r(501);Object.defineProperty(t,"StarFull",{enumerable:true,get:function(){return n(ln).default}});var on=r(7539);Object.defineProperty(t,"StarIncomplete",{enumerable:true,get:function(){return n(on).default}});var sn=r(7074);Object.defineProperty(t,"StarSingle",{enumerable:true,get:function(){return n(sn).default}});var dn=r(2377);Object.defineProperty(t,"StrikethroughSingle",{enumerable:true,get:function(){return n(dn).default}});var gn=r(1230);Object.defineProperty(t,"SubscriptSingle",{enumerable:true,get:function(){return n(gn).default}});var Cn=r(4516);Object.defineProperty(t,"SuccessSingle",{enumerable:true,get:function(){return n(Cn).default}});var cn=r(2212);Object.defineProperty(t,"SumSingle",{enumerable:true,get:function(){return n(cn).default}});var un=r(2966);Object.defineProperty(t,"SuperscriptSingle",{enumerable:true,get:function(){return n(un).default}});var fn=r(4815);Object.defineProperty(t,"SystemSingle",{enumerable:true,get:function(){return n(fn).default}});var hn=r(4333);Object.defineProperty(t,"TianZiGeSingle",{enumerable:true,get:function(){return n(hn).default}});var mn=r(511);Object.defineProperty(t,"TriangleSingle",{enumerable:true,get:function(){return n(mn).default}});var vn=r(7415);Object.defineProperty(t,"TruncationSingle",{enumerable:true,get:function(){return n(vn).default}});var pn=r(7477);Object.defineProperty(t,"UnderlineSingle",{enumerable:true,get:function(){return n(pn).default}});var Sn=r(9232);Object.defineProperty(t,"UndoSingle",{enumerable:true,get:function(){return n(Sn).default}});var Ln=r(2066);Object.defineProperty(t,"UnlockSingle",{enumerable:true,get:function(){return n(Ln).default}});var Hn=r(4701);Object.defineProperty(t,"UnorderSingle",{enumerable:true,get:function(){return n(Hn).default}});var yn=r(4101);Object.defineProperty(t,"UpBorder",{enumerable:true,get:function(){return n(yn).default}});var Mn=r(5883);Object.defineProperty(t,"UpSingle",{enumerable:true,get:function(){return n(Mn).default}});var Vn=r(9275);Object.defineProperty(t,"VerticalBorder",{enumerable:true,get:function(){return n(Vn).default}});var wn=r(4906);Object.defineProperty(t,"VerticalCenterSingle",{enumerable:true,get:function(){return n(wn).default}});var bn=r(9426);Object.defineProperty(t,"VerticalIntegrationSingle",{enumerable:true,get:function(){return n(bn).default}});var _n=r(6800);Object.defineProperty(t,"VerticalMergeSingle",{enumerable:true,get:function(){return n(_n).default}});var kn=r(8662);Object.defineProperty(t,"VerticalTextSingle",{enumerable:true,get:function(){return n(kn).default}});var On=r(121);Object.defineProperty(t,"WarnSingle",{enumerable:true,get:function(){return n(On).default}});var Rn=r(5961);Object.defineProperty(t,"Warn",{enumerable:true,get:function(){return n(Rn).default}});var jn=r(1432);Object.defineProperty(t,"WarningSingle",{enumerable:true,get:function(){return n(jn).default}});var Pn=r(6726);Object.defineProperty(t,"WechatSingle24",{enumerable:true,get:function(){return n(Pn).default}});var Dn=r(2926);Object.defineProperty(t,"WechatSingle40",{enumerable:true,get:function(){return n(Dn).default}});var Bn=r(193);Object.defineProperty(t,"WireframeSingle",{enumerable:true,get:function(){return n(Bn).default}});var xn=r(1682);Object.defineProperty(t,"ZenSingle",{enumerable:true,get:function(){return n(xn).default}});var Zn=r(1780);Object.defineProperty(t,"ZoomIncreaseSingle",{enumerable:true,get:function(){return n(Zn).default}});var zn=r(7041);Object.defineProperty(t,"ZoomReduceSingle",{enumerable:true,get:function(){return n(zn).default}})},6144:function(e,t,r){var n=this&&this.__createBinding||(Object.create?function(e,t,r,n){if(n===undefined)n=r;var i=Object.getOwnPropertyDescriptor(t,r);if(!i||("get"in i?!t.__esModule:i.writable||i.configurable)){i={enumerable:true,get:function(){return t[r]}}}Object.defineProperty(e,n,i)}:function(e,t,r,n){if(n===undefined)n=r;e[n]=t[r]});var i=this&&this.__exportStar||function(e,t){for(var r in e)if(r!=="default"&&!Object.prototype.hasOwnProperty.call(t,r))n(t,e,r)};Object.defineProperty(t,"__esModule",{value:true});i(r(6975),t);i(r(1635),t);i(r(7565),t)},1635:(e,t)=>{Object.defineProperty(t,"__esModule",{value:true});t.singleStartPageManifest=t.binaryRightClickManifest=t.binaryStartPageManifest=t.singleGlobalFunctionalityManifest=t.singleUniverOfficialWebsiteWebManifest=t.singleDocumentOperationsManifest=t.singleUniverOfficialWebsiteMidManifest=t.singleShareManifest=t.singleFeedbackManifest=t.binaryDrawerPageManifest=t.singleDrawerPageManifest=t.otherFeedbackManifest=void 0;t.otherFeedbackManifest=[{stem:"loading",icon:"Loading"}];t.singleDrawerPageManifest=[{stem:"grid-single",icon:"GridSingle"},{stem:"note-single",icon:"NoteSingle"}];t.binaryDrawerPageManifest=[{stem:"lateral",icon:"Lateral"},{stem:"longitudinal",icon:"Longitudinal"}];t.singleFeedbackManifest=[{stem:"error-single",icon:"ErrorSingle"},{stem:"off-line-single",icon:"OffLineSingle"},{stem:"on-line-single",icon:"OnLineSingle"},{stem:"smile-single",icon:"SmileSingle"},{stem:"success-single",icon:"SuccessSingle"},{stem:"warning-single",icon:"WarningSingle"}];t.singleShareManifest=[{stem:"addition-and-subtraction-single",icon:"AdditionAndSubtractionSingle"},{stem:"direct-export-single",icon:"DirectExportSingle"},{stem:"file-lock-single",icon:"FileLockSingle"},{stem:"hourglass-single",icon:"HourglassSingle"},{stem:"link-single",icon:"LinkSingle"},{stem:"live-share-single",icon:"LiveShareSingle"},{stem:"share-single",icon:"ShareSingle"}];t.singleUniverOfficialWebsiteMidManifest=[{stem:"bonus-points-single-16",icon:"BonusPointsSingle16"},{stem:"content-single-16",icon:"ContentSingle16"},{stem:"discord-single-24",icon:"DiscordSingle24"},{stem:"github-single-24",icon:"GithubSingle24"},{stem:"menu-single-24",icon:"MenuSingle24"},{stem:"need-single-16",icon:"NeedSingle16"},{stem:"position-single-16",icon:"PositionSingle16"},{stem:"search-single-16",icon:"SearchSingle16"},{stem:"wechat-single-24",icon:"WechatSingle24"}];t.singleDocumentOperationsManifest=[{stem:"create-copy-single",icon:"CreateCopySingle"},{stem:"delete-single",icon:"DeleteSingle"},{stem:"details-single",icon:"DetailsSingle"},{stem:"export-single",icon:"ExportSingle"},{stem:"folder-single",icon:"FolderSingle"},{stem:"history-single",icon:"HistorySingle"},{stem:"keyboard-single",icon:"KeyboardSingle"},{stem:"menu-single",icon:"MenuSingle"},{stem:"newbuilt-single",icon:"NewbuiltSingle"},{stem:"print-single",icon:"PrintSingle"},{stem:"rename-single",icon:"RenameSingle"},{stem:"renew-single",icon:"RenewSingle"},{stem:"save-single",icon:"SaveSingle"}];t.singleUniverOfficialWebsiteWebManifest=[{stem:"architecture-single",icon:"ArchitectureSingle"},{stem:"bonus-points-single-20",icon:"BonusPointsSingle20"},{stem:"chip-single",icon:"ChipSingle"},{stem:"content-single-20",icon:"ContentSingle20"},{stem:"discord-single-40",icon:"DiscordSingle40"},{stem:"github-single-40",icon:"GithubSingle40"},{stem:"language-single",icon:"LanguageSingle"},{stem:"need-single-20",icon:"NeedSingle20"},{stem:"next-single",icon:"NextSingle"},{stem:"palette-single",icon:"PaletteSingle"},{stem:"position-single-20",icon:"PositionSingle20"},{stem:"star-single",icon:"StarSingle"},{stem:"system-single",icon:"SystemSingle"},{stem:"wechat-single-40",icon:"WechatSingle40"}];t.singleGlobalFunctionalityManifest=[{stem:"amplify-single",icon:"AmplifySingle"},{stem:"check-box-part-single",icon:"CheckBoxPartSingle"},{stem:"check-mark-single",icon:"CheckMarkSingle"},{stem:"close-single",icon:"CloseSingle"},{stem:"comment-single",icon:"CommentSingle"},{stem:"convert-single",icon:"ConvertSingle"},{stem:"custom-colors-single",icon:"CustomColorsSingle"},{stem:"delete-single",icon:"DeleteSingle"},{stem:"dropdown-single",icon:"DropdownSingle"},{stem:"edit-region-single",icon:"EditRegionSingle"},{stem:"eyelash-single",icon:"EyelashSingle"},{stem:"fx-single",icon:"FxSingle"},{stem:"increase-single",icon:"IncreaseSingle"},{stem:"live-share-single",icon:"LiveShareSingle"},{stem:"lock-single",icon:"LockSingle"},{stem:"more-down-single",icon:"MoreDownSingle"},{stem:"more-left-single",icon:"MoreLeftSingle"},{stem:"more-right-single",icon:"MoreRightSingle"},{stem:"more-single",icon:"MoreSingle"},{stem:"more-up-single",icon:"MoreUpSingle"},{stem:"order-single",icon:"OrderSingle"},{stem:"radio-not-single",icon:"RadioNotSingle"},{stem:"radio-yes-single",icon:"RadioYesSingle"},{stem:"recommend-single",icon:"RecommendSingle"},{stem:"reduce-single",icon:"ReduceSingle"},{stem:"select-range-single",icon:"SelectRangeSingle"},{stem:"selected-single",icon:"SelectedSingle"},{stem:"tian-zi-ge-single",icon:"TianZiGeSingle"},{stem:"unlock-single",icon:"UnlockSingle"},{stem:"unorder-single",icon:"UnorderSingle"},{stem:"wireframe-single",icon:"WireframeSingle"},{stem:"zen-single",icon:"ZenSingle"},{stem:"zoom-increase-single",icon:"ZoomIncreaseSingle"},{stem:"zoom-reduce-single",icon:"ZoomReduceSingle"}];t.binaryStartPageManifest=[{stem:"back-slash-single",icon:"BackSlashSingle"},{stem:"cell-0",icon:"Cell0"},{stem:"cell-100",icon:"Cell100"},{stem:"cell-25",icon:"Cell25"},{stem:"cell-50",icon:"Cell50"},{stem:"cell-75",icon:"Cell75"},{stem:"conditions",icon:"Conditions"},{stem:"correct",icon:"Correct"},{stem:"dissatisfied",icon:"Dissatisfied"},{stem:"down-border",icon:"DownBorder"},{stem:"font-color",icon:"FontColor"},{stem:"guffaw",icon:"Guffaw"},{stem:"horizontal-border",icon:"HorizontalBorder"},{stem:"impatient",icon:"Impatient"},{stem:"indicate",icon:"Indicate"},{stem:"inner-border",icon:"InnerBorder"},{stem:"left-border",icon:"LeftBorder"},{stem:"left-double-diagonal-single",icon:"LeftDoubleDiagonalSingle"},{stem:"left-tridiagonal-single",icon:"LeftTridiagonalSingle"},{stem:"mistake",icon:"Mistake"},{stem:"no-color",icon:"NoColor"},{stem:"noninductive",icon:"Noninductive"},{stem:"outer-border",icon:"OuterBorder"},{stem:"paint-bucket",icon:"PaintBucket"},{stem:"right-border",icon:"RightBorder"},{stem:"right-double-diagonal-single",icon:"RightDoubleDiagonalSingle"},{stem:"signal-0",icon:"Signal0"},{stem:"signal-100",icon:"Signal100"},{stem:"signal-25",icon:"Signal25"},{stem:"signal-50",icon:"Signal50"},{stem:"signal-75",icon:"Signal75"},{stem:"slash-single",icon:"SlashSingle"},{stem:"smile",icon:"Smile"},{stem:"star-empty",icon:"StarEmpty"},{stem:"star-full",icon:"StarFull"},{stem:"star-incomplete",icon:"StarIncomplete"},{stem:"up-border",icon:"UpBorder"},{stem:"vertical-border",icon:"VerticalBorder"},{stem:"warn",icon:"Warn"}];t.binaryRightClickManifest=[{stem:"add-protection",icon:"AddProtection"},{stem:"adjust-height",icon:"AdjustHeight"},{stem:"adjust-width",icon:"AdjustWidth"},{stem:"ascending-order",icon:"AscendingOrder"},{stem:"auto-height",icon:"AutoHeight"},{stem:"auto-width",icon:"AutoWidth"},{stem:"autofill",icon:"Autofill"},{stem:"clear-format",icon:"ClearFormat"},{stem:"copy",icon:"Copy"},{stem:"custom-sorting-1",icon:"CustomSorting1"},{stem:"custom-sorting",icon:"CustomSorting"},{stem:"delete-cell-move-down",icon:"DeleteCellMoveDown"},{stem:"delete-cell-shift-left",icon:"DeleteCellShiftLeft"},{stem:"delete-cell-shift-right",icon:"DeleteCellShiftRight"},{stem:"delete-cell-shift-up",icon:"DeleteCellShiftUp"},{stem:"delete-column",icon:"DeleteColumn"},{stem:"delete-row",icon:"DeleteRow"},{stem:"descending-order",icon:"DescendingOrder"},{stem:"from-a-to-z",icon:"FromAToZ"},{stem:"from-z-to-a",icon:"FromZToA"},{stem:"hide",icon:"Hide"},{stem:"history-operations",icon:"HistoryOperations"},{stem:"insert-cell-down",icon:"InsertCellDown"},{stem:"insert-cell-shift-right",icon:"InsertCellShiftRight"},{stem:"insert-comment",icon:"InsertComment"},{stem:"insert-link",icon:"InsertLink"},{stem:"insert-row-above",icon:"InsertRowAbove"},{stem:"insert-row-below",icon:"InsertRowBelow"},{stem:"insert",icon:"Insert"},{stem:"left-insert-column",icon:"LeftInsertColumn"},{stem:"paste-all-except",icon:"PasteAllExcept"},{stem:"paste-column-width-only",icon:"PasteColumnWidthOnly"},{stem:"paste-conditions-only",icon:"PasteConditionsOnly"},{stem:"paste-data-only",icon:"PasteDataOnly"},{stem:"paste-format-only",icon:"PasteFormatOnly"},{stem:"paste-formula-only",icon:"PasteFormulaOnly"},{stem:"paste-special",icon:"PasteSpecial"},{stem:"paste-transposed-content",icon:"PasteTransposedContent"},{stem:"paste-values-only",icon:"PasteValuesOnly"},{stem:"paste",icon:"Paste"},{stem:"privacy-viewing",icon:"PrivacyViewing"},{stem:"reduce",icon:"Reduce"},{stem:"right-insert-column",icon:"RightInsertColumn"},{stem:"screen",icon:"Screen"},{stem:"shear",icon:"Shear"},{stem:"sort",icon:"Sort"}];t.singleStartPageManifest=[{stem:"add-digits-single",icon:"AddDigitsSingle"},{stem:"align-bottom-single",icon:"AlignBottomSingle"},{stem:"align-top-single",icon:"AlignTopSingle"},{stem:"all-border-single",icon:"AllBorderSingle"},{stem:"arrow-down-single",icon:"ArrowDownSingle"},{stem:"arrow-righe-single",icon:"ArrowRigheSingle"},{stem:"arrow-tilt-down-single",icon:"ArrowTiltDownSingle"},{stem:"arrow-tilt-up-single",icon:"ArrowTiltUpSingle"},{stem:"arrow-up-single",icon:"ArrowUpSingle"},{stem:"autowrap-single",icon:"AutowrapSingle"},{stem:"avg-single",icon:"AvgSingle"},{stem:"back-slash-single",icon:"BackSlashSingle"},{stem:"bold-single",icon:"BoldSingle"},{stem:"brush-single",icon:"BrushSingle"},{stem:"cancel-freeze-single",icon:"CancelFreezeSingle"},{stem:"cancel-merge-single",icon:"CancelMergeSingle"},{stem:"cnt-single",icon:"CntSingle"},{stem:"code-single",icon:"CodeSingle"},{stem:"correct-single",icon:"CorrectSingle"},{stem:"cross-single",icon:"CrossSingle"},{stem:"date-single",icon:"DateSingle"},{stem:"down-single",icon:"DownSingle"},{stem:"eraser-single",icon:"EraserSingle"},{stem:"flag-single",icon:"FlagSingle"},{stem:"font-size-increase-single",icon:"FontSizeIncreaseSingle"},{stem:"font-size-reduce-single-single",icon:"FontSizeReduceSingleSingle"},{stem:"freeze-column-single",icon:"FreezeColumnSingle"},{stem:"freeze-row-single",icon:"FreezeRowSingle"},{stem:"freeze-to-selected-single",icon:"FreezeToSelectedSingle"},{stem:"function-single",icon:"FunctionSingle"},{stem:"horizontal-merge-single",icon:"HorizontalMergeSingle"},{stem:"horizontally-single",icon:"HorizontallySingle"},{stem:"italic-single",icon:"ItalicSingle"},{stem:"left-double-diagonal-single",icon:"LeftDoubleDiagonalSingle"},{stem:"left-justifying-single",icon:"LeftJustifyingSingle"},{stem:"left-rotation-forty-five-degrees-single",icon:"LeftRotationFortyFiveDegreesSingle"},{stem:"left-rotation-ninety-degrees-single",icon:"LeftRotationNinetyDegreesSingle"},{stem:"left-tridiagonal-single",icon:"LeftTridiagonalSingle"},{stem:"live-share-single",icon:"LiveShareSingle"},{stem:"magnifier-single",icon:"MagnifierSingle"},{stem:"max-single",icon:"MaxSingle"},{stem:"merge-all-single",icon:"MergeAllSingle"},{stem:"merge-by-row-single",icon:"MergeByRowSingle"},{stem:"merge-cell-center-content-single",icon:"MergeCellCenterContentSingle"},{stem:"merge-text-single",icon:"MergeTextSingle"},{stem:"min-single",icon:"MinSingle"},{stem:"mistake-single",icon:"MistakeSingle"},{stem:"more-function-single",icon:"MoreFunctionSingle"},{stem:"name-scoping-single",icon:"NameScopingSingle"},{stem:"no-border-single",icon:"NoBorderSingle"},{stem:"no-rotation-single",icon:"NoRotationSingle"},{stem:"overflow-single",icon:"OverflowSingle"},{stem:"painting-single",icon:"PaintingSingle"},{stem:"percent-single",icon:"PercentSingle"},{stem:"piping-single",icon:"PipingSingle"},{stem:"progress-0-single",icon:"Progress0Single"},{stem:"progress-100-single",icon:"Progress100Single"},{stem:"progress-25-single",icon:"Progress25Single"},{stem:"progress-50-single",icon:"Progress50Single"},{stem:"progress-75-single",icon:"Progress75Single"},{stem:"redo-single",icon:"RedoSingle"},{stem:"reduce-digits-single",icon:"ReduceDigitsSingle"},{stem:"rhomboid-single",icon:"RhomboidSingle"},{stem:"right-double-diagonal-single",icon:"RightDoubleDiagonalSingle"},{stem:"right-justifying-single",icon:"RightJustifyingSingle"},{stem:"right-rotation-forty-five-degrees-single",icon:"RightRotationFortyFiveDegreesSingle"},{stem:"right-rotation-ninety-degrees-single",icon:"RightRotationNinetyDegreesSingle"},{stem:"rmb-single",icon:"RmbSingle"},{stem:"roundness-single",icon:"RoundnessSingle"},{stem:"slash-single",icon:"SlashSingle"},{stem:"strikethrough-single",icon:"StrikethroughSingle"},{stem:"subscript-single",icon:"SubscriptSingle"},{stem:"sum-single",icon:"SumSingle"},{stem:"superscript-single",icon:"SuperscriptSingle"},{stem:"triangle-single",icon:"TriangleSingle"},{stem:"truncation-single",icon:"TruncationSingle"},{stem:"underline-single",icon:"UnderlineSingle"},{stem:"undo-single",icon:"UndoSingle"},{stem:"up-single",icon:"UpSingle"},{stem:"vertical-center-single",icon:"VerticalCenterSingle"},{stem:"vertical-integration-single",icon:"VerticalIntegrationSingle"},{stem:"vertical-merge-single",icon:"VerticalMergeSingle"},{stem:"vertical-text-single",icon:"VerticalTextSingle"},{stem:"warn-single",icon:"WarnSingle"}]},7522:e=>{e.exports=require("react")}};var t={};function __nccwpck_require__(r){var n=t[r];if(n!==undefined){return n.exports}var i=t[r]={exports:{}};var a=true;try{e[r].call(i.exports,i,i.exports,__nccwpck_require__);a=false}finally{if(a)delete t[r]}return i.exports}if(typeof __nccwpck_require__!=="undefined")__nccwpck_require__.ab=__dirname+"/";var r=__nccwpck_require__(6144);module.exports=r})();
|