@central-design-system/components 2.36.2 → 2.36.3
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/dist/CdsAccordion/index.js +2 -2
- package/dist/CdsAccordion/styles.css +1 -1
- package/dist/CdsBadge/index.js +2 -2
- package/dist/CdsBadge/styles.css +1 -1
- package/dist/CdsBreadcrumbs/index.js +2 -2
- package/dist/CdsBreadcrumbs/styles.css +1 -1
- package/dist/CdsButton/index.js +2 -2
- package/dist/CdsButton/styles.css +1 -1
- package/dist/CdsCheckbox/index.js +2 -2
- package/dist/CdsCheckbox/styles.css +1 -1
- package/dist/CdsCombobox/index.js +2 -2
- package/dist/CdsCombobox/styles.css +1 -1
- package/dist/CdsContainer/index.js +2 -2
- package/dist/CdsContainer/styles.css +1 -1
- package/dist/CdsContentSwitcher/index.js +2 -2
- package/dist/CdsContentSwitcher/styles.css +1 -1
- package/dist/CdsDataTable/index.js +2 -2
- package/dist/CdsDataTable/styles.css +1 -1
- package/dist/CdsDatePicker/index.js +4 -4
- package/dist/CdsDatePicker/styles.css +1 -1
- package/dist/CdsDrawer/index.js +2 -2
- package/dist/CdsDrawer/styles.css +1 -1
- package/dist/CdsDropdown/index.js +2 -2
- package/dist/CdsDropdown/styles.css +1 -1
- package/dist/CdsEmptyState/index.js +2 -2
- package/dist/CdsEmptyState/styles.css +1 -1
- package/dist/CdsFooter/index.js +2 -2
- package/dist/CdsFooter/styles.css +1 -1
- package/dist/CdsForm/index.js +2 -2
- package/dist/CdsForm/styles.css +1 -1
- package/dist/CdsGrid/index.js +2 -2
- package/dist/CdsGrid/styles.css +1 -1
- package/dist/CdsHeader/index.js +2 -2
- package/dist/CdsHeader/styles.css +1 -1
- package/dist/CdsIcon/index.js +2 -2
- package/dist/CdsIcon/styles.css +1 -1
- package/dist/CdsImage/index.js +2 -2
- package/dist/CdsImage/styles.css +1 -1
- package/dist/CdsInput/index.js +2 -2
- package/dist/CdsInput/styles.css +1 -1
- package/dist/CdsLink/index.js +2 -2
- package/dist/CdsLink/styles.css +1 -1
- package/dist/CdsList/index.js +2 -2
- package/dist/CdsList/styles.css +1 -1
- package/dist/CdsLoading/index.js +2 -2
- package/dist/CdsLoading/styles.css +1 -1
- package/dist/CdsModal/index.js +2 -2
- package/dist/CdsModal/styles.css +1 -1
- package/dist/CdsMultiselect/index.js +2 -2
- package/dist/CdsMultiselect/styles.css +1 -1
- package/dist/CdsNotification/index.js +2 -2
- package/dist/CdsNotification/styles.css +1 -1
- package/dist/CdsOverflowMenu/index.js +2 -2
- package/dist/CdsOverflowMenu/styles.css +1 -1
- package/dist/CdsPagination/index.js +2 -2
- package/dist/CdsPagination/styles.css +1 -1
- package/dist/CdsRadioButton/index.js +2 -2
- package/dist/CdsRadioButton/styles.css +1 -1
- package/dist/CdsSearch/index.js +2 -2
- package/dist/CdsSearch/styles.css +1 -1
- package/dist/CdsSelect/index.js +2 -2
- package/dist/CdsSelect/styles.css +1 -1
- package/dist/CdsSidebar/index.js +2 -2
- package/dist/CdsSidebar/styles.css +1 -1
- package/dist/CdsSkeleton/index.js +2 -2
- package/dist/CdsSkeleton/styles.css +1 -1
- package/dist/CdsStages/index.js +2 -2
- package/dist/CdsStages/styles.css +1 -1
- package/dist/CdsStatus/index.js +2 -2
- package/dist/CdsStatus/styles.css +1 -1
- package/dist/CdsSteps/index.js +2 -2
- package/dist/CdsSteps/styles.css +1 -1
- package/dist/CdsTable/index.js +3 -3
- package/dist/CdsTable/styles.css +1 -1
- package/dist/CdsTabs/index.js +2 -2
- package/dist/CdsTabs/styles.css +1 -1
- package/dist/CdsTag/index.js +2 -2
- package/dist/CdsTag/styles.css +1 -1
- package/dist/CdsTextArea/index.js +2 -2
- package/dist/CdsTextArea/styles.css +1 -1
- package/dist/CdsTextInput/index.js +2 -2
- package/dist/CdsTextInput/styles.css +1 -1
- package/dist/CdsToggle/index.js +2 -2
- package/dist/CdsToggle/styles.css +1 -1
- package/dist/CdsTooltip/index.js +2 -2
- package/dist/CdsTooltip/styles.css +1 -1
- package/dist/CdsUploader/index.js +3 -3
- package/dist/CdsUploader/styles.css +1 -1
- package/dist/cds.css +1 -1
- package/dist/cds.js +5 -5
- package/dist/cds.min.css +1 -1
- package/dist/cds.min.js +5 -5
- package/package.json +1 -1
package/dist/CdsIcon/index.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* CDS v2.36.2
|
|
2
|
+
* CDS v2.36.2 (https://cds.b2b-center.ru/)
|
|
3
3
|
*
|
|
4
4
|
* @package @central-design-system/components
|
|
5
5
|
* @author Design System Team <cds@b2b-center.ru>
|
|
6
6
|
* © 2024, B2B-Center. (https://b2b-center.ru/)
|
|
7
7
|
*/
|
|
8
|
-
!function(t,e){"object"==typeof exports&&"object"==typeof module?module.exports=e():"function"==typeof define&&define.amd?define([],e):"object"==typeof exports?exports.CdsIcon=e():t.CdsIcon=e()}("undefined"!=typeof self?self:this,(function(){return function(){var t={9662:function(t,e,n){var r=n(7854),o=n(614),l=n(6330),s=r.TypeError;t.exports=function(t){if(o(t))return t;throw s(l(t)+" is not a function")}},9670:function(t,e,n){var r=n(7854),o=n(111),l=r.String,s=r.TypeError;t.exports=function(t){if(o(t))return t;throw s(l(t)+" is not an object")}},1318:function(t,e,n){var r=n(5656),o=n(1400),l=n(6244),s=function(t){return function(e,n,s){var i,a=r(e),c=l(a),v=o(s,c);if(t&&n!=n){for(;c>v;)if((i=a[v++])!=i)return!0}else for(;c>v;v++)if((t||v in a)&&a[v]===n)return t||v||0;return!t&&-1}};t.exports={includes:s(!0),indexOf:s(!1)}},1194:function(t,e,n){var r=n(7293),o=n(5112),l=n(7392),s=o("species");t.exports=function(t){return l>=51||!r((function(){var e=[];return(e.constructor={})[s]=function(){return{foo:1}},1!==e[t](Boolean).foo}))}},206:function(t,e,n){var r=n(1702);t.exports=r([].slice)},4326:function(t,e,n){var r=n(1702),o=r({}.toString),l=r("".slice);t.exports=function(t){return l(o(t),8,-1)}},648:function(t,e,n){var r=n(7854),o=n(1694),l=n(614),s=n(4326),i=n(5112)("toStringTag"),a=r.Object,c="Arguments"==s(function(){return arguments}());t.exports=o?s:function(t){var e,n,r;return void 0===t?"Undefined":null===t?"Null":"string"==typeof(n=function(t,e){try{return t[e]}catch(t){}}(e=a(t),i))?n:c?s(e):"Object"==(r=s(e))&&l(e.callee)?"Arguments":r}},9920:function(t,e,n){var r=n(2597),o=n(3887),l=n(1236),s=n(3070);t.exports=function(t,e){for(var n=o(e),i=s.f,a=l.f,c=0;c<n.length;c++){var v=n[c];r(t,v)||i(t,v,a(e,v))}}},8880:function(t,e,n){var r=n(9781),o=n(3070),l=n(9114);t.exports=r?function(t,e,n){return o.f(t,e,l(1,n))}:function(t,e,n){return t[e]=n,t}},9114:function(t){t.exports=function(t,e){return{enumerable:!(1&t),configurable:!(2&t),writable:!(4&t),value:e}}},6135:function(t,e,n){"use strict";var r=n(4948),o=n(3070),l=n(9114);t.exports=function(t,e,n){var s=r(e);s in t?o.f(t,s,l(0,n)):t[s]=n}},9781:function(t,e,n){var r=n(7293);t.exports=!r((function(){return 7!=Object.defineProperty({},1,{get:function(){return 7}})[1]}))},317:function(t,e,n){var r=n(7854),o=n(111),l=r.document,s=o(l)&&o(l.createElement);t.exports=function(t){return s?l.createElement(t):{}}},8113:function(t,e,n){var r=n(5005);t.exports=r("navigator","userAgent")||""},7392:function(t,e,n){var r,o,l=n(7854),s=n(8113),i=l.process,a=l.Deno,c=i&&i.versions||a&&a.version,v=c&&c.v8;v&&(o=(r=v.split("."))[0]>0&&r[0]<4?1:+(r[0]+r[1])),!o&&s&&(!(r=s.match(/Edge\/(\d+)/))||r[1]>=74)&&(r=s.match(/Chrome\/(\d+)/))&&(o=+r[1]),t.exports=o},748:function(t){t.exports=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"]},2109:function(t,e,n){var r=n(7854),o=n(1236).f,l=n(8880),s=n(1320),i=n(3505),a=n(9920),c=n(4705);t.exports=function(t,e){var n,v,h,u,p,f=t.target,w=t.global,d=t.stat;if(n=w?r:d?r[f]||i(f,{}):(r[f]||{}).prototype)for(v in e){if(u=e[v],h=t.noTargetGet?(p=o(n,v))&&p.value:n[v],!c(w?v:f+(d?".":"#")+v,t.forced)&&void 0!==h){if(typeof u==typeof h)continue;a(u,h)}(t.sham||h&&h.sham)&&l(u,"sham",!0),s(n,v,u,t)}}},7293:function(t){t.exports=function(t){try{return!!t()}catch(t){return!0}}},6916:function(t){var e=Function.prototype.call;t.exports=e.bind?e.bind(e):function(){return e.apply(e,arguments)}},6530:function(t,e,n){var r=n(9781),o=n(2597),l=Function.prototype,s=r&&Object.getOwnPropertyDescriptor,i=o(l,"name"),a=i&&"something"===function(){}.name,c=i&&(!r||r&&s(l,"name").configurable);t.exports={EXISTS:i,PROPER:a,CONFIGURABLE:c}},1702:function(t){var e=Function.prototype,n=e.bind,r=e.call,o=n&&n.bind(r);t.exports=n?function(t){return t&&o(r,t)}:function(t){return t&&function(){return r.apply(t,arguments)}}},5005:function(t,e,n){var r=n(7854),o=n(614),l=function(t){return o(t)?t:void 0};t.exports=function(t,e){return arguments.length<2?l(r[t]):r[t]&&r[t][e]}},8173:function(t,e,n){var r=n(9662);t.exports=function(t,e){var n=t[e];return null==n?void 0:r(n)}},7854:function(t,e,n){var r=function(t){return t&&t.Math==Math&&t};t.exports=r("object"==typeof globalThis&&globalThis)||r("object"==typeof window&&window)||r("object"==typeof self&&self)||r("object"==typeof n.g&&n.g)||function(){return this}()||Function("return this")()},2597:function(t,e,n){var r=n(1702),o=n(7908),l=r({}.hasOwnProperty);t.exports=Object.hasOwn||function(t,e){return l(o(t),e)}},3501:function(t){t.exports={}},4664:function(t,e,n){var r=n(9781),o=n(7293),l=n(317);t.exports=!r&&!o((function(){return 7!=Object.defineProperty(l("div"),"a",{get:function(){return 7}}).a}))},8361:function(t,e,n){var r=n(7854),o=n(1702),l=n(7293),s=n(4326),i=r.Object,a=o("".split);t.exports=l((function(){return!i("z").propertyIsEnumerable(0)}))?function(t){return"String"==s(t)?a(t,""):i(t)}:i},2788:function(t,e,n){var r=n(1702),o=n(614),l=n(5465),s=r(Function.toString);o(l.inspectSource)||(l.inspectSource=function(t){return s(t)}),t.exports=l.inspectSource},9909:function(t,e,n){var r,o,l,s=n(8536),i=n(7854),a=n(1702),c=n(111),v=n(8880),h=n(2597),u=n(5465),p=n(6200),f=n(3501),w="Object already initialized",d=i.TypeError,m=i.WeakMap;if(s||u.state){var _=u.state||(u.state=new m),g=a(_.get),x=a(_.has),z=a(_.set);r=function(t,e){if(x(_,t))throw new d(w);return e.facade=t,z(_,t,e),e},o=function(t){return g(_,t)||{}},l=function(t){return x(_,t)}}else{var I=p("state");f[I]=!0,r=function(t,e){if(h(t,I))throw new d(w);return e.facade=t,v(t,I,e),e},o=function(t){return h(t,I)?t[I]:{}},l=function(t){return h(t,I)}}t.exports={set:r,get:o,has:l,enforce:function(t){return l(t)?o(t):r(t,{})},getterFor:function(t){return function(e){var n;if(!c(e)||(n=o(e)).type!==t)throw d("Incompatible receiver, "+t+" required");return n}}}},3157:function(t,e,n){var r=n(4326);t.exports=Array.isArray||function(t){return"Array"==r(t)}},614:function(t){t.exports=function(t){return"function"==typeof t}},4411:function(t,e,n){var r=n(1702),o=n(7293),l=n(614),s=n(648),i=n(5005),a=n(2788),c=function(){},v=[],h=i("Reflect","construct"),u=/^\s*(?:class|function)\b/,p=r(u.exec),f=!u.exec(c),w=function(t){if(!l(t))return!1;try{return h(c,v,t),!0}catch(t){return!1}};t.exports=!h||o((function(){var t;return w(w.call)||!w(Object)||!w((function(){t=!0}))||t}))?function(t){if(!l(t))return!1;switch(s(t)){case"AsyncFunction":case"GeneratorFunction":case"AsyncGeneratorFunction":return!1}return f||!!p(u,a(t))}:w},4705:function(t,e,n){var r=n(7293),o=n(614),l=/#|\.prototype\./,s=function(t,e){var n=a[i(t)];return n==v||n!=c&&(o(e)?r(e):!!e)},i=s.normalize=function(t){return String(t).replace(l,".").toLowerCase()},a=s.data={},c=s.NATIVE="N",v=s.POLYFILL="P";t.exports=s},111:function(t,e,n){var r=n(614);t.exports=function(t){return"object"==typeof t?null!==t:r(t)}},1913:function(t){t.exports=!1},2190:function(t,e,n){var r=n(7854),o=n(5005),l=n(614),s=n(7976),i=n(3307),a=r.Object;t.exports=i?function(t){return"symbol"==typeof t}:function(t){var e=o("Symbol");return l(e)&&s(e.prototype,a(t))}},6244:function(t,e,n){var r=n(7466);t.exports=function(t){return r(t.length)}},133:function(t,e,n){var r=n(7392),o=n(7293);t.exports=!!Object.getOwnPropertySymbols&&!o((function(){var t=Symbol();return!String(t)||!(Object(t)instanceof Symbol)||!Symbol.sham&&r&&r<41}))},8536:function(t,e,n){var r=n(7854),o=n(614),l=n(2788),s=r.WeakMap;t.exports=o(s)&&/native code/.test(l(s))},3070:function(t,e,n){var r=n(7854),o=n(9781),l=n(4664),s=n(9670),i=n(4948),a=r.TypeError,c=Object.defineProperty;e.f=o?c:function(t,e,n){if(s(t),e=i(e),s(n),l)try{return c(t,e,n)}catch(t){}if("get"in n||"set"in n)throw a("Accessors not supported");return"value"in n&&(t[e]=n.value),t}},1236:function(t,e,n){var r=n(9781),o=n(6916),l=n(5296),s=n(9114),i=n(5656),a=n(4948),c=n(2597),v=n(4664),h=Object.getOwnPropertyDescriptor;e.f=r?h:function(t,e){if(t=i(t),e=a(e),v)try{return h(t,e)}catch(t){}if(c(t,e))return s(!o(l.f,t,e),t[e])}},8006:function(t,e,n){var r=n(6324),o=n(748).concat("length","prototype");e.f=Object.getOwnPropertyNames||function(t){return r(t,o)}},5181:function(t,e){e.f=Object.getOwnPropertySymbols},7976:function(t,e,n){var r=n(1702);t.exports=r({}.isPrototypeOf)},6324:function(t,e,n){var r=n(1702),o=n(2597),l=n(5656),s=n(1318).indexOf,i=n(3501),a=r([].push);t.exports=function(t,e){var n,r=l(t),c=0,v=[];for(n in r)!o(i,n)&&o(r,n)&&a(v,n);for(;e.length>c;)o(r,n=e[c++])&&(~s(v,n)||a(v,n));return v}},5296:function(t,e){"use strict";var n={}.propertyIsEnumerable,r=Object.getOwnPropertyDescriptor,o=r&&!n.call({1:2},1);e.f=o?function(t){var e=r(this,t);return!!e&&e.enumerable}:n},2140:function(t,e,n){var r=n(7854),o=n(6916),l=n(614),s=n(111),i=r.TypeError;t.exports=function(t,e){var n,r;if("string"===e&&l(n=t.toString)&&!s(r=o(n,t)))return r;if(l(n=t.valueOf)&&!s(r=o(n,t)))return r;if("string"!==e&&l(n=t.toString)&&!s(r=o(n,t)))return r;throw i("Can't convert object to primitive value")}},3887:function(t,e,n){var r=n(5005),o=n(1702),l=n(8006),s=n(5181),i=n(9670),a=o([].concat);t.exports=r("Reflect","ownKeys")||function(t){var e=l.f(i(t)),n=s.f;return n?a(e,n(t)):e}},1320:function(t,e,n){var r=n(7854),o=n(614),l=n(2597),s=n(8880),i=n(3505),a=n(2788),c=n(9909),v=n(6530).CONFIGURABLE,h=c.get,u=c.enforce,p=String(String).split("String");(t.exports=function(t,e,n,a){var c,h=!!a&&!!a.unsafe,f=!!a&&!!a.enumerable,w=!!a&&!!a.noTargetGet,d=a&&void 0!==a.name?a.name:e;o(n)&&("Symbol("===String(d).slice(0,7)&&(d="["+String(d).replace(/^Symbol\(([^)]*)\)/,"$1")+"]"),(!l(n,"name")||v&&n.name!==d)&&s(n,"name",d),(c=u(n)).source||(c.source=p.join("string"==typeof d?d:""))),t!==r?(h?!w&&t[e]&&(f=!0):delete t[e],f?t[e]=n:s(t,e,n)):f?t[e]=n:i(e,n)})(Function.prototype,"toString",(function(){return o(this)&&h(this).source||a(this)}))},4488:function(t,e,n){var r=n(7854).TypeError;t.exports=function(t){if(null==t)throw r("Can't call method on "+t);return t}},3505:function(t,e,n){var r=n(7854),o=Object.defineProperty;t.exports=function(t,e){try{o(r,t,{value:e,configurable:!0,writable:!0})}catch(n){r[t]=e}return e}},6200:function(t,e,n){var r=n(2309),o=n(9711),l=r("keys");t.exports=function(t){return l[t]||(l[t]=o(t))}},5465:function(t,e,n){var r=n(7854),o=n(3505),l="__core-js_shared__",s=r[l]||o(l,{});t.exports=s},2309:function(t,e,n){var r=n(1913),o=n(5465);(t.exports=function(t,e){return o[t]||(o[t]=void 0!==e?e:{})})("versions",[]).push({version:"3.19.3",mode:r?"pure":"global",copyright:"© 2021 Denis Pushkarev (zloirock.ru)"})},1400:function(t,e,n){var r=n(9303),o=Math.max,l=Math.min;t.exports=function(t,e){var n=r(t);return n<0?o(n+e,0):l(n,e)}},5656:function(t,e,n){var r=n(8361),o=n(4488);t.exports=function(t){return r(o(t))}},9303:function(t){var e=Math.ceil,n=Math.floor;t.exports=function(t){var r=+t;return r!=r||0===r?0:(r>0?n:e)(r)}},7466:function(t,e,n){var r=n(9303),o=Math.min;t.exports=function(t){return t>0?o(r(t),9007199254740991):0}},7908:function(t,e,n){var r=n(7854),o=n(4488),l=r.Object;t.exports=function(t){return l(o(t))}},7593:function(t,e,n){var r=n(7854),o=n(6916),l=n(111),s=n(2190),i=n(8173),a=n(2140),c=n(5112),v=r.TypeError,h=c("toPrimitive");t.exports=function(t,e){if(!l(t)||s(t))return t;var n,r=i(t,h);if(r){if(void 0===e&&(e="default"),n=o(r,t,e),!l(n)||s(n))return n;throw v("Can't convert object to primitive value")}return void 0===e&&(e="number"),a(t,e)}},4948:function(t,e,n){var r=n(7593),o=n(2190);t.exports=function(t){var e=r(t,"string");return o(e)?e:e+""}},1694:function(t,e,n){var r={};r[n(5112)("toStringTag")]="z",t.exports="[object z]"===String(r)},6330:function(t,e,n){var r=n(7854).String;t.exports=function(t){try{return r(t)}catch(t){return"Object"}}},9711:function(t,e,n){var r=n(1702),o=0,l=Math.random(),s=r(1..toString);t.exports=function(t){return"Symbol("+(void 0===t?"":t)+")_"+s(++o+l,36)}},3307:function(t,e,n){var r=n(133);t.exports=r&&!Symbol.sham&&"symbol"==typeof Symbol.iterator},5112:function(t,e,n){var r=n(7854),o=n(2309),l=n(2597),s=n(9711),i=n(133),a=n(3307),c=o("wks"),v=r.Symbol,h=v&&v.for,u=a?v:v&&v.withoutSetter||s;t.exports=function(t){if(!l(c,t)||!i&&"string"!=typeof c[t]){var e="Symbol."+t;i&&l(v,t)?c[t]=v[t]:c[t]=a&&h?h(e):u(e)}return c[t]}},7042:function(t,e,n){"use strict";var r=n(2109),o=n(7854),l=n(3157),s=n(4411),i=n(111),a=n(1400),c=n(6244),v=n(5656),h=n(6135),u=n(5112),p=n(1194),f=n(206),w=p("slice"),d=u("species"),m=o.Array,_=Math.max;r({target:"Array",proto:!0,forced:!w},{slice:function(t,e){var n,r,o,u=v(this),p=c(u),w=a(t,p),g=a(void 0===e?p:e,p);if(l(u)&&(n=u.constructor,(s(n)&&(n===m||l(n.prototype))||i(n)&&null===(n=n[d]))&&(n=void 0),n===m||void 0===n))return f(u,w,g);for(r=new(void 0===n?m:n)(_(g-w,0)),o=0;w<g;w++,o++)w in u&&h(r,o,u[w]);return r.length=o,r}})},8309:function(t,e,n){var r=n(9781),o=n(6530).EXISTS,l=n(1702),s=n(3070).f,i=Function.prototype,a=l(i.toString),c=/function\b(?:\s|\/\*[\S\s]*?\*\/|\/\/[^\n\r]*[\n\r]+)*([^\s(/]*)/,v=l(c.exec);r&&!o&&s(i,"name",{configurable:!0,get:function(){try{return v(c,a(this))[1]}catch(t){return""}}})},6064:function(t,e,n){"use strict";n.d(e,{Z:function(){return zo}});var r=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("i",t._g(t._b({staticClass:"cds-ico"},"i",t.$attrs,!1),t.$listeners),[t._t("default"),t._v(" "),t.name?n(t.componentName,{tag:"component"}):t._e()],2)};r._withStripped=!0;n(8309),n(7042);var o=n(7762),l=function(){var t=this.$createElement,e=this._self._c||t;return e("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 16 16"}},[e("path",{attrs:{d:"m12.743 13 .707-.707L4.707 3.55H10v-1H3v7h1V4.257z","fill-rule":"evenodd"}})])};l._withStripped=!0;var s=n(1900),i=(0,s.Z)({},l,[],!1,null,null,null);i.options.__file="src/components/CdsIcon/Icons/ArrowLeftTop.vue";var a=i.exports,c=function(){var t=this.$createElement,e=this._self._c||t;return e("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 16 16"}},[e("path",{attrs:{d:"M8 1a7 7 0 1 1 0 14A7 7 0 0 1 8 1zm0 1a6 6 0 1 0 0 12A6 6 0 0 0 8 2zm.5 2v3.5H12v1H8.5V12h-1V8.499L4 8.5v-1l3.5-.001V4h1z","fill-rule":"evenodd"}})])};c._withStripped=!0;var v=(0,s.Z)({},c,[],!1,null,null,null);v.options.__file="src/components/CdsIcon/Icons/Add.vue";var h=v.exports,u=function(){var t=this.$createElement,e=this._self._c||t;return e("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 16 16"}},[e("path",{attrs:{d:"M8 15 3 9.743 3.707 9 7.5 12.988V1h1v11.988L12.293 9l.707.743z","fill-rule":"evenodd"}})])};u._withStripped=!0;var p=(0,s.Z)({},u,[],!1,null,null,null);p.options.__file="src/components/CdsIcon/Icons/ArrowDown.vue";var f=p.exports,w=function(){var t=this.$createElement,e=this._self._c||t;return e("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 16 16"}},[e("path",{attrs:{d:"m12.743 2.55.707.707L4.707 12 10 12v1H3V6h1v5.292z","fill-rule":"evenodd"}})])};w._withStripped=!0;var d=(0,s.Z)({},w,[],!1,null,null,null);d.options.__file="src/components/CdsIcon/Icons/ArrowLeftBottom.vue";var m=d.exports,_=function(){var t=this.$createElement,e=this._self._c||t;return e("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 16 16"}},[e("path",{attrs:{d:"M3.707 13 3 12.293l8.743-8.742H6.45v-1h7v7h-1V4.257z","fill-rule":"evenodd"}})])};_._withStripped=!0;var g=(0,s.Z)({},_,[],!1,null,null,null);g.options.__file="src/components/CdsIcon/Icons/ArrowRightTop.vue";var x=g.exports,z=function(){var t=this.$createElement,e=this._self._c||t;return e("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 16 16"}},[e("path",{attrs:{d:"m15 8-5.257 5L9 12.293 12.988 8.5H1v-1h11.988L9 3.707 9.743 3z","fill-rule":"evenodd"}})])};z._withStripped=!0;var I=(0,s.Z)({},z,[],!1,null,null,null);I.options.__file="src/components/CdsIcon/Icons/ArrowRight.vue";var V=I.exports,H=function(){var t=this.$createElement,e=this._self._c||t;return e("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 16 16"}},[e("path",{attrs:{d:"m8 1 5 5.257-.707.743L8.5 3.012V15h-1V3.012L3.707 7 3 6.257z","fill-rule":"evenodd"}})])};H._withStripped=!0;var C=(0,s.Z)({},H,[],!1,null,null,null);C.options.__file="src/components/CdsIcon/Icons/ArrowUp.vue";var S=C.exports,L=function(){var t=this.$createElement,e=this._self._c||t;return e("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 16 16"}},[e("path",{attrs:{d:"m1 8 5.257-5L7 3.707 3.012 7.5H15v1H3.012L7 12.293 6.257 13z","fill-rule":"evenodd"}})])};L._withStripped=!0;var M=(0,s.Z)({},L,[],!1,null,null,null);M.options.__file="src/components/CdsIcon/Icons/ArrowLeft.vue";var y=M.exports,E=function(){var t=this.$createElement,e=this._self._c||t;return e("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 16 16"}},[e("path",{attrs:{d:"M3.707 2.55 3 3.257 11.743 12 6.45 12v1h7V6h-1v5.292z","fill-rule":"evenodd"}})])};E._withStripped=!0;var Z=(0,s.Z)({},E,[],!1,null,null,null);Z.options.__file="src/components/CdsIcon/Icons/ArrowRightBottom.vue";var b=Z.exports,$=function(){var t=this.$createElement,e=this._self._c||t;return e("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 16 16"}},[e("path",{attrs:{d:"m4.5 2 3 3.2-.75.8L5 4.134V14H4V4.133L2.25 6l-.75-.8 3-3.2zM12 2l-.001 9.867L13.75 10l.75.8-3 3.2-3-3.2.75-.8 1.749 1.865L11 2h1z","fill-rule":"evenodd"}})])};$._withStripped=!0;var B=(0,s.Z)({},$,[],!1,null,null,null);B.options.__file="src/components/CdsIcon/Icons/ArrowsVertical.vue";var A=B.exports,O=function(){var t=this.$createElement,e=this._self._c||t;return e("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 16 16"}},[e("path",{attrs:{d:"M11 2h1a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h1v-.5a.5.5 0 0 1 1 0V2h4v-.5a.5.5 0 1 1 1 0V2zm-1 1H6v.5a.5.5 0 0 1-1 0V3H4a1 1 0 0 0-1 1v1h10v1H3v6a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1V4a1 1 0 0 0-1-1h-1v.5a.5.5 0 1 1-1 0V3z","fill-rule":"evenodd"}})])};O._withStripped=!0;var j=(0,s.Z)({},O,[],!1,null,null,null);j.options.__file="src/components/CdsIcon/Icons/Calendar.vue";var F=j.exports,T=function(){var t=this.$createElement,e=this._self._c||t;return e("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 16 16"}},[e("path",{attrs:{d:"M12 9H8.5v2h1v3h-3v-3h1V9H4v2h1v3H2v-3h1V8h4.5V6H6V2h4v4H8.5v2H13v3h1v3h-3v-3h1V9zm-3.5 3h-1v1h1v-1zm4.5 0h-1v1h1v-1zm-9 0H3v1h1v-1zm5-9H7v2h2V3z","fill-rule":"evenodd"}})])};T._withStripped=!0;var k=(0,s.Z)({},T,[],!1,null,null,null);k.options.__file="src/components/CdsIcon/Icons/Category.vue";var P=k.exports,D=function(){var t=this.$createElement,e=this._self._c||t;return e("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 16 16"}},[e("path",{attrs:{d:"M13.5 3.5a1 1 0 0 1 1 1v7a1 1 0 0 1-1 1h-11a1 1 0 0 1-1-1v-7a1 1 0 0 1 1-1h11zm0 3h-11v5h11v-5zm-5 3.5v1h-5v-1h5zm5-5.5h-11v1h11v-1z","fill-rule":"evenodd"}})])};D._withStripped=!0;var R=(0,s.Z)({},D,[],!1,null,null,null);R.options.__file="src/components/CdsIcon/Icons/CardBank.vue";var U=R.exports,N=n(1125),G=function(){var t=this.$createElement,e=this._self._c||t;return e("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 16 16"}},[e("path",{attrs:{d:"M11 3.725 10.301 3 5 8.002 10.301 13l.699-.725-4.533-4.273z","fill-rule":"evenodd"}})])};G._withStripped=!0;var W=(0,s.Z)({},G,[],!1,null,null,null);W.options.__file="src/components/CdsIcon/Icons/ChevronLeft.vue";var Q=W.exports,X=function(){var t=this.$createElement,e=this._self._c||t;return e("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 16 16"}},[e("path",{attrs:{d:"M3 5.743 3.707 5 8 9.513 12.293 5l.707.743L8 11z"}})])};X._withStripped=!0;var Y=(0,s.Z)({},X,[],!1,null,null,null);Y.options.__file="src/components/CdsIcon/Icons/ChevronDown.vue";var q=Y.exports,K=function(){var t=this.$createElement,e=this._self._c||t;return e("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 16 16"}},[e("path",{attrs:{d:"M8 1a7 7 0 1 1 0 14A7 7 0 0 1 8 1zm2.927 4.58L7.318 9.229 5.495 7.7l-.973 1.223 2.87 2.56 4.584-4.827-1.049-1.075z","fill-rule":"evenodd"}})])};K._withStripped=!0;var J=(0,s.Z)({},K,[],!1,null,null,null);J.options.__file="src/components/CdsIcon/Icons/CheckFill.vue";var tt=J.exports,et=function(){var t=this.$createElement,e=this._self._c||t;return e("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 16 16"}},[e("path",{attrs:{d:"M3.5 3.001v5.006l.007.144A1.5 1.5 0 0 0 4.85 9.5l.144.007 6.629.023-.002-.031L9.33 7.207l.707-.707 3.536 3.536-3.536 3.535-.707-.707 2.332-2.334-6.67-.023-.165-.006a2.5 2.5 0 0 1-2.322-2.33L2.5 8.007V3.001h1z","fill-rule":"evenodd"}})])};et._withStripped=!0;var nt=(0,s.Z)({},et,[],!1,null,null,null);nt.options.__file="src/components/CdsIcon/Icons/Analog.vue";var rt=nt.exports,ot=function(){var t=this.$createElement,e=this._self._c||t;return e("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 16 16"}},[e("path",{attrs:{d:"M3 10.257 8 5l5 5.257-.707.743L8 6.487 3.707 11z"}})])};ot._withStripped=!0;var lt=(0,s.Z)({},ot,[],!1,null,null,null);lt.options.__file="src/components/CdsIcon/Icons/ChevronUp.vue";var st=lt.exports,it=function(){var t=this.$createElement,e=this._self._c||t;return e("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 16 16"}},[e("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M1 3v10h1V3H1zm2 5.017.71.705L6 11l.705-.71L4.92 8.516 15.001 8.5l-.002-1-10.09.015 1.8-1.81L6 5 3.705 7.308 3 8.018z"}})])};it._withStripped=!0;var at=(0,s.Z)({},it,[],!1,null,null,null);at.options.__file="src/components/CdsIcon/Icons/Collapse.vue";var ct=at.exports,vt=function(){var t=this.$createElement,e=this._self._c||t;return e("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 16 16"}},[e("path",{attrs:{d:"M8 1a7 7 0 1 1 0 14A7 7 0 0 1 8 1zm0 1a6 6 0 1 0 0 12A6 6 0 0 0 8 2zm0 2v4h4v1H7V4h1z","fill-rule":"evenodd"}})])};vt._withStripped=!0;var ht=(0,s.Z)({},vt,[],!1,null,null,null);ht.options.__file="src/components/CdsIcon/Icons/Clock.vue";var ut=ht.exports,pt=function(){var t=this.$createElement,e=this._self._c||t;return e("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 16 16"}},[e("path",{attrs:{d:"M14 12v2h-2v-2h2zm-5 0v2H7v-2h2zm-5 0v2H2v-2h2zm0-5v2H2V7h2zm10 0v2h-2V7h2zM9 7v2H7V7h2zM4 2v2H2V2h2zm10 0v2h-2V2h2zM9 2v2H7V2h2z","fill-rule":"evenodd"}})])};pt._withStripped=!0;var ft=(0,s.Z)({},pt,[],!1,null,null,null);ft.options.__file="src/components/CdsIcon/Icons/ChocholateMenu.vue";var wt=ft.exports,dt=function(){var t=this.$createElement,e=this._self._c||t;return e("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 16 16"}},[e("path",{attrs:{d:"M14 2a1 1 0 0 1 1 1v7a1 1 0 0 1-1 1h-1.001L13 13.793a.5.5 0 0 1-.095.293l-.051.06a.5.5 0 0 1-.638.058l-.07-.058L9 11H2a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1h12zm0 1H2v7h7.413L12 12.59 11.999 10H14V3zM9 7v1H4V7h5zm3-2v1H4V5h8z","fill-rule":"evenodd"}})])};dt._withStripped=!0;var mt=(0,s.Z)({},dt,[],!1,null,null,null);mt.options.__file="src/components/CdsIcon/Icons/Comment.vue";var _t=mt.exports,gt=function(){var t=this.$createElement,e=this._self._c||t;return e("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 16 16"}},[e("path",{attrs:{d:"M1 15v-1h1V2h7v2h5v10h1v1H1zM8 3H3v11h5V3zm5 2H9v1h3v1H9v1h3v1H9v1h3v1H9v1h3v1H9v1h4V5zm-8 7v1H4v-1h1zm2 0v1H6v-1h1zm-2-2v1H4v-1h1zm2 0v1H6v-1h1zM5 8v1H4V8h1zm2 0v1H6V8h1zM5 6v1H4V6h1zm2 0v1H6V6h1zM4 4h1v1H4V4zm2 0h1v1H6V4z","fill-rule":"evenodd"}})])};gt._withStripped=!0;var xt=(0,s.Z)({},gt,[],!1,null,null,null);xt.options.__file="src/components/CdsIcon/Icons/Company.vue";var zt=xt.exports,It=function(){var t=this.$createElement,e=this._self._c||t;return e("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 16 16"}},[e("path",{attrs:{d:"M4 9v5H3V9h1zm3-7v12H6V2h1zm3 2v10H9V4h1zm3 3v7h-1V7h1z","fill-rule":"evenodd"}})])};It._withStripped=!0;var Vt=(0,s.Z)({},It,[],!1,null,null,null);Vt.options.__file="src/components/CdsIcon/Icons/Compare.vue";var Ht=Vt.exports,Ct=function(){var t=this.$createElement,e=this._self._c||t;return e("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 16 16"}},[e("path",{attrs:{d:"M15 9v4H1V9h14zm-1 1H2v2h12v-2zm1-7v4H1V3h14zm-1 1H2v2h12V4z","fill-rule":"evenodd"}})])};Ct._withStripped=!0;var St=(0,s.Z)({},Ct,[],!1,null,null,null);St.options.__file="src/components/CdsIcon/Icons/DataCards.vue";var Lt=St.exports,Mt=function(){var t=this.$createElement,e=this._self._c||t;return e("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 16 16"}},[e("path",{attrs:{d:"m5 12.275.699.725L11 7.998 5.699 3 5 3.725l4.533 4.273z","fill-rule":"evenodd"}})])};Mt._withStripped=!0;var yt=(0,s.Z)({},Mt,[],!1,null,null,null);yt.options.__file="src/components/CdsIcon/Icons/ChevronRight.vue";var Et=yt.exports,Zt=function(){var t=this.$createElement,e=this._self._c||t;return e("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 16 16"}},[e("path",{attrs:{d:"M13.75 5c.69 0 1.25.56 1.25 1.25v7.5c0 .69-.56 1.25-1.25 1.25h-7.5C5.56 15 5 14.44 5 13.75v-7.5C5 5.56 5.56 5 6.25 5h7.5zM14 6H6v8h8V6zM9.75 1c.69 0 1.25.56 1.25 1.25V4h-1V2H2v8h2v1H2.25C1.56 11 1 10.44 1 9.75v-7.5C1 1.56 1.56 1 2.25 1h7.5z","fill-rule":"evenodd"}})])};Zt._withStripped=!0;var bt=(0,s.Z)({},Zt,[],!1,null,null,null);bt.options.__file="src/components/CdsIcon/Icons/Copy.vue";var $t=bt.exports,Bt=function(){var t=this.$createElement,e=this._self._c||t;return e("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 16 16"}},[e("path",{attrs:{d:"M11 8v5.156l2.364-2.363.707.707-3.535 3.536L7 11.5l.707-.707L10 13.086V8h1zM9 1l3 3v3h-1V5H8V2H3v12h3v1H2V1h7zm0 1.5v1.499L10.5 4 9 2.5z","fill-rule":"evenodd"}})])};Bt._withStripped=!0;var At=(0,s.Z)({},Bt,[],!1,null,null,null);At.options.__file="src/components/CdsIcon/Icons/DocDownload.vue";var Ot=At.exports,jt=function(){var t=this.$createElement,e=this._self._c||t;return e("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 16 16"}},[e("path",{attrs:{d:"M1.034 2.548a.5.5 0 0 1 .41-.492l.09-.008h2.96a.5.5 0 0 1 .392.188l.05.077.928 1.739h8.62a.5.5 0 0 1 .491.41l.008.09v9a.5.5 0 0 1-.41.492l-.09.008H1.533a.5.5 0 0 1-.491-.41l-.008-.09V2.548zm.999 10.504h11.95v-8H5.249v-.029L4.195 3.048H2.033v10.004z","fill-rule":"nonzero"}})])};jt._withStripped=!0;var Ft=(0,s.Z)({},jt,[],!1,null,null,null);Ft.options.__file="src/components/CdsIcon/Icons/Directory.vue";var Tt=Ft.exports,kt=function(){var t=this.$createElement,e=this._self._c||t;return e("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 16 16"}},[e("path",{attrs:{d:"M13 15H3V1h7.018L13 3.991V15zM9 2H4v12h8V5H9V2zm1 .397V4h1.597L10 2.397z","fill-rule":"nonzero"}})])};kt._withStripped=!0;var Pt=(0,s.Z)({},kt,[],!1,null,null,null);Pt.options.__file="src/components/CdsIcon/Icons/Doc.vue";var Dt=Pt.exports,Rt=function(){var t=this.$createElement,e=this._self._c||t;return e("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 16 16"}},[e("path",{attrs:{d:"m2 12-.001 2H14v-2h1v3H1v-3h1zM8.5 1v8.156l2.364-2.363.707.707-3.535 3.536L4.5 7.5l.707-.707L7.5 9.086V1h1z","fill-rule":"evenodd"}})])};Rt._withStripped=!0;var Ut=(0,s.Z)({},Rt,[],!1,null,null,null);Ut.options.__file="src/components/CdsIcon/Icons/Download.vue";var Nt=Ut.exports,Gt=function(){var t=this.$createElement,e=this._self._c||t;return e("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 16 16"}},[e("path",{attrs:{d:"M8 1a7 7 0 1 1 0 14A7 7 0 0 1 8 1zM7 3h2v6H7V3zm1 7.25a1 1 0 1 1 0 2 1 1 0 0 1 0-2z","fill-rule":"evenodd"}})])};Gt._withStripped=!0;var Wt=(0,s.Z)({},Gt,[],!1,null,null,null);Wt.options.__file="src/components/CdsIcon/Icons/AlertFill.vue";var Qt=Wt.exports,Xt=function(){var t=this.$createElement,e=this._self._c||t;return e("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 16 16"}},[e("path",{attrs:{d:"m12.88 1.364 1.793 1.793a1 1 0 0 1 .083 1.32l-.083.094L4.207 14.96H1v-3.206L11.466 1.364c.33-.33.834-.38 1.218-.153l.101.07.095.083zM3.25 10.92 2 12.169v1.793h1.793l1.252-1.249-1.794-1.793zm10.228-7.717-8.272 8.258.546.546 8.284-8.246-.558-.558zm-1.236-1.235L3.96 10.215l.539.539 8.272-8.259-.528-.527z","fill-rule":"evenodd"}})])};Xt._withStripped=!0;var Yt=(0,s.Z)({},Xt,[],!1,null,null,null);Yt.options.__file="src/components/CdsIcon/Icons/Edit.vue";var qt=Yt.exports,Kt=function(){var t=this.$createElement,e=this._self._c||t;return e("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 16 16"}},[e("path",{attrs:{d:"M10 2H6v1h4V2zm2 2H4v10h8V4zm-2 1v8H9V5h1zM7 5v8H6V5h1zm7-2v1h-1v11H3V4H2V3h3V1h6v2h3z","fill-rule":"evenodd"}})])};Kt._withStripped=!0;var Jt=(0,s.Z)({},Kt,[],!1,null,null,null);Jt.options.__file="src/components/CdsIcon/Icons/Delete.vue";var te=Jt.exports,ee=function(){var t=this.$createElement,e=this._self._c||t;return e("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 16 16"}},[e("path",{attrs:{d:"M7 11v2H5v-2h2zm4 0v2H9v-2h2zM7 7v2H5V7h2zm4 0v2H9V7h2zM7 3v2H5V3h2zm4 0v2H9V3h2z","fill-rule":"evenodd"}})])};ee._withStripped=!0;var ne=(0,s.Z)({},ee,[],!1,null,null,null);ne.options.__file="src/components/CdsIcon/Icons/Draggable.vue";var re=ne.exports,oe=n(2268),le=function(){var t=this.$createElement,e=this._self._c||t;return e("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 16 16"}},[e("path",{attrs:{d:"M8 1a7 7 0 1 1 0 14A7 7 0 0 1 8 1zm0 13A6 6 0 1 0 8 2a6 6 0 0 0 0 12zM7.5 4h1v5.5h-1V4zm.5 6.5A.75.75 0 1 1 8 12a.75.75 0 0 1 0-1.5z","fill-rule":"evenodd"}})])};le._withStripped=!0;var se=(0,s.Z)({},le,[],!1,null,null,null);se.options.__file="src/components/CdsIcon/Icons/Alert.vue";var ie=se.exports,ae=function(){var t=this.$createElement,e=this._self._c||t;return e("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 16 16"}},[e("path",{attrs:{d:"M3 2a1 1 0 0 0-.993.883L2 13a1 1 0 0 0 .883.993l3.99.007V9.955H4.96V7.842h1.914V6.098c-.036-.914.297-1.667 1-2.256.702-.589 1.875-.743 3.52-.462v1.83l-.828.016a7.33 7.33 0 0 0-.773.09c-.12.04-.321.132-.454.3-.139.176-.19.447-.202.622l.024 1.55h2.233l-.482 2.167H9.134L9.158 14H13a1 1 0 0 0 .993-.883L14 3a1 1 0 0 0-.883-.993L3 2z","fill-rule":"nonzero"}})])};ae._withStripped=!0;var ce=(0,s.Z)({},ae,[],!1,null,null,null);ce.options.__file="src/components/CdsIcon/Icons/FacebookFill.vue";var ve=ce.exports,he=function(){var t=this.$createElement,e=this._self._c||t;return e("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 16 16"}},[e("path",{attrs:{d:"M5 11a2 2 0 0 1 1.937 1.5H15v1l-8.063.001a2 2 0 0 1-3.874 0L1 13.5v-1h2.063A2 2 0 0 1 5 11zm0 1a1 1 0 1 0 0 2 1 1 0 0 0 0-2zm6-6a2 2 0 0 1 1.937 1.5H15v1l-2.063.001a2 2 0 0 1-3.874 0L1 8.5v-1h8.063A2 2 0 0 1 11 6zm0 1a1 1 0 1 0 0 2 1 1 0 0 0 0-2zM5 1a2 2 0 0 1 1.937 1.5H15v1l-8.063.001a2 2 0 0 1-3.874 0L1 3.5v-1h2.063A2 2 0 0 1 5 1zm0 1a1 1 0 1 0 0 2 1 1 0 0 0 0-2z","fill-rule":"evenodd"}})])};he._withStripped=!0;var ue=(0,s.Z)({},he,[],!1,null,null,null);ue.options.__file="src/components/CdsIcon/Icons/Filters.vue";var pe=ue.exports,fe=function(){var t=this.$createElement,e=this._self._c||t;return e("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 16 16"}},[e("path",{attrs:{d:"M13 1a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h10zM3 2a1 1 0 0 0-.993.883L2 13a1 1 0 0 0 .883.993l3.99.007V9.955H4.96V7.842h1.914V6.098c-.036-.914.297-1.667 1-2.256.702-.589 1.875-.743 3.52-.462v1.83l-.828.016a7.33 7.33 0 0 0-.773.09c-.12.04-.321.132-.454.3-.139.176-.19.447-.202.622l.024 1.55h2.233l-.482 2.167H9.134L9.158 14H13a1 1 0 0 0 .993-.883L14 3a1 1 0 0 0-.883-.993L3 2z","fill-rule":"nonzero"}})])};fe._withStripped=!0;var we=(0,s.Z)({},fe,[],!1,null,null,null);we.options.__file="src/components/CdsIcon/Icons/Facebook.vue";var de=we.exports,me=function(){var t=this.$createElement,e=this._self._c||t;return e("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 16 16"}},[e("path",{attrs:{d:"M8 1a7 7 0 1 1 0 14A7 7 0 0 1 8 1zM5.172 3.757 3.757 5.172l7.071 7.07 1.415-1.414-7.071-7.07z","fill-rule":"evenodd"}})])};me._withStripped=!0;var _e=(0,s.Z)({},me,[],!1,null,null,null);_e.options.__file="src/components/CdsIcon/Icons/ErrorFill.vue";var ge=_e.exports,xe=function(){var t=this.$createElement,e=this._self._c||t;return e("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 16 16"}},[e("path",{attrs:{"fill-rule":"nonzero",d:"m13.5 2-1.865 3.5L13.5 9h-10v5h-1V2z"}})])};xe._withStripped=!0;var ze=(0,s.Z)({},xe,[],!1,null,null,null);ze.options.__file="src/components/CdsIcon/Icons/Flag.vue";var Ie=ze.exports,Ve=function(){var t=this.$createElement,e=this._self._c||t;return e("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 16 16"}},[e("path",{attrs:{d:"M8 1a6.992 6.992 0 0 1 7 7 7 7 0 1 1-7-7zM4.85 11.344c-.523.168-.772.403-.95.641l-.111.158-.052.079A5.979 5.979 0 0 0 8 14c1.12 0 2.167-.307 3.064-.84l.054.049c-.677-.65-1.486-.926-2.873-1.061l-.285-.026-.148-.015-.151-.026-.168-.037-.311-.086-.265-.082-1.009-.322-.313-.09c-.355-.125-.603-.165-.745-.12zM8 2a6.034 6.034 0 0 0-1.437.173c.468.85.685 1.718.417 2.1-.28.4-.565.75-.913 1.044-.675.57-1.41.662-1.872-.104-.243-.404-.25-.798-.12-1.489l.062-.315A5.987 5.987 0 0 0 2 8c0 1.283.403 2.473 1.09 3.448l-.027.03c.309-.366.745-.705 1.31-1.012.342-.186.721-.176 1.398.006l.192.053.397.121.532.172.658.205.175.047.141.031.12.019.339.03c1.661.162 2.688.528 3.566 1.415a5.986 5.986 0 0 0 1.85-2.818l-.115-.303-.128-.304-.118-.251a4.786 4.786 0 0 0-.053-.105c-.064-.151-.109-.227-.134-.227-.019 0-.039.022-.06.066l-.175.382-.104.244-.198.485-.152.35c-.24.523-.443.787-.805.83l-.114.007-.583.01c-1.338.013-1.924-.298-2.352-1.6l-.09-.286c-.07-.21-.119-.272-.181-.286l-.033-.003h-.05l-.047.005-.09.022-.09.031-.698.279c-.677.276-1.186.41-1.774.41-.841 0-1.204-.689-.88-1.428.25-.57.543-.865 1.35-1.255l.262-.118c.282-.135.668-.375 1.042-.974.056-.109.1-.229.116-.374l.006-.114c.063-1.791.99-2.773 2.609-2.663l.183.016.427.055A5.956 5.956 0 0 0 8 2zm.5 3.388c-.021.281-.124.482-.195.6l-.056.087c-.452.723-.755 1-1.08 1.192l-.166.09-.18.09-.177.09-.213.125a5.56 5.56 0 0 0-.108.068l-.213.144c-.343.247-.61.51-.494.628.1.102.347.05.614-.041l.231-.086.326-.127.822-.331.192-.066c.199-.062.372-.095.543-.095.592 0 .99.385 1.205 1.105.241.812.403 1.029 1.04 1.066l.135.006h.273c.273 0 .435-.018.484-.053a.208.208 0 0 0 .072-.102l.052-.138.048-.108.367-.884c.418-.97.697-1.285 1.333-1.135.231.055.457.189.644.404L14 8a5.98 5.98 0 0 0-1.67-4.153l-.936-.102-.693-.084-.538-.076c-1.17-.134-1.54.208-1.663 1.803zm-2.898-2.89-.037.017c-.106.047-.21.097-.313.15v.071a4.53 4.53 0 0 1-.1.714l-.09.44c-.086.454-.086.681-.01.807l.032.047c.035.036.08.036.197-.06l.142-.131c.043-.043.09-.083.14-.12l.225-.165c.194-.148.348-.318.29-.642-.047-.262-.082-.38-.122-.466l-.15-.28a6.357 6.357 0 0 0-.204-.383z","fill-rule":"evenodd"}})])};Ve._withStripped=!0;var He=(0,s.Z)({},Ve,[],!1,null,null,null);He.options.__file="src/components/CdsIcon/Icons/Globe.vue";var Ce=He.exports,Se=function(){var t=this.$createElement,e=this._self._c||t;return e("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 16 16"}},[e("path",{attrs:{d:"M8 1a7 7 0 1 1 0 14A7 7 0 0 1 8 1zm1 5H7v6h2V6zm0-3H7v2h2V3z","fill-rule":"evenodd"}})])};Se._withStripped=!0;var Le=(0,s.Z)({},Se,[],!1,null,null,null);Le.options.__file="src/components/CdsIcon/Icons/InfoFill.vue";var Me=Le.exports,ye=function(){var t=this.$createElement,e=this._self._c||t;return e("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 16 16"}},[e("path",{attrs:{d:"M12.002 4.793C13.935 4.793 15 6.343 15 8c0 1.657-1.065 3.274-2.998 3.274-1.127 0-2.461-.835-4.002-2.505-1.54 1.67-2.875 2.505-4.002 2.505C2.065 11.274 1 9.657 1 8s1.065-3.207 2.998-3.207c1.127 0 2.461.818 4.002 2.453 1.54-1.635 2.875-2.453 4.002-2.453zm0 1-.117.005c-.75.06-1.76.695-2.978 1.946l-.237.25.005.006-.011.012.238.258c1.215 1.279 2.224 1.93 2.97 1.998l.13.006C13.198 10.274 14 9.309 14 8c0-1.232-.718-2.126-1.842-2.201l-.156-.006zm-8.004 0C2.785 5.793 2 6.713 2 8c0 1.309.802 2.274 1.998 2.274.757 0 1.814-.65 3.1-2.004l.237-.258L7.325 8l.005-.006-.02-.022c-1.314-1.403-2.401-2.11-3.195-2.174l-.117-.005z","fill-rule":"nonzero"}})])};ye._withStripped=!0;var Ee=(0,s.Z)({},ye,[],!1,null,null,null);Ee.options.__file="src/components/CdsIcon/Icons/Infinity.vue";var Ze=Ee.exports,be=function(){var t=this.$createElement,e=this._self._c||t;return e("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 16 16"}},[e("path",{attrs:{d:"M7 2v1H3v10h10V9h1v4.143a.857.857 0 0 1-.857.857H2.857A.857.857 0 0 1 2 13.143V2.857C2 2.384 2.384 2 2.857 2H7zm8-1v6.116h-1.036V2.767L7.732 9 7 8.268l6.232-6.233H8.884V1H15z","fill-rule":"evenodd"}})])};be._withStripped=!0;var $e=(0,s.Z)({},be,[],!1,null,null,null);$e.options.__file="src/components/CdsIcon/Icons/External.vue";var Be=$e.exports,Ae=function(){var t=this.$createElement,e=this._self._c||t;return e("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 16 16"}},[e("path",{attrs:{d:"M8 1a7 7 0 1 1 0 14A7 7 0 0 1 8 1zm0 1a6 6 0 1 0 0 12A6 6 0 0 0 8 2zm.668 4.06V12h-.972V6.06h.972zm0-2.412v.972h-.972v-.972h.972z","fill-rule":"evenodd"}})])};Ae._withStripped=!0;var Oe=(0,s.Z)({},Ae,[],!1,null,null,null);Oe.options.__file="src/components/CdsIcon/Icons/Info.vue";var je=Oe.exports,Fe=function(){var t=this.$createElement,e=this._self._c||t;return e("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 16 16"}},[e("path",{attrs:{d:"m7.895 5.895.701.703-1.739 1.738-.1.105c-.894.967-1.013 2.318-.265 3.067.747.747 2.088.627 3.052-.25l.105-.101 3.494-3.493.1-.105c.894-.967 1.013-2.318.265-3.067-.46-.459-1.142-.59-1.824-.42l-.791-.792c1.16-.495 2.467-.339 3.316.51 1.127 1.128 1.035 3.06-.183 4.388l-.117.123-3.608 3.608c-1.329 1.328-3.348 1.463-4.51.3-1.127-1.127-1.035-3.06.183-4.387l.117-.123 1.804-1.804zM5.7 4.091c1.329-1.328 3.348-1.463 4.51-.3 1.127 1.127 1.035 3.06-.183 4.387l-.117.123-1.805 1.804-.702-.701 1.74-1.74.101-.105c.894-.967 1.013-2.318.265-3.067-.747-.747-2.088-.627-3.052.25l-.105.101-3.494 3.493-.1.105c-.894.967-1.013 2.318-.265 3.067.46.458 1.142.59 1.823.42l.791.792c-1.16.495-2.466.338-3.315-.51-1.127-1.128-1.035-3.06.183-4.388l.117-.123L5.7 4.091z","fill-rule":"evenodd"}})])};Fe._withStripped=!0;var Te=(0,s.Z)({},Fe,[],!1,null,null,null);Te.options.__file="src/components/CdsIcon/Icons/Link.vue";var ke=Te.exports,Pe=function(){var t=this.$createElement,e=this._self._c||t;return e("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 16 16"}},[e("path",{attrs:{d:"M11 8a3 3 0 0 1 2.445 4.738l2.176 2.176-.707.707-2.176-2.176A3 3 0 1 1 11 8zm-3.874 4c.092.356.23.692.41 1.001L4 13v-1h3.126zM2 12v1H1v-1h1zm9-3a2 2 0 1 0 0 4 2 2 0 0 0 0-4zM7.535 9c-.179.31-.318.645-.409 1H4V9h3.535zM2 9v1H1V9h1zm13-3v1H4V6h11zM2 6v1H1V6h1zm13-3v1H4V3h11zM2 3v1H1V3h1z","fill-rule":"evenodd"}})])};Pe._withStripped=!0;var De=(0,s.Z)({},Pe,[],!1,null,null,null);De.options.__file="src/components/CdsIcon/Icons/ListSearch.vue";var Re=De.exports,Ue=function(){var t=this.$createElement,e=this._self._c||t;return e("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 16 16"}},[e("path",{attrs:{d:"M15 12v1H4v-1h11zM2 12v1H1v-1h1zm13-3v1H4V9h11zM2 9v1H1V9h1zm13-3v1H4V6h11zM2 6v1H1V6h1zm13-3v1H4V3h11zM2 3v1H1V3h1z","fill-rule":"evenodd"}})])};Ue._withStripped=!0;var Ne=(0,s.Z)({},Ue,[],!1,null,null,null);Ne.options.__file="src/components/CdsIcon/Icons/List.vue";var Ge=Ne.exports,We=function(){var t=this.$createElement,e=this._self._c||t;return e("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 16 16"}},[e("path",{attrs:{d:"M15 8a7 7 0 1 1-7-7v2a5 5 0 1 0 3.536 1.464L12.95 3.05A7 7 0 0 1 15 8z"}})])};We._withStripped=!0;var Qe=(0,s.Z)({},We,[],!1,null,null,null);Qe.options.__file="src/components/CdsIcon/Icons/Loader.vue";var Xe=Qe.exports,Ye=function(){var t=this.$createElement,e=this._self._c||t;return e("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 16 16"}},[e("path",{attrs:{d:"M8 1a5 5 0 0 1 5 5c0 1.418-.89 3.16-1.975 4.824l-.369.552-.187.272-.38.536-.415.571-.409.55-.94 1.254L8 15l-.324-.436-1.142-1.517-.413-.56-.416-.58-.375-.542C4.09 9.545 3 7.57 3 6a5 5 0 0 1 5-5zm0 1a4 4 0 0 0-4 4c0 .825.42 1.955 1.22 3.329.353.606.77 1.244 1.264 1.946l.446.621.529.714.538.719 1.08-1.452.182-.25c.606-.843 1.1-1.586 1.509-2.285C11.576 7.962 12 6.83 12 6a4 4 0 0 0-4-4zm0 2a2 2 0 1 1 0 4 2 2 0 0 1 0-4zm0 1a1 1 0 1 0 0 2 1 1 0 0 0 0-2z","fill-rule":"evenodd"}})])};Ye._withStripped=!0;var qe=(0,s.Z)({},Ye,[],!1,null,null,null);qe.options.__file="src/components/CdsIcon/Icons/Location.vue";var Ke=qe.exports,Je=function(){var t=this.$createElement,e=this._self._c||t;return e("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 16 16"}},[e("path",{attrs:{d:"M8 2a3 3 0 0 1 3 3v2h1a1 1 0 0 1 1 1v6a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V8a1 1 0 0 1 1-1h1V5a3 3 0 0 1 3-3zm4 6H4v6h8V8zm-4 2a1 1 0 1 1 0 2 1 1 0 0 1 0-2zm0-7a2 2 0 0 0-1.995 1.85L6 5v2h4V5a2 2 0 0 0-1.85-1.995L8 3z","fill-rule":"evenodd"}})])};Je._withStripped=!0;var tn=(0,s.Z)({},Je,[],!1,null,null,null);tn.options.__file="src/components/CdsIcon/Icons/Locked.vue";var en=tn.exports,nn=function(){var t=this.$createElement,e=this._self._c||t;return e("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 16 16"}},[e("path",{attrs:{d:"M14 1v14H6v-2h1v1h6V2H7v1H6V1h8zM7.536 4.5l3.535 3.536-3.535 3.535-.708-.707 2.365-2.365-7.157.001v-1l7.085-.001-2.293-2.292.708-.707z","fill-rule":"evenodd"}})])};nn._withStripped=!0;var rn=(0,s.Z)({},nn,[],!1,null,null,null);rn.options.__file="src/components/CdsIcon/Icons/Login.vue";var on=rn.exports,ln=function(){var t=this.$createElement,e=this._self._c||t;return e("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 16 16"}},[e("path",{attrs:{d:"M16 12v2H0v-2h16zm0-5v2H0V7h16zm0-5v2H0V2h16z","fill-rule":"evenodd"}})])};ln._withStripped=!0;var sn=(0,s.Z)({},ln,[],!1,null,null,null);sn.options.__file="src/components/CdsIcon/Icons/Menu.vue";var an=sn.exports,cn=function(){var t=this.$createElement,e=this._self._c||t;return e("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 16 16"}},[e("path",{attrs:{d:"M10 1v2H9V2H3v12h6v-1h1v2H2V1h8zm.536 3.5 3.535 3.536-3.535 3.535-.708-.707 2.365-2.365-7.157.001v-1l7.085-.001-2.293-2.292.708-.707z","fill-rule":"evenodd"}})])};cn._withStripped=!0;var vn=(0,s.Z)({},cn,[],!1,null,null,null);vn.options.__file="src/components/CdsIcon/Icons/Logout.vue";var hn=vn.exports,un=function(){var t=this.$createElement,e=this._self._c||t;return e("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 16 16"}},[e("path",{attrs:{d:"M2 8h12v1H2z","fill-rule":"evenodd"}})])};un._withStripped=!0;var pn=(0,s.Z)({},un,[],!1,null,null,null);pn.options.__file="src/components/CdsIcon/Icons/Minus.vue";var fn=pn.exports,wn=function(){var t=this.$createElement,e=this._self._c||t;return e("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 16 16"}},[e("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M2 13V3H1v10h1zm13-5.017-.71-.705L12 5l-.705.71 1.786 1.775L2.999 7.5l.002 1 10.09-.015-1.8 1.81L12 11l2.295-2.308.705-.71z"}})])};wn._withStripped=!0;var dn=(0,s.Z)({},wn,[],!1,null,null,null);dn.options.__file="src/components/CdsIcon/Icons/Expand.vue";var mn=dn.exports,_n=function(){var t=this.$createElement,e=this._self._c||t;return e("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 16 16"}},[e("path",{attrs:{d:"M4 8a1 1 0 1 1-2 0 1 1 0 0 1 2 0zm5 0a1 1 0 1 1-2 0 1 1 0 0 1 2 0zm5 0a1 1 0 1 1-2 0 1 1 0 0 1 2 0z","fill-rule":"evenodd"}})])};_n._withStripped=!0;var gn=(0,s.Z)({},_n,[],!1,null,null,null);gn.options.__file="src/components/CdsIcon/Icons/OverflowMenuHorizontal.vue";var xn=gn.exports,zn=function(){var t=this.$createElement,e=this._self._c||t;return e("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 16 16"}},[e("path",{attrs:{d:"M8 12a1 1 0 1 1 0 2 1 1 0 0 1 0-2zm0-5a1 1 0 1 1 0 2 1 1 0 0 1 0-2zm0-5a1 1 0 1 1 0 2 1 1 0 0 1 0-2z","fill-rule":"evenodd"}})])};zn._withStripped=!0;var In=(0,s.Z)({},zn,[],!1,null,null,null);In.options.__file="src/components/CdsIcon/Icons/OverflowMenuVertical.vue";var Vn=In.exports,Hn=function(){var t=this.$createElement,e=this._self._c||t;return e("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 16 16"}},[e("path",{attrs:{d:"m11.818 1.546 2.636 2.636a1.864 1.864 0 0 1 0 2.636l-2.636 2.636a1.864 1.864 0 0 1-2.536.093l-1.45 1.452L7 11v.831L5.83 13 5 13v.83L3.83 15H1.002L1 12l5.374-5.38a1.864 1.864 0 0 1 .172-2.438l2.636-2.636a1.864 1.864 0 0 1 2.636 0zM7.068 7.34l-5.069 5.073.002 1.585h1.414l.584-.584.002-1.414 1.414-.002.584-.584.002-1.414 1.415-.002 1.156-1.154-1.504-1.504zm2.854-5.208-.081.072-2.636 2.636a.932.932 0 0 0-.072 1.237l.072.081 2.636 2.636a.932.932 0 0 0 1.237.072l.081-.072 2.636-2.636a.932.932 0 0 0 .072-1.237l-.072-.081-2.636-2.636a.932.932 0 0 0-1.237-.072zm1.237 1.39 1.318 1.318a.466.466 0 0 1-.659.659L10.5 4.182a.466.466 0 0 1 .659-.659z","fill-rule":"evenodd"}})])};Hn._withStripped=!0;var Cn=(0,s.Z)({},Hn,[],!1,null,null,null);Cn.options.__file="src/components/CdsIcon/Icons/Password.vue";var Sn=Cn.exports,Ln=function(){var t=this.$createElement,e=this._self._c||t;return e("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 16 16"}},[e("path",{attrs:{d:"M8 1a7 7 0 1 1 0 14A7 7 0 0 1 8 1zm2.404 4.576c0 .215-.014.408-.042.581a2.365 2.365 0 0 1-.329.882c-.08.126-.166.259-.259.399a7.103 7.103 0 0 1-.364.497 7.77 7.77 0 0 0-.371.504 3.08 3.08 0 0 0-.294.546c-.08.191-.119.39-.119.595v.63H7.058v-.56c0-.355.033-.663.098-.924s.191-.523.378-.784c.15-.224.296-.434.441-.63.145-.196.27-.383.378-.56.107-.177.196-.35.266-.518.07-.168.105-.336.105-.504 0-.13-.012-.268-.035-.413a1.082 1.082 0 0 0-.147-.399.888.888 0 0 0-.315-.301c-.135-.08-.315-.119-.539-.119a.984.984 0 0 0-.805.371c-.2.247-.31.576-.329.987a59.858 59.858 0 0 0-.77-.105A30.583 30.583 0 0 0 5 5.66c.037-.439.138-.824.301-1.155.163-.331.366-.609.609-.833.243-.224.523-.392.84-.504A3.049 3.049 0 0 1 7.772 3c.868 0 1.524.233 1.967.7.443.467.665 1.092.665 1.876zm-3.36 7.238V11.26h1.568v1.554H7.044z","fill-rule":"evenodd"}})])};Ln._withStripped=!0;var Mn=(0,s.Z)({},Ln,[],!1,null,null,null);Mn.options.__file="src/components/CdsIcon/Icons/QuestionFill.vue";var yn=Mn.exports,En=function(){var t=this.$createElement,e=this._self._c||t;return e("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 16 16"}},[e("path",{attrs:{d:"M9.506 2.432a.5.5 0 0 1 .779-.333l.065.054 3.546 3.477a.5.5 0 0 1-.162.82l-.086.027-1.719.36L9.48 9.211v2.869a.501.501 0 0 1-.72.45l-.071-.043-.066-.057-1.63-1.662-2.645 2.647a.5.5 0 0 1-.275.14l-.078.007H2.992a.5.5 0 0 1-.492-.41l-.008-.09v-.982a.5.5 0 0 1 .094-.292l.05-.06L5.298 9.04l-1.66-1.691a.5.5 0 0 1 .272-.844l.086-.007h2.8l2.446-2.401.265-1.665zM5.997 9.754l-2.505 2.531v.276h.295l2.503-2.506-.122-.127-.17-.174zm4.344-6.209-.138.873a.5.5 0 0 1-.091.218l-.053.06-2.709 2.66a.5.5 0 0 1-.253.133L7 7.499l-1.815-.001 1.094 1.113.048.035.045.042.575.606 1.533 1.562V9a.5.5 0 0 1 .057-.23l.042-.068.053-.061 2.704-2.622a.5.5 0 0 1 .156-.102l.09-.028.946-.199-2.187-2.145z","fill-rule":"nonzero"}})])};En._withStripped=!0;var Zn=(0,s.Z)({},En,[],!1,null,null,null);Zn.options.__file="src/components/CdsIcon/Icons/Pin.vue";var bn=Zn.exports,$n=function(){var t=this.$createElement,e=this._self._c||t;return e("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 16 16"}},[e("path",{attrs:{d:"M8.5 2v5.5H14v1H8.5V14h-1V8.5H2v-1h5.5V2z","fill-rule":"evenodd"}})])};$n._withStripped=!0;var Bn=(0,s.Z)({},$n,[],!1,null,null,null);Bn.options.__file="src/components/CdsIcon/Icons/Plus.vue";var An=Bn.exports,On=function(){var t=this.$createElement,e=this._self._c||t;return e("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 16 16"}},[e("path",{attrs:{d:"M12 2v3h2a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1h-2v2H4v-2H2a1 1 0 0 1-1-1V6a1 1 0 0 1 1-1h2V2h8zm-1 7.01H5.02V12H5v1h6V9.01zM14 6H2v5h2V8h8l.002.848.006.046.007.116V11H14V6zm-3-3H5v2h6V3z","fill-rule":"nonzero"}})])};On._withStripped=!0;var jn=(0,s.Z)({},On,[],!1,null,null,null);jn.options.__file="src/components/CdsIcon/Icons/Printer.vue";var Fn=jn.exports,Tn=function(){var t=this.$createElement,e=this._self._c||t;return e("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 16 16"}},[e("path",{attrs:{d:"m8.01 7.345 3.324-3.324.665.665L8.675 8.01l3.304 3.304-.665.665L8.01 8.675 4.685 12l-.665-.665L7.345 8.01 4 4.665 4.665 4 8.01 7.345z","fill-rule":"evenodd"}})])};Tn._withStripped=!0;var kn=(0,s.Z)({},Tn,[],!1,null,null,null);kn.options.__file="src/components/CdsIcon/Icons/Remove.vue";var Pn=kn.exports,Dn=function(){var t=this.$createElement,e=this._self._c||t;return e("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 16 16"}},[e("path",{attrs:{d:"M11.992 1v1l-.117.007a1 1 0 0 0-.883.993v2l-.005.157a2.013 2.013 0 0 1-.935 1.57l-.176.103c-.498.302-.882.673-.882 1.17l.001.057c.028.469.402.822.881 1.113l.117.068c.534.303.915.868.987 1.531l.007.074.005.157v2l.007.117a1 1 0 0 0 .764.857l.112.02.117.006v1H3.997v-1l.117-.007a1 1 0 0 0 .876-.876L4.997 13v-2l.005-.157.007-.074a2.015 2.015 0 0 1 .856-1.45l.13-.08.118-.07c.43-.26.777-.573.862-.975l.018-.137L6.995 8c0-.452-.318-.8-.75-1.085l-.132-.085-.176-.103a2.005 2.005 0 0 1-.916-1.405l-.019-.165L4.997 5V3a1 1 0 0 0-.883-.993L3.997 2V1h7.995zM7.678 13.105l-1.812.606c-.038.1-.085.198-.138.29h4.533c-.053-.092-.1-.19-.138-.29l-1.813-.606a.999.999 0 0 0-.632 0zM7.994 8v.074a2 2 0 0 1-.999 1.658c-.537.312-.852.6-.956.972l-.027.127-.007.052L6 11l-.001 1.666 1.68-.56a.999.999 0 0 1 .632 0l1.68.56V11l-.006-.117-.007-.052c-.063-.434-.386-.753-.983-1.099a2 2 0 0 1-.998-1.658L7.994 8zM9.99 5H6l.006.117.007.052c.063.434.386.753.983 1.099a2 2 0 0 1 .992 1.563L7.994 8a2 2 0 0 1 1-1.732c.597-.346.92-.665.983-1.099l.007-.052L9.99 5zm.27-3H5.728c.17.294.268.636.268 1h.003l-.001 1H9.99V3h.003c0-.364.097-.706.267-1z","fill-rule":"evenodd"}})])};Dn._withStripped=!0;var Rn=(0,s.Z)({},Dn,[],!1,null,null,null);Rn.options.__file="src/components/CdsIcon/Icons/Sandglass.vue";var Un=Rn.exports,Nn=function(){var t=this.$createElement,e=this._self._c||t;return e("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 16 16"}},[e("path",{attrs:{d:"M8 1a7 7 0 1 1 0 14A7 7 0 0 1 8 1zm0 13A6 6 0 1 0 8 2a6 6 0 0 0 0 12zm2.232-8.3c0 .192-.014.364-.042.516a2.238 2.238 0 0 1-.312.804c-.076.12-.162.252-.258.396a4.866 4.866 0 0 1-.3.39c-.112.132-.218.27-.318.414a2.74 2.74 0 0 0-.252.444 1.109 1.109 0 0 0-.102.456v.72h-.996v-.564c0-.288.034-.544.102-.768a2.03 2.03 0 0 1 .342-.648l.756-1.02c.208-.28.32-.564.336-.852 0-.168-.012-.338-.036-.51a1.294 1.294 0 0 0-.156-.468.922.922 0 0 0-.348-.342c-.152-.088-.352-.132-.6-.132-.184 0-.35.038-.498.114a1.14 1.14 0 0 0-.372.3c-.1.124-.178.266-.234.426-.056.16-.088.32-.096.48l-.996-.144c.048-.36.14-.674.276-.942a2.2 2.2 0 0 1 .504-.666c.2-.176.426-.306.678-.39.252-.084.518-.126.798-.126.696 0 1.224.192 1.584.576.36.384.54.896.54 1.536zM7.628 12v-1.068h1.008V12H7.628z","fill-rule":"evenodd"}})])};Nn._withStripped=!0;var Gn=(0,s.Z)({},Nn,[],!1,null,null,null);Gn.options.__file="src/components/CdsIcon/Icons/Question.vue";var Wn=Gn.exports,Qn=function(){var t=this.$createElement,e=this._self._c||t;return e("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 16 16"}},[e("path",{attrs:{d:"M14.93 7A7 7 0 0 1 3 12.898V15H2v-4h4v1l-2.471.001A6 6 0 0 0 13.917 7h1.012zm-1.001-6v4h-4V4h2.47A6 6 0 0 0 2.012 9.001L1 9a7 7 0 0 1 11.93-5.898V1h1z","fill-rule":"evenodd"}})])};Qn._withStripped=!0;var Xn=(0,s.Z)({},Qn,[],!1,null,null,null);Xn.options.__file="src/components/CdsIcon/Icons/Refresh.vue";var Yn=Xn.exports,qn=function(){var t=this.$createElement,e=this._self._c||t;return e("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 16 16"}},[e("path",{attrs:{d:"M6.5 1a5.5 5.5 0 0 1 4.187 9.067L15 14.5l-.5.5-4.433-4.313A5.5 5.5 0 1 1 6.5 1zm0 1a4.5 4.5 0 1 0 0 9 4.5 4.5 0 0 0 0-9z","fill-rule":"evenodd"}})])};qn._withStripped=!0;var Kn=(0,s.Z)({},qn,[],!1,null,null,null);Kn.options.__file="src/components/CdsIcon/Icons/Search.vue";var Jn=Kn.exports,tr=function(){var t=this.$createElement,e=this._self._c||t;return e("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 16 16"}},[e("path",{attrs:{d:"M2 12.5v-2L3 9V7c0-2.817 1.973-4.752 4.5-4.978V1h1v1.025a5 5 0 0 1 4.495 4.758L13 7v2l1 1.5v2h-3.5a2.5 2.5 0 1 1-5 0H2zm4.5 0a1.5 1.5 0 0 0 3 0h-3zM8 3a4 4 0 0 0-3.995 3.8L4 7v2.3l-1 1.467v.733h10v-.733L12 9.3V7l-.005-.2A4 4 0 0 0 8 3z","fill-rule":"evenodd"}})])};tr._withStripped=!0;var er=(0,s.Z)({},tr,[],!1,null,null,null);er.options.__file="src/components/CdsIcon/Icons/Notification.vue";var nr=er.exports,rr=function(){var t=this.$createElement,e=this._self._c||t;return e("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 16 16"}},[e("path",{attrs:{d:"M12 8v5.156l2.364-2.363.707.707-3.535 3.536L8 11.5l.707-.707L11 13.086V8h1zM9.5 1a.5.5 0 0 1 .492.41L10 1.5v.502h1.002a2 2 0 0 1 1.994 1.852l.006.149v2.995h-1L12 6H1.999L2 12.026a1 1 0 0 0 .883.993l.117.007h4v1H3a2 2 0 0 1-1.995-1.85L1 12.025V4.003a2 2 0 0 1 1.85-1.995L3 2.003l1-.001V1.5a.5.5 0 0 1 .992-.09L5 1.5v.502h4V1.5a.5.5 0 0 1 .5-.5zM9 3.002H5V3.5a.5.5 0 0 1-.992.09L4 3.5v-.498H3a1 1 0 0 0-.993.884L2 4.003 1.999 5h10.002v-.997a1 1 0 0 0-.882-.993l-.117-.007L10 3.002V3.5a.5.5 0 0 1-.992.09L9 3.5v-.498z","fill-rule":"evenodd"}})])};rr._withStripped=!0;var or=(0,s.Z)({},rr,[],!1,null,null,null);or.options.__file="src/components/CdsIcon/Icons/SortDate.vue";var lr=or.exports,sr=function(){var t=this.$createElement,e=this._self._c||t;return e("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 16 16"}},[e("path",{attrs:{d:"M5.95 12a1 1 0 1 1 0 2 1 1 0 0 1 0-2zm6 0a1 1 0 1 1 0 2 1 1 0 0 1 0-2zM2.5 2h1.285l.083.007a.5.5 0 0 1 .552.324l.023.087.268 1.599c.063-.012.122-.017.181-.017h8.877a1 1 0 0 1 .987 1.164l-.667 4a1 1 0 0 1-.986.836H5.707l.167 1h6.576a.5.5 0 0 1 .09.992l-.09.008-6.918-.007-.069.007H5.45a.503.503 0 0 1-.47-.33l-.023-.088L3.526 3H2.5a.5.5 0 1 1 0-1zm11.27 3H4.891l.718 4h7.493l.666-4z","fill-rule":"evenodd"}})])};sr._withStripped=!0;var ir=(0,s.Z)({},sr,[],!1,null,null,null);ir.options.__file="src/components/CdsIcon/Icons/ShoppingCart.vue";var ar=ir.exports,cr=function(){var t=this.$createElement,e=this._self._c||t;return e("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 16 16"}},[e("path",{attrs:{d:"m6.066 5.938-4.448.092-.086.008a.5.5 0 0 0-.206.89L4.87 9.616l-1.288 4.26-.018.084a.5.5 0 0 0 .782.47L8 11.89l3.653 2.542.074.043a.5.5 0 0 0 .69-.598l-1.289-4.26 3.546-2.688.064-.057a.5.5 0 0 0-.356-.841l-4.449-.092-1.46-4.202a.5.5 0 0 0-.945 0L6.066 5.938z","fill-rule":"nonzero"}})])};cr._withStripped=!0;var vr=(0,s.Z)({},cr,[],!1,null,null,null);vr.options.__file="src/components/CdsIcon/Icons/StarFill.vue";var hr=vr.exports,ur=function(){var t=this.$createElement,e=this._self._c||t;return e("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 16 16"}},[e("path",{attrs:{d:"M8 1a7 7 0 1 1-5 11.898V15H2v-4h4v1l-2.471.001A6 6 0 1 0 8 2V1zm0 3v4.593l2.536 2.535-.708.708L7 9.007 7.007 9H7V4h1zM1.037 7.257l.995.104a6.055 6.055 0 0 0 .03 1.496l.037.219-.984.18L1.073 9a7.1 7.1 0 0 1-.06-1.442l.024-.3zm1.525-3.674.776.63c-.29.357-.537.746-.737 1.158l-.142.314-.923-.385a7.01 7.01 0 0 1 .822-1.453l.204-.264zm3.297-2.26.305.953c-.438.14-.857.33-1.25.566l-.289.186-.563-.827c.456-.31.951-.569 1.478-.766l.32-.111z","fill-rule":"evenodd"}})])};ur._withStripped=!0;var pr=(0,s.Z)({},ur,[],!1,null,null,null);pr.options.__file="src/components/CdsIcon/Icons/Timer.vue";var fr=pr.exports,wr=function(){var t=this.$createElement,e=this._self._c||t;return e("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 16 16"}},[e("path",{attrs:{d:"m6.066 5.938-4.448.092-.086.008a.5.5 0 0 0-.206.89L4.87 9.616l-1.288 4.26-.018.084a.5.5 0 0 0 .782.47L8 11.89l3.653 2.542.074.043a.5.5 0 0 0 .69-.598l-1.289-4.26 3.546-2.688.064-.057a.5.5 0 0 0-.356-.841l-4.449-.092-1.46-4.202a.5.5 0 0 0-.945 0L6.066 5.938zM8 3.423l1.103 3.173.036.08a.5.5 0 0 0 .426.256L12.924 7l-2.677 2.03-.066.06a.5.5 0 0 0-.11.483l.972 3.215-2.757-1.918-.077-.044a.5.5 0 0 0-.495.044l-2.758 1.918.974-3.215.018-.087a.5.5 0 0 0-.195-.456L3.075 7l3.36-.068a.5.5 0 0 0 .462-.336L8 3.423z","fill-rule":"nonzero"}})])};wr._withStripped=!0;var dr=(0,s.Z)({},wr,[],!1,null,null,null);dr.options.__file="src/components/CdsIcon/Icons/Star.vue";var mr=dr.exports,_r=function(){var t=this.$createElement,e=this._self._c||t;return e("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 16 16"}},[e("path",{attrs:{d:"M10.886 5.71a5.216 5.216 0 0 1-.44 1.854c.084.059.163.127.239.202l3.758 3.759a2 2 0 0 1 0 2.828l-.099.1a2 2 0 0 1-2.828 0l-3.76-3.76a2.015 2.015 0 0 1-.206-.242 5.191 5.191 0 0 1-1.84.435c-2.728.13-4.834-1.977-4.704-4.705a5.291 5.291 0 0 1 .765-2.48L4.63 6.559a1 1 0 0 0 1.32.083l.094-.083.782-.782a1 1 0 0 0 .083-1.32l-.083-.094L4.043 1.58a5.249 5.249 0 0 1 2.138-.575c2.728-.13 4.835 1.976 4.705 4.705zM6.422 2l-.193.005c-.086.004-.17.01-.256.02l-.064.008 1.665 1.668.124.142a2 2 0 0 1-.047 2.51l-.119.131-.827.824-.142.123a2 2 0 0 1-2.51-.046l-.131-.12-1.807-1.807-.052.247a4.132 4.132 0 0 0-.037.26l-.021.264c-.102 2.139 1.519 3.76 3.658 3.658.425-.02.844-.107 1.246-.255l.24-.096.738-.324.473.652.05.063.054.06 3.759 3.758a1 1 0 0 0 1.32.083l.094-.083.1-.099a1 1 0 0 0 .082-1.32l-.083-.094-3.759-3.759-.055-.051-.055-.043-.664-.472.328-.746c.21-.479.332-.985.356-1.498C9.986 3.59 8.465 2.001 6.422 2z","fill-rule":"evenodd"}})])};_r._withStripped=!0;var gr=(0,s.Z)({},_r,[],!1,null,null,null);gr.options.__file="src/components/CdsIcon/Icons/Tool.vue";var xr=gr.exports,zr=function(){var t=this.$createElement,e=this._self._c||t;return e("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 16 16"}},[e("path",{attrs:{d:"M14.76 2.158c.2.172.276.493.224.96l-2.12 9.961c-.105.495-.293.787-.564.876-.271.09-.6.045-.984-.134l-3.723-2.746c-.517-.36-.776-.67-.776-.932 0-.261.203-.551.608-.87l4.02-4.027c.04-.116.028-.21-.033-.28-.06-.071-.176-.071-.345 0L5.37 8.72c-.239.178-.447.296-.626.354-.178.058-.399.058-.661 0l-2.513-.878C1.19 8.066 1 7.86 1 7.581c0-.28.14-.493.417-.641l12.431-4.876c.407-.11.71-.078.912.094z","fill-rule":"nonzero"}})])};zr._withStripped=!0;var Ir=(0,s.Z)({},zr,[],!1,null,null,null);Ir.options.__file="src/components/CdsIcon/Icons/Telegram.vue";var Vr=Ir.exports,Hr=function(){var t=this.$createElement,e=this._self._c||t;return e("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 16 16"}},[e("path",{attrs:{d:"M6 12a2 2 0 1 1-4 0h-.5a.5.5 0 0 1-.492-.41L1 11.5v-9l.008-.09L1 2.498a.5.5 0 0 1 .41-.492l.09-.008h9a.5.5 0 0 1 .492.41l.008.09V3h1.673a.5.5 0 0 1 .393.191l.05.078 1.827 3.499a.5.5 0 0 1 .05.151L15 7V11.5a.5.5 0 0 1-.41.492L14.5 12h-2a2 2 0 1 1-4 0H6zm-2-1a1 1 0 1 0 0 2 1 1 0 0 0 0-2zm6.5 0a1 1 0 1 0 0 2 1 1 0 0 0 0-2zM10 2.998H2v8.001h.268a2 2 0 0 1 3.464 0h3.036A2.004 2.004 0 0 1 10 10.064V2.998zm4 5.001h-3l.001 2.064c.525.136.966.479 1.231.937H14V8zM12.369 4H11v3h2.936l-1.567-3z","fill-rule":"evenodd"}})])};Hr._withStripped=!0;var Cr=(0,s.Z)({},Hr,[],!1,null,null,null);Cr.options.__file="src/components/CdsIcon/Icons/Truck.vue";var Sr=Cr.exports,Lr=function(){var t=this.$createElement,e=this._self._c||t;return e("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 16 16"}},[e("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M8 2.261C7.683 2.117 7.316 2 7 2c-.316 0-.683.117-1 .261V3a1 1 0 0 1-1 1v1h4V4a1 1 0 0 1-1-1v-.739zM3 4h1v1a1 1 0 0 0 1 1h4a1 1 0 0 0 1-1V4h1v2h1V4a1 1 0 0 0-1-1H9v-.798c0-.335-.166-.649-.467-.795C8.148 1.22 7.574 1 7 1s-1.148.22-1.533.407c-.3.146-.467.46-.467.795V3H3a1 1 0 0 0-1 1v10a1 1 0 0 0 1 1h4v-1H3V4zm6 10V8h4v6H9zM8 8a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1v6a1 1 0 0 1-1 1H9a1 1 0 0 1-1-1V8zm2 1.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 0 1h-1a.5.5 0 0 1-.5-.5zm.5 1.5a.5.5 0 0 0 0 1h1a.5.5 0 0 0 0-1h-1z"}})])};Lr._withStripped=!0;var Mr=(0,s.Z)({},Lr,[],!1,null,null,null);Mr.options.__file="src/components/CdsIcon/Icons/Insert.vue";var yr=Mr.exports,Er=function(){var t=this.$createElement,e=this._self._c||t;return e("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 16 16"}},[e("path",{attrs:{d:"M8 2a3 3 0 0 1 3 3h-1a2 2 0 0 0-1.85-1.995L8 3a2 2 0 0 0-1.995 1.85L6 5v2h6a1 1 0 0 1 1 1v6a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V8a1 1 0 0 1 1-1h1V5a3 3 0 0 1 3-3zm4 6H4v6h8V8zm-4 2a1 1 0 1 1 0 2 1 1 0 0 1 0-2z","fill-rule":"evenodd"}})])};Er._withStripped=!0;var Zr=(0,s.Z)({},Er,[],!1,null,null,null);Zr.options.__file="src/components/CdsIcon/Icons/Unlocked.vue";var br=Zr.exports,$r=function(){var t=this.$createElement,e=this._self._c||t;return e("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 16 16"}},[e("path",{attrs:{d:"M2 14V2h9.026L14 5.001V14H2zM5 3H3v10h2V8h6v5h2V5.413l-2-2.019V6H5V3zm5 6H6v4h4V9zm0-6H6v2h4V3z","fill-rule":"nonzero"}})])};$r._withStripped=!0;var Br=(0,s.Z)({},$r,[],!1,null,null,null);Br.options.__file="src/components/CdsIcon/Icons/Save.vue";var Ar=Br.exports,Or=function(){var t=this.$createElement,e=this._self._c||t;return e("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 16 16"}},[e("path",{attrs:{d:"m8.036 5 3.535 3.536-.707.707L8.5 6.88v8.156h-1V6.95L5.207 9.243 4.5 8.536 8.036 5zM15 1v3h-1l.001-2H2v2H1V1h14z","fill-rule":"evenodd"}})])};Or._withStripped=!0;var jr=(0,s.Z)({},Or,[],!1,null,null,null);jr.options.__file="src/components/CdsIcon/Icons/Upload.vue";var Fr=jr.exports,Tr=function(){var t=this.$createElement,e=this._self._c||t;return e("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 16 16"}},[e("path",{attrs:{d:"M8 3c4.375 0 7 4 7 5s-2.625 5-7 5-7-4-7-5 2.625-5 7-5zm0 1c-1.71 0-3.25.713-4.493 1.899a7.19 7.19 0 0 0-1.192 1.47l-.123.218C2.066 7.826 2 7.997 2 8l.036.088.079.173c.05.104.117.232.2.37a7.19 7.19 0 0 0 1.192 1.47C4.75 11.287 6.29 12 8 12c1.71 0 3.25-.713 4.493-1.899a7.19 7.19 0 0 0 1.192-1.47l.123-.218c.126-.239.192-.41.192-.413l-.036-.088a4.75 4.75 0 0 0-.279-.543 7.19 7.19 0 0 0-1.192-1.47C11.25 4.713 9.71 4 8 4zm0 1a3 3 0 1 1 0 6 3 3 0 0 1 0-6zm0 1a2 2 0 1 0 0 4 2 2 0 0 0 0-4z","fill-rule":"evenodd"}})])};Tr._withStripped=!0;var kr=(0,s.Z)({},Tr,[],!1,null,null,null);kr.options.__file="src/components/CdsIcon/Icons/VisibilityOn.vue";var Pr=kr.exports,Dr=function(){var t=this.$createElement,e=this._self._c||t;return e("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 16 16"}},[e("path",{attrs:{d:"m13.732 2.267.75.75-1.749 1.75C14.195 5.972 15 7.447 15 8c0 1-2.625 5-7 5a7.064 7.064 0 0 1-2.885-.616L3.017 14.48l-.75-.75L13.732 2.267zm-1.713 3.214-1.285 1.283a3 3 0 0 1-3.97 3.97l-.883.883A6.04 6.04 0 0 0 8 12c1.71 0 3.25-.713 4.493-1.899a7.19 7.19 0 0 0 1.192-1.47l.123-.218.093-.186.083-.186L14 8l-.036-.088-.079-.173a4.868 4.868 0 0 0-.2-.37 7.19 7.19 0 0 0-1.192-1.47 7.816 7.816 0 0 0-.474-.418zM8 3c1.123 0 2.131.264 3.009.673l-.761.76A6.047 6.047 0 0 0 8 4c-1.71 0-3.25.713-4.493 1.899a7.19 7.19 0 0 0-1.192 1.47l-.123.218-.093.186-.083.186L2 8l.036.088.079.173c.05.104.117.232.2.37a7.19 7.19 0 0 0 1.192 1.47c.185.177.377.343.575.498l-.715.715C1.842 10.094 1 8.566 1 8c0-1 2.625-5 7-5zm1.95 4.551-2.4 2.398A2 2 0 0 0 9.95 7.551zM8 5c.488 0 .95.117 1.357.324l-.765.765a2 2 0 0 0-2.503 2.503l-.765.765A3 3 0 0 1 8 5z","fill-rule":"evenodd"}})])};Dr._withStripped=!0;var Rr=(0,s.Z)({},Dr,[],!1,null,null,null);Rr.options.__file="src/components/CdsIcon/Icons/VisibilityOff.vue";var Ur=Rr.exports,Nr=function(){var t=this.$createElement,e=this._self._c||t;return e("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 16 16"}},[e("path",{attrs:{d:"M3.272 4c0 1.705.161 2.854.809 3.934.647 1.08 1.752 1.92 2.696 2.162V4h2.335v3.599c.95-.48 1.619-.937 2.006-1.371.388-.434.778-1.177 1.172-2.228h2.271c-.184 1.074-.56 2.034-1.128 2.879-.567.845-1.18 1.369-1.837 1.572 1.107.809 1.88 1.505 2.315 2.088.437.583.8 1.403 1.089 2.461h-2.418c-.588-1.176-1.076-1.94-1.464-2.29-.387-.35-1.056-.63-2.006-.843V13c-2.631-.046-4.64-.866-6.03-2.461C1.695 8.944 1 6.764 1 4h2.272z","fill-rule":"nonzero"}})])};Nr._withStripped=!0;var Gr=(0,s.Z)({},Nr,[],!1,null,null,null);Gr.options.__file="src/components/CdsIcon/Icons/Vk.vue";var Wr=Gr.exports,Qr=function(){var t=this.$createElement,e=this._self._c||t;return e("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 16 16"}},[e("path",{attrs:{d:"M3 7a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1h1V1h8v1h1a1 1 0 0 1 1 1v3a1 1 0 0 1-1 1h-1a3 3 0 0 1-3 3h-.5v4H11v1H5v-1h2.5v-4H7a3 3 0 0 1-3-3H3zm8-5H5v5a2 2 0 0 0 2 2h2a2 2 0 0 0 2-2V2zM4 3H3v3h1V3zm9 0h-1v3h1V3z","fill-rule":"evenodd"}})])};Qr._withStripped=!0;var Xr=(0,s.Z)({},Qr,[],!1,null,null,null);Xr.options.__file="src/components/CdsIcon/Icons/Winner.vue";var Yr=Xr.exports,qr=function(){var t=this.$createElement,e=this._self._c||t;return e("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 16 16"}},[e("path",{attrs:{d:"m9.399 3.019 1.507.076c1.555.12 2.593.354 3.114.7C14.673 4.22 15 5.62 15 8s-.327 3.802-.98 4.268c-.757.4-2.05.654-3.881.758l-.669.03c-.23.009-.467.015-.713.02L8 13.08l-.757-.006c-.245-.004-.483-.01-.713-.018l-.667-.03c-1.828-.105-3.116-.358-3.863-.759-.667-.464-1-1.851-1-4.162s.345-3.748 1.036-4.31c.467-.327 1.4-.553 2.798-.678l1.606-.094L9.4 3.019zM6.452 4.025l-1.536.087-.43.042-.896.126c-.456.085-.768.184-.923.291-.36.294-.64 1.396-.665 3.251L2 8.106c0 1.811.227 2.92.49 3.262l.047.051.049.024c.555.258 1.5.446 2.81.549l1.715.08h1.78l1.43-.06c1.464-.096 2.511-.293 3.116-.571l.038-.02c.263-.269.501-1.345.523-3.146a40.66 40.66 0 0 0-.012-1.06l-.103-1.27c-.103-.77-.262-1.216-.417-1.317-.219-.145-.633-.272-1.23-.373l-.38-.057-.653-.073-1.02-.073-1.186-.042L8 4l-1.548.025zm.012 2.08L10.192 8 6.464 9.948V6.105z","fill-rule":"nonzero"}})])};qr._withStripped=!0;var Kr=(0,s.Z)({},qr,[],!1,null,null,null);Kr.options.__file="src/components/CdsIcon/Icons/Youtube.vue";var Jr=Kr.exports,to=function(){var t=this.$createElement,e=this._self._c||t;return e("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 16 16"}},[e("path",{attrs:{d:"M8 1a7 7 0 1 1 0 14A7 7 0 0 1 8 1zm0 1a6 6 0 1 0 0 12A6 6 0 0 0 8 2zm1 3.172L11.828 8 9 10.828l-.707-.707L9.914 8.5H4v-1h5.914L8.293 5.879 9 5.172z","fill-rule":"evenodd"}})])};to._withStripped=!0;var eo=(0,s.Z)({},to,[],!1,null,null,null);eo.options.__file="src/components/CdsIcon/Icons/Enter.vue";var no=eo.exports,ro=function(){var t=this.$createElement,e=this._self._c||t;return e("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 16 16"}},[e("path",{attrs:{d:"M8 1a7 7 0 1 1 0 14A7 7 0 0 1 8 1zm0 9.5a3 3 0 0 0-2.986 2.705c.88.506 1.9.795 2.986.795 1.087 0 2.107-.29 2.986-.795A3 3 0 0 0 8 10.5zM8 2a6 6 0 0 0-3.878 10.579l.002-.07a4.002 4.002 0 0 1 7.755.011.172.172 0 0 1 .004.054A6 6 0 0 0 8 2zm0 2a2.5 2.5 0 1 1 0 5 2.5 2.5 0 0 1 0-5zm0 1a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3z","fill-rule":"evenodd"}})])};ro._withStripped=!0;var oo=(0,s.Z)({},ro,[],!1,null,null,null);oo.options.__file="src/components/CdsIcon/Icons/UserAvatar.vue";var lo=oo.exports,so=function(){var t=this.$createElement,e=this._self._c||t;return e("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 16 16"}},[e("path",{attrs:{d:"M14 8a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1H9a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1h5zm0 1H9v5h5V9zM6 8a1 1 0 0 1 1 1v3a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1h4zm0 1H2v3h4V9zm8-8a1 1 0 0 1 1 1v4a1 1 0 0 1-1 1h-3a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h3zM8 1a1 1 0 0 1 1 1v4a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h6zm6 1h-3v4h3V2zM8 2H2v4h6V2z","fill-rule":"evenodd"}})])};so._withStripped=!0;var io=(0,s.Z)({},so,[],!1,null,null,null);io.options.__file="src/components/CdsIcon/Icons/Workspace.vue";var ao=io.exports,co=function(){var t=this.$createElement,e=this._self._c||t;return e("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 16 16"}},[e("path",{attrs:{d:"M8 10.841a2.84 2.84 0 1 1 0-5.68 2.84 2.84 0 0 1 0 5.68zm0-.786a2.054 2.054 0 1 0 0-4.108 2.054 2.054 0 0 0 0 4.108zm4.644.463.94 1.223c.109.14.11.336.003.477-.39.517-.851.977-1.367 1.368a.393.393 0 0 1-.477-.002l-1.224-.94a5.248 5.248 0 0 1-1.015.421l-.2 1.53a.393.393 0 0 1-.336.338c-.655.091-1.278.091-1.933.001a.393.393 0 0 1-.336-.339l-.2-1.528a5.249 5.249 0 0 1-1.017-.421l-1.224.94a.393.393 0 0 1-.477.002 7.098 7.098 0 0 1-1.367-1.366.393.393 0 0 1 .002-.477l.94-1.224a5.248 5.248 0 0 1-.422-1.018l-1.53-.2a.393.393 0 0 1-.338-.336 7.086 7.086 0 0 1 0-1.932.393.393 0 0 1 .339-.336l1.529-.2c.105-.355.246-.695.422-1.019l-.94-1.223a.393.393 0 0 1-.002-.477c.39-.516.86-.983 1.367-1.366a.393.393 0 0 1 .477.002l1.224.94a5.248 5.248 0 0 1 1.017-.421l.2-1.529a.393.393 0 0 1 .336-.338 6.915 6.915 0 0 1 1.933 0 .393.393 0 0 1 .336.339l.2 1.53c.353.104.693.245 1.015.42l1.224-.94a.393.393 0 0 1 .477-.001c.516.39.976.85 1.367 1.367a.393.393 0 0 1-.002.477l-.94 1.224c.174.322.315.661.42 1.014l1.528.2c.176.023.315.16.34.336.09.658.09 1.282-.001 1.934a.393.393 0 0 1-.339.336l-1.529.2a5.248 5.248 0 0 1-.42 1.014zm-.784.27a.393.393 0 0 1-.023-.444c.244-.399.424-.832.533-1.288a.393.393 0 0 1 .332-.298l1.485-.194a6.043 6.043 0 0 0 0-1.126l-1.485-.194a.393.393 0 0 1-.332-.298c-.11-.456-.29-.89-.533-1.288a.393.393 0 0 1 .023-.445l.914-1.189a6.253 6.253 0 0 0-.796-.796l-1.188.914a.393.393 0 0 1-.445.023 4.465 4.465 0 0 0-1.289-.535.393.393 0 0 1-.298-.331l-.194-1.486a6.046 6.046 0 0 0-1.125 0l-.194 1.484a.393.393 0 0 1-.298.332c-.458.11-.892.29-1.291.535a.393.393 0 0 1-.445-.024l-1.188-.913a6.348 6.348 0 0 0-.796.795l.913 1.187c.1.13.109.307.024.446-.245.4-.426.834-.536 1.291a.393.393 0 0 1-.332.298l-1.484.195a6.317 6.317 0 0 0 0 1.124l1.484.194c.162.021.294.14.332.298.11.458.29.892.536 1.292a.393.393 0 0 1-.024.445l-.913 1.188c.239.286.507.554.796.795l1.188-.913c.129-.1.306-.109.445-.024.4.245.834.425 1.29.535.16.038.278.17.299.331l.194 1.485c.378.035.747.035 1.125 0l.194-1.486a.393.393 0 0 1 .298-.331c.457-.11.89-.291 1.289-.535a.393.393 0 0 1 .445.023l1.188.913c.289-.24.555-.507.796-.796l-.914-1.188z","fill-rule":"evenodd"}})])};co._withStripped=!0;var vo=(0,s.Z)({},co,[],!1,null,null,null);vo.options.__file="src/components/CdsIcon/Icons/Settings.vue";var ho=vo.exports,uo=function(){var t=this.$createElement,e=this._self._c||t;return e("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 16 16"}},[e("path",{attrs:{d:"M8 7a4 4 0 0 1 3.564 2.182A2.5 2.5 0 0 1 15 11.5V15H1v-3.5a2.5 2.5 0 0 1 3.437-2.318A3.998 3.998 0 0 1 8 7zm0 1a3 3 0 0 0-3 3v3h5.999v-3.029l-.004-.147A3 3 0 0 0 8 8zm4.5 2c-.174 0-.342.03-.5.085V14h2v-2.5a1.5 1.5 0 0 0-1.5-1.5zm-9 0a1.5 1.5 0 0 0-1.493 1.356L2 11.5V14h2v-3.915A1.499 1.499 0 0 0 3.5 10zM13 4a2 2 0 1 1 0 4 2 2 0 0 1 0-4zM3 4a2 2 0 1 1 0 4 2 2 0 0 1 0-4zm10 1a1 1 0 1 0 0 2 1 1 0 0 0 0-2zM3 5a1 1 0 1 0 0 2 1 1 0 0 0 0-2zm5-4a2.5 2.5 0 1 1 0 5 2.5 2.5 0 0 1 0-5zm0 1a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3z","fill-rule":"evenodd"}})])};uo._withStripped=!0;var po=(0,s.Z)({},uo,[],!1,null,null,null);po.options.__file="src/components/CdsIcon/Icons/UserGroup.vue";var fo=po.exports,wo=[a,h,f,m,x,V,S,y,b,A,F,P,U,N.Z,Q,q,tt,rt,st,ct,ut,wt,_t,zt,Ht,Lt,Et,$t,Ot,Tt,Dt,Nt,Qt,qt,te,re,oe.Z,ie,ve,pe,de,ge,Ie,Ce,Me,Ze,Be,je,ke,Re,Ge,Xe,Ke,en,on,an,hn,fn,mn,xn,Vn,Sn,yn,bn,An,Fn,Pn,Un,Wn,Yn,Jn,nr,lr,ar,hr,fr,mr,xr,Vr,Sr,yr,br,Ar,Fr,Pr,Ur,Wr,Yr,Jr,no,lo,ao,ho,fo],mo=function(t){var e,n=(0,o.Z)(wo);try{for(n.s();!(e=n.n()).done;){var r=e.value;r.name&&t.component(r.name,r)}}catch(t){n.e(t)}finally{n.f()}};"undefined"!=typeof window&&window.Vue&&mo(window.Vue);var _o={ArrowLeftTop:a,Add:h,ArrowDown:f,ArrowLeftBottom:m,ArrowRightTop:x,ArrowRight:V,ArrowUp:S,ArrowLeft:y,ArrowRightBottom:b,ArrowsVertical:A,Calendar:F,Category:P,CardBank:U,Check:N.Z,ChevronLeft:Q,ChevronDown:q,CheckFill:tt,Analog:rt,ChevronUp:st,Collapse:ct,Clock:ut,ChocholateMenu:wt,Comment:_t,Company:zt,Compare:Ht,DataCards:Lt,ChevronRight:Et,Copy:$t,DocDownload:Ot,Directory:Tt,Doc:Dt,Download:Nt,AlertFill:Qt,Edit:qt,Delete:te,Draggable:re,Error:oe.Z,Alert:ie,FacebookFill:ve,Filters:pe,Facebook:de,ErrorFill:ge,Flag:Ie,Globe:Ce,InfoFill:Me,Infinity:Ze,External:Be,Info:je,Link:ke,ListSearch:Re,List:Ge,Loader:Xe,Location:Ke,Locked:en,Login:on,Menu:an,Logout:hn,Minus:fn,Expand:mn,OverflowMenuHorizontal:xn,OverflowMenuVertical:Vn,Password:Sn,QuestionFill:yn,Pin:bn,Plus:An,Printer:Fn,Remove:Pn,Sandglass:Un,Question:Wn,Refresh:Yn,Search:Jn,Notification:nr,SortDate:lr,ShoppingCart:ar,StarFill:hr,Timer:fr,Star:mr,Tool:xr,Telegram:Vr,Truck:Sr,Insert:yr,Unlocked:br,Save:Ar,Upload:Fr,VisibilityOn:Pr,VisibilityOff:Ur,Vk:Wr,Winner:Yr,Youtube:Jr,Enter:no,UserAvatar:lo,Workspace:ao,Settings:ho,UserGroup:fo},go={name:"CdsIcon",components:_o,inheritAttrs:!1,props:{name:{type:String,required:!1,default:"",description:"Название иконки"}},computed:{componentName:function(){return this.name&&this.name[0].toUpperCase()+this.name.slice(1)}}},xo=(0,s.Z)(go,r,[],!1,null,null,null);xo.options.__file="src/components/CdsIcon/CdsIcon.vue";var zo=xo.exports},1125:function(t,e,n){"use strict";n.d(e,{Z:function(){return l}});var r=function(){var t=this.$createElement,e=this._self._c||t;return e("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 16 16"}},[e("path",{attrs:{d:"M8 1a7 7 0 1 1 0 14A7 7 0 0 1 8 1zm0 13A6 6 0 1 0 8 2a6 6 0 0 0 0 12zM5.188 8.176l2.147 1.916 3.916-4.124.725.688-4.583 4.827-2.87-2.56.665-.747z","fill-rule":"evenodd"}})])};r._withStripped=!0;var o=(0,n(1900).Z)({},r,[],!1,null,null,null);o.options.__file="src/components/CdsIcon/Icons/Check.vue";var l=o.exports},2268:function(t,e,n){"use strict";n.d(e,{Z:function(){return l}});var r=function(){var t=this.$createElement,e=this._self._c||t;return e("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 16 16"}},[e("path",{attrs:{d:"M1 8c0-3.85 3.15-7 7-7s7 3.15 7 7-3.15 7-7 7-7-3.15-7-7zm11.55 3.85C13.5 10.8 14 9.4 14 8c0-3.3-2.7-6-6-6-1.4 0-2.8.5-3.85 1.45l8.4 8.4zm-8.45.75C5.2 13.5 6.6 14 8 14s2.8-.5 3.85-1.4L3.4 4.15c-2.1 2.5-1.8 6.3.7 8.45z","fill-rule":"evenodd"}})])};r._withStripped=!0;var o=(0,n(1900).Z)({},r,[],!1,null,null,null);o.options.__file="src/components/CdsIcon/Icons/Error.vue";var l=o.exports},1900:function(t,e,n){"use strict";function r(t,e,n,r,o,l,s,i){var a,c="function"==typeof t?t.options:t;if(e&&(c.render=e,c.staticRenderFns=n,c._compiled=!0),r&&(c.functional=!0),l&&(c._scopeId="data-v-"+l),s?(a=function(t){(t=t||this.$vnode&&this.$vnode.ssrContext||this.parent&&this.parent.$vnode&&this.parent.$vnode.ssrContext)||"undefined"==typeof __VUE_SSR_CONTEXT__||(t=__VUE_SSR_CONTEXT__),o&&o.call(this,t),t&&t._registeredComponents&&t._registeredComponents.add(s)},c._ssrRegister=a):o&&(a=i?function(){o.call(this,(c.functional?this.parent:this).$root.$options.shadowRoot)}:o),a)if(c.functional){c._injectStyles=a;var v=c.render;c.render=function(t,e){return a.call(e),v(t,e)}}else{var h=c.beforeCreate;c.beforeCreate=h?[].concat(h,a):[a]}return{exports:t,options:c}}n.d(e,{Z:function(){return r}})},907:function(t,e,n){"use strict";function r(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,r=new Array(e);n<e;n++)r[n]=t[n];return r}n.d(e,{Z:function(){return r}})},7762:function(t,e,n){"use strict";n.d(e,{Z:function(){return o}});var r=n(181);function o(t,e){var n="undefined"!=typeof Symbol&&t[Symbol.iterator]||t["@@iterator"];if(!n){if(Array.isArray(t)||(n=(0,r.Z)(t))||e&&t&&"number"==typeof t.length){n&&(t=n);var o=0,l=function(){};return{s:l,n:function(){return o>=t.length?{done:!0}:{done:!1,value:t[o++]}},e:function(t){throw t},f:l}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var s,i=!0,a=!1;return{s:function(){n=n.call(t)},n:function(){var t=n.next();return i=t.done,t},e:function(t){a=!0,s=t},f:function(){try{i||null==n.return||n.return()}finally{if(a)throw s}}}}},181:function(t,e,n){"use strict";n.d(e,{Z:function(){return o}});var r=n(907);function o(t,e){if(t){if("string"==typeof t)return(0,r.Z)(t,e);var n=Object.prototype.toString.call(t).slice(8,-1);return"Object"===n&&t.constructor&&(n=t.constructor.name),"Map"===n||"Set"===n?Array.from(t):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?(0,r.Z)(t,e):void 0}}}},e={};function n(r){var o=e[r];if(void 0!==o)return o.exports;var l=e[r]={exports:{}};return t[r](l,l.exports,n),l.exports}n.n=function(t){var e=t&&t.__esModule?function(){return t.default}:function(){return t};return n.d(e,{a:e}),e},n.d=function(t,e){for(var r in e)n.o(e,r)&&!n.o(t,r)&&Object.defineProperty(t,r,{enumerable:!0,get:e[r]})},n.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(t){if("object"==typeof window)return window}}(),n.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)};var r={};return function(){"use strict";n(8309);var t=n(6064);t.Z.install=function(e){e.component(t.Z.name,t.Z)},"undefined"!=typeof window&&window.Vue&&t.Z.install(window.Vue),r.default=t.Z}(),r=r.default}()}));
|
|
8
|
+
!function(t,e){"object"==typeof exports&&"object"==typeof module?module.exports=e():"function"==typeof define&&define.amd?define([],e):"object"==typeof exports?exports.CdsIcon=e():t.CdsIcon=e()}("undefined"!=typeof self?self:this,(function(){return function(){var t={9662:function(t,e,n){var r=n(7854),l=n(614),a=n(6330),i=r.TypeError;t.exports=function(t){if(l(t))return t;throw i(a(t)+" is not a function")}},9670:function(t,e,n){var r=n(7854),l=n(111),a=r.String,i=r.TypeError;t.exports=function(t){if(l(t))return t;throw i(a(t)+" is not an object")}},1318:function(t,e,n){var r=n(5656),l=n(1400),a=n(6244),i=function(t){return function(e,n,i){var o,s=r(e),h=a(s),u=l(i,h);if(t&&n!=n){for(;h>u;)if((o=s[u++])!=o)return!0}else for(;h>u;u++)if((t||u in s)&&s[u]===n)return t||u||0;return!t&&-1}};t.exports={includes:i(!0),indexOf:i(!1)}},1194:function(t,e,n){var r=n(7293),l=n(5112),a=n(7392),i=l("species");t.exports=function(t){return a>=51||!r((function(){var e=[];return(e.constructor={})[i]=function(){return{foo:1}},1!==e[t](Boolean).foo}))}},206:function(t,e,n){var r=n(1702);t.exports=r([].slice)},4326:function(t,e,n){var r=n(1702),l=r({}.toString),a=r("".slice);t.exports=function(t){return a(l(t),8,-1)}},648:function(t,e,n){var r=n(7854),l=n(1694),a=n(614),i=n(4326),o=n(5112)("toStringTag"),s=r.Object,h="Arguments"==i(function(){return arguments}());t.exports=l?i:function(t){var e,n,r;return void 0===t?"Undefined":null===t?"Null":"string"==typeof(n=function(t,e){try{return t[e]}catch(t){}}(e=s(t),o))?n:h?i(e):"Object"==(r=i(e))&&a(e.callee)?"Arguments":r}},9920:function(t,e,n){var r=n(2597),l=n(3887),a=n(1236),i=n(3070);t.exports=function(t,e){for(var n=l(e),o=i.f,s=a.f,h=0;h<n.length;h++){var u=n[h];r(t,u)||o(t,u,s(e,u))}}},8880:function(t,e,n){var r=n(9781),l=n(3070),a=n(9114);t.exports=r?function(t,e,n){return l.f(t,e,a(1,n))}:function(t,e,n){return t[e]=n,t}},9114:function(t){t.exports=function(t,e){return{enumerable:!(1&t),configurable:!(2&t),writable:!(4&t),value:e}}},6135:function(t,e,n){"use strict";var r=n(4948),l=n(3070),a=n(9114);t.exports=function(t,e,n){var i=r(e);i in t?l.f(t,i,a(0,n)):t[i]=n}},9781:function(t,e,n){var r=n(7293);t.exports=!r((function(){return 7!=Object.defineProperty({},1,{get:function(){return 7}})[1]}))},317:function(t,e,n){var r=n(7854),l=n(111),a=r.document,i=l(a)&&l(a.createElement);t.exports=function(t){return i?a.createElement(t):{}}},8113:function(t,e,n){var r=n(5005);t.exports=r("navigator","userAgent")||""},7392:function(t,e,n){var r,l,a=n(7854),i=n(8113),o=a.process,s=a.Deno,h=o&&o.versions||s&&s.version,u=h&&h.v8;u&&(l=(r=u.split("."))[0]>0&&r[0]<4?1:+(r[0]+r[1])),!l&&i&&(!(r=i.match(/Edge\/(\d+)/))||r[1]>=74)&&(r=i.match(/Chrome\/(\d+)/))&&(l=+r[1]),t.exports=l},748:function(t){t.exports=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"]},2109:function(t,e,n){var r=n(7854),l=n(1236).f,a=n(8880),i=n(1320),o=n(3505),s=n(9920),h=n(4705);t.exports=function(t,e){var n,u,v,c,f,w=t.target,p=t.global,d=t.stat;if(n=p?r:d?r[w]||o(w,{}):(r[w]||{}).prototype)for(u in e){if(c=e[u],v=t.noTargetGet?(f=l(n,u))&&f.value:n[u],!h(p?u:w+(d?".":"#")+u,t.forced)&&void 0!==v){if(typeof c==typeof v)continue;s(c,v)}(t.sham||v&&v.sham)&&a(c,"sham",!0),i(n,u,c,t)}}},7293:function(t){t.exports=function(t){try{return!!t()}catch(t){return!0}}},6916:function(t){var e=Function.prototype.call;t.exports=e.bind?e.bind(e):function(){return e.apply(e,arguments)}},6530:function(t,e,n){var r=n(9781),l=n(2597),a=Function.prototype,i=r&&Object.getOwnPropertyDescriptor,o=l(a,"name"),s=o&&"something"===function(){}.name,h=o&&(!r||r&&i(a,"name").configurable);t.exports={EXISTS:o,PROPER:s,CONFIGURABLE:h}},1702:function(t){var e=Function.prototype,n=e.bind,r=e.call,l=n&&n.bind(r);t.exports=n?function(t){return t&&l(r,t)}:function(t){return t&&function(){return r.apply(t,arguments)}}},5005:function(t,e,n){var r=n(7854),l=n(614),a=function(t){return l(t)?t:void 0};t.exports=function(t,e){return arguments.length<2?a(r[t]):r[t]&&r[t][e]}},8173:function(t,e,n){var r=n(9662);t.exports=function(t,e){var n=t[e];return null==n?void 0:r(n)}},7854:function(t,e,n){var r=function(t){return t&&t.Math==Math&&t};t.exports=r("object"==typeof globalThis&&globalThis)||r("object"==typeof window&&window)||r("object"==typeof self&&self)||r("object"==typeof n.g&&n.g)||function(){return this}()||Function("return this")()},2597:function(t,e,n){var r=n(1702),l=n(7908),a=r({}.hasOwnProperty);t.exports=Object.hasOwn||function(t,e){return a(l(t),e)}},3501:function(t){t.exports={}},4664:function(t,e,n){var r=n(9781),l=n(7293),a=n(317);t.exports=!r&&!l((function(){return 7!=Object.defineProperty(a("div"),"a",{get:function(){return 7}}).a}))},8361:function(t,e,n){var r=n(7854),l=n(1702),a=n(7293),i=n(4326),o=r.Object,s=l("".split);t.exports=a((function(){return!o("z").propertyIsEnumerable(0)}))?function(t){return"String"==i(t)?s(t,""):o(t)}:o},2788:function(t,e,n){var r=n(1702),l=n(614),a=n(5465),i=r(Function.toString);l(a.inspectSource)||(a.inspectSource=function(t){return i(t)}),t.exports=a.inspectSource},9909:function(t,e,n){var r,l,a,i=n(8536),o=n(7854),s=n(1702),h=n(111),u=n(8880),v=n(2597),c=n(5465),f=n(6200),w=n(3501),p="Object already initialized",d=o.TypeError,g=o.WeakMap;if(i||c.state){var m=c.state||(c.state=new g),x=s(m.get),z=s(m.has),_=s(m.set);r=function(t,e){if(z(m,t))throw new d(p);return e.facade=t,_(m,t,e),e},l=function(t){return x(m,t)||{}},a=function(t){return z(m,t)}}else{var V=f("state");w[V]=!0,r=function(t,e){if(v(t,V))throw new d(p);return e.facade=t,u(t,V,e),e},l=function(t){return v(t,V)?t[V]:{}},a=function(t){return v(t,V)}}t.exports={set:r,get:l,has:a,enforce:function(t){return a(t)?l(t):r(t,{})},getterFor:function(t){return function(e){var n;if(!h(e)||(n=l(e)).type!==t)throw d("Incompatible receiver, "+t+" required");return n}}}},3157:function(t,e,n){var r=n(4326);t.exports=Array.isArray||function(t){return"Array"==r(t)}},614:function(t){t.exports=function(t){return"function"==typeof t}},4411:function(t,e,n){var r=n(1702),l=n(7293),a=n(614),i=n(648),o=n(5005),s=n(2788),h=function(){},u=[],v=o("Reflect","construct"),c=/^\s*(?:class|function)\b/,f=r(c.exec),w=!c.exec(h),p=function(t){if(!a(t))return!1;try{return v(h,u,t),!0}catch(t){return!1}};t.exports=!v||l((function(){var t;return p(p.call)||!p(Object)||!p((function(){t=!0}))||t}))?function(t){if(!a(t))return!1;switch(i(t)){case"AsyncFunction":case"GeneratorFunction":case"AsyncGeneratorFunction":return!1}return w||!!f(c,s(t))}:p},4705:function(t,e,n){var r=n(7293),l=n(614),a=/#|\.prototype\./,i=function(t,e){var n=s[o(t)];return n==u||n!=h&&(l(e)?r(e):!!e)},o=i.normalize=function(t){return String(t).replace(a,".").toLowerCase()},s=i.data={},h=i.NATIVE="N",u=i.POLYFILL="P";t.exports=i},111:function(t,e,n){var r=n(614);t.exports=function(t){return"object"==typeof t?null!==t:r(t)}},1913:function(t){t.exports=!1},2190:function(t,e,n){var r=n(7854),l=n(5005),a=n(614),i=n(7976),o=n(3307),s=r.Object;t.exports=o?function(t){return"symbol"==typeof t}:function(t){var e=l("Symbol");return a(e)&&i(e.prototype,s(t))}},6244:function(t,e,n){var r=n(7466);t.exports=function(t){return r(t.length)}},133:function(t,e,n){var r=n(7392),l=n(7293);t.exports=!!Object.getOwnPropertySymbols&&!l((function(){var t=Symbol();return!String(t)||!(Object(t)instanceof Symbol)||!Symbol.sham&&r&&r<41}))},8536:function(t,e,n){var r=n(7854),l=n(614),a=n(2788),i=r.WeakMap;t.exports=l(i)&&/native code/.test(a(i))},3070:function(t,e,n){var r=n(7854),l=n(9781),a=n(4664),i=n(9670),o=n(4948),s=r.TypeError,h=Object.defineProperty;e.f=l?h:function(t,e,n){if(i(t),e=o(e),i(n),a)try{return h(t,e,n)}catch(t){}if("get"in n||"set"in n)throw s("Accessors not supported");return"value"in n&&(t[e]=n.value),t}},1236:function(t,e,n){var r=n(9781),l=n(6916),a=n(5296),i=n(9114),o=n(5656),s=n(4948),h=n(2597),u=n(4664),v=Object.getOwnPropertyDescriptor;e.f=r?v:function(t,e){if(t=o(t),e=s(e),u)try{return v(t,e)}catch(t){}if(h(t,e))return i(!l(a.f,t,e),t[e])}},8006:function(t,e,n){var r=n(6324),l=n(748).concat("length","prototype");e.f=Object.getOwnPropertyNames||function(t){return r(t,l)}},5181:function(t,e){e.f=Object.getOwnPropertySymbols},7976:function(t,e,n){var r=n(1702);t.exports=r({}.isPrototypeOf)},6324:function(t,e,n){var r=n(1702),l=n(2597),a=n(5656),i=n(1318).indexOf,o=n(3501),s=r([].push);t.exports=function(t,e){var n,r=a(t),h=0,u=[];for(n in r)!l(o,n)&&l(r,n)&&s(u,n);for(;e.length>h;)l(r,n=e[h++])&&(~i(u,n)||s(u,n));return u}},5296:function(t,e){"use strict";var n={}.propertyIsEnumerable,r=Object.getOwnPropertyDescriptor,l=r&&!n.call({1:2},1);e.f=l?function(t){var e=r(this,t);return!!e&&e.enumerable}:n},2140:function(t,e,n){var r=n(7854),l=n(6916),a=n(614),i=n(111),o=r.TypeError;t.exports=function(t,e){var n,r;if("string"===e&&a(n=t.toString)&&!i(r=l(n,t)))return r;if(a(n=t.valueOf)&&!i(r=l(n,t)))return r;if("string"!==e&&a(n=t.toString)&&!i(r=l(n,t)))return r;throw o("Can't convert object to primitive value")}},3887:function(t,e,n){var r=n(5005),l=n(1702),a=n(8006),i=n(5181),o=n(9670),s=l([].concat);t.exports=r("Reflect","ownKeys")||function(t){var e=a.f(o(t)),n=i.f;return n?s(e,n(t)):e}},1320:function(t,e,n){var r=n(7854),l=n(614),a=n(2597),i=n(8880),o=n(3505),s=n(2788),h=n(9909),u=n(6530).CONFIGURABLE,v=h.get,c=h.enforce,f=String(String).split("String");(t.exports=function(t,e,n,s){var h,v=!!s&&!!s.unsafe,w=!!s&&!!s.enumerable,p=!!s&&!!s.noTargetGet,d=s&&void 0!==s.name?s.name:e;l(n)&&("Symbol("===String(d).slice(0,7)&&(d="["+String(d).replace(/^Symbol\(([^)]*)\)/,"$1")+"]"),(!a(n,"name")||u&&n.name!==d)&&i(n,"name",d),(h=c(n)).source||(h.source=f.join("string"==typeof d?d:""))),t!==r?(v?!p&&t[e]&&(w=!0):delete t[e],w?t[e]=n:i(t,e,n)):w?t[e]=n:o(e,n)})(Function.prototype,"toString",(function(){return l(this)&&v(this).source||s(this)}))},4488:function(t,e,n){var r=n(7854).TypeError;t.exports=function(t){if(null==t)throw r("Can't call method on "+t);return t}},3505:function(t,e,n){var r=n(7854),l=Object.defineProperty;t.exports=function(t,e){try{l(r,t,{value:e,configurable:!0,writable:!0})}catch(n){r[t]=e}return e}},6200:function(t,e,n){var r=n(2309),l=n(9711),a=r("keys");t.exports=function(t){return a[t]||(a[t]=l(t))}},5465:function(t,e,n){var r=n(7854),l=n(3505),a="__core-js_shared__",i=r[a]||l(a,{});t.exports=i},2309:function(t,e,n){var r=n(1913),l=n(5465);(t.exports=function(t,e){return l[t]||(l[t]=void 0!==e?e:{})})("versions",[]).push({version:"3.19.3",mode:r?"pure":"global",copyright:"© 2021 Denis Pushkarev (zloirock.ru)"})},1400:function(t,e,n){var r=n(9303),l=Math.max,a=Math.min;t.exports=function(t,e){var n=r(t);return n<0?l(n+e,0):a(n,e)}},5656:function(t,e,n){var r=n(8361),l=n(4488);t.exports=function(t){return r(l(t))}},9303:function(t){var e=Math.ceil,n=Math.floor;t.exports=function(t){var r=+t;return r!=r||0===r?0:(r>0?n:e)(r)}},7466:function(t,e,n){var r=n(9303),l=Math.min;t.exports=function(t){return t>0?l(r(t),9007199254740991):0}},7908:function(t,e,n){var r=n(7854),l=n(4488),a=r.Object;t.exports=function(t){return a(l(t))}},7593:function(t,e,n){var r=n(7854),l=n(6916),a=n(111),i=n(2190),o=n(8173),s=n(2140),h=n(5112),u=r.TypeError,v=h("toPrimitive");t.exports=function(t,e){if(!a(t)||i(t))return t;var n,r=o(t,v);if(r){if(void 0===e&&(e="default"),n=l(r,t,e),!a(n)||i(n))return n;throw u("Can't convert object to primitive value")}return void 0===e&&(e="number"),s(t,e)}},4948:function(t,e,n){var r=n(7593),l=n(2190);t.exports=function(t){var e=r(t,"string");return l(e)?e:e+""}},1694:function(t,e,n){var r={};r[n(5112)("toStringTag")]="z",t.exports="[object z]"===String(r)},6330:function(t,e,n){var r=n(7854).String;t.exports=function(t){try{return r(t)}catch(t){return"Object"}}},9711:function(t,e,n){var r=n(1702),l=0,a=Math.random(),i=r(1..toString);t.exports=function(t){return"Symbol("+(void 0===t?"":t)+")_"+i(++l+a,36)}},3307:function(t,e,n){var r=n(133);t.exports=r&&!Symbol.sham&&"symbol"==typeof Symbol.iterator},5112:function(t,e,n){var r=n(7854),l=n(2309),a=n(2597),i=n(9711),o=n(133),s=n(3307),h=l("wks"),u=r.Symbol,v=u&&u.for,c=s?u:u&&u.withoutSetter||i;t.exports=function(t){if(!a(h,t)||!o&&"string"!=typeof h[t]){var e="Symbol."+t;o&&a(u,t)?h[t]=u[t]:h[t]=s&&v?v(e):c(e)}return h[t]}},7042:function(t,e,n){"use strict";var r=n(2109),l=n(7854),a=n(3157),i=n(4411),o=n(111),s=n(1400),h=n(6244),u=n(5656),v=n(6135),c=n(5112),f=n(1194),w=n(206),p=f("slice"),d=c("species"),g=l.Array,m=Math.max;r({target:"Array",proto:!0,forced:!p},{slice:function(t,e){var n,r,l,c=u(this),f=h(c),p=s(t,f),x=s(void 0===e?f:e,f);if(a(c)&&(n=c.constructor,(i(n)&&(n===g||a(n.prototype))||o(n)&&null===(n=n[d]))&&(n=void 0),n===g||void 0===n))return w(c,p,x);for(r=new(void 0===n?g:n)(m(x-p,0)),l=0;p<x;p++,l++)p in c&&v(r,l,c[p]);return r.length=l,r}})},8309:function(t,e,n){var r=n(9781),l=n(6530).EXISTS,a=n(1702),i=n(3070).f,o=Function.prototype,s=a(o.toString),h=/function\b(?:\s|\/\*[\S\s]*?\*\/|\/\/[^\n\r]*[\n\r]+)*([^\s(/]*)/,u=a(h.exec);r&&!l&&i(o,"name",{configurable:!0,get:function(){try{return u(h,s(this))[1]}catch(t){return""}}})},3417:function(t,e,n){"use strict";n.d(e,{Z:function(){return We}});n(8309),n(7042);var r=n(7762),l=n(1900),a=(0,l.Z)({},(function(){var t=this.$createElement,e=this._self._c||t;return e("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 16 16"}},[e("path",{attrs:{d:"m12.743 13 .707-.707L4.707 3.55H10v-1H3v7h1V4.257z","fill-rule":"evenodd"}})])}),[],!1,null,null,null),i=a.exports,o=(0,l.Z)({},(function(){var t=this.$createElement,e=this._self._c||t;return e("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 16 16"}},[e("path",{attrs:{d:"M8 1a7 7 0 1 1 0 14A7 7 0 0 1 8 1zm0 1a6 6 0 1 0 0 12A6 6 0 0 0 8 2zm.5 2v3.5H12v1H8.5V12h-1V8.499L4 8.5v-1l3.5-.001V4h1z","fill-rule":"evenodd"}})])}),[],!1,null,null,null),s=o.exports,h=(0,l.Z)({},(function(){var t=this.$createElement,e=this._self._c||t;return e("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 16 16"}},[e("path",{attrs:{d:"M8 15 3 9.743 3.707 9 7.5 12.988V1h1v11.988L12.293 9l.707.743z","fill-rule":"evenodd"}})])}),[],!1,null,null,null),u=h.exports,v=(0,l.Z)({},(function(){var t=this.$createElement,e=this._self._c||t;return e("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 16 16"}},[e("path",{attrs:{d:"m12.743 2.55.707.707L4.707 12 10 12v1H3V6h1v5.292z","fill-rule":"evenodd"}})])}),[],!1,null,null,null),c=v.exports,f=(0,l.Z)({},(function(){var t=this.$createElement,e=this._self._c||t;return e("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 16 16"}},[e("path",{attrs:{d:"M3.707 13 3 12.293l8.743-8.742H6.45v-1h7v7h-1V4.257z","fill-rule":"evenodd"}})])}),[],!1,null,null,null),w=f.exports,p=(0,l.Z)({},(function(){var t=this.$createElement,e=this._self._c||t;return e("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 16 16"}},[e("path",{attrs:{d:"m15 8-5.257 5L9 12.293 12.988 8.5H1v-1h11.988L9 3.707 9.743 3z","fill-rule":"evenodd"}})])}),[],!1,null,null,null),d=p.exports,g=(0,l.Z)({},(function(){var t=this.$createElement,e=this._self._c||t;return e("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 16 16"}},[e("path",{attrs:{d:"m8 1 5 5.257-.707.743L8.5 3.012V15h-1V3.012L3.707 7 3 6.257z","fill-rule":"evenodd"}})])}),[],!1,null,null,null),m=g.exports,x=(0,l.Z)({},(function(){var t=this.$createElement,e=this._self._c||t;return e("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 16 16"}},[e("path",{attrs:{d:"m1 8 5.257-5L7 3.707 3.012 7.5H15v1H3.012L7 12.293 6.257 13z","fill-rule":"evenodd"}})])}),[],!1,null,null,null),z=x.exports,_=(0,l.Z)({},(function(){var t=this.$createElement,e=this._self._c||t;return e("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 16 16"}},[e("path",{attrs:{d:"M3.707 2.55 3 3.257 11.743 12 6.45 12v1h7V6h-1v5.292z","fill-rule":"evenodd"}})])}),[],!1,null,null,null),V=_.exports,H=(0,l.Z)({},(function(){var t=this.$createElement,e=this._self._c||t;return e("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 16 16"}},[e("path",{attrs:{d:"m4.5 2 3 3.2-.75.8L5 4.134V14H4V4.133L2.25 6l-.75-.8 3-3.2zM12 2l-.001 9.867L13.75 10l.75.8-3 3.2-3-3.2.75-.8 1.749 1.865L11 2h1z","fill-rule":"evenodd"}})])}),[],!1,null,null,null),M=H.exports,L=(0,l.Z)({},(function(){var t=this.$createElement,e=this._self._c||t;return e("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 16 16"}},[e("path",{attrs:{d:"M11 2h1a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h1v-.5a.5.5 0 0 1 1 0V2h4v-.5a.5.5 0 1 1 1 0V2zm-1 1H6v.5a.5.5 0 0 1-1 0V3H4a1 1 0 0 0-1 1v1h10v1H3v6a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1V4a1 1 0 0 0-1-1h-1v.5a.5.5 0 1 1-1 0V3z","fill-rule":"evenodd"}})])}),[],!1,null,null,null),y=L.exports,E=(0,l.Z)({},(function(){var t=this.$createElement,e=this._self._c||t;return e("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 16 16"}},[e("path",{attrs:{d:"M12 9H8.5v2h1v3h-3v-3h1V9H4v2h1v3H2v-3h1V8h4.5V6H6V2h4v4H8.5v2H13v3h1v3h-3v-3h1V9zm-3.5 3h-1v1h1v-1zm4.5 0h-1v1h1v-1zm-9 0H3v1h1v-1zm5-9H7v2h2V3z","fill-rule":"evenodd"}})])}),[],!1,null,null,null),Z=E.exports,$=(0,l.Z)({},(function(){var t=this.$createElement,e=this._self._c||t;return e("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 16 16"}},[e("path",{attrs:{d:"M13.5 3.5a1 1 0 0 1 1 1v7a1 1 0 0 1-1 1h-11a1 1 0 0 1-1-1v-7a1 1 0 0 1 1-1h11zm0 3h-11v5h11v-5zm-5 3.5v1h-5v-1h5zm5-5.5h-11v1h11v-1z","fill-rule":"evenodd"}})])}),[],!1,null,null,null),B=$.exports,b=n(2388),A=(0,l.Z)({},(function(){var t=this.$createElement,e=this._self._c||t;return e("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 16 16"}},[e("path",{attrs:{d:"M11 3.725 10.301 3 5 8.002 10.301 13l.699-.725-4.533-4.273z","fill-rule":"evenodd"}})])}),[],!1,null,null,null),S=A.exports,C=(0,l.Z)({},(function(){var t=this.$createElement,e=this._self._c||t;return e("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 16 16"}},[e("path",{attrs:{d:"M3 5.743 3.707 5 8 9.513 12.293 5l.707.743L8 11z"}})])}),[],!1,null,null,null),O=C.exports,j=(0,l.Z)({},(function(){var t=this.$createElement,e=this._self._c||t;return e("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 16 16"}},[e("path",{attrs:{d:"M8 1a7 7 0 1 1 0 14A7 7 0 0 1 8 1zm2.927 4.58L7.318 9.229 5.495 7.7l-.973 1.223 2.87 2.56 4.584-4.827-1.049-1.075z","fill-rule":"evenodd"}})])}),[],!1,null,null,null),T=j.exports,F=(0,l.Z)({},(function(){var t=this.$createElement,e=this._self._c||t;return e("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 16 16"}},[e("path",{attrs:{d:"M3.5 3.001v5.006l.007.144A1.5 1.5 0 0 0 4.85 9.5l.144.007 6.629.023-.002-.031L9.33 7.207l.707-.707 3.536 3.536-3.536 3.535-.707-.707 2.332-2.334-6.67-.023-.165-.006a2.5 2.5 0 0 1-2.322-2.33L2.5 8.007V3.001h1z","fill-rule":"evenodd"}})])}),[],!1,null,null,null),P=F.exports,I=(0,l.Z)({},(function(){var t=this.$createElement,e=this._self._c||t;return e("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 16 16"}},[e("path",{attrs:{d:"M3 10.257 8 5l5 5.257-.707.743L8 6.487 3.707 11z"}})])}),[],!1,null,null,null),k=I.exports,R=(0,l.Z)({},(function(){var t=this.$createElement,e=this._self._c||t;return e("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 16 16"}},[e("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M1 3v10h1V3H1zm2 5.017.71.705L6 11l.705-.71L4.92 8.516 15.001 8.5l-.002-1-10.09.015 1.8-1.81L6 5 3.705 7.308 3 8.018z"}})])}),[],!1,null,null,null),D=R.exports,U=(0,l.Z)({},(function(){var t=this.$createElement,e=this._self._c||t;return e("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 16 16"}},[e("path",{attrs:{d:"M8 1a7 7 0 1 1 0 14A7 7 0 0 1 8 1zm0 1a6 6 0 1 0 0 12A6 6 0 0 0 8 2zm0 2v4h4v1H7V4h1z","fill-rule":"evenodd"}})])}),[],!1,null,null,null),N=U.exports,G=(0,l.Z)({},(function(){var t=this.$createElement,e=this._self._c||t;return e("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 16 16"}},[e("path",{attrs:{d:"M14 12v2h-2v-2h2zm-5 0v2H7v-2h2zm-5 0v2H2v-2h2zm0-5v2H2V7h2zm10 0v2h-2V7h2zM9 7v2H7V7h2zM4 2v2H2V2h2zm10 0v2h-2V2h2zM9 2v2H7V2h2z","fill-rule":"evenodd"}})])}),[],!1,null,null,null),W=G.exports,X=(0,l.Z)({},(function(){var t=this.$createElement,e=this._self._c||t;return e("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 16 16"}},[e("path",{attrs:{d:"M14 2a1 1 0 0 1 1 1v7a1 1 0 0 1-1 1h-1.001L13 13.793a.5.5 0 0 1-.095.293l-.051.06a.5.5 0 0 1-.638.058l-.07-.058L9 11H2a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1h12zm0 1H2v7h7.413L12 12.59 11.999 10H14V3zM9 7v1H4V7h5zm3-2v1H4V5h8z","fill-rule":"evenodd"}})])}),[],!1,null,null,null),q=X.exports,Q=(0,l.Z)({},(function(){var t=this.$createElement,e=this._self._c||t;return e("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 16 16"}},[e("path",{attrs:{d:"M1 15v-1h1V2h7v2h5v10h1v1H1zM8 3H3v11h5V3zm5 2H9v1h3v1H9v1h3v1H9v1h3v1H9v1h3v1H9v1h4V5zm-8 7v1H4v-1h1zm2 0v1H6v-1h1zm-2-2v1H4v-1h1zm2 0v1H6v-1h1zM5 8v1H4V8h1zm2 0v1H6V8h1zM5 6v1H4V6h1zm2 0v1H6V6h1zM4 4h1v1H4V4zm2 0h1v1H6V4z","fill-rule":"evenodd"}})])}),[],!1,null,null,null),Y=Q.exports,K=(0,l.Z)({},(function(){var t=this.$createElement,e=this._self._c||t;return e("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 16 16"}},[e("path",{attrs:{d:"M4 9v5H3V9h1zm3-7v12H6V2h1zm3 2v10H9V4h1zm3 3v7h-1V7h1z","fill-rule":"evenodd"}})])}),[],!1,null,null,null),J=K.exports,tt=(0,l.Z)({},(function(){var t=this.$createElement,e=this._self._c||t;return e("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 16 16"}},[e("path",{attrs:{d:"M15 9v4H1V9h14zm-1 1H2v2h12v-2zm1-7v4H1V3h14zm-1 1H2v2h12V4z","fill-rule":"evenodd"}})])}),[],!1,null,null,null),et=tt.exports,nt=(0,l.Z)({},(function(){var t=this.$createElement,e=this._self._c||t;return e("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 16 16"}},[e("path",{attrs:{d:"m5 12.275.699.725L11 7.998 5.699 3 5 3.725l4.533 4.273z","fill-rule":"evenodd"}})])}),[],!1,null,null,null),rt=nt.exports,lt=(0,l.Z)({},(function(){var t=this.$createElement,e=this._self._c||t;return e("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 16 16"}},[e("path",{attrs:{d:"M13.75 5c.69 0 1.25.56 1.25 1.25v7.5c0 .69-.56 1.25-1.25 1.25h-7.5C5.56 15 5 14.44 5 13.75v-7.5C5 5.56 5.56 5 6.25 5h7.5zM14 6H6v8h8V6zM9.75 1c.69 0 1.25.56 1.25 1.25V4h-1V2H2v8h2v1H2.25C1.56 11 1 10.44 1 9.75v-7.5C1 1.56 1.56 1 2.25 1h7.5z","fill-rule":"evenodd"}})])}),[],!1,null,null,null),at=lt.exports,it=(0,l.Z)({},(function(){var t=this.$createElement,e=this._self._c||t;return e("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 16 16"}},[e("path",{attrs:{d:"M11 8v5.156l2.364-2.363.707.707-3.535 3.536L7 11.5l.707-.707L10 13.086V8h1zM9 1l3 3v3h-1V5H8V2H3v12h3v1H2V1h7zm0 1.5v1.499L10.5 4 9 2.5z","fill-rule":"evenodd"}})])}),[],!1,null,null,null),ot=it.exports,st=(0,l.Z)({},(function(){var t=this.$createElement,e=this._self._c||t;return e("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 16 16"}},[e("path",{attrs:{d:"M1.034 2.548a.5.5 0 0 1 .41-.492l.09-.008h2.96a.5.5 0 0 1 .392.188l.05.077.928 1.739h8.62a.5.5 0 0 1 .491.41l.008.09v9a.5.5 0 0 1-.41.492l-.09.008H1.533a.5.5 0 0 1-.491-.41l-.008-.09V2.548zm.999 10.504h11.95v-8H5.249v-.029L4.195 3.048H2.033v10.004z","fill-rule":"nonzero"}})])}),[],!1,null,null,null),ht=st.exports,ut=(0,l.Z)({},(function(){var t=this.$createElement,e=this._self._c||t;return e("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 16 16"}},[e("path",{attrs:{d:"M13 15H3V1h7.018L13 3.991V15zM9 2H4v12h8V5H9V2zm1 .397V4h1.597L10 2.397z","fill-rule":"nonzero"}})])}),[],!1,null,null,null),vt=ut.exports,ct=(0,l.Z)({},(function(){var t=this.$createElement,e=this._self._c||t;return e("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 16 16"}},[e("path",{attrs:{d:"m2 12-.001 2H14v-2h1v3H1v-3h1zM8.5 1v8.156l2.364-2.363.707.707-3.535 3.536L4.5 7.5l.707-.707L7.5 9.086V1h1z","fill-rule":"evenodd"}})])}),[],!1,null,null,null),ft=ct.exports,wt=(0,l.Z)({},(function(){var t=this.$createElement,e=this._self._c||t;return e("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 16 16"}},[e("path",{attrs:{d:"M8 1a7 7 0 1 1 0 14A7 7 0 0 1 8 1zM7 3h2v6H7V3zm1 7.25a1 1 0 1 1 0 2 1 1 0 0 1 0-2z","fill-rule":"evenodd"}})])}),[],!1,null,null,null),pt=wt.exports,dt=(0,l.Z)({},(function(){var t=this.$createElement,e=this._self._c||t;return e("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 16 16"}},[e("path",{attrs:{d:"m12.88 1.364 1.793 1.793a1 1 0 0 1 .083 1.32l-.083.094L4.207 14.96H1v-3.206L11.466 1.364c.33-.33.834-.38 1.218-.153l.101.07.095.083zM3.25 10.92 2 12.169v1.793h1.793l1.252-1.249-1.794-1.793zm10.228-7.717-8.272 8.258.546.546 8.284-8.246-.558-.558zm-1.236-1.235L3.96 10.215l.539.539 8.272-8.259-.528-.527z","fill-rule":"evenodd"}})])}),[],!1,null,null,null),gt=dt.exports,mt=(0,l.Z)({},(function(){var t=this.$createElement,e=this._self._c||t;return e("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 16 16"}},[e("path",{attrs:{d:"M10 2H6v1h4V2zm2 2H4v10h8V4zm-2 1v8H9V5h1zM7 5v8H6V5h1zm7-2v1h-1v11H3V4H2V3h3V1h6v2h3z","fill-rule":"evenodd"}})])}),[],!1,null,null,null),xt=mt.exports,zt=(0,l.Z)({},(function(){var t=this.$createElement,e=this._self._c||t;return e("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 16 16"}},[e("path",{attrs:{d:"M7 11v2H5v-2h2zm4 0v2H9v-2h2zM7 7v2H5V7h2zm4 0v2H9V7h2zM7 3v2H5V3h2zm4 0v2H9V3h2z","fill-rule":"evenodd"}})])}),[],!1,null,null,null),_t=zt.exports,Vt=n(6637),Ht=(0,l.Z)({},(function(){var t=this.$createElement,e=this._self._c||t;return e("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 16 16"}},[e("path",{attrs:{d:"M8 1a7 7 0 1 1 0 14A7 7 0 0 1 8 1zm0 13A6 6 0 1 0 8 2a6 6 0 0 0 0 12zM7.5 4h1v5.5h-1V4zm.5 6.5A.75.75 0 1 1 8 12a.75.75 0 0 1 0-1.5z","fill-rule":"evenodd"}})])}),[],!1,null,null,null),Mt=Ht.exports,Lt=(0,l.Z)({},(function(){var t=this.$createElement,e=this._self._c||t;return e("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 16 16"}},[e("path",{attrs:{d:"M3 2a1 1 0 0 0-.993.883L2 13a1 1 0 0 0 .883.993l3.99.007V9.955H4.96V7.842h1.914V6.098c-.036-.914.297-1.667 1-2.256.702-.589 1.875-.743 3.52-.462v1.83l-.828.016a7.33 7.33 0 0 0-.773.09c-.12.04-.321.132-.454.3-.139.176-.19.447-.202.622l.024 1.55h2.233l-.482 2.167H9.134L9.158 14H13a1 1 0 0 0 .993-.883L14 3a1 1 0 0 0-.883-.993L3 2z","fill-rule":"nonzero"}})])}),[],!1,null,null,null),yt=Lt.exports,Et=(0,l.Z)({},(function(){var t=this.$createElement,e=this._self._c||t;return e("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 16 16"}},[e("path",{attrs:{d:"M5 11a2 2 0 0 1 1.937 1.5H15v1l-8.063.001a2 2 0 0 1-3.874 0L1 13.5v-1h2.063A2 2 0 0 1 5 11zm0 1a1 1 0 1 0 0 2 1 1 0 0 0 0-2zm6-6a2 2 0 0 1 1.937 1.5H15v1l-2.063.001a2 2 0 0 1-3.874 0L1 8.5v-1h8.063A2 2 0 0 1 11 6zm0 1a1 1 0 1 0 0 2 1 1 0 0 0 0-2zM5 1a2 2 0 0 1 1.937 1.5H15v1l-8.063.001a2 2 0 0 1-3.874 0L1 3.5v-1h2.063A2 2 0 0 1 5 1zm0 1a1 1 0 1 0 0 2 1 1 0 0 0 0-2z","fill-rule":"evenodd"}})])}),[],!1,null,null,null),Zt=Et.exports,$t=(0,l.Z)({},(function(){var t=this.$createElement,e=this._self._c||t;return e("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 16 16"}},[e("path",{attrs:{d:"M13 1a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h10zM3 2a1 1 0 0 0-.993.883L2 13a1 1 0 0 0 .883.993l3.99.007V9.955H4.96V7.842h1.914V6.098c-.036-.914.297-1.667 1-2.256.702-.589 1.875-.743 3.52-.462v1.83l-.828.016a7.33 7.33 0 0 0-.773.09c-.12.04-.321.132-.454.3-.139.176-.19.447-.202.622l.024 1.55h2.233l-.482 2.167H9.134L9.158 14H13a1 1 0 0 0 .993-.883L14 3a1 1 0 0 0-.883-.993L3 2z","fill-rule":"nonzero"}})])}),[],!1,null,null,null),Bt=$t.exports,bt=(0,l.Z)({},(function(){var t=this.$createElement,e=this._self._c||t;return e("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 16 16"}},[e("path",{attrs:{d:"M8 1a7 7 0 1 1 0 14A7 7 0 0 1 8 1zM5.172 3.757 3.757 5.172l7.071 7.07 1.415-1.414-7.071-7.07z","fill-rule":"evenodd"}})])}),[],!1,null,null,null),At=bt.exports,St=(0,l.Z)({},(function(){var t=this.$createElement,e=this._self._c||t;return e("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 16 16"}},[e("path",{attrs:{"fill-rule":"nonzero",d:"m13.5 2-1.865 3.5L13.5 9h-10v5h-1V2z"}})])}),[],!1,null,null,null),Ct=St.exports,Ot=(0,l.Z)({},(function(){var t=this.$createElement,e=this._self._c||t;return e("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 16 16"}},[e("path",{attrs:{d:"M8 1a6.992 6.992 0 0 1 7 7 7 7 0 1 1-7-7zM4.85 11.344c-.523.168-.772.403-.95.641l-.111.158-.052.079A5.979 5.979 0 0 0 8 14c1.12 0 2.167-.307 3.064-.84l.054.049c-.677-.65-1.486-.926-2.873-1.061l-.285-.026-.148-.015-.151-.026-.168-.037-.311-.086-.265-.082-1.009-.322-.313-.09c-.355-.125-.603-.165-.745-.12zM8 2a6.034 6.034 0 0 0-1.437.173c.468.85.685 1.718.417 2.1-.28.4-.565.75-.913 1.044-.675.57-1.41.662-1.872-.104-.243-.404-.25-.798-.12-1.489l.062-.315A5.987 5.987 0 0 0 2 8c0 1.283.403 2.473 1.09 3.448l-.027.03c.309-.366.745-.705 1.31-1.012.342-.186.721-.176 1.398.006l.192.053.397.121.532.172.658.205.175.047.141.031.12.019.339.03c1.661.162 2.688.528 3.566 1.415a5.986 5.986 0 0 0 1.85-2.818l-.115-.303-.128-.304-.118-.251a4.786 4.786 0 0 0-.053-.105c-.064-.151-.109-.227-.134-.227-.019 0-.039.022-.06.066l-.175.382-.104.244-.198.485-.152.35c-.24.523-.443.787-.805.83l-.114.007-.583.01c-1.338.013-1.924-.298-2.352-1.6l-.09-.286c-.07-.21-.119-.272-.181-.286l-.033-.003h-.05l-.047.005-.09.022-.09.031-.698.279c-.677.276-1.186.41-1.774.41-.841 0-1.204-.689-.88-1.428.25-.57.543-.865 1.35-1.255l.262-.118c.282-.135.668-.375 1.042-.974.056-.109.1-.229.116-.374l.006-.114c.063-1.791.99-2.773 2.609-2.663l.183.016.427.055A5.956 5.956 0 0 0 8 2zm.5 3.388c-.021.281-.124.482-.195.6l-.056.087c-.452.723-.755 1-1.08 1.192l-.166.09-.18.09-.177.09-.213.125a5.56 5.56 0 0 0-.108.068l-.213.144c-.343.247-.61.51-.494.628.1.102.347.05.614-.041l.231-.086.326-.127.822-.331.192-.066c.199-.062.372-.095.543-.095.592 0 .99.385 1.205 1.105.241.812.403 1.029 1.04 1.066l.135.006h.273c.273 0 .435-.018.484-.053a.208.208 0 0 0 .072-.102l.052-.138.048-.108.367-.884c.418-.97.697-1.285 1.333-1.135.231.055.457.189.644.404L14 8a5.98 5.98 0 0 0-1.67-4.153l-.936-.102-.693-.084-.538-.076c-1.17-.134-1.54.208-1.663 1.803zm-2.898-2.89-.037.017c-.106.047-.21.097-.313.15v.071a4.53 4.53 0 0 1-.1.714l-.09.44c-.086.454-.086.681-.01.807l.032.047c.035.036.08.036.197-.06l.142-.131c.043-.043.09-.083.14-.12l.225-.165c.194-.148.348-.318.29-.642-.047-.262-.082-.38-.122-.466l-.15-.28a6.357 6.357 0 0 0-.204-.383z","fill-rule":"evenodd"}})])}),[],!1,null,null,null),jt=Ot.exports,Tt=(0,l.Z)({},(function(){var t=this.$createElement,e=this._self._c||t;return e("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 16 16"}},[e("path",{attrs:{d:"M8 1a7 7 0 1 1 0 14A7 7 0 0 1 8 1zm1 5H7v6h2V6zm0-3H7v2h2V3z","fill-rule":"evenodd"}})])}),[],!1,null,null,null),Ft=Tt.exports,Pt=(0,l.Z)({},(function(){var t=this.$createElement,e=this._self._c||t;return e("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 16 16"}},[e("path",{attrs:{d:"M12.002 4.793C13.935 4.793 15 6.343 15 8c0 1.657-1.065 3.274-2.998 3.274-1.127 0-2.461-.835-4.002-2.505-1.54 1.67-2.875 2.505-4.002 2.505C2.065 11.274 1 9.657 1 8s1.065-3.207 2.998-3.207c1.127 0 2.461.818 4.002 2.453 1.54-1.635 2.875-2.453 4.002-2.453zm0 1-.117.005c-.75.06-1.76.695-2.978 1.946l-.237.25.005.006-.011.012.238.258c1.215 1.279 2.224 1.93 2.97 1.998l.13.006C13.198 10.274 14 9.309 14 8c0-1.232-.718-2.126-1.842-2.201l-.156-.006zm-8.004 0C2.785 5.793 2 6.713 2 8c0 1.309.802 2.274 1.998 2.274.757 0 1.814-.65 3.1-2.004l.237-.258L7.325 8l.005-.006-.02-.022c-1.314-1.403-2.401-2.11-3.195-2.174l-.117-.005z","fill-rule":"nonzero"}})])}),[],!1,null,null,null),It=Pt.exports,kt=(0,l.Z)({},(function(){var t=this.$createElement,e=this._self._c||t;return e("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 16 16"}},[e("path",{attrs:{d:"M7 2v1H3v10h10V9h1v4.143a.857.857 0 0 1-.857.857H2.857A.857.857 0 0 1 2 13.143V2.857C2 2.384 2.384 2 2.857 2H7zm8-1v6.116h-1.036V2.767L7.732 9 7 8.268l6.232-6.233H8.884V1H15z","fill-rule":"evenodd"}})])}),[],!1,null,null,null),Rt=kt.exports,Dt=(0,l.Z)({},(function(){var t=this.$createElement,e=this._self._c||t;return e("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 16 16"}},[e("path",{attrs:{d:"M8 1a7 7 0 1 1 0 14A7 7 0 0 1 8 1zm0 1a6 6 0 1 0 0 12A6 6 0 0 0 8 2zm.668 4.06V12h-.972V6.06h.972zm0-2.412v.972h-.972v-.972h.972z","fill-rule":"evenodd"}})])}),[],!1,null,null,null),Ut=Dt.exports,Nt=(0,l.Z)({},(function(){var t=this.$createElement,e=this._self._c||t;return e("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 16 16"}},[e("path",{attrs:{d:"m7.895 5.895.701.703-1.739 1.738-.1.105c-.894.967-1.013 2.318-.265 3.067.747.747 2.088.627 3.052-.25l.105-.101 3.494-3.493.1-.105c.894-.967 1.013-2.318.265-3.067-.46-.459-1.142-.59-1.824-.42l-.791-.792c1.16-.495 2.467-.339 3.316.51 1.127 1.128 1.035 3.06-.183 4.388l-.117.123-3.608 3.608c-1.329 1.328-3.348 1.463-4.51.3-1.127-1.127-1.035-3.06.183-4.387l.117-.123 1.804-1.804zM5.7 4.091c1.329-1.328 3.348-1.463 4.51-.3 1.127 1.127 1.035 3.06-.183 4.387l-.117.123-1.805 1.804-.702-.701 1.74-1.74.101-.105c.894-.967 1.013-2.318.265-3.067-.747-.747-2.088-.627-3.052.25l-.105.101-3.494 3.493-.1.105c-.894.967-1.013 2.318-.265 3.067.46.458 1.142.59 1.823.42l.791.792c-1.16.495-2.466.338-3.315-.51-1.127-1.128-1.035-3.06.183-4.388l.117-.123L5.7 4.091z","fill-rule":"evenodd"}})])}),[],!1,null,null,null),Gt=Nt.exports,Wt=(0,l.Z)({},(function(){var t=this.$createElement,e=this._self._c||t;return e("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 16 16"}},[e("path",{attrs:{d:"M11 8a3 3 0 0 1 2.445 4.738l2.176 2.176-.707.707-2.176-2.176A3 3 0 1 1 11 8zm-3.874 4c.092.356.23.692.41 1.001L4 13v-1h3.126zM2 12v1H1v-1h1zm9-3a2 2 0 1 0 0 4 2 2 0 0 0 0-4zM7.535 9c-.179.31-.318.645-.409 1H4V9h3.535zM2 9v1H1V9h1zm13-3v1H4V6h11zM2 6v1H1V6h1zm13-3v1H4V3h11zM2 3v1H1V3h1z","fill-rule":"evenodd"}})])}),[],!1,null,null,null),Xt=Wt.exports,qt=(0,l.Z)({},(function(){var t=this.$createElement,e=this._self._c||t;return e("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 16 16"}},[e("path",{attrs:{d:"M15 12v1H4v-1h11zM2 12v1H1v-1h1zm13-3v1H4V9h11zM2 9v1H1V9h1zm13-3v1H4V6h11zM2 6v1H1V6h1zm13-3v1H4V3h11zM2 3v1H1V3h1z","fill-rule":"evenodd"}})])}),[],!1,null,null,null),Qt=qt.exports,Yt=(0,l.Z)({},(function(){var t=this.$createElement,e=this._self._c||t;return e("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 16 16"}},[e("path",{attrs:{d:"M15 8a7 7 0 1 1-7-7v2a5 5 0 1 0 3.536 1.464L12.95 3.05A7 7 0 0 1 15 8z"}})])}),[],!1,null,null,null),Kt=Yt.exports,Jt=(0,l.Z)({},(function(){var t=this.$createElement,e=this._self._c||t;return e("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 16 16"}},[e("path",{attrs:{d:"M8 1a5 5 0 0 1 5 5c0 1.418-.89 3.16-1.975 4.824l-.369.552-.187.272-.38.536-.415.571-.409.55-.94 1.254L8 15l-.324-.436-1.142-1.517-.413-.56-.416-.58-.375-.542C4.09 9.545 3 7.57 3 6a5 5 0 0 1 5-5zm0 1a4 4 0 0 0-4 4c0 .825.42 1.955 1.22 3.329.353.606.77 1.244 1.264 1.946l.446.621.529.714.538.719 1.08-1.452.182-.25c.606-.843 1.1-1.586 1.509-2.285C11.576 7.962 12 6.83 12 6a4 4 0 0 0-4-4zm0 2a2 2 0 1 1 0 4 2 2 0 0 1 0-4zm0 1a1 1 0 1 0 0 2 1 1 0 0 0 0-2z","fill-rule":"evenodd"}})])}),[],!1,null,null,null),te=Jt.exports,ee=(0,l.Z)({},(function(){var t=this.$createElement,e=this._self._c||t;return e("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 16 16"}},[e("path",{attrs:{d:"M8 2a3 3 0 0 1 3 3v2h1a1 1 0 0 1 1 1v6a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V8a1 1 0 0 1 1-1h1V5a3 3 0 0 1 3-3zm4 6H4v6h8V8zm-4 2a1 1 0 1 1 0 2 1 1 0 0 1 0-2zm0-7a2 2 0 0 0-1.995 1.85L6 5v2h4V5a2 2 0 0 0-1.85-1.995L8 3z","fill-rule":"evenodd"}})])}),[],!1,null,null,null),ne=ee.exports,re=(0,l.Z)({},(function(){var t=this.$createElement,e=this._self._c||t;return e("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 16 16"}},[e("path",{attrs:{d:"M14 1v14H6v-2h1v1h6V2H7v1H6V1h8zM7.536 4.5l3.535 3.536-3.535 3.535-.708-.707 2.365-2.365-7.157.001v-1l7.085-.001-2.293-2.292.708-.707z","fill-rule":"evenodd"}})])}),[],!1,null,null,null).exports,le=(0,l.Z)({},(function(){var t=this.$createElement,e=this._self._c||t;return e("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 16 16"}},[e("path",{attrs:{d:"M16 12v2H0v-2h16zm0-5v2H0V7h16zm0-5v2H0V2h16z","fill-rule":"evenodd"}})])}),[],!1,null,null,null).exports,ae=(0,l.Z)({},(function(){var t=this.$createElement,e=this._self._c||t;return e("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 16 16"}},[e("path",{attrs:{d:"M10 1v2H9V2H3v12h6v-1h1v2H2V1h8zm.536 3.5 3.535 3.536-3.535 3.535-.708-.707 2.365-2.365-7.157.001v-1l7.085-.001-2.293-2.292.708-.707z","fill-rule":"evenodd"}})])}),[],!1,null,null,null).exports,ie=(0,l.Z)({},(function(){var t=this.$createElement,e=this._self._c||t;return e("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 16 16"}},[e("path",{attrs:{d:"M2 8h12v1H2z","fill-rule":"evenodd"}})])}),[],!1,null,null,null).exports,oe=(0,l.Z)({},(function(){var t=this.$createElement,e=this._self._c||t;return e("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 16 16"}},[e("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M2 13V3H1v10h1zm13-5.017-.71-.705L12 5l-.705.71 1.786 1.775L2.999 7.5l.002 1 10.09-.015-1.8 1.81L12 11l2.295-2.308.705-.71z"}})])}),[],!1,null,null,null).exports,se=(0,l.Z)({},(function(){var t=this.$createElement,e=this._self._c||t;return e("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 16 16"}},[e("path",{attrs:{d:"M4 8a1 1 0 1 1-2 0 1 1 0 0 1 2 0zm5 0a1 1 0 1 1-2 0 1 1 0 0 1 2 0zm5 0a1 1 0 1 1-2 0 1 1 0 0 1 2 0z","fill-rule":"evenodd"}})])}),[],!1,null,null,null).exports,he=(0,l.Z)({},(function(){var t=this.$createElement,e=this._self._c||t;return e("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 16 16"}},[e("path",{attrs:{d:"M8 12a1 1 0 1 1 0 2 1 1 0 0 1 0-2zm0-5a1 1 0 1 1 0 2 1 1 0 0 1 0-2zm0-5a1 1 0 1 1 0 2 1 1 0 0 1 0-2z","fill-rule":"evenodd"}})])}),[],!1,null,null,null).exports,ue=(0,l.Z)({},(function(){var t=this.$createElement,e=this._self._c||t;return e("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 16 16"}},[e("path",{attrs:{d:"m11.818 1.546 2.636 2.636a1.864 1.864 0 0 1 0 2.636l-2.636 2.636a1.864 1.864 0 0 1-2.536.093l-1.45 1.452L7 11v.831L5.83 13 5 13v.83L3.83 15H1.002L1 12l5.374-5.38a1.864 1.864 0 0 1 .172-2.438l2.636-2.636a1.864 1.864 0 0 1 2.636 0zM7.068 7.34l-5.069 5.073.002 1.585h1.414l.584-.584.002-1.414 1.414-.002.584-.584.002-1.414 1.415-.002 1.156-1.154-1.504-1.504zm2.854-5.208-.081.072-2.636 2.636a.932.932 0 0 0-.072 1.237l.072.081 2.636 2.636a.932.932 0 0 0 1.237.072l.081-.072 2.636-2.636a.932.932 0 0 0 .072-1.237l-.072-.081-2.636-2.636a.932.932 0 0 0-1.237-.072zm1.237 1.39 1.318 1.318a.466.466 0 0 1-.659.659L10.5 4.182a.466.466 0 0 1 .659-.659z","fill-rule":"evenodd"}})])}),[],!1,null,null,null).exports,ve=(0,l.Z)({},(function(){var t=this.$createElement,e=this._self._c||t;return e("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 16 16"}},[e("path",{attrs:{d:"M8 1a7 7 0 1 1 0 14A7 7 0 0 1 8 1zm2.404 4.576c0 .215-.014.408-.042.581a2.365 2.365 0 0 1-.329.882c-.08.126-.166.259-.259.399a7.103 7.103 0 0 1-.364.497 7.77 7.77 0 0 0-.371.504 3.08 3.08 0 0 0-.294.546c-.08.191-.119.39-.119.595v.63H7.058v-.56c0-.355.033-.663.098-.924s.191-.523.378-.784c.15-.224.296-.434.441-.63.145-.196.27-.383.378-.56.107-.177.196-.35.266-.518.07-.168.105-.336.105-.504 0-.13-.012-.268-.035-.413a1.082 1.082 0 0 0-.147-.399.888.888 0 0 0-.315-.301c-.135-.08-.315-.119-.539-.119a.984.984 0 0 0-.805.371c-.2.247-.31.576-.329.987a59.858 59.858 0 0 0-.77-.105A30.583 30.583 0 0 0 5 5.66c.037-.439.138-.824.301-1.155.163-.331.366-.609.609-.833.243-.224.523-.392.84-.504A3.049 3.049 0 0 1 7.772 3c.868 0 1.524.233 1.967.7.443.467.665 1.092.665 1.876zm-3.36 7.238V11.26h1.568v1.554H7.044z","fill-rule":"evenodd"}})])}),[],!1,null,null,null).exports,ce=(0,l.Z)({},(function(){var t=this.$createElement,e=this._self._c||t;return e("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 16 16"}},[e("path",{attrs:{d:"M9.506 2.432a.5.5 0 0 1 .779-.333l.065.054 3.546 3.477a.5.5 0 0 1-.162.82l-.086.027-1.719.36L9.48 9.211v2.869a.501.501 0 0 1-.72.45l-.071-.043-.066-.057-1.63-1.662-2.645 2.647a.5.5 0 0 1-.275.14l-.078.007H2.992a.5.5 0 0 1-.492-.41l-.008-.09v-.982a.5.5 0 0 1 .094-.292l.05-.06L5.298 9.04l-1.66-1.691a.5.5 0 0 1 .272-.844l.086-.007h2.8l2.446-2.401.265-1.665zM5.997 9.754l-2.505 2.531v.276h.295l2.503-2.506-.122-.127-.17-.174zm4.344-6.209-.138.873a.5.5 0 0 1-.091.218l-.053.06-2.709 2.66a.5.5 0 0 1-.253.133L7 7.499l-1.815-.001 1.094 1.113.048.035.045.042.575.606 1.533 1.562V9a.5.5 0 0 1 .057-.23l.042-.068.053-.061 2.704-2.622a.5.5 0 0 1 .156-.102l.09-.028.946-.199-2.187-2.145z","fill-rule":"nonzero"}})])}),[],!1,null,null,null).exports,fe=(0,l.Z)({},(function(){var t=this.$createElement,e=this._self._c||t;return e("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 16 16"}},[e("path",{attrs:{d:"M8.5 2v5.5H14v1H8.5V14h-1V8.5H2v-1h5.5V2z","fill-rule":"evenodd"}})])}),[],!1,null,null,null).exports,we=(0,l.Z)({},(function(){var t=this.$createElement,e=this._self._c||t;return e("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 16 16"}},[e("path",{attrs:{d:"M12 2v3h2a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1h-2v2H4v-2H2a1 1 0 0 1-1-1V6a1 1 0 0 1 1-1h2V2h8zm-1 7.01H5.02V12H5v1h6V9.01zM14 6H2v5h2V8h8l.002.848.006.046.007.116V11H14V6zm-3-3H5v2h6V3z","fill-rule":"nonzero"}})])}),[],!1,null,null,null).exports,pe=(0,l.Z)({},(function(){var t=this.$createElement,e=this._self._c||t;return e("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 16 16"}},[e("path",{attrs:{d:"m8.01 7.345 3.324-3.324.665.665L8.675 8.01l3.304 3.304-.665.665L8.01 8.675 4.685 12l-.665-.665L7.345 8.01 4 4.665 4.665 4 8.01 7.345z","fill-rule":"evenodd"}})])}),[],!1,null,null,null).exports,de=(0,l.Z)({},(function(){var t=this.$createElement,e=this._self._c||t;return e("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 16 16"}},[e("path",{attrs:{d:"M11.992 1v1l-.117.007a1 1 0 0 0-.883.993v2l-.005.157a2.013 2.013 0 0 1-.935 1.57l-.176.103c-.498.302-.882.673-.882 1.17l.001.057c.028.469.402.822.881 1.113l.117.068c.534.303.915.868.987 1.531l.007.074.005.157v2l.007.117a1 1 0 0 0 .764.857l.112.02.117.006v1H3.997v-1l.117-.007a1 1 0 0 0 .876-.876L4.997 13v-2l.005-.157.007-.074a2.015 2.015 0 0 1 .856-1.45l.13-.08.118-.07c.43-.26.777-.573.862-.975l.018-.137L6.995 8c0-.452-.318-.8-.75-1.085l-.132-.085-.176-.103a2.005 2.005 0 0 1-.916-1.405l-.019-.165L4.997 5V3a1 1 0 0 0-.883-.993L3.997 2V1h7.995zM7.678 13.105l-1.812.606c-.038.1-.085.198-.138.29h4.533c-.053-.092-.1-.19-.138-.29l-1.813-.606a.999.999 0 0 0-.632 0zM7.994 8v.074a2 2 0 0 1-.999 1.658c-.537.312-.852.6-.956.972l-.027.127-.007.052L6 11l-.001 1.666 1.68-.56a.999.999 0 0 1 .632 0l1.68.56V11l-.006-.117-.007-.052c-.063-.434-.386-.753-.983-1.099a2 2 0 0 1-.998-1.658L7.994 8zM9.99 5H6l.006.117.007.052c.063.434.386.753.983 1.099a2 2 0 0 1 .992 1.563L7.994 8a2 2 0 0 1 1-1.732c.597-.346.92-.665.983-1.099l.007-.052L9.99 5zm.27-3H5.728c.17.294.268.636.268 1h.003l-.001 1H9.99V3h.003c0-.364.097-.706.267-1z","fill-rule":"evenodd"}})])}),[],!1,null,null,null).exports,ge=(0,l.Z)({},(function(){var t=this.$createElement,e=this._self._c||t;return e("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 16 16"}},[e("path",{attrs:{d:"M8 1a7 7 0 1 1 0 14A7 7 0 0 1 8 1zm0 13A6 6 0 1 0 8 2a6 6 0 0 0 0 12zm2.232-8.3c0 .192-.014.364-.042.516a2.238 2.238 0 0 1-.312.804c-.076.12-.162.252-.258.396a4.866 4.866 0 0 1-.3.39c-.112.132-.218.27-.318.414a2.74 2.74 0 0 0-.252.444 1.109 1.109 0 0 0-.102.456v.72h-.996v-.564c0-.288.034-.544.102-.768a2.03 2.03 0 0 1 .342-.648l.756-1.02c.208-.28.32-.564.336-.852 0-.168-.012-.338-.036-.51a1.294 1.294 0 0 0-.156-.468.922.922 0 0 0-.348-.342c-.152-.088-.352-.132-.6-.132-.184 0-.35.038-.498.114a1.14 1.14 0 0 0-.372.3c-.1.124-.178.266-.234.426-.056.16-.088.32-.096.48l-.996-.144c.048-.36.14-.674.276-.942a2.2 2.2 0 0 1 .504-.666c.2-.176.426-.306.678-.39.252-.084.518-.126.798-.126.696 0 1.224.192 1.584.576.36.384.54.896.54 1.536zM7.628 12v-1.068h1.008V12H7.628z","fill-rule":"evenodd"}})])}),[],!1,null,null,null).exports,me=(0,l.Z)({},(function(){var t=this.$createElement,e=this._self._c||t;return e("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 16 16"}},[e("path",{attrs:{d:"M14.93 7A7 7 0 0 1 3 12.898V15H2v-4h4v1l-2.471.001A6 6 0 0 0 13.917 7h1.012zm-1.001-6v4h-4V4h2.47A6 6 0 0 0 2.012 9.001L1 9a7 7 0 0 1 11.93-5.898V1h1z","fill-rule":"evenodd"}})])}),[],!1,null,null,null).exports,xe=(0,l.Z)({},(function(){var t=this.$createElement,e=this._self._c||t;return e("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 16 16"}},[e("path",{attrs:{d:"M6.5 1a5.5 5.5 0 0 1 4.187 9.067L15 14.5l-.5.5-4.433-4.313A5.5 5.5 0 1 1 6.5 1zm0 1a4.5 4.5 0 1 0 0 9 4.5 4.5 0 0 0 0-9z","fill-rule":"evenodd"}})])}),[],!1,null,null,null).exports,ze=(0,l.Z)({},(function(){var t=this.$createElement,e=this._self._c||t;return e("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 16 16"}},[e("path",{attrs:{d:"M2 12.5v-2L3 9V7c0-2.817 1.973-4.752 4.5-4.978V1h1v1.025a5 5 0 0 1 4.495 4.758L13 7v2l1 1.5v2h-3.5a2.5 2.5 0 1 1-5 0H2zm4.5 0a1.5 1.5 0 0 0 3 0h-3zM8 3a4 4 0 0 0-3.995 3.8L4 7v2.3l-1 1.467v.733h10v-.733L12 9.3V7l-.005-.2A4 4 0 0 0 8 3z","fill-rule":"evenodd"}})])}),[],!1,null,null,null).exports,_e=(0,l.Z)({},(function(){var t=this.$createElement,e=this._self._c||t;return e("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 16 16"}},[e("path",{attrs:{d:"M12 8v5.156l2.364-2.363.707.707-3.535 3.536L8 11.5l.707-.707L11 13.086V8h1zM9.5 1a.5.5 0 0 1 .492.41L10 1.5v.502h1.002a2 2 0 0 1 1.994 1.852l.006.149v2.995h-1L12 6H1.999L2 12.026a1 1 0 0 0 .883.993l.117.007h4v1H3a2 2 0 0 1-1.995-1.85L1 12.025V4.003a2 2 0 0 1 1.85-1.995L3 2.003l1-.001V1.5a.5.5 0 0 1 .992-.09L5 1.5v.502h4V1.5a.5.5 0 0 1 .5-.5zM9 3.002H5V3.5a.5.5 0 0 1-.992.09L4 3.5v-.498H3a1 1 0 0 0-.993.884L2 4.003 1.999 5h10.002v-.997a1 1 0 0 0-.882-.993l-.117-.007L10 3.002V3.5a.5.5 0 0 1-.992.09L9 3.5v-.498z","fill-rule":"evenodd"}})])}),[],!1,null,null,null).exports,Ve=(0,l.Z)({},(function(){var t=this.$createElement,e=this._self._c||t;return e("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 16 16"}},[e("path",{attrs:{d:"M5.95 12a1 1 0 1 1 0 2 1 1 0 0 1 0-2zm6 0a1 1 0 1 1 0 2 1 1 0 0 1 0-2zM2.5 2h1.285l.083.007a.5.5 0 0 1 .552.324l.023.087.268 1.599c.063-.012.122-.017.181-.017h8.877a1 1 0 0 1 .987 1.164l-.667 4a1 1 0 0 1-.986.836H5.707l.167 1h6.576a.5.5 0 0 1 .09.992l-.09.008-6.918-.007-.069.007H5.45a.503.503 0 0 1-.47-.33l-.023-.088L3.526 3H2.5a.5.5 0 1 1 0-1zm11.27 3H4.891l.718 4h7.493l.666-4z","fill-rule":"evenodd"}})])}),[],!1,null,null,null).exports,He=(0,l.Z)({},(function(){var t=this.$createElement,e=this._self._c||t;return e("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 16 16"}},[e("path",{attrs:{d:"m6.066 5.938-4.448.092-.086.008a.5.5 0 0 0-.206.89L4.87 9.616l-1.288 4.26-.018.084a.5.5 0 0 0 .782.47L8 11.89l3.653 2.542.074.043a.5.5 0 0 0 .69-.598l-1.289-4.26 3.546-2.688.064-.057a.5.5 0 0 0-.356-.841l-4.449-.092-1.46-4.202a.5.5 0 0 0-.945 0L6.066 5.938z","fill-rule":"nonzero"}})])}),[],!1,null,null,null).exports,Me=(0,l.Z)({},(function(){var t=this.$createElement,e=this._self._c||t;return e("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 16 16"}},[e("path",{attrs:{d:"M8 1a7 7 0 1 1-5 11.898V15H2v-4h4v1l-2.471.001A6 6 0 1 0 8 2V1zm0 3v4.593l2.536 2.535-.708.708L7 9.007 7.007 9H7V4h1zM1.037 7.257l.995.104a6.055 6.055 0 0 0 .03 1.496l.037.219-.984.18L1.073 9a7.1 7.1 0 0 1-.06-1.442l.024-.3zm1.525-3.674.776.63c-.29.357-.537.746-.737 1.158l-.142.314-.923-.385a7.01 7.01 0 0 1 .822-1.453l.204-.264zm3.297-2.26.305.953c-.438.14-.857.33-1.25.566l-.289.186-.563-.827c.456-.31.951-.569 1.478-.766l.32-.111z","fill-rule":"evenodd"}})])}),[],!1,null,null,null).exports,Le=(0,l.Z)({},(function(){var t=this.$createElement,e=this._self._c||t;return e("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 16 16"}},[e("path",{attrs:{d:"m6.066 5.938-4.448.092-.086.008a.5.5 0 0 0-.206.89L4.87 9.616l-1.288 4.26-.018.084a.5.5 0 0 0 .782.47L8 11.89l3.653 2.542.074.043a.5.5 0 0 0 .69-.598l-1.289-4.26 3.546-2.688.064-.057a.5.5 0 0 0-.356-.841l-4.449-.092-1.46-4.202a.5.5 0 0 0-.945 0L6.066 5.938zM8 3.423l1.103 3.173.036.08a.5.5 0 0 0 .426.256L12.924 7l-2.677 2.03-.066.06a.5.5 0 0 0-.11.483l.972 3.215-2.757-1.918-.077-.044a.5.5 0 0 0-.495.044l-2.758 1.918.974-3.215.018-.087a.5.5 0 0 0-.195-.456L3.075 7l3.36-.068a.5.5 0 0 0 .462-.336L8 3.423z","fill-rule":"nonzero"}})])}),[],!1,null,null,null).exports,ye=(0,l.Z)({},(function(){var t=this.$createElement,e=this._self._c||t;return e("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 16 16"}},[e("path",{attrs:{d:"M10.886 5.71a5.216 5.216 0 0 1-.44 1.854c.084.059.163.127.239.202l3.758 3.759a2 2 0 0 1 0 2.828l-.099.1a2 2 0 0 1-2.828 0l-3.76-3.76a2.015 2.015 0 0 1-.206-.242 5.191 5.191 0 0 1-1.84.435c-2.728.13-4.834-1.977-4.704-4.705a5.291 5.291 0 0 1 .765-2.48L4.63 6.559a1 1 0 0 0 1.32.083l.094-.083.782-.782a1 1 0 0 0 .083-1.32l-.083-.094L4.043 1.58a5.249 5.249 0 0 1 2.138-.575c2.728-.13 4.835 1.976 4.705 4.705zM6.422 2l-.193.005c-.086.004-.17.01-.256.02l-.064.008 1.665 1.668.124.142a2 2 0 0 1-.047 2.51l-.119.131-.827.824-.142.123a2 2 0 0 1-2.51-.046l-.131-.12-1.807-1.807-.052.247a4.132 4.132 0 0 0-.037.26l-.021.264c-.102 2.139 1.519 3.76 3.658 3.658.425-.02.844-.107 1.246-.255l.24-.096.738-.324.473.652.05.063.054.06 3.759 3.758a1 1 0 0 0 1.32.083l.094-.083.1-.099a1 1 0 0 0 .082-1.32l-.083-.094-3.759-3.759-.055-.051-.055-.043-.664-.472.328-.746c.21-.479.332-.985.356-1.498C9.986 3.59 8.465 2.001 6.422 2z","fill-rule":"evenodd"}})])}),[],!1,null,null,null).exports,Ee=(0,l.Z)({},(function(){var t=this.$createElement,e=this._self._c||t;return e("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 16 16"}},[e("path",{attrs:{d:"M14.76 2.158c.2.172.276.493.224.96l-2.12 9.961c-.105.495-.293.787-.564.876-.271.09-.6.045-.984-.134l-3.723-2.746c-.517-.36-.776-.67-.776-.932 0-.261.203-.551.608-.87l4.02-4.027c.04-.116.028-.21-.033-.28-.06-.071-.176-.071-.345 0L5.37 8.72c-.239.178-.447.296-.626.354-.178.058-.399.058-.661 0l-2.513-.878C1.19 8.066 1 7.86 1 7.581c0-.28.14-.493.417-.641l12.431-4.876c.407-.11.71-.078.912.094z","fill-rule":"nonzero"}})])}),[],!1,null,null,null).exports,Ze=(0,l.Z)({},(function(){var t=this.$createElement,e=this._self._c||t;return e("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 16 16"}},[e("path",{attrs:{d:"M6 12a2 2 0 1 1-4 0h-.5a.5.5 0 0 1-.492-.41L1 11.5v-9l.008-.09L1 2.498a.5.5 0 0 1 .41-.492l.09-.008h9a.5.5 0 0 1 .492.41l.008.09V3h1.673a.5.5 0 0 1 .393.191l.05.078 1.827 3.499a.5.5 0 0 1 .05.151L15 7V11.5a.5.5 0 0 1-.41.492L14.5 12h-2a2 2 0 1 1-4 0H6zm-2-1a1 1 0 1 0 0 2 1 1 0 0 0 0-2zm6.5 0a1 1 0 1 0 0 2 1 1 0 0 0 0-2zM10 2.998H2v8.001h.268a2 2 0 0 1 3.464 0h3.036A2.004 2.004 0 0 1 10 10.064V2.998zm4 5.001h-3l.001 2.064c.525.136.966.479 1.231.937H14V8zM12.369 4H11v3h2.936l-1.567-3z","fill-rule":"evenodd"}})])}),[],!1,null,null,null).exports,$e=(0,l.Z)({},(function(){var t=this.$createElement,e=this._self._c||t;return e("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 16 16"}},[e("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M8 2.261C7.683 2.117 7.316 2 7 2c-.316 0-.683.117-1 .261V3a1 1 0 0 1-1 1v1h4V4a1 1 0 0 1-1-1v-.739zM3 4h1v1a1 1 0 0 0 1 1h4a1 1 0 0 0 1-1V4h1v2h1V4a1 1 0 0 0-1-1H9v-.798c0-.335-.166-.649-.467-.795C8.148 1.22 7.574 1 7 1s-1.148.22-1.533.407c-.3.146-.467.46-.467.795V3H3a1 1 0 0 0-1 1v10a1 1 0 0 0 1 1h4v-1H3V4zm6 10V8h4v6H9zM8 8a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1v6a1 1 0 0 1-1 1H9a1 1 0 0 1-1-1V8zm2 1.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 0 1h-1a.5.5 0 0 1-.5-.5zm.5 1.5a.5.5 0 0 0 0 1h1a.5.5 0 0 0 0-1h-1z"}})])}),[],!1,null,null,null).exports,Be=(0,l.Z)({},(function(){var t=this.$createElement,e=this._self._c||t;return e("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 16 16"}},[e("path",{attrs:{d:"M8 2a3 3 0 0 1 3 3h-1a2 2 0 0 0-1.85-1.995L8 3a2 2 0 0 0-1.995 1.85L6 5v2h6a1 1 0 0 1 1 1v6a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V8a1 1 0 0 1 1-1h1V5a3 3 0 0 1 3-3zm4 6H4v6h8V8zm-4 2a1 1 0 1 1 0 2 1 1 0 0 1 0-2z","fill-rule":"evenodd"}})])}),[],!1,null,null,null).exports,be=(0,l.Z)({},(function(){var t=this.$createElement,e=this._self._c||t;return e("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 16 16"}},[e("path",{attrs:{d:"M2 14V2h9.026L14 5.001V14H2zM5 3H3v10h2V8h6v5h2V5.413l-2-2.019V6H5V3zm5 6H6v4h4V9zm0-6H6v2h4V3z","fill-rule":"nonzero"}})])}),[],!1,null,null,null).exports,Ae=(0,l.Z)({},(function(){var t=this.$createElement,e=this._self._c||t;return e("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 16 16"}},[e("path",{attrs:{d:"m8.036 5 3.535 3.536-.707.707L8.5 6.88v8.156h-1V6.95L5.207 9.243 4.5 8.536 8.036 5zM15 1v3h-1l.001-2H2v2H1V1h14z","fill-rule":"evenodd"}})])}),[],!1,null,null,null).exports,Se=(0,l.Z)({},(function(){var t=this.$createElement,e=this._self._c||t;return e("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 16 16"}},[e("path",{attrs:{d:"M8 3c4.375 0 7 4 7 5s-2.625 5-7 5-7-4-7-5 2.625-5 7-5zm0 1c-1.71 0-3.25.713-4.493 1.899a7.19 7.19 0 0 0-1.192 1.47l-.123.218C2.066 7.826 2 7.997 2 8l.036.088.079.173c.05.104.117.232.2.37a7.19 7.19 0 0 0 1.192 1.47C4.75 11.287 6.29 12 8 12c1.71 0 3.25-.713 4.493-1.899a7.19 7.19 0 0 0 1.192-1.47l.123-.218c.126-.239.192-.41.192-.413l-.036-.088a4.75 4.75 0 0 0-.279-.543 7.19 7.19 0 0 0-1.192-1.47C11.25 4.713 9.71 4 8 4zm0 1a3 3 0 1 1 0 6 3 3 0 0 1 0-6zm0 1a2 2 0 1 0 0 4 2 2 0 0 0 0-4z","fill-rule":"evenodd"}})])}),[],!1,null,null,null).exports,Ce=(0,l.Z)({},(function(){var t=this.$createElement,e=this._self._c||t;return e("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 16 16"}},[e("path",{attrs:{d:"m13.732 2.267.75.75-1.749 1.75C14.195 5.972 15 7.447 15 8c0 1-2.625 5-7 5a7.064 7.064 0 0 1-2.885-.616L3.017 14.48l-.75-.75L13.732 2.267zm-1.713 3.214-1.285 1.283a3 3 0 0 1-3.97 3.97l-.883.883A6.04 6.04 0 0 0 8 12c1.71 0 3.25-.713 4.493-1.899a7.19 7.19 0 0 0 1.192-1.47l.123-.218.093-.186.083-.186L14 8l-.036-.088-.079-.173a4.868 4.868 0 0 0-.2-.37 7.19 7.19 0 0 0-1.192-1.47 7.816 7.816 0 0 0-.474-.418zM8 3c1.123 0 2.131.264 3.009.673l-.761.76A6.047 6.047 0 0 0 8 4c-1.71 0-3.25.713-4.493 1.899a7.19 7.19 0 0 0-1.192 1.47l-.123.218-.093.186-.083.186L2 8l.036.088.079.173c.05.104.117.232.2.37a7.19 7.19 0 0 0 1.192 1.47c.185.177.377.343.575.498l-.715.715C1.842 10.094 1 8.566 1 8c0-1 2.625-5 7-5zm1.95 4.551-2.4 2.398A2 2 0 0 0 9.95 7.551zM8 5c.488 0 .95.117 1.357.324l-.765.765a2 2 0 0 0-2.503 2.503l-.765.765A3 3 0 0 1 8 5z","fill-rule":"evenodd"}})])}),[],!1,null,null,null).exports,Oe=(0,l.Z)({},(function(){var t=this.$createElement,e=this._self._c||t;return e("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 16 16"}},[e("path",{attrs:{d:"M3.272 4c0 1.705.161 2.854.809 3.934.647 1.08 1.752 1.92 2.696 2.162V4h2.335v3.599c.95-.48 1.619-.937 2.006-1.371.388-.434.778-1.177 1.172-2.228h2.271c-.184 1.074-.56 2.034-1.128 2.879-.567.845-1.18 1.369-1.837 1.572 1.107.809 1.88 1.505 2.315 2.088.437.583.8 1.403 1.089 2.461h-2.418c-.588-1.176-1.076-1.94-1.464-2.29-.387-.35-1.056-.63-2.006-.843V13c-2.631-.046-4.64-.866-6.03-2.461C1.695 8.944 1 6.764 1 4h2.272z","fill-rule":"nonzero"}})])}),[],!1,null,null,null).exports,je=(0,l.Z)({},(function(){var t=this.$createElement,e=this._self._c||t;return e("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 16 16"}},[e("path",{attrs:{d:"M3 7a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1h1V1h8v1h1a1 1 0 0 1 1 1v3a1 1 0 0 1-1 1h-1a3 3 0 0 1-3 3h-.5v4H11v1H5v-1h2.5v-4H7a3 3 0 0 1-3-3H3zm8-5H5v5a2 2 0 0 0 2 2h2a2 2 0 0 0 2-2V2zM4 3H3v3h1V3zm9 0h-1v3h1V3z","fill-rule":"evenodd"}})])}),[],!1,null,null,null).exports,Te=(0,l.Z)({},(function(){var t=this.$createElement,e=this._self._c||t;return e("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 16 16"}},[e("path",{attrs:{d:"m9.399 3.019 1.507.076c1.555.12 2.593.354 3.114.7C14.673 4.22 15 5.62 15 8s-.327 3.802-.98 4.268c-.757.4-2.05.654-3.881.758l-.669.03c-.23.009-.467.015-.713.02L8 13.08l-.757-.006c-.245-.004-.483-.01-.713-.018l-.667-.03c-1.828-.105-3.116-.358-3.863-.759-.667-.464-1-1.851-1-4.162s.345-3.748 1.036-4.31c.467-.327 1.4-.553 2.798-.678l1.606-.094L9.4 3.019zM6.452 4.025l-1.536.087-.43.042-.896.126c-.456.085-.768.184-.923.291-.36.294-.64 1.396-.665 3.251L2 8.106c0 1.811.227 2.92.49 3.262l.047.051.049.024c.555.258 1.5.446 2.81.549l1.715.08h1.78l1.43-.06c1.464-.096 2.511-.293 3.116-.571l.038-.02c.263-.269.501-1.345.523-3.146a40.66 40.66 0 0 0-.012-1.06l-.103-1.27c-.103-.77-.262-1.216-.417-1.317-.219-.145-.633-.272-1.23-.373l-.38-.057-.653-.073-1.02-.073-1.186-.042L8 4l-1.548.025zm.012 2.08L10.192 8 6.464 9.948V6.105z","fill-rule":"nonzero"}})])}),[],!1,null,null,null).exports,Fe=(0,l.Z)({},(function(){var t=this.$createElement,e=this._self._c||t;return e("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 16 16"}},[e("path",{attrs:{d:"M8 1a7 7 0 1 1 0 14A7 7 0 0 1 8 1zm0 1a6 6 0 1 0 0 12A6 6 0 0 0 8 2zm1 3.172L11.828 8 9 10.828l-.707-.707L9.914 8.5H4v-1h5.914L8.293 5.879 9 5.172z","fill-rule":"evenodd"}})])}),[],!1,null,null,null).exports,Pe=(0,l.Z)({},(function(){var t=this.$createElement,e=this._self._c||t;return e("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 16 16"}},[e("path",{attrs:{d:"M8 1a7 7 0 1 1 0 14A7 7 0 0 1 8 1zm0 9.5a3 3 0 0 0-2.986 2.705c.88.506 1.9.795 2.986.795 1.087 0 2.107-.29 2.986-.795A3 3 0 0 0 8 10.5zM8 2a6 6 0 0 0-3.878 10.579l.002-.07a4.002 4.002 0 0 1 7.755.011.172.172 0 0 1 .004.054A6 6 0 0 0 8 2zm0 2a2.5 2.5 0 1 1 0 5 2.5 2.5 0 0 1 0-5zm0 1a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3z","fill-rule":"evenodd"}})])}),[],!1,null,null,null).exports,Ie=(0,l.Z)({},(function(){var t=this.$createElement,e=this._self._c||t;return e("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 16 16"}},[e("path",{attrs:{d:"M14 8a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1H9a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1h5zm0 1H9v5h5V9zM6 8a1 1 0 0 1 1 1v3a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1h4zm0 1H2v3h4V9zm8-8a1 1 0 0 1 1 1v4a1 1 0 0 1-1 1h-3a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h3zM8 1a1 1 0 0 1 1 1v4a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h6zm6 1h-3v4h3V2zM8 2H2v4h6V2z","fill-rule":"evenodd"}})])}),[],!1,null,null,null).exports,ke=(0,l.Z)({},(function(){var t=this.$createElement,e=this._self._c||t;return e("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 16 16"}},[e("path",{attrs:{d:"M8 10.841a2.84 2.84 0 1 1 0-5.68 2.84 2.84 0 0 1 0 5.68zm0-.786a2.054 2.054 0 1 0 0-4.108 2.054 2.054 0 0 0 0 4.108zm4.644.463.94 1.223c.109.14.11.336.003.477-.39.517-.851.977-1.367 1.368a.393.393 0 0 1-.477-.002l-1.224-.94a5.248 5.248 0 0 1-1.015.421l-.2 1.53a.393.393 0 0 1-.336.338c-.655.091-1.278.091-1.933.001a.393.393 0 0 1-.336-.339l-.2-1.528a5.249 5.249 0 0 1-1.017-.421l-1.224.94a.393.393 0 0 1-.477.002 7.098 7.098 0 0 1-1.367-1.366.393.393 0 0 1 .002-.477l.94-1.224a5.248 5.248 0 0 1-.422-1.018l-1.53-.2a.393.393 0 0 1-.338-.336 7.086 7.086 0 0 1 0-1.932.393.393 0 0 1 .339-.336l1.529-.2c.105-.355.246-.695.422-1.019l-.94-1.223a.393.393 0 0 1-.002-.477c.39-.516.86-.983 1.367-1.366a.393.393 0 0 1 .477.002l1.224.94a5.248 5.248 0 0 1 1.017-.421l.2-1.529a.393.393 0 0 1 .336-.338 6.915 6.915 0 0 1 1.933 0 .393.393 0 0 1 .336.339l.2 1.53c.353.104.693.245 1.015.42l1.224-.94a.393.393 0 0 1 .477-.001c.516.39.976.85 1.367 1.367a.393.393 0 0 1-.002.477l-.94 1.224c.174.322.315.661.42 1.014l1.528.2c.176.023.315.16.34.336.09.658.09 1.282-.001 1.934a.393.393 0 0 1-.339.336l-1.529.2a5.248 5.248 0 0 1-.42 1.014zm-.784.27a.393.393 0 0 1-.023-.444c.244-.399.424-.832.533-1.288a.393.393 0 0 1 .332-.298l1.485-.194a6.043 6.043 0 0 0 0-1.126l-1.485-.194a.393.393 0 0 1-.332-.298c-.11-.456-.29-.89-.533-1.288a.393.393 0 0 1 .023-.445l.914-1.189a6.253 6.253 0 0 0-.796-.796l-1.188.914a.393.393 0 0 1-.445.023 4.465 4.465 0 0 0-1.289-.535.393.393 0 0 1-.298-.331l-.194-1.486a6.046 6.046 0 0 0-1.125 0l-.194 1.484a.393.393 0 0 1-.298.332c-.458.11-.892.29-1.291.535a.393.393 0 0 1-.445-.024l-1.188-.913a6.348 6.348 0 0 0-.796.795l.913 1.187c.1.13.109.307.024.446-.245.4-.426.834-.536 1.291a.393.393 0 0 1-.332.298l-1.484.195a6.317 6.317 0 0 0 0 1.124l1.484.194c.162.021.294.14.332.298.11.458.29.892.536 1.292a.393.393 0 0 1-.024.445l-.913 1.188c.239.286.507.554.796.795l1.188-.913c.129-.1.306-.109.445-.024.4.245.834.425 1.29.535.16.038.278.17.299.331l.194 1.485c.378.035.747.035 1.125 0l.194-1.486a.393.393 0 0 1 .298-.331c.457-.11.89-.291 1.289-.535a.393.393 0 0 1 .445.023l1.188.913c.289-.24.555-.507.796-.796l-.914-1.188z","fill-rule":"evenodd"}})])}),[],!1,null,null,null).exports,Re=(0,l.Z)({},(function(){var t=this.$createElement,e=this._self._c||t;return e("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 16 16"}},[e("path",{attrs:{d:"M8 7a4 4 0 0 1 3.564 2.182A2.5 2.5 0 0 1 15 11.5V15H1v-3.5a2.5 2.5 0 0 1 3.437-2.318A3.998 3.998 0 0 1 8 7zm0 1a3 3 0 0 0-3 3v3h5.999v-3.029l-.004-.147A3 3 0 0 0 8 8zm4.5 2c-.174 0-.342.03-.5.085V14h2v-2.5a1.5 1.5 0 0 0-1.5-1.5zm-9 0a1.5 1.5 0 0 0-1.493 1.356L2 11.5V14h2v-3.915A1.499 1.499 0 0 0 3.5 10zM13 4a2 2 0 1 1 0 4 2 2 0 0 1 0-4zM3 4a2 2 0 1 1 0 4 2 2 0 0 1 0-4zm10 1a1 1 0 1 0 0 2 1 1 0 0 0 0-2zM3 5a1 1 0 1 0 0 2 1 1 0 0 0 0-2zm5-4a2.5 2.5 0 1 1 0 5 2.5 2.5 0 0 1 0-5zm0 1a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3z","fill-rule":"evenodd"}})])}),[],!1,null,null,null).exports,De=[i,s,u,c,w,d,m,z,V,M,y,Z,B,b.Z,S,O,T,P,k,D,N,W,q,Y,J,et,rt,at,ot,ht,vt,ft,pt,gt,xt,_t,Vt.Z,Mt,yt,Zt,Bt,At,Ct,jt,Ft,It,Rt,Ut,Gt,Xt,Qt,Kt,te,ne,re,le,ae,ie,oe,se,he,ue,ve,ce,fe,we,pe,de,ge,me,xe,ze,_e,Ve,He,Me,Le,ye,Ee,Ze,$e,Be,be,Ae,Se,Ce,Oe,je,Te,Fe,Pe,Ie,ke,Re],Ue=function(t){var e,n=(0,r.Z)(De);try{for(n.s();!(e=n.n()).done;){var l=e.value;l.name&&t.component(l.name,l)}}catch(t){n.e(t)}finally{n.f()}};"undefined"!=typeof window&&window.Vue&&Ue(window.Vue);var Ne={ArrowLeftTop:i,Add:s,ArrowDown:u,ArrowLeftBottom:c,ArrowRightTop:w,ArrowRight:d,ArrowUp:m,ArrowLeft:z,ArrowRightBottom:V,ArrowsVertical:M,Calendar:y,Category:Z,CardBank:B,Check:b.Z,ChevronLeft:S,ChevronDown:O,CheckFill:T,Analog:P,ChevronUp:k,Collapse:D,Clock:N,ChocholateMenu:W,Comment:q,Company:Y,Compare:J,DataCards:et,ChevronRight:rt,Copy:at,DocDownload:ot,Directory:ht,Doc:vt,Download:ft,AlertFill:pt,Edit:gt,Delete:xt,Draggable:_t,Error:Vt.Z,Alert:Mt,FacebookFill:yt,Filters:Zt,Facebook:Bt,ErrorFill:At,Flag:Ct,Globe:jt,InfoFill:Ft,Infinity:It,External:Rt,Info:Ut,Link:Gt,ListSearch:Xt,List:Qt,Loader:Kt,Location:te,Locked:ne,Login:re,Menu:le,Logout:ae,Minus:ie,Expand:oe,OverflowMenuHorizontal:se,OverflowMenuVertical:he,Password:ue,QuestionFill:ve,Pin:ce,Plus:fe,Printer:we,Remove:pe,Sandglass:de,Question:ge,Refresh:me,Search:xe,Notification:ze,SortDate:_e,ShoppingCart:Ve,StarFill:He,Timer:Me,Star:Le,Tool:ye,Telegram:Ee,Truck:Ze,Insert:$e,Unlocked:Be,Save:be,Upload:Ae,VisibilityOn:Se,VisibilityOff:Ce,Vk:Oe,Winner:je,Youtube:Te,Enter:Fe,UserAvatar:Pe,Workspace:Ie,Settings:ke,UserGroup:Re},Ge={name:"CdsIcon",components:Ne,inheritAttrs:!1,props:{name:{type:String,required:!1,default:"",description:"Название иконки"}},computed:{componentName:function(){return this.name&&this.name[0].toUpperCase()+this.name.slice(1)}}},We=(0,l.Z)(Ge,(function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("i",t._g(t._b({staticClass:"cds-ico"},"i",t.$attrs,!1),t.$listeners),[t._t("default"),t._v(" "),t.name?n(t.componentName,{tag:"component"}):t._e()],2)}),[],!1,null,null,null).exports},2388:function(t,e,n){"use strict";n.d(e,{Z:function(){return r}});var r=(0,n(1900).Z)({},(function(){var t=this.$createElement,e=this._self._c||t;return e("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 16 16"}},[e("path",{attrs:{d:"M8 1a7 7 0 1 1 0 14A7 7 0 0 1 8 1zm0 13A6 6 0 1 0 8 2a6 6 0 0 0 0 12zM5.188 8.176l2.147 1.916 3.916-4.124.725.688-4.583 4.827-2.87-2.56.665-.747z","fill-rule":"evenodd"}})])}),[],!1,null,null,null).exports},6637:function(t,e,n){"use strict";n.d(e,{Z:function(){return r}});var r=(0,n(1900).Z)({},(function(){var t=this.$createElement,e=this._self._c||t;return e("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 16 16"}},[e("path",{attrs:{d:"M1 8c0-3.85 3.15-7 7-7s7 3.15 7 7-3.15 7-7 7-7-3.15-7-7zm11.55 3.85C13.5 10.8 14 9.4 14 8c0-3.3-2.7-6-6-6-1.4 0-2.8.5-3.85 1.45l8.4 8.4zm-8.45.75C5.2 13.5 6.6 14 8 14s2.8-.5 3.85-1.4L3.4 4.15c-2.1 2.5-1.8 6.3.7 8.45z","fill-rule":"evenodd"}})])}),[],!1,null,null,null).exports},1900:function(t,e,n){"use strict";function r(t,e,n,r,l,a,i,o){var s,h="function"==typeof t?t.options:t;if(e&&(h.render=e,h.staticRenderFns=n,h._compiled=!0),r&&(h.functional=!0),a&&(h._scopeId="data-v-"+a),i?(s=function(t){(t=t||this.$vnode&&this.$vnode.ssrContext||this.parent&&this.parent.$vnode&&this.parent.$vnode.ssrContext)||"undefined"==typeof __VUE_SSR_CONTEXT__||(t=__VUE_SSR_CONTEXT__),l&&l.call(this,t),t&&t._registeredComponents&&t._registeredComponents.add(i)},h._ssrRegister=s):l&&(s=o?function(){l.call(this,(h.functional?this.parent:this).$root.$options.shadowRoot)}:l),s)if(h.functional){h._injectStyles=s;var u=h.render;h.render=function(t,e){return s.call(e),u(t,e)}}else{var v=h.beforeCreate;h.beforeCreate=v?[].concat(v,s):[s]}return{exports:t,options:h}}n.d(e,{Z:function(){return r}})},907:function(t,e,n){"use strict";function r(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,r=new Array(e);n<e;n++)r[n]=t[n];return r}n.d(e,{Z:function(){return r}})},7762:function(t,e,n){"use strict";n.d(e,{Z:function(){return l}});var r=n(181);function l(t,e){var n="undefined"!=typeof Symbol&&t[Symbol.iterator]||t["@@iterator"];if(!n){if(Array.isArray(t)||(n=(0,r.Z)(t))||e&&t&&"number"==typeof t.length){n&&(t=n);var l=0,a=function(){};return{s:a,n:function(){return l>=t.length?{done:!0}:{done:!1,value:t[l++]}},e:function(t){throw t},f:a}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var i,o=!0,s=!1;return{s:function(){n=n.call(t)},n:function(){var t=n.next();return o=t.done,t},e:function(t){s=!0,i=t},f:function(){try{o||null==n.return||n.return()}finally{if(s)throw i}}}}},181:function(t,e,n){"use strict";n.d(e,{Z:function(){return l}});var r=n(907);function l(t,e){if(t){if("string"==typeof t)return(0,r.Z)(t,e);var n=Object.prototype.toString.call(t).slice(8,-1);return"Object"===n&&t.constructor&&(n=t.constructor.name),"Map"===n||"Set"===n?Array.from(t):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?(0,r.Z)(t,e):void 0}}}},e={};function n(r){var l=e[r];if(void 0!==l)return l.exports;var a=e[r]={exports:{}};return t[r](a,a.exports,n),a.exports}n.n=function(t){var e=t&&t.__esModule?function(){return t.default}:function(){return t};return n.d(e,{a:e}),e},n.d=function(t,e){for(var r in e)n.o(e,r)&&!n.o(t,r)&&Object.defineProperty(t,r,{enumerable:!0,get:e[r]})},n.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(t){if("object"==typeof window)return window}}(),n.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)};var r={};return function(){"use strict";n(8309);var t=n(3417);t.Z.install=function(e){e.component(t.Z.name,t.Z)},"undefined"!=typeof window&&window.Vue&&t.Z.install(window.Vue),r.default=t.Z}(),r=r.default}()}));
|
package/dist/CdsIcon/styles.css
CHANGED
package/dist/CdsImage/index.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* CDS v2.36.2
|
|
2
|
+
* CDS v2.36.2 (https://cds.b2b-center.ru/)
|
|
3
3
|
*
|
|
4
4
|
* @package @central-design-system/components
|
|
5
5
|
* @author Design System Team <cds@b2b-center.ru>
|
|
6
6
|
* © 2024, B2B-Center. (https://b2b-center.ru/)
|
|
7
7
|
*/
|
|
8
|
-
!function(t,n){"object"==typeof exports&&"object"==typeof module?module.exports=n():"function"==typeof define&&define.amd?define([],n):"object"==typeof exports?exports.CdsImage=n():t.CdsImage=n()}("undefined"!=typeof self?self:this,(function(){return function(){var t={9662:function(t,n,r){var e=r(7854),o=r(614),i=r(6330),u=e.TypeError;t.exports=function(t){if(o(t))return t;throw u(i(t)+" is not a function")}},9670:function(t,n,r){var e=r(7854),o=r(111),i=e.String,u=e.TypeError;t.exports=function(t){if(o(t))return t;throw u(i(t)+" is not an object")}},9781:function(t,n,r){var e=r(7293);t.exports=!e((function(){return 7!=Object.defineProperty({},1,{get:function(){return 7}})[1]}))},317:function(t,n,r){var e=r(7854),o=r(111),i=e.document,u=o(i)&&o(i.createElement);t.exports=function(t){return u?i.createElement(t):{}}},8113:function(t,n,r){var e=r(5005);t.exports=e("navigator","userAgent")||""},7392:function(t,n,r){var e,o,i=r(7854),u=r(8113),c=i.process,f=i.Deno,s=c&&c.versions||f&&f.version,a=s&&s.v8;a&&(o=(e=a.split("."))[0]>0&&e[0]<4?1:+(e[0]+e[1])),!o&&u&&(!(e=u.match(/Edge\/(\d+)/))||e[1]>=74)&&(e=u.match(/Chrome\/(\d+)/))&&(o=+e[1]),t.exports=o},7293:function(t){t.exports=function(t){try{return!!t()}catch(t){return!0}}},6916:function(t){var n=Function.prototype.call;t.exports=n.bind?n.bind(n):function(){return n.apply(n,arguments)}},6530:function(t,n,r){var e=r(9781),o=r(2597),i=Function.prototype,u=e&&Object.getOwnPropertyDescriptor,c=o(i,"name"),f=c&&"something"===function(){}.name,s=c&&(!e||e&&u(i,"name").configurable);t.exports={EXISTS:c,PROPER:f,CONFIGURABLE:s}},1702:function(t){var n=Function.prototype,r=n.bind,e=n.call,o=r&&r.bind(e);t.exports=r?function(t){return t&&o(e,t)}:function(t){return t&&function(){return e.apply(t,arguments)}}},5005:function(t,n,r){var e=r(7854),o=r(614),i=function(t){return o(t)?t:void 0};t.exports=function(t,n){return arguments.length<2?i(e[t]):e[t]&&e[t][n]}},8173:function(t,n,r){var e=r(9662);t.exports=function(t,n){var r=t[n];return null==r?void 0:e(r)}},7854:function(t,n,r){var e=function(t){return t&&t.Math==Math&&t};t.exports=e("object"==typeof globalThis&&globalThis)||e("object"==typeof window&&window)||e("object"==typeof self&&self)||e("object"==typeof r.g&&r.g)||function(){return this}()||Function("return this")()},2597:function(t,n,r){var e=r(1702),o=r(7908),i=e({}.hasOwnProperty);t.exports=Object.hasOwn||function(t,n){return i(o(t),n)}},4664:function(t,n,r){var e=r(9781),o=r(7293),i=r(317);t.exports=!e&&!o((function(){return 7!=Object.defineProperty(i("div"),"a",{get:function(){return 7}}).a}))},614:function(t){t.exports=function(t){return"function"==typeof t}},111:function(t,n,r){var e=r(614);t.exports=function(t){return"object"==typeof t?null!==t:e(t)}},1913:function(t){t.exports=!1},2190:function(t,n,r){var e=r(7854),o=r(5005),i=r(614),u=r(7976),c=r(3307),f=e.Object;t.exports=c?function(t){return"symbol"==typeof t}:function(t){var n=o("Symbol");return i(n)&&u(n.prototype,f(t))}},133:function(t,n,r){var e=r(7392),o=r(7293);t.exports=!!Object.getOwnPropertySymbols&&!o((function(){var t=Symbol();return!String(t)||!(Object(t)instanceof Symbol)||!Symbol.sham&&e&&e<41}))},3070:function(t,n,r){var e=r(7854),o=r(9781),i=r(4664),u=r(9670),c=r(4948),f=e.TypeError,s=Object.defineProperty;n.f=o?s:function(t,n,r){if(u(t),n=c(n),u(r),i)try{return s(t,n,r)}catch(t){}if("get"in r||"set"in r)throw f("Accessors not supported");return"value"in r&&(t[n]=r.value),t}},7976:function(t,n,r){var e=r(1702);t.exports=e({}.isPrototypeOf)},2140:function(t,n,r){var e=r(7854),o=r(6916),i=r(614),u=r(111),c=e.TypeError;t.exports=function(t,n){var r,e;if("string"===n&&i(r=t.toString)&&!u(e=o(r,t)))return e;if(i(r=t.valueOf)&&!u(e=o(r,t)))return e;if("string"!==n&&i(r=t.toString)&&!u(e=o(r,t)))return e;throw c("Can't convert object to primitive value")}},4488:function(t,n,r){var e=r(7854).TypeError;t.exports=function(t){if(null==t)throw e("Can't call method on "+t);return t}},3505:function(t,n,r){var e=r(7854),o=Object.defineProperty;t.exports=function(t,n){try{o(e,t,{value:n,configurable:!0,writable:!0})}catch(r){e[t]=n}return n}},5465:function(t,n,r){var e=r(7854),o=r(3505),i="__core-js_shared__",u=e[i]||o(i,{});t.exports=u},2309:function(t,n,r){var e=r(1913),o=r(5465);(t.exports=function(t,n){return o[t]||(o[t]=void 0!==n?n:{})})("versions",[]).push({version:"3.19.3",mode:e?"pure":"global",copyright:"© 2021 Denis Pushkarev (zloirock.ru)"})},7908:function(t,n,r){var e=r(7854),o=r(4488),i=e.Object;t.exports=function(t){return i(o(t))}},7593:function(t,n,r){var e=r(7854),o=r(6916),i=r(111),u=r(2190),c=r(8173),f=r(2140),s=r(5112),a=e.TypeError,p=s("toPrimitive");t.exports=function(t,n){if(!i(t)||u(t))return t;var r,e=c(t,p);if(e){if(void 0===n&&(n="default"),r=o(e,t,n),!i(r)||u(r))return r;throw a("Can't convert object to primitive value")}return void 0===n&&(n="number"),f(t,n)}},4948:function(t,n,r){var e=r(7593),o=r(2190);t.exports=function(t){var n=e(t,"string");return o(n)?n:n+""}},6330:function(t,n,r){var e=r(7854).String;t.exports=function(t){try{return e(t)}catch(t){return"Object"}}},9711:function(t,n,r){var e=r(1702),o=0,i=Math.random(),u=e(1..toString);t.exports=function(t){return"Symbol("+(void 0===t?"":t)+")_"+u(++o+i,36)}},3307:function(t,n,r){var e=r(133);t.exports=e&&!Symbol.sham&&"symbol"==typeof Symbol.iterator},5112:function(t,n,r){var e=r(7854),o=r(2309),i=r(2597),u=r(9711),c=r(133),f=r(3307),s=o("wks"),a=e.Symbol,p=a&&a.for,l=f?a:a&&a.withoutSetter||u;t.exports=function(t){if(!i(s,t)||!c&&"string"!=typeof s[t]){var n="Symbol."+t;c&&i(a,t)?s[t]=a[t]:s[t]=f&&p?p(n):l(n)}return s[t]}},8309:function(t,n,r){var e=r(9781),o=r(6530).EXISTS,i=r(1702),u=r(3070).f,c=Function.prototype,f=i(c.toString),s=/function\b(?:\s|\/\*[\S\s]*?\*\/|\/\/[^\n\r]*[\n\r]+)*([^\s(/]*)/,a=i(s.exec);e&&!o&&u(c,"name",{configurable:!0,get:function(){try{return a(s,f(this))[1]}catch(t){return""}}})}},n={};function r(e){var o=n[e];if(void 0!==o)return o.exports;var i=n[e]={exports:{}};return t[e](i,i.exports,r),i.exports}r.d=function(t,n){for(var e in n)r.o(n,e)&&!r.o(t,e)&&Object.defineProperty(t,e,{enumerable:!0,get:n[e]})},r.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(t){if("object"==typeof window)return window}}(),r.o=function(t,n){return Object.prototype.hasOwnProperty.call(t,n)};var e={};return function(){"use strict";r.d(e,{default:function(){return
|
|
8
|
+
!function(t,n){"object"==typeof exports&&"object"==typeof module?module.exports=n():"function"==typeof define&&define.amd?define([],n):"object"==typeof exports?exports.CdsImage=n():t.CdsImage=n()}("undefined"!=typeof self?self:this,(function(){return function(){var t={9662:function(t,n,r){var e=r(7854),o=r(614),i=r(6330),u=e.TypeError;t.exports=function(t){if(o(t))return t;throw u(i(t)+" is not a function")}},9670:function(t,n,r){var e=r(7854),o=r(111),i=e.String,u=e.TypeError;t.exports=function(t){if(o(t))return t;throw u(i(t)+" is not an object")}},9781:function(t,n,r){var e=r(7293);t.exports=!e((function(){return 7!=Object.defineProperty({},1,{get:function(){return 7}})[1]}))},317:function(t,n,r){var e=r(7854),o=r(111),i=e.document,u=o(i)&&o(i.createElement);t.exports=function(t){return u?i.createElement(t):{}}},8113:function(t,n,r){var e=r(5005);t.exports=e("navigator","userAgent")||""},7392:function(t,n,r){var e,o,i=r(7854),u=r(8113),c=i.process,f=i.Deno,s=c&&c.versions||f&&f.version,a=s&&s.v8;a&&(o=(e=a.split("."))[0]>0&&e[0]<4?1:+(e[0]+e[1])),!o&&u&&(!(e=u.match(/Edge\/(\d+)/))||e[1]>=74)&&(e=u.match(/Chrome\/(\d+)/))&&(o=+e[1]),t.exports=o},7293:function(t){t.exports=function(t){try{return!!t()}catch(t){return!0}}},6916:function(t){var n=Function.prototype.call;t.exports=n.bind?n.bind(n):function(){return n.apply(n,arguments)}},6530:function(t,n,r){var e=r(9781),o=r(2597),i=Function.prototype,u=e&&Object.getOwnPropertyDescriptor,c=o(i,"name"),f=c&&"something"===function(){}.name,s=c&&(!e||e&&u(i,"name").configurable);t.exports={EXISTS:c,PROPER:f,CONFIGURABLE:s}},1702:function(t){var n=Function.prototype,r=n.bind,e=n.call,o=r&&r.bind(e);t.exports=r?function(t){return t&&o(e,t)}:function(t){return t&&function(){return e.apply(t,arguments)}}},5005:function(t,n,r){var e=r(7854),o=r(614),i=function(t){return o(t)?t:void 0};t.exports=function(t,n){return arguments.length<2?i(e[t]):e[t]&&e[t][n]}},8173:function(t,n,r){var e=r(9662);t.exports=function(t,n){var r=t[n];return null==r?void 0:e(r)}},7854:function(t,n,r){var e=function(t){return t&&t.Math==Math&&t};t.exports=e("object"==typeof globalThis&&globalThis)||e("object"==typeof window&&window)||e("object"==typeof self&&self)||e("object"==typeof r.g&&r.g)||function(){return this}()||Function("return this")()},2597:function(t,n,r){var e=r(1702),o=r(7908),i=e({}.hasOwnProperty);t.exports=Object.hasOwn||function(t,n){return i(o(t),n)}},4664:function(t,n,r){var e=r(9781),o=r(7293),i=r(317);t.exports=!e&&!o((function(){return 7!=Object.defineProperty(i("div"),"a",{get:function(){return 7}}).a}))},614:function(t){t.exports=function(t){return"function"==typeof t}},111:function(t,n,r){var e=r(614);t.exports=function(t){return"object"==typeof t?null!==t:e(t)}},1913:function(t){t.exports=!1},2190:function(t,n,r){var e=r(7854),o=r(5005),i=r(614),u=r(7976),c=r(3307),f=e.Object;t.exports=c?function(t){return"symbol"==typeof t}:function(t){var n=o("Symbol");return i(n)&&u(n.prototype,f(t))}},133:function(t,n,r){var e=r(7392),o=r(7293);t.exports=!!Object.getOwnPropertySymbols&&!o((function(){var t=Symbol();return!String(t)||!(Object(t)instanceof Symbol)||!Symbol.sham&&e&&e<41}))},3070:function(t,n,r){var e=r(7854),o=r(9781),i=r(4664),u=r(9670),c=r(4948),f=e.TypeError,s=Object.defineProperty;n.f=o?s:function(t,n,r){if(u(t),n=c(n),u(r),i)try{return s(t,n,r)}catch(t){}if("get"in r||"set"in r)throw f("Accessors not supported");return"value"in r&&(t[n]=r.value),t}},7976:function(t,n,r){var e=r(1702);t.exports=e({}.isPrototypeOf)},2140:function(t,n,r){var e=r(7854),o=r(6916),i=r(614),u=r(111),c=e.TypeError;t.exports=function(t,n){var r,e;if("string"===n&&i(r=t.toString)&&!u(e=o(r,t)))return e;if(i(r=t.valueOf)&&!u(e=o(r,t)))return e;if("string"!==n&&i(r=t.toString)&&!u(e=o(r,t)))return e;throw c("Can't convert object to primitive value")}},4488:function(t,n,r){var e=r(7854).TypeError;t.exports=function(t){if(null==t)throw e("Can't call method on "+t);return t}},3505:function(t,n,r){var e=r(7854),o=Object.defineProperty;t.exports=function(t,n){try{o(e,t,{value:n,configurable:!0,writable:!0})}catch(r){e[t]=n}return n}},5465:function(t,n,r){var e=r(7854),o=r(3505),i="__core-js_shared__",u=e[i]||o(i,{});t.exports=u},2309:function(t,n,r){var e=r(1913),o=r(5465);(t.exports=function(t,n){return o[t]||(o[t]=void 0!==n?n:{})})("versions",[]).push({version:"3.19.3",mode:e?"pure":"global",copyright:"© 2021 Denis Pushkarev (zloirock.ru)"})},7908:function(t,n,r){var e=r(7854),o=r(4488),i=e.Object;t.exports=function(t){return i(o(t))}},7593:function(t,n,r){var e=r(7854),o=r(6916),i=r(111),u=r(2190),c=r(8173),f=r(2140),s=r(5112),a=e.TypeError,p=s("toPrimitive");t.exports=function(t,n){if(!i(t)||u(t))return t;var r,e=c(t,p);if(e){if(void 0===n&&(n="default"),r=o(e,t,n),!i(r)||u(r))return r;throw a("Can't convert object to primitive value")}return void 0===n&&(n="number"),f(t,n)}},4948:function(t,n,r){var e=r(7593),o=r(2190);t.exports=function(t){var n=e(t,"string");return o(n)?n:n+""}},6330:function(t,n,r){var e=r(7854).String;t.exports=function(t){try{return e(t)}catch(t){return"Object"}}},9711:function(t,n,r){var e=r(1702),o=0,i=Math.random(),u=e(1..toString);t.exports=function(t){return"Symbol("+(void 0===t?"":t)+")_"+u(++o+i,36)}},3307:function(t,n,r){var e=r(133);t.exports=e&&!Symbol.sham&&"symbol"==typeof Symbol.iterator},5112:function(t,n,r){var e=r(7854),o=r(2309),i=r(2597),u=r(9711),c=r(133),f=r(3307),s=o("wks"),a=e.Symbol,p=a&&a.for,l=f?a:a&&a.withoutSetter||u;t.exports=function(t){if(!i(s,t)||!c&&"string"!=typeof s[t]){var n="Symbol."+t;c&&i(a,t)?s[t]=a[t]:s[t]=f&&p?p(n):l(n)}return s[t]}},8309:function(t,n,r){var e=r(9781),o=r(6530).EXISTS,i=r(1702),u=r(3070).f,c=Function.prototype,f=i(c.toString),s=/function\b(?:\s|\/\*[\S\s]*?\*\/|\/\/[^\n\r]*[\n\r]+)*([^\s(/]*)/,a=i(s.exec);e&&!o&&u(c,"name",{configurable:!0,get:function(){try{return a(s,f(this))[1]}catch(t){return""}}})}},n={};function r(e){var o=n[e];if(void 0!==o)return o.exports;var i=n[e]={exports:{}};return t[e](i,i.exports,r),i.exports}r.d=function(t,n){for(var e in n)r.o(n,e)&&!r.o(t,e)&&Object.defineProperty(t,e,{enumerable:!0,get:n[e]})},r.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(t){if("object"==typeof window)return window}}(),r.o=function(t,n){return Object.prototype.hasOwnProperty.call(t,n)};var e={};return function(){"use strict";r.d(e,{default:function(){return o}});r(8309);var t=function(t,n,r,e,o,i,u,c){var f,s="function"==typeof t?t.options:t;if(n&&(s.render=n,s.staticRenderFns=r,s._compiled=!0),e&&(s.functional=!0),i&&(s._scopeId="data-v-"+i),u?(f=function(t){(t=t||this.$vnode&&this.$vnode.ssrContext||this.parent&&this.parent.$vnode&&this.parent.$vnode.ssrContext)||"undefined"==typeof __VUE_SSR_CONTEXT__||(t=__VUE_SSR_CONTEXT__),o&&o.call(this,t),t&&t._registeredComponents&&t._registeredComponents.add(u)},s._ssrRegister=f):o&&(f=c?function(){o.call(this,(s.functional?this.parent:this).$root.$options.shadowRoot)}:o),f)if(s.functional){s._injectStyles=f;var a=s.render;s.render=function(t,n){return f.call(n),a(t,n)}}else{var p=s.beforeCreate;s.beforeCreate=p?[].concat(p,f):[f]}return{exports:t,options:s}}({name:"CdsImage",props:{src:{type:String,required:!0},srcset:{type:Object,required:!1,default:function(){}},alt:{type:String,required:!0}}},(function(){var t=this,n=t.$createElement,r=t._self._c||n;return r("picture",{staticClass:"cds-picture"},[t.srcset?r("source",{attrs:{srcset:t.srcset,type:"image/svg+xml"}}):t._e(),t._v(" "),r("img",{attrs:{src:t.src,alt:t.alt}})])}),[],!1,null,null,null),n=t.exports;n.install=function(t){t.component(n.name,n)},"undefined"!=typeof window&&window.Vue&&n.install(window.Vue);var o=n}(),e=e.default}()}));
|
package/dist/CdsImage/styles.css
CHANGED