@univerjs/icons 0.2.7 → 0.2.9
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/components/Question-single.d.ts +4 -0
- package/dist/components/arrowsoutsimple-single.d.ts +4 -0
- package/dist/components/build-single.d.ts +4 -0
- package/dist/components/building.d.ts +4 -0
- package/dist/components/caret-down.d.ts +4 -0
- package/dist/components/client-single.d.ts +4 -0
- package/dist/components/column-sparkline-single.d.ts +4 -0
- package/dist/components/dots-horizontal-single.d.ts +4 -0
- package/dist/components/dots-vertical-single.d.ts +4 -0
- package/dist/components/edit-outline-single.d.ts +4 -0
- package/dist/components/eye-outline-single.d.ts +4 -0
- package/dist/components/forward.d.ts +4 -0
- package/dist/components/grid-outline-single.d.ts +4 -0
- package/dist/components/group-sparkline-single.d.ts +4 -0
- package/dist/components/h5-single.d.ts +4 -0
- package/dist/components/h6-single.d.ts +4 -0
- package/dist/components/heart-single.d.ts +4 -0
- package/dist/components/line-sparkline-single.d.ts +4 -0
- package/dist/components/list-outline-single.d.ts +4 -0
- package/dist/components/plus-single.d.ts +4 -0
- package/dist/components/point-color.d.ts +4 -0
- package/dist/components/run-time-single.d.ts +4 -0
- package/dist/components/server-single.d.ts +4 -0
- package/dist/components/settings.d.ts +4 -0
- package/dist/components/terminal-outline-single.d.ts +4 -0
- package/dist/components/trash-outline-single.d.ts +4 -0
- package/dist/components/ungroup-sparkline-single.d.ts +4 -0
- package/dist/components/winloss-sparkline-single.d.ts +4 -0
- package/dist/icons.d.ts +28 -0
- package/dist/index.js +1 -1
- package/dist/manifest.d.ts +8 -0
- package/esm/components/Question-single.d.ts +4 -0
- package/esm/components/Question-single.js +14 -0
- package/esm/components/Question-single.js.map +1 -0
- package/esm/components/arrowsoutsimple-single.d.ts +4 -0
- package/esm/components/arrowsoutsimple-single.js +14 -0
- package/esm/components/arrowsoutsimple-single.js.map +1 -0
- package/esm/components/build-single.d.ts +4 -0
- package/esm/components/build-single.js +14 -0
- package/esm/components/build-single.js.map +1 -0
- package/esm/components/building.d.ts +4 -0
- package/esm/components/building.js +14 -0
- package/esm/components/building.js.map +1 -0
- package/esm/components/caret-down.d.ts +4 -0
- package/esm/components/caret-down.js +14 -0
- package/esm/components/caret-down.js.map +1 -0
- package/esm/components/client-single.d.ts +4 -0
- package/esm/components/client-single.js +14 -0
- package/esm/components/client-single.js.map +1 -0
- package/esm/components/code-single.js +1 -1
- package/esm/components/code-single.js.map +1 -1
- package/esm/components/column-sparkline-single.d.ts +4 -0
- package/esm/components/column-sparkline-single.js +14 -0
- package/esm/components/column-sparkline-single.js.map +1 -0
- package/esm/components/dots-horizontal-single.d.ts +4 -0
- package/esm/components/dots-horizontal-single.js +14 -0
- package/esm/components/dots-horizontal-single.js.map +1 -0
- package/esm/components/dots-vertical-single.d.ts +4 -0
- package/esm/components/dots-vertical-single.js +14 -0
- package/esm/components/dots-vertical-single.js.map +1 -0
- package/esm/components/edit-outline-single.d.ts +4 -0
- package/esm/components/edit-outline-single.js +14 -0
- package/esm/components/edit-outline-single.js.map +1 -0
- package/esm/components/eye-outline-single.d.ts +4 -0
- package/esm/components/eye-outline-single.js +14 -0
- package/esm/components/eye-outline-single.js.map +1 -0
- package/esm/components/forward.d.ts +4 -0
- package/esm/components/forward.js +14 -0
- package/esm/components/forward.js.map +1 -0
- package/esm/components/grid-outline-single.d.ts +4 -0
- package/esm/components/grid-outline-single.js +14 -0
- package/esm/components/grid-outline-single.js.map +1 -0
- package/esm/components/group-sparkline-single.d.ts +4 -0
- package/esm/components/group-sparkline-single.js +14 -0
- package/esm/components/group-sparkline-single.js.map +1 -0
- package/esm/components/h5-single.d.ts +4 -0
- package/esm/components/h5-single.js +14 -0
- package/esm/components/h5-single.js.map +1 -0
- package/esm/components/h6-single.d.ts +4 -0
- package/esm/components/h6-single.js +14 -0
- package/esm/components/h6-single.js.map +1 -0
- package/esm/components/heart-single.d.ts +4 -0
- package/esm/components/heart-single.js +14 -0
- package/esm/components/heart-single.js.map +1 -0
- package/esm/components/line-sparkline-single.d.ts +4 -0
- package/esm/components/line-sparkline-single.js +14 -0
- package/esm/components/line-sparkline-single.js.map +1 -0
- package/esm/components/list-outline-single.d.ts +4 -0
- package/esm/components/list-outline-single.js +14 -0
- package/esm/components/list-outline-single.js.map +1 -0
- package/esm/components/plus-single.d.ts +4 -0
- package/esm/components/plus-single.js +14 -0
- package/esm/components/plus-single.js.map +1 -0
- package/esm/components/point-color.d.ts +4 -0
- package/esm/components/point-color.js +14 -0
- package/esm/components/point-color.js.map +1 -0
- package/esm/components/question-mark-single.js +1 -1
- package/esm/components/question-mark-single.js.map +1 -1
- package/esm/components/run-time-single.d.ts +4 -0
- package/esm/components/run-time-single.js +14 -0
- package/esm/components/run-time-single.js.map +1 -0
- package/esm/components/server-single.d.ts +4 -0
- package/esm/components/server-single.js +14 -0
- package/esm/components/server-single.js.map +1 -0
- package/esm/components/settings.d.ts +4 -0
- package/esm/components/settings.js +14 -0
- package/esm/components/settings.js.map +1 -0
- package/esm/components/terminal-outline-single.d.ts +4 -0
- package/esm/components/terminal-outline-single.js +14 -0
- package/esm/components/terminal-outline-single.js.map +1 -0
- package/esm/components/trash-outline-single.d.ts +4 -0
- package/esm/components/trash-outline-single.js +14 -0
- package/esm/components/trash-outline-single.js.map +1 -0
- package/esm/components/ungroup-sparkline-single.d.ts +4 -0
- package/esm/components/ungroup-sparkline-single.js +14 -0
- package/esm/components/ungroup-sparkline-single.js.map +1 -0
- package/esm/components/winloss-sparkline-single.d.ts +4 -0
- package/esm/components/winloss-sparkline-single.js +14 -0
- package/esm/components/winloss-sparkline-single.js.map +1 -0
- package/esm/icons.d.ts +28 -0
- package/esm/icons.js +28 -0
- package/esm/icons.js.map +1 -1
- package/esm/manifest.d.ts +8 -0
- package/esm/manifest.js +34 -0
- package/esm/manifest.js.map +1 -1
- package/package.json +1 -1
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
// This file is generated automatically by `useTemplate.ts`. DO NOT EDIT IT.
|
|
2
|
+
import { createElement, forwardRef } from 'react';
|
|
3
|
+
import { IconBase } from '../icon';
|
|
4
|
+
var element = { "tag": "svg", "attrs": { "fill": "none", "viewBox": "0 0 16 16", "width": "1em", "height": "1em" }, "children": [{ "tag": "path", "attrs": { "fill": "currentColor", "d": "M1.93072 10.1835L1.93106 10.1799L1.93238 10.1666L1.93813 10.1111C1.94338 10.0618 1.95153 9.98842 1.96289 9.89446C1.98561 9.70646 2.02113 9.43651 2.07197 9.11205C2.17396 8.46117 2.3362 7.60002 2.57751 6.74447C2.82117 5.88055 3.13443 5.06289 3.52207 4.47386C3.91655 3.87444 4.30029 3.63604 4.6667 3.63604C5.20279 3.63604 5.59094 3.79262 5.89245 4.03213C6.20445 4.27998 6.45611 4.64319 6.66114 5.09919C7.01279 5.88128 7.17707 6.8062 7.32445 7.63596C7.35331 7.79845 7.38152 7.95729 7.41037 8.1107C7.5826 9.0267 7.93167 10.342 8.56261 11.4445C9.18786 12.5371 10.18 13.5636 11.6667 13.5636C12.5868 13.5636 13.2216 12.8668 13.6371 12.1596C14.0698 11.4232 14.3885 10.4735 14.6226 9.56823C14.8589 8.65445 15.0188 7.74576 15.1195 7.06881C15.1701 6.72945 15.206 6.44627 15.2294 6.24721C15.2411 6.14764 15.2497 6.069 15.2554 6.01477L15.2618 5.95213L15.2634 5.93533L15.264 5.92935C15.264 5.9292 15.2641 5.92865 14.6667 5.87248L15.264 5.92935C15.295 5.59943 15.0528 5.30614 14.7229 5.27512C14.393 5.2441 14.1004 5.48635 14.0693 5.81621C14.0694 5.81618 14.0693 5.81625 14.0693 5.81621L14.069 5.81992L14.0677 5.83353L14.0619 5.88948C14.0567 5.93912 14.0487 6.01283 14.0376 6.10715C14.0154 6.29588 13.9811 6.5667 13.9326 6.89213C13.8355 7.54477 13.6829 8.40886 13.4608 9.26786C13.2365 10.1353 12.9511 10.9584 12.6025 11.5517C12.2368 12.174 11.9132 12.3636 11.6667 12.3636C10.82 12.3636 10.1455 11.7946 9.60413 10.8485C9.0684 9.91233 8.7508 8.74572 8.5897 7.88895C8.56536 7.75946 8.54044 7.61783 8.51388 7.46683C8.36895 6.64284 8.1749 5.53963 7.7556 4.60708C7.50229 4.04373 7.14979 3.49839 6.63887 3.09252C6.11746 2.67833 5.46395 2.43604 4.6667 2.43604C3.69978 2.43604 3.00019 3.08402 2.51967 3.81418C2.03231 4.55474 1.6789 5.50986 1.42256 6.41872C1.16387 7.33596 0.99278 8.24759 0.886434 8.92629C0.833107 9.26662 0.795708 9.55066 0.771558 9.75046C0.759477 9.8504 0.750696 9.92939 0.744883 9.98395L0.738344 10.0471L0.736664 10.0641L0.736208 10.0688L0.736074 10.0702C0.736059 10.0704 0.736002 10.071 1.33337 10.1272L0.736074 10.0702C0.705057 10.4002 0.947291 10.6935 1.27721 10.7245C1.60708 10.7555 1.89964 10.5133 1.93072 10.1835Z", "fillRule": "evenodd", "clipRule": "evenodd" } }] };
|
|
5
|
+
export var LineSparklineSingle = forwardRef(function (props, ref) {
|
|
6
|
+
return createElement(IconBase, Object.assign({}, props, {
|
|
7
|
+
id: 'line-sparkline-single',
|
|
8
|
+
ref: ref,
|
|
9
|
+
icon: element,
|
|
10
|
+
}));
|
|
11
|
+
});
|
|
12
|
+
LineSparklineSingle.displayName = 'LineSparklineSingle';
|
|
13
|
+
export default LineSparklineSingle;
|
|
14
|
+
//# sourceMappingURL=line-sparkline-single.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"line-sparkline-single.js","sourceRoot":"","sources":["../../src/components/line-sparkline-single.tsx"],"names":[],"mappings":"AAAA,4EAA4E;AAE5E,OAAO,EAAE,aAAa,EAAE,UAAU,EAAO,MAAM,OAAO,CAAC;AACvD,OAAO,EAAE,QAAQ,EAAa,MAAM,SAAS,CAAC;AAE9C,IAAM,OAAO,GAAG,EAAC,KAAK,EAAC,KAAK,EAAC,OAAO,EAAC,EAAC,MAAM,EAAC,MAAM,EAAC,SAAS,EAAC,WAAW,EAAC,OAAO,EAAC,KAAK,EAAC,QAAQ,EAAC,KAAK,EAAC,EAAC,UAAU,EAAC,CAAC,EAAC,KAAK,EAAC,MAAM,EAAC,OAAO,EAAC,EAAC,MAAM,EAAC,cAAc,EAAC,GAAG,EAAC,kkEAAkkE,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,SAAS,EAAC,EAAC,CAAC,EAAC,CAAC;AAEtxE,MAAM,CAAC,IAAM,mBAAmB,GAAG,UAAU,CAC3C,UAAC,KAAgB,EAAE,GAAoB;IACrC,OAAA,aAAa,CACX,QAAQ,EACR,MAAM,CAAC,MAAM,CAAC,EAAE,EAAE,KAAK,EAAE;QACvB,EAAE,EAAE,uBAAuB;QAC3B,GAAG,KAAA;QACH,IAAI,EAAE,OAAO;KACd,CAAC,CACH;AAPD,CAOC,CACJ,CAAC;AAEF,mBAAmB,CAAC,WAAW,GAAG,qBAAqB,CAAC;AAExD,eAAe,mBAAmB,CAAC"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
// This file is generated automatically by `useTemplate.ts`. DO NOT EDIT IT.
|
|
2
|
+
import { createElement, forwardRef } from 'react';
|
|
3
|
+
import { IconBase } from '../icon';
|
|
4
|
+
var element = { "tag": "svg", "attrs": { "fill": "none", "viewBox": "0 0 16 16", "width": "1em", "height": "1em" }, "children": [{ "tag": "path", "attrs": { "fill": "currentColor", "d": "M2.58301 4H1.74967C1.51956 4 1.33301 4.17909 1.33301 4.4V5.2C1.33301 5.42091 1.51956 5.6 1.74967 5.6H2.58301C2.81313 5.6 2.99967 5.42091 2.99967 5.2V4.4C2.99967 4.17909 2.81313 4 2.58301 4zM2.58301 7.2H1.74967C1.51956 7.2 1.33301 7.37909 1.33301 7.6V8.4C1.33301 8.62091 1.51956 8.8 1.74967 8.8H2.58301C2.81313 8.8 2.99967 8.62091 2.99967 8.4V7.6C2.99967 7.37909 2.81313 7.2 2.58301 7.2zM2.58301 10.4H1.74967C1.51956 10.4 1.33301 10.5791 1.33301 10.8V11.6C1.33301 11.8209 1.51956 12 1.74967 12H2.58301C2.81313 12 2.99967 11.8209 2.99967 11.6V10.8C2.99967 10.5791 2.81313 10.4 2.58301 10.4zM13.833 5.6H5.49967C5.27866 5.6 5.0667 5.51571 4.91042 5.36569 4.75414 5.21566 4.66634 5.01217 4.66634 4.8 4.66634 4.58783 4.75414 4.38434 4.91042 4.23431 5.0667 4.08429 5.27866 4 5.49967 4H13.833C14.054 4 14.266 4.08429 14.4223 4.23431 14.5785 4.38434 14.6663 4.58783 14.6663 4.8 14.6663 5.01217 14.5785 5.21566 14.4223 5.36569 14.266 5.51571 14.054 5.6 13.833 5.6zM13.833 8.8H5.49967C5.27866 8.8 5.0667 8.71571 4.91042 8.56569 4.75414 8.41566 4.66634 8.21217 4.66634 8 4.66634 7.78783 4.75414 7.58434 4.91042 7.43431 5.0667 7.28429 5.27866 7.2 5.49967 7.2H13.833C14.054 7.2 14.266 7.28429 14.4223 7.43431 14.5785 7.58434 14.6663 7.78783 14.6663 8 14.6663 8.21217 14.5785 8.41566 14.4223 8.56569 14.266 8.71571 14.054 8.8 13.833 8.8zM13.833 12H5.49967C5.27866 12 5.0667 11.9157 4.91042 11.7657 4.75414 11.6157 4.66634 11.4122 4.66634 11.2 4.66634 10.9878 4.75414 10.7843 4.91042 10.6343 5.0667 10.4843 5.27866 10.4 5.49967 10.4H13.833C14.054 10.4 14.266 10.4843 14.4223 10.6343 14.5785 10.7843 14.6663 10.9878 14.6663 11.2 14.6663 11.4122 14.5785 11.6157 14.4223 11.7657 14.266 11.9157 14.054 12 13.833 12z" } }] };
|
|
5
|
+
export var ListOutlineSingle = forwardRef(function (props, ref) {
|
|
6
|
+
return createElement(IconBase, Object.assign({}, props, {
|
|
7
|
+
id: 'list-outline-single',
|
|
8
|
+
ref: ref,
|
|
9
|
+
icon: element,
|
|
10
|
+
}));
|
|
11
|
+
});
|
|
12
|
+
ListOutlineSingle.displayName = 'ListOutlineSingle';
|
|
13
|
+
export default ListOutlineSingle;
|
|
14
|
+
//# sourceMappingURL=list-outline-single.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-outline-single.js","sourceRoot":"","sources":["../../src/components/list-outline-single.tsx"],"names":[],"mappings":"AAAA,4EAA4E;AAE5E,OAAO,EAAE,aAAa,EAAE,UAAU,EAAO,MAAM,OAAO,CAAC;AACvD,OAAO,EAAE,QAAQ,EAAa,MAAM,SAAS,CAAC;AAE9C,IAAM,OAAO,GAAG,EAAC,KAAK,EAAC,KAAK,EAAC,OAAO,EAAC,EAAC,MAAM,EAAC,MAAM,EAAC,SAAS,EAAC,WAAW,EAAC,OAAO,EAAC,KAAK,EAAC,QAAQ,EAAC,KAAK,EAAC,EAAC,UAAU,EAAC,CAAC,EAAC,KAAK,EAAC,MAAM,EAAC,OAAO,EAAC,EAAC,MAAM,EAAC,cAAc,EAAC,GAAG,EAAC,iqDAAiqD,EAAC,EAAC,CAAC,EAAC,CAAC;AAE30D,MAAM,CAAC,IAAM,iBAAiB,GAAG,UAAU,CACzC,UAAC,KAAgB,EAAE,GAAoB;IACrC,OAAA,aAAa,CACX,QAAQ,EACR,MAAM,CAAC,MAAM,CAAC,EAAE,EAAE,KAAK,EAAE;QACvB,EAAE,EAAE,qBAAqB;QACzB,GAAG,KAAA;QACH,IAAI,EAAE,OAAO;KACd,CAAC,CACH;AAPD,CAOC,CACJ,CAAC;AAEF,iBAAiB,CAAC,WAAW,GAAG,mBAAmB,CAAC;AAEpD,eAAe,iBAAiB,CAAC"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
// This file is generated automatically by `useTemplate.ts`. DO NOT EDIT IT.
|
|
2
|
+
import { createElement, forwardRef } from 'react';
|
|
3
|
+
import { IconBase } from '../icon';
|
|
4
|
+
var element = { "tag": "svg", "attrs": { "fill": "none", "viewBox": "0 0 16 16", "width": "1em", "height": "1em" }, "children": [{ "tag": "path", "attrs": { "fill": "currentColor", "d": "M8.00033 2.66699C8.36852 2.66699 8.66699 2.96547 8.66699 3.33366V7.33366H12.667C13.0352 7.33366 13.3337 7.63214 13.3337 8.00033C13.3337 8.36852 13.0352 8.66699 12.667 8.66699H8.66699V12.667C8.66699 13.0352 8.36852 13.3337 8.00033 13.3337C7.63214 13.3337 7.33366 13.0352 7.33366 12.667V8.66699H3.33366C2.96547 8.66699 2.66699 8.36852 2.66699 8.00033C2.66699 7.63214 2.96547 7.33366 3.33366 7.33366H7.33366V3.33366C7.33366 2.96547 7.63214 2.66699 8.00033 2.66699Z", "fillRule": "evenodd", "clipRule": "evenodd" } }] };
|
|
5
|
+
export var PlusSingle = forwardRef(function (props, ref) {
|
|
6
|
+
return createElement(IconBase, Object.assign({}, props, {
|
|
7
|
+
id: 'plus-single',
|
|
8
|
+
ref: ref,
|
|
9
|
+
icon: element,
|
|
10
|
+
}));
|
|
11
|
+
});
|
|
12
|
+
PlusSingle.displayName = 'PlusSingle';
|
|
13
|
+
export default PlusSingle;
|
|
14
|
+
//# sourceMappingURL=plus-single.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"plus-single.js","sourceRoot":"","sources":["../../src/components/plus-single.tsx"],"names":[],"mappings":"AAAA,4EAA4E;AAE5E,OAAO,EAAE,aAAa,EAAE,UAAU,EAAO,MAAM,OAAO,CAAC;AACvD,OAAO,EAAE,QAAQ,EAAa,MAAM,SAAS,CAAC;AAE9C,IAAM,OAAO,GAAG,EAAC,KAAK,EAAC,KAAK,EAAC,OAAO,EAAC,EAAC,MAAM,EAAC,MAAM,EAAC,SAAS,EAAC,WAAW,EAAC,OAAO,EAAC,KAAK,EAAC,QAAQ,EAAC,KAAK,EAAC,EAAC,UAAU,EAAC,CAAC,EAAC,KAAK,EAAC,MAAM,EAAC,OAAO,EAAC,EAAC,MAAM,EAAC,cAAc,EAAC,GAAG,EAAC,+cAA+c,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,SAAS,EAAC,EAAC,CAAC,EAAC,CAAC;AAEnqB,MAAM,CAAC,IAAM,UAAU,GAAG,UAAU,CAClC,UAAC,KAAgB,EAAE,GAAoB;IACrC,OAAA,aAAa,CACX,QAAQ,EACR,MAAM,CAAC,MAAM,CAAC,EAAE,EAAE,KAAK,EAAE;QACvB,EAAE,EAAE,aAAa;QACjB,GAAG,KAAA;QACH,IAAI,EAAE,OAAO;KACd,CAAC,CACH;AAPD,CAOC,CACJ,CAAC;AAEF,UAAU,CAAC,WAAW,GAAG,YAAY,CAAC;AAEtC,eAAe,UAAU,CAAC"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
// This file is generated automatically by `useTemplate.ts`. DO NOT EDIT IT.
|
|
2
|
+
import { createElement, forwardRef } from 'react';
|
|
3
|
+
import { IconBase } from '../icon';
|
|
4
|
+
var element = { "tag": "svg", "attrs": { "fill": "none", "viewBox": "0 0 16 16", "width": "1em", "height": "1em" }, "children": [{ "tag": "circle", "attrs": { "cx": 8, "cy": 8, "r": 8, "fill": "colorChannel1" } }, { "tag": "path", "attrs": { "fill": "currentColor", "d": "M8.92204 11.2255C8.43208 11.779 7.56829 11.779 7.07833 11.2255L4.13584 7.9017C3.43246 7.10716 3.99655 5.85442 5.0577 5.85442L10.9427 5.85442C12.0038 5.85442 12.5679 7.10716 11.8645 7.9017L8.92204 11.2255Z" } }] };
|
|
5
|
+
export var PointColor = forwardRef(function (props, ref) {
|
|
6
|
+
return createElement(IconBase, Object.assign({}, props, {
|
|
7
|
+
id: 'point-color',
|
|
8
|
+
ref: ref,
|
|
9
|
+
icon: element,
|
|
10
|
+
}));
|
|
11
|
+
});
|
|
12
|
+
PointColor.displayName = 'PointColor';
|
|
13
|
+
export default PointColor;
|
|
14
|
+
//# sourceMappingURL=point-color.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"point-color.js","sourceRoot":"","sources":["../../src/components/point-color.tsx"],"names":[],"mappings":"AAAA,4EAA4E;AAE5E,OAAO,EAAE,aAAa,EAAE,UAAU,EAAO,MAAM,OAAO,CAAC;AACvD,OAAO,EAAE,QAAQ,EAAa,MAAM,SAAS,CAAC;AAE9C,IAAM,OAAO,GAAG,EAAC,KAAK,EAAC,KAAK,EAAC,OAAO,EAAC,EAAC,MAAM,EAAC,MAAM,EAAC,SAAS,EAAC,WAAW,EAAC,OAAO,EAAC,KAAK,EAAC,QAAQ,EAAC,KAAK,EAAC,EAAC,UAAU,EAAC,CAAC,EAAC,KAAK,EAAC,QAAQ,EAAC,OAAO,EAAC,EAAC,IAAI,EAAC,CAAC,EAAC,IAAI,EAAC,CAAC,EAAC,GAAG,EAAC,CAAC,EAAC,MAAM,EAAC,eAAe,EAAC,EAAC,EAAC,EAAC,KAAK,EAAC,MAAM,EAAC,OAAO,EAAC,EAAC,MAAM,EAAC,cAAc,EAAC,GAAG,EAAC,8MAA8M,EAAC,EAAC,CAAC,EAAC,CAAC;AAE9b,MAAM,CAAC,IAAM,UAAU,GAAG,UAAU,CAClC,UAAC,KAAgB,EAAE,GAAoB;IACrC,OAAA,aAAa,CACX,QAAQ,EACR,MAAM,CAAC,MAAM,CAAC,EAAE,EAAE,KAAK,EAAE;QACvB,EAAE,EAAE,aAAa;QACjB,GAAG,KAAA;QACH,IAAI,EAAE,OAAO;KACd,CAAC,CACH;AAPD,CAOC,CACJ,CAAC;AAEF,UAAU,CAAC,WAAW,GAAG,YAAY,CAAC;AAEtC,eAAe,UAAU,CAAC"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// This file is generated automatically by `useTemplate.ts`. DO NOT EDIT IT.
|
|
2
2
|
import { createElement, forwardRef } from 'react';
|
|
3
3
|
import { IconBase } from '../icon';
|
|
4
|
-
var element = { "tag": "svg", "attrs": { "fill": "none", "viewBox": "0 0 16 16", "width": "1em", "height": "1em" }, "children": [{ "tag": "path", "attrs": { "fill": "currentColor", "d": "
|
|
4
|
+
var element = { "tag": "svg", "attrs": { "fill": "none", "viewBox": "0 0 16 16", "width": "1em", "height": "1em" }, "children": [{ "tag": "path", "attrs": { "fill": "currentColor", "d": "M7.99968 1.33301C6.68113 1.33301 5.3922 1.724 4.29588 2.45654C3.19955 3.18909 2.34506 4.23028 1.84048 5.44845C1.3359 6.66662 1.20387 8.00707 1.46111 9.30027C1.71834 10.5935 2.35328 11.7814 3.28563 12.7137C4.21798 13.6461 5.40587 14.281 6.69907 14.5382C7.99228 14.7955 9.33272 14.6635 10.5509 14.1589C11.7691 13.6543 12.8103 12.7998 13.5428 11.7035C14.2753 10.6071 14.6663 9.31821 14.6663 7.99967C14.6644 6.23216 13.9614 4.53759 12.7116 3.28777C11.4618 2.03795 9.76719 1.33495 7.99968 1.33301V1.33301ZM7.99968 11.9997C7.86782 11.9997 7.73893 11.9606 7.6293 11.8873C7.51966 11.8141 7.43421 11.7099 7.38376 11.5881C7.3333 11.4663 7.3201 11.3323 7.34582 11.2029C7.37154 11.0736 7.43504 10.9548 7.52827 10.8616C7.62151 10.7684 7.7403 10.7049 7.86962 10.6791C7.99894 10.6534 8.13298 10.6666 8.2548 10.7171C8.37662 10.7675 8.48073 10.853 8.55399 10.9626C8.62724 11.0723 8.66634 11.2012 8.66634 11.333C8.66634 11.5098 8.5961 11.6794 8.47108 11.8044C8.34606 11.9294 8.17649 11.9997 7.99968 11.9997ZM8.66634 8.97701V9.33301C8.66634 9.50982 8.5961 9.67939 8.47108 9.80441C8.34606 9.92943 8.17649 9.99967 7.99968 9.99967C7.82287 9.99967 7.6533 9.92943 7.52827 9.80441C7.40325 9.67939 7.33301 9.50982 7.33301 9.33301V8.38767C7.333 8.2979 7.35113 8.20905 7.3863 8.12646C7.42147 8.04386 7.47296 7.96922 7.53768 7.90701C7.6019 7.84441 7.67829 7.79567 7.76212 7.76379C7.84594 7.73191 7.93542 7.71757 8.02501 7.72167C8.1539 7.72634 8.2824 7.70492 8.4028 7.6587C8.5232 7.61248 8.63302 7.5424 8.72567 7.45268C8.81832 7.36296 8.89188 7.25544 8.94195 7.13658C8.99201 7.01772 9.01754 6.88998 9.01701 6.76101C9.02726 6.49579 8.93174 6.23736 8.75146 6.04257C8.57117 5.84779 8.32089 5.73259 8.05568 5.72234C7.79046 5.71208 7.53203 5.80761 7.33724 5.98789C7.14246 6.16818 7.02726 6.41846 7.01701 6.68367C7.0149 6.77152 6.9952 6.85805 6.95907 6.93816C6.92294 7.01826 6.87112 7.0903 6.80667 7.15003C6.74221 7.20976 6.66644 7.25596 6.58383 7.2859C6.50121 7.31584 6.41343 7.32891 6.32568 7.32434C6.14918 7.3174 5.98265 7.2407 5.86265 7.11108C5.74265 6.98146 5.679 6.80952 5.68568 6.63301C5.7046 6.2043 5.84139 5.78912 6.08098 5.43312C6.32058 5.07712 6.65371 4.79408 7.04374 4.61514C7.43377 4.4362 7.8656 4.36828 8.29173 4.41885C8.71786 4.46942 9.12179 4.63653 9.4591 4.90179C9.79641 5.16705 10.054 5.5202 10.2037 5.92239C10.3533 6.32459 10.3891 6.76025 10.3071 7.18148C10.2252 7.6027 10.0287 7.99317 9.7392 8.30995C9.44973 8.62672 9.0785 8.85754 8.66634 8.97701Z" } }] };
|
|
5
5
|
export var QuestionMarkSingle = forwardRef(function (props, ref) {
|
|
6
6
|
return createElement(IconBase, Object.assign({}, props, {
|
|
7
7
|
id: 'question-mark-single',
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"question-mark-single.js","sourceRoot":"","sources":["../../src/components/question-mark-single.tsx"],"names":[],"mappings":"AAAA,4EAA4E;AAE5E,OAAO,EAAE,aAAa,EAAE,UAAU,EAAO,MAAM,OAAO,CAAC;AACvD,OAAO,EAAE,QAAQ,EAAa,MAAM,SAAS,CAAC;AAE9C,IAAM,OAAO,GAAG,EAAC,KAAK,EAAC,KAAK,EAAC,OAAO,EAAC,EAAC,MAAM,EAAC,MAAM,EAAC,SAAS,EAAC,WAAW,EAAC,OAAO,EAAC,KAAK,EAAC,QAAQ,EAAC,KAAK,EAAC,EAAC,UAAU,EAAC,CAAC,EAAC,KAAK,EAAC,MAAM,EAAC,OAAO,EAAC,EAAC,MAAM,EAAC,cAAc,EAAC,GAAG,EAAC,
|
|
1
|
+
{"version":3,"file":"question-mark-single.js","sourceRoot":"","sources":["../../src/components/question-mark-single.tsx"],"names":[],"mappings":"AAAA,4EAA4E;AAE5E,OAAO,EAAE,aAAa,EAAE,UAAU,EAAO,MAAM,OAAO,CAAC;AACvD,OAAO,EAAE,QAAQ,EAAa,MAAM,SAAS,CAAC;AAE9C,IAAM,OAAO,GAAG,EAAC,KAAK,EAAC,KAAK,EAAC,OAAO,EAAC,EAAC,MAAM,EAAC,MAAM,EAAC,SAAS,EAAC,WAAW,EAAC,OAAO,EAAC,KAAK,EAAC,QAAQ,EAAC,KAAK,EAAC,EAAC,UAAU,EAAC,CAAC,EAAC,KAAK,EAAC,MAAM,EAAC,OAAO,EAAC,EAAC,MAAM,EAAC,cAAc,EAAC,GAAG,EAAC,i4EAAi4E,EAAC,EAAC,CAAC,EAAC,CAAC;AAE3iF,MAAM,CAAC,IAAM,kBAAkB,GAAG,UAAU,CAC1C,UAAC,KAAgB,EAAE,GAAoB;IACrC,OAAA,aAAa,CACX,QAAQ,EACR,MAAM,CAAC,MAAM,CAAC,EAAE,EAAE,KAAK,EAAE;QACvB,EAAE,EAAE,sBAAsB;QAC1B,GAAG,KAAA;QACH,IAAI,EAAE,OAAO;KACd,CAAC,CACH;AAPD,CAOC,CACJ,CAAC;AAEF,kBAAkB,CAAC,WAAW,GAAG,oBAAoB,CAAC;AAEtD,eAAe,kBAAkB,CAAC"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
// This file is generated automatically by `useTemplate.ts`. DO NOT EDIT IT.
|
|
2
|
+
import { createElement, forwardRef } from 'react';
|
|
3
|
+
import { IconBase } from '../icon';
|
|
4
|
+
var element = { "tag": "svg", "attrs": { "fill": "none", "viewBox": "0 0 16 16", "width": "1em", "height": "1em" }, "children": [{ "tag": "path", "attrs": { "fill": "colorChannel1", "d": "M4.24707 6.66384V3.34045C4.24707 2.57065 5.0804 2.08953 5.74707 2.47443L8.6252 4.13612L11.5033 5.79782C12.17 6.18272 12.17 7.14496 11.5033 7.52986L8.6252 9.19156L5.74707 10.8533C5.0804 11.2382 4.24707 10.757 4.24707 9.98723V6.66384Z" } }, { "tag": "path", "attrs": { "fill": "currentColor", "d": "M5.87807 1.86513C5.00874 1.36321 3.92207 1.9906 3.92207 2.99442V10.334C3.92207 11.3378 5.00874 11.9652 5.87807 11.4633L12.2343 7.79352C13.1037 7.29161 13.1037 6.03684 12.2343 5.53493L5.87807 1.86513ZM4.93007 2.99442C4.93007 2.76656 5.17674 2.62415 5.37407 2.73808L11.7303 6.40788C11.9277 6.52181 11.9277 6.80663 11.7303 6.92056L5.37407 10.5904C5.17674 10.7043 4.93007 10.5619 4.93007 10.334V2.99442Z", "fillRule": "evenodd", "clipRule": "evenodd" } }, { "tag": "path", "attrs": { "fill": "currentColor", "d": "M1.67295 13.3041C1.39459 13.3041 1.16895 13.5297 1.16895 13.8081C1.16895 14.0865 1.39459 14.3121 1.67295 14.3121H14.3292C14.6075 14.3121 14.8332 14.0865 14.8332 13.8081C14.8332 13.5297 14.6075 13.3041 14.3292 13.3041H1.67295Z" } }] };
|
|
5
|
+
export var RunTimeSingle = forwardRef(function (props, ref) {
|
|
6
|
+
return createElement(IconBase, Object.assign({}, props, {
|
|
7
|
+
id: 'run-time-single',
|
|
8
|
+
ref: ref,
|
|
9
|
+
icon: element,
|
|
10
|
+
}));
|
|
11
|
+
});
|
|
12
|
+
RunTimeSingle.displayName = 'RunTimeSingle';
|
|
13
|
+
export default RunTimeSingle;
|
|
14
|
+
//# sourceMappingURL=run-time-single.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"run-time-single.js","sourceRoot":"","sources":["../../src/components/run-time-single.tsx"],"names":[],"mappings":"AAAA,4EAA4E;AAE5E,OAAO,EAAE,aAAa,EAAE,UAAU,EAAO,MAAM,OAAO,CAAC;AACvD,OAAO,EAAE,QAAQ,EAAa,MAAM,SAAS,CAAC;AAE9C,IAAM,OAAO,GAAG,EAAC,KAAK,EAAC,KAAK,EAAC,OAAO,EAAC,EAAC,MAAM,EAAC,MAAM,EAAC,SAAS,EAAC,WAAW,EAAC,OAAO,EAAC,KAAK,EAAC,QAAQ,EAAC,KAAK,EAAC,EAAC,UAAU,EAAC,CAAC,EAAC,KAAK,EAAC,MAAM,EAAC,OAAO,EAAC,EAAC,MAAM,EAAC,eAAe,EAAC,GAAG,EAAC,0OAA0O,EAAC,EAAC,EAAC,EAAC,KAAK,EAAC,MAAM,EAAC,OAAO,EAAC,EAAC,MAAM,EAAC,cAAc,EAAC,GAAG,EAAC,iZAAiZ,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,SAAS,EAAC,EAAC,EAAC,EAAC,KAAK,EAAC,MAAM,EAAC,OAAO,EAAC,EAAC,MAAM,EAAC,cAAc,EAAC,GAAG,EAAC,mOAAmO,EAAC,EAAC,CAAC,EAAC,CAAC;AAE3pC,MAAM,CAAC,IAAM,aAAa,GAAG,UAAU,CACrC,UAAC,KAAgB,EAAE,GAAoB;IACrC,OAAA,aAAa,CACX,QAAQ,EACR,MAAM,CAAC,MAAM,CAAC,EAAE,EAAE,KAAK,EAAE;QACvB,EAAE,EAAE,iBAAiB;QACrB,GAAG,KAAA;QACH,IAAI,EAAE,OAAO;KACd,CAAC,CACH;AAPD,CAOC,CACJ,CAAC;AAEF,aAAa,CAAC,WAAW,GAAG,eAAe,CAAC;AAE5C,eAAe,aAAa,CAAC"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
// This file is generated automatically by `useTemplate.ts`. DO NOT EDIT IT.
|
|
2
|
+
import { createElement, forwardRef } from 'react';
|
|
3
|
+
import { IconBase } from '../icon';
|
|
4
|
+
var element = { "tag": "svg", "attrs": { "fill": "none", "viewBox": "0 0 16 16", "width": "1em", "height": "1em" }, "children": [{ "tag": "path", "attrs": { "fill": "currentColor", "d": "M0.687702 9.49737L2.09344 2.80099C2.31376 1.7515 3.23939 1 4.31176 1H11.7047C12.7791 1 13.7058 1.75424 13.9241 2.8062L15.3194 9.5315C15.3284 9.57512 15.3327 9.62038 15.3327 9.66667V14C15.3327 14.3682 15.0342 14.6667 14.666 14.6667H1.33268C0.964492 14.6667 0.666016 14.3682 0.666016 14V9.66667C0.666016 9.60817 0.67355 9.55143 0.687702 9.49737ZM3.39833 3.07492C3.48905 2.64277 3.87019 2.33333 4.31176 2.33333H11.7047C12.1471 2.33333 12.5287 2.6439 12.6186 3.07706L13.8474 9H2.15451L3.39833 3.07492ZM10.3303 11.8333C10.3303 12.2936 9.95724 12.6667 9.49701 12.6667C9.03677 12.6667 8.66367 12.2936 8.66367 11.8333C8.66367 11.3731 9.03677 11 9.49701 11C9.95724 11 10.3303 11.3731 10.3303 11.8333ZM12.6663 11.8333C12.6663 12.2936 12.2932 12.6667 11.8329 12.6667C11.3727 12.6667 10.9996 12.2936 10.9996 11.8333C10.9996 11.3731 11.3727 11 11.8329 11C12.2932 11 12.6663 11.3731 12.6663 11.8333Z", "fillRule": "evenodd", "clipRule": "evenodd" } }] };
|
|
5
|
+
export var ServerSingle = forwardRef(function (props, ref) {
|
|
6
|
+
return createElement(IconBase, Object.assign({}, props, {
|
|
7
|
+
id: 'server-single',
|
|
8
|
+
ref: ref,
|
|
9
|
+
icon: element,
|
|
10
|
+
}));
|
|
11
|
+
});
|
|
12
|
+
ServerSingle.displayName = 'ServerSingle';
|
|
13
|
+
export default ServerSingle;
|
|
14
|
+
//# sourceMappingURL=server-single.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"server-single.js","sourceRoot":"","sources":["../../src/components/server-single.tsx"],"names":[],"mappings":"AAAA,4EAA4E;AAE5E,OAAO,EAAE,aAAa,EAAE,UAAU,EAAO,MAAM,OAAO,CAAC;AACvD,OAAO,EAAE,QAAQ,EAAa,MAAM,SAAS,CAAC;AAE9C,IAAM,OAAO,GAAG,EAAC,KAAK,EAAC,KAAK,EAAC,OAAO,EAAC,EAAC,MAAM,EAAC,MAAM,EAAC,SAAS,EAAC,WAAW,EAAC,OAAO,EAAC,KAAK,EAAC,QAAQ,EAAC,KAAK,EAAC,EAAC,UAAU,EAAC,CAAC,EAAC,KAAK,EAAC,MAAM,EAAC,OAAO,EAAC,EAAC,MAAM,EAAC,cAAc,EAAC,GAAG,EAAC,u3BAAu3B,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,SAAS,EAAC,EAAC,CAAC,EAAC,CAAC;AAE3kC,MAAM,CAAC,IAAM,YAAY,GAAG,UAAU,CACpC,UAAC,KAAgB,EAAE,GAAoB;IACrC,OAAA,aAAa,CACX,QAAQ,EACR,MAAM,CAAC,MAAM,CAAC,EAAE,EAAE,KAAK,EAAE;QACvB,EAAE,EAAE,eAAe;QACnB,GAAG,KAAA;QACH,IAAI,EAAE,OAAO;KACd,CAAC,CACH;AAPD,CAOC,CACJ,CAAC;AAEF,YAAY,CAAC,WAAW,GAAG,cAAc,CAAC;AAE1C,eAAe,YAAY,CAAC"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
// This file is generated automatically by `useTemplate.ts`. DO NOT EDIT IT.
|
|
2
|
+
import { createElement, forwardRef } from 'react';
|
|
3
|
+
import { IconBase } from '../icon';
|
|
4
|
+
var element = { "tag": "svg", "attrs": { "fill": "none", "viewBox": "0 0 16 16", "width": "1em", "height": "1em" }, "children": [{ "tag": "g", "attrs": { "fill": "currentColor", "fillRule": "evenodd", "clipPath": "url(#settings_clip0_360_19022)", "clipRule": "evenodd" }, "children": [{ "tag": "path", "attrs": { "d": "M8.00033 5.33366C7.29308 5.33366 6.6148 5.61461 6.11471 6.11471C5.61461 6.6148 5.33366 7.29308 5.33366 8.00033C5.33366 8.70757 5.61461 9.38585 6.11471 9.88594C6.6148 10.386 7.29308 10.667 8.00033 10.667C8.70757 10.667 9.38585 10.386 9.88594 9.88594C10.386 9.38585 10.667 8.70757 10.667 8.00033C10.667 7.29308 10.386 6.6148 9.88594 6.11471C9.38585 5.61461 8.70757 5.33366 8.00033 5.33366ZM7.05752 7.05752C7.30756 6.80747 7.6467 6.66699 8.00033 6.66699C8.35395 6.66699 8.69309 6.80747 8.94313 7.05752C9.19318 7.30756 9.33366 7.6467 9.33366 8.00033C9.33366 8.35395 9.19318 8.69309 8.94313 8.94313C8.69309 9.19318 8.35395 9.33366 8.00033 9.33366C7.6467 9.33366 7.30756 9.19318 7.05752 8.94313C6.80747 8.69309 6.66699 8.35395 6.66699 8.00033C6.66699 7.6467 6.80747 7.30756 7.05752 7.05752Z" } }, { "tag": "path", "attrs": { "d": "M7.32099 0.666992C7.01816 0.666992 6.75337 0.871101 6.67629 1.16396L6.33845 2.44742L5.26509 2.8999L4.44345 2.16891C4.17965 1.93421 3.7786 1.94591 3.52892 2.19559L2.19559 3.52892C1.95405 3.77046 1.93415 4.15548 2.1495 4.42062L2.86959 5.30723L2.42802 6.39358L1.18209 6.68445C0.880406 6.75488 0.666992 7.02386 0.666992 7.33366V8.66699C0.666992 8.96761 0.868184 9.23104 1.1582 9.31015L2.44599 9.66147L2.89969 10.7377L2.16943 11.5566C1.93422 11.8204 1.9457 12.2218 2.19559 12.4717L3.52892 13.8051C3.77078 14.0469 4.15644 14.0665 4.42156 13.8504L5.30785 13.1279L6.36749 13.5638L6.68728 14.8302C6.76203 15.1262 7.02833 15.3337 7.33366 15.3337H8.66699C8.97219 15.3337 9.23842 15.1264 9.31329 14.8305L9.63388 13.5636L10.729 13.11C10.8392 13.2024 10.9656 13.3109 11.0914 13.4204C11.2163 13.5293 11.3325 13.6318 11.4175 13.7072C11.4599 13.7449 11.4945 13.7757 11.5184 13.7971L11.5546 13.8294C11.8183 14.066 12.2213 14.0555 12.4717 13.8051L13.8051 12.4717C14.0504 12.2264 14.0665 11.8338 13.8421 11.5691L13.1159 10.7128L13.5653 9.62741L14.8347 9.29756C15.1285 9.22121 15.3337 8.95594 15.3337 8.65232V7.33366C15.3337 7.02878 15.1268 6.76275 14.8314 6.68757L13.5698 6.36662L13.1216 5.28388L13.8428 4.43069C14.0665 4.16599 14.0501 3.774 13.8051 3.52892L12.4717 2.19559C12.2257 1.94951 11.8317 1.93411 11.5672 2.16022L10.7203 2.88411L9.59939 2.42325L9.26842 1.16417C9.19141 0.87121 8.92657 0.666992 8.62366 0.666992H7.32099ZM12.428 11.9631L11.9719 12.4192L11.9669 12.4149C11.7207 12.2005 11.4036 11.9292 11.2247 11.8013C11.0375 11.6675 10.7945 11.6397 10.5819 11.7277L8.81455 12.4597C8.62004 12.5403 8.47501 12.708 8.42336 12.9121L8.14801 14.0003H7.85291L7.57804 12.9118C7.52632 12.707 7.38062 12.5388 7.18528 12.4585L5.44794 11.7438C5.22172 11.6507 4.9627 11.689 4.77309 11.8436L4.04588 12.4364L3.5836 11.9741L4.17522 11.3107C4.34649 11.1186 4.39193 10.8452 4.29197 10.608L3.54864 8.84469C3.46911 8.65603 3.3073 8.51438 3.10978 8.46049L2.00033 8.15783V7.86261L3.06722 7.61353C3.27799 7.56433 3.45176 7.41587 3.53326 7.21536L4.25325 5.44403C4.34483 5.21874 4.30646 4.96146 4.15315 4.7727L3.56347 4.04666L4.02705 3.58308L4.6932 4.17574C4.88525 4.3466 5.15842 4.39182 5.39529 4.29197L7.15862 3.54864C7.34921 3.4683 7.49172 3.30404 7.54436 3.10403L7.83488 2.00033H8.10959L8.39423 3.08315C8.44736 3.28526 8.59219 3.45077 8.78548 3.53024L10.5901 4.27224C10.8215 4.36737 11.0867 4.32497 11.2768 4.16243L11.9649 3.57433L12.4287 4.0382L11.8412 4.73329C11.6802 4.92377 11.639 5.1882 11.7344 5.41865L12.4657 7.18532C12.5461 7.37961 12.7135 7.52456 12.9173 7.57641L14.0003 7.85195V8.13675L12.9087 8.42042C12.7063 8.473 12.5403 8.61746 12.4604 8.81063L11.7284 10.5786C11.6328 10.8094 11.6743 11.0743 11.8359 11.2648L12.428 11.9631Z" } }] }, { "tag": "defs", "attrs": {}, "children": [{ "tag": "clipPath", "attrs": { "id": "settings_clip0_360_19022" }, "children": [{ "tag": "path", "attrs": { "fill": "#fff", "d": "M0 0H16V16H0z" } }] }] }], "defIds": ["settings_clip0_360_19022"] };
|
|
5
|
+
export var Settings = forwardRef(function (props, ref) {
|
|
6
|
+
return createElement(IconBase, Object.assign({}, props, {
|
|
7
|
+
id: 'settings',
|
|
8
|
+
ref: ref,
|
|
9
|
+
icon: element,
|
|
10
|
+
}));
|
|
11
|
+
});
|
|
12
|
+
Settings.displayName = 'Settings';
|
|
13
|
+
export default Settings;
|
|
14
|
+
//# sourceMappingURL=settings.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"settings.js","sourceRoot":"","sources":["../../src/components/settings.tsx"],"names":[],"mappings":"AAAA,4EAA4E;AAE5E,OAAO,EAAE,aAAa,EAAE,UAAU,EAAO,MAAM,OAAO,CAAC;AACvD,OAAO,EAAE,QAAQ,EAAa,MAAM,SAAS,CAAC;AAE9C,IAAM,OAAO,GAAG,EAAC,KAAK,EAAC,KAAK,EAAC,OAAO,EAAC,EAAC,MAAM,EAAC,MAAM,EAAC,SAAS,EAAC,WAAW,EAAC,OAAO,EAAC,KAAK,EAAC,QAAQ,EAAC,KAAK,EAAC,EAAC,UAAU,EAAC,CAAC,EAAC,KAAK,EAAC,GAAG,EAAC,OAAO,EAAC,EAAC,MAAM,EAAC,cAAc,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,gCAAgC,EAAC,UAAU,EAAC,SAAS,EAAC,EAAC,UAAU,EAAC,CAAC,EAAC,KAAK,EAAC,MAAM,EAAC,OAAO,EAAC,EAAC,GAAG,EAAC,kxBAAkxB,EAAC,EAAC,EAAC,EAAC,KAAK,EAAC,MAAM,EAAC,OAAO,EAAC,EAAC,GAAG,EAAC,ipFAAipF,EAAC,EAAC,CAAC,EAAC,EAAC,EAAC,KAAK,EAAC,MAAM,EAAC,OAAO,EAAC,EAAE,EAAC,UAAU,EAAC,CAAC,EAAC,KAAK,EAAC,UAAU,EAAC,OAAO,EAAC,EAAC,IAAI,EAAC,0BAA0B,EAAC,EAAC,UAAU,EAAC,CAAC,EAAC,KAAK,EAAC,MAAM,EAAC,OAAO,EAAC,EAAC,MAAM,EAAC,MAAM,EAAC,GAAG,EAAC,eAAe,EAAC,EAAC,CAAC,EAAC,CAAC,EAAC,CAAC,EAAC,QAAQ,EAAC,CAAC,0BAA0B,CAAC,EAAC,CAAC;AAEt7H,MAAM,CAAC,IAAM,QAAQ,GAAG,UAAU,CAChC,UAAC,KAAgB,EAAE,GAAoB;IACrC,OAAA,aAAa,CACX,QAAQ,EACR,MAAM,CAAC,MAAM,CAAC,EAAE,EAAE,KAAK,EAAE;QACvB,EAAE,EAAE,UAAU;QACd,GAAG,KAAA;QACH,IAAI,EAAE,OAAO;KACd,CAAC,CACH;AAPD,CAOC,CACJ,CAAC;AAEF,QAAQ,CAAC,WAAW,GAAG,UAAU,CAAC;AAElC,eAAe,QAAQ,CAAC"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
// This file is generated automatically by `useTemplate.ts`. DO NOT EDIT IT.
|
|
2
|
+
import { createElement, forwardRef } from 'react';
|
|
3
|
+
import { IconBase } from '../icon';
|
|
4
|
+
var element = { "tag": "svg", "attrs": { "fill": "none", "viewBox": "0 0 16 16", "width": "1em", "height": "1em" }, "children": [{ "tag": "path", "attrs": { "fill": "currentColor", "d": "M1.33301 3.33333C1.33301 2.59695 1.92996 2 2.66634 2H13.333C14.0694 2 14.6663 2.59695 14.6663 3.33333V12.6667C14.6663 13.403 14.0694 14 13.333 14H2.66634C1.92996 14 1.33301 13.403 1.33301 12.6667V3.33333ZM13.333 3.33333H2.66634V12.6667H13.333V3.33333ZM4.19494 4.86193C4.45529 4.60158 4.8774 4.60158 5.13775 4.86193L7.80441 7.5286C8.06476 7.78895 8.06476 8.21106 7.80441 8.4714L5.13775 11.1381C4.8774 11.3984 4.45529 11.3984 4.19494 11.1381C3.93459 10.8777 3.93459 10.4556 4.19494 10.1953L6.3902 8L4.19494 5.80474C3.93459 5.54439 3.93459 5.12228 4.19494 4.86193ZM7.33301 10.6667C7.33301 10.2985 7.63148 10 7.99967 10H11.333C11.7012 10 11.9997 10.2985 11.9997 10.6667C11.9997 11.0349 11.7012 11.3333 11.333 11.3333H7.99967C7.63148 11.3333 7.33301 11.0349 7.33301 10.6667Z", "fillRule": "evenodd", "clipRule": "evenodd" } }] };
|
|
5
|
+
export var TerminalOutlineSingle = forwardRef(function (props, ref) {
|
|
6
|
+
return createElement(IconBase, Object.assign({}, props, {
|
|
7
|
+
id: 'terminal-outline-single',
|
|
8
|
+
ref: ref,
|
|
9
|
+
icon: element,
|
|
10
|
+
}));
|
|
11
|
+
});
|
|
12
|
+
TerminalOutlineSingle.displayName = 'TerminalOutlineSingle';
|
|
13
|
+
export default TerminalOutlineSingle;
|
|
14
|
+
//# sourceMappingURL=terminal-outline-single.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"terminal-outline-single.js","sourceRoot":"","sources":["../../src/components/terminal-outline-single.tsx"],"names":[],"mappings":"AAAA,4EAA4E;AAE5E,OAAO,EAAE,aAAa,EAAE,UAAU,EAAO,MAAM,OAAO,CAAC;AACvD,OAAO,EAAE,QAAQ,EAAa,MAAM,SAAS,CAAC;AAE9C,IAAM,OAAO,GAAG,EAAC,KAAK,EAAC,KAAK,EAAC,OAAO,EAAC,EAAC,MAAM,EAAC,MAAM,EAAC,SAAS,EAAC,WAAW,EAAC,OAAO,EAAC,KAAK,EAAC,QAAQ,EAAC,KAAK,EAAC,EAAC,UAAU,EAAC,CAAC,EAAC,KAAK,EAAC,MAAM,EAAC,OAAO,EAAC,EAAC,MAAM,EAAC,cAAc,EAAC,GAAG,EAAC,mwBAAmwB,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,SAAS,EAAC,EAAC,CAAC,EAAC,CAAC;AAEv9B,MAAM,CAAC,IAAM,qBAAqB,GAAG,UAAU,CAC7C,UAAC,KAAgB,EAAE,GAAoB;IACrC,OAAA,aAAa,CACX,QAAQ,EACR,MAAM,CAAC,MAAM,CAAC,EAAE,EAAE,KAAK,EAAE;QACvB,EAAE,EAAE,yBAAyB;QAC7B,GAAG,KAAA;QACH,IAAI,EAAE,OAAO;KACd,CAAC,CACH;AAPD,CAOC,CACJ,CAAC;AAEF,qBAAqB,CAAC,WAAW,GAAG,uBAAuB,CAAC;AAE5D,eAAe,qBAAqB,CAAC"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
// This file is generated automatically by `useTemplate.ts`. DO NOT EDIT IT.
|
|
2
|
+
import { createElement, forwardRef } from 'react';
|
|
3
|
+
import { IconBase } from '../icon';
|
|
4
|
+
var element = { "tag": "svg", "attrs": { "fill": "none", "viewBox": "0 0 16 16", "width": "1em", "height": "1em" }, "children": [{ "tag": "path", "attrs": { "fill": "currentColor", "d": "M13.3333 4.14003H10.6667V2.73652C10.6667 2.36428 10.5262 2.00729 10.2761 1.74409C10.0261 1.48088 9.68696 1.33301 9.33333 1.33301H6.66667C6.31304 1.33301 5.97391 1.48088 5.72386 1.74409C5.47381 2.00729 5.33333 2.36428 5.33333 2.73652V4.14003H2.66667C2.48986 4.14003 2.32029 4.21396 2.19526 4.34556C2.07024 4.47717 2 4.65566 2 4.84178C2 5.0279 2.07024 5.20639 2.19526 5.33799C2.32029 5.4696 2.48986 5.54353 2.66667 5.54353H3.33333V13.2628C3.33333 13.6351 3.47381 13.9921 3.72386 14.2553C3.97391 14.5185 4.31304 14.6663 4.66667 14.6663H11.3333C11.687 14.6663 12.0261 14.5185 12.2761 14.2553C12.5262 13.9921 12.6667 13.6351 12.6667 13.2628V5.54353H13.3333C13.5101 5.54353 13.6797 5.4696 13.8047 5.33799C13.9298 5.20639 14 5.0279 14 4.84178C14 4.65566 13.9298 4.47717 13.8047 4.34556C13.6797 4.21396 13.5101 4.14003 13.3333 4.14003ZM6.66667 2.73652H9.33333V4.14003H6.66667V2.73652ZM11.3333 13.2628H4.66667V5.54353H11.3333V13.2628Z" } }, { "tag": "path", "attrs": { "fill": "currentColor", "d": "M6.66667 6.24529C6.48986 6.24529 6.32029 6.31922 6.19526 6.45083 6.07024 6.58243 6 6.76093 6 6.94704V11.8593C6 12.0454 6.07024 12.2239 6.19526 12.3555 6.32029 12.4871 6.48986 12.5611 6.66667 12.5611 6.84348 12.5611 7.01305 12.4871 7.13807 12.3555 7.2631 12.2239 7.33333 12.0454 7.33333 11.8593V6.94704C7.33333 6.76093 7.2631 6.58243 7.13807 6.45083 7.01305 6.31922 6.84348 6.24529 6.66667 6.24529zM9.33333 6.24529C9.15652 6.24529 8.98695 6.31922 8.86193 6.45083 8.7369 6.58243 8.66667 6.76093 8.66667 6.94704V11.8593C8.66667 12.0454 8.7369 12.2239 8.86193 12.3555 8.98695 12.4871 9.15652 12.5611 9.33333 12.5611 9.51014 12.5611 9.67971 12.4871 9.80474 12.3555 9.92976 12.2239 10 12.0454 10 11.8593V6.94704C10 6.76093 9.92976 6.58243 9.80474 6.45083 9.67971 6.31922 9.51014 6.24529 9.33333 6.24529z" } }] };
|
|
5
|
+
export var TrashOutlineSingle = forwardRef(function (props, ref) {
|
|
6
|
+
return createElement(IconBase, Object.assign({}, props, {
|
|
7
|
+
id: 'trash-outline-single',
|
|
8
|
+
ref: ref,
|
|
9
|
+
icon: element,
|
|
10
|
+
}));
|
|
11
|
+
});
|
|
12
|
+
TrashOutlineSingle.displayName = 'TrashOutlineSingle';
|
|
13
|
+
export default TrashOutlineSingle;
|
|
14
|
+
//# sourceMappingURL=trash-outline-single.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"trash-outline-single.js","sourceRoot":"","sources":["../../src/components/trash-outline-single.tsx"],"names":[],"mappings":"AAAA,4EAA4E;AAE5E,OAAO,EAAE,aAAa,EAAE,UAAU,EAAO,MAAM,OAAO,CAAC;AACvD,OAAO,EAAE,QAAQ,EAAa,MAAM,SAAS,CAAC;AAE9C,IAAM,OAAO,GAAG,EAAC,KAAK,EAAC,KAAK,EAAC,OAAO,EAAC,EAAC,MAAM,EAAC,MAAM,EAAC,SAAS,EAAC,WAAW,EAAC,OAAO,EAAC,KAAK,EAAC,QAAQ,EAAC,KAAK,EAAC,EAAC,UAAU,EAAC,CAAC,EAAC,KAAK,EAAC,MAAM,EAAC,OAAO,EAAC,EAAC,MAAM,EAAC,cAAc,EAAC,GAAG,EAAC,+5BAA+5B,EAAC,EAAC,EAAC,EAAC,KAAK,EAAC,MAAM,EAAC,OAAO,EAAC,EAAC,MAAM,EAAC,cAAc,EAAC,GAAG,EAAC,+xBAA+xB,EAAC,EAAC,CAAC,EAAC,CAAC;AAE55D,MAAM,CAAC,IAAM,kBAAkB,GAAG,UAAU,CAC1C,UAAC,KAAgB,EAAE,GAAoB;IACrC,OAAA,aAAa,CACX,QAAQ,EACR,MAAM,CAAC,MAAM,CAAC,EAAE,EAAE,KAAK,EAAE;QACvB,EAAE,EAAE,sBAAsB;QAC1B,GAAG,KAAA;QACH,IAAI,EAAE,OAAO;KACd,CAAC,CACH;AAPD,CAOC,CACJ,CAAC;AAEF,kBAAkB,CAAC,WAAW,GAAG,oBAAoB,CAAC;AAEtD,eAAe,kBAAkB,CAAC"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
// This file is generated automatically by `useTemplate.ts`. DO NOT EDIT IT.
|
|
2
|
+
import { createElement, forwardRef } from 'react';
|
|
3
|
+
import { IconBase } from '../icon';
|
|
4
|
+
var element = { "tag": "svg", "attrs": { "fill": "none", "viewBox": "0 0 16 16", "width": "1em", "height": "1em" }, "children": [{ "tag": "g", "attrs": { "clipPath": "url(#ungroup-sparkline-single_clip0_1729_95)" }, "children": [{ "tag": "path", "attrs": { "fill": "currentColor", "d": "M2.54552 0.733398C1.54471 0.733398 0.733398 1.54471 0.733398 2.54552C0.733398 3.33614 1.23972 4.0085 1.9458 4.25604V7.50149C1.23972 7.74903 0.733398 8.4214 0.733398 9.21202C0.733398 10.2128 1.54471 11.0241 2.54552 11.0241C3.33593 11.0241 4.00815 10.5181 4.25585 9.81228H6.18799V11.7442C5.48191 11.9917 4.97559 12.6641 4.97559 13.4547C4.97559 14.4555 5.7869 15.2668 6.7877 15.2668C7.57829 15.2668 8.25064 14.7605 8.4982 14.0545H11.7442C11.9918 14.7605 12.6641 15.2668 13.4547 15.2668C14.4555 15.2668 15.2668 14.4555 15.2668 13.4547C15.2668 12.6641 14.7605 11.9918 14.0545 11.7442V8.4982C14.7605 8.25064 15.2668 7.57829 15.2668 6.7877C15.2668 5.7869 14.4555 4.97559 13.4547 4.97559C12.6641 4.97559 11.9917 5.48191 11.7442 6.18799H9.81228V4.25585C10.5181 4.00815 11.0241 3.33593 11.0241 2.54552C11.0241 1.54471 10.2128 0.733398 9.21202 0.733398C8.42158 0.733398 7.74934 1.23949 7.50166 1.94531H4.25587C4.00819 1.23949 3.33595 0.733398 2.54552 0.733398ZM12.8545 8.49806C12.3365 8.3163 11.9261 7.90593 11.7444 7.38799H9.81228V8.21228C9.81228 9.09594 9.09594 9.81228 8.21228 9.81228H7.38799V11.7444C7.90593 11.9261 8.3163 12.3365 8.49806 12.8545H11.7443C11.9261 12.3365 12.3365 11.9261 12.8545 11.7443V8.49806ZM3.1458 7.50169V4.25584C3.66388 4.07402 4.07433 3.66346 4.25601 3.14531H7.50152C7.68327 3.66364 8.09395 4.07431 8.61228 4.25603V8.21228C8.61228 8.4332 8.4332 8.61228 8.21228 8.61228H6.84486C6.82614 8.61052 6.80717 8.60962 6.78799 8.60962C6.76881 8.60962 6.74984 8.61052 6.73112 8.61228H4.25603C4.07436 8.09411 3.6639 7.68353 3.1458 7.50169ZM2.5458 8.60012L2.53418 8.60001C2.20135 8.60605 1.9334 8.87774 1.9334 9.21202C1.9334 9.55008 2.20745 9.82414 2.54552 9.82414C2.88358 9.82414 3.15763 9.55008 3.15763 9.21202C3.15763 8.87784 2.88984 8.60621 2.55714 8.60001L2.5458 8.60012ZM9.21202 3.15763C8.87805 3.15763 8.60654 2.89017 8.60002 2.55776L8.60015 2.54531L8.60003 2.53311C8.60663 2.20077 8.8781 1.9334 9.21202 1.9334C9.55008 1.9334 9.82414 2.20745 9.82414 2.54552C9.82414 2.88358 9.55008 3.15763 9.21202 3.15763ZM1.9334 2.54552C1.9334 2.20745 2.20745 1.9334 2.54552 1.9334C2.88358 1.9334 3.15763 2.20745 3.15763 2.54552C3.15763 2.88358 2.88358 3.15763 2.54552 3.15763C2.20745 3.15763 1.9334 2.88358 1.9334 2.54552ZM12.8426 13.4547C12.8426 13.1166 13.1166 12.8426 13.4547 12.8426C13.7928 12.8426 14.0668 13.1166 14.0668 13.4547C14.0668 13.7928 13.7928 14.0668 13.4547 14.0668C13.1166 14.0668 12.8426 13.7928 12.8426 13.4547ZM6.17559 13.4547C6.17559 13.1166 6.44964 12.8426 6.7877 12.8426C7.12576 12.8426 7.39982 13.1166 7.39982 13.4547C7.39982 13.7928 7.12576 14.0668 6.7877 14.0668C6.44964 14.0668 6.17559 13.7928 6.17559 13.4547ZM12.8426 6.7877C12.8426 6.44964 13.1166 6.17559 13.4547 6.17559C13.7928 6.17559 14.0668 6.44964 14.0668 6.7877C14.0668 7.12576 13.7928 7.39982 13.4547 7.39982C13.1166 7.39982 12.8426 7.12576 12.8426 6.7877Z", "fillRule": "evenodd", "clipRule": "evenodd" } }] }, { "tag": "defs", "attrs": {}, "children": [{ "tag": "clipPath", "attrs": { "id": "ungroup-sparkline-single_clip0_1729_95" }, "children": [{ "tag": "path", "attrs": { "fill": "#fff", "d": "M0 0H16V16H0z" } }] }] }], "defIds": ["ungroup-sparkline-single_clip0_1729_95"] };
|
|
5
|
+
export var UngroupSparklineSingle = forwardRef(function (props, ref) {
|
|
6
|
+
return createElement(IconBase, Object.assign({}, props, {
|
|
7
|
+
id: 'ungroup-sparkline-single',
|
|
8
|
+
ref: ref,
|
|
9
|
+
icon: element,
|
|
10
|
+
}));
|
|
11
|
+
});
|
|
12
|
+
UngroupSparklineSingle.displayName = 'UngroupSparklineSingle';
|
|
13
|
+
export default UngroupSparklineSingle;
|
|
14
|
+
//# sourceMappingURL=ungroup-sparkline-single.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ungroup-sparkline-single.js","sourceRoot":"","sources":["../../src/components/ungroup-sparkline-single.tsx"],"names":[],"mappings":"AAAA,4EAA4E;AAE5E,OAAO,EAAE,aAAa,EAAE,UAAU,EAAO,MAAM,OAAO,CAAC;AACvD,OAAO,EAAE,QAAQ,EAAa,MAAM,SAAS,CAAC;AAE9C,IAAM,OAAO,GAAG,EAAC,KAAK,EAAC,KAAK,EAAC,OAAO,EAAC,EAAC,MAAM,EAAC,MAAM,EAAC,SAAS,EAAC,WAAW,EAAC,OAAO,EAAC,KAAK,EAAC,QAAQ,EAAC,KAAK,EAAC,EAAC,UAAU,EAAC,CAAC,EAAC,KAAK,EAAC,GAAG,EAAC,OAAO,EAAC,EAAC,UAAU,EAAC,8CAA8C,EAAC,EAAC,UAAU,EAAC,CAAC,EAAC,KAAK,EAAC,MAAM,EAAC,OAAO,EAAC,EAAC,MAAM,EAAC,cAAc,EAAC,GAAG,EAAC,2xFAA2xF,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,SAAS,EAAC,EAAC,CAAC,EAAC,EAAC,EAAC,KAAK,EAAC,MAAM,EAAC,OAAO,EAAC,EAAE,EAAC,UAAU,EAAC,CAAC,EAAC,KAAK,EAAC,UAAU,EAAC,OAAO,EAAC,EAAC,IAAI,EAAC,wCAAwC,EAAC,EAAC,UAAU,EAAC,CAAC,EAAC,KAAK,EAAC,MAAM,EAAC,OAAO,EAAC,EAAC,MAAM,EAAC,MAAM,EAAC,GAAG,EAAC,eAAe,EAAC,EAAC,CAAC,EAAC,CAAC,EAAC,CAAC,EAAC,QAAQ,EAAC,CAAC,wCAAwC,CAAC,EAAC,CAAC;AAE1zG,MAAM,CAAC,IAAM,sBAAsB,GAAG,UAAU,CAC9C,UAAC,KAAgB,EAAE,GAAoB;IACrC,OAAA,aAAa,CACX,QAAQ,EACR,MAAM,CAAC,MAAM,CAAC,EAAE,EAAE,KAAK,EAAE;QACvB,EAAE,EAAE,0BAA0B;QAC9B,GAAG,KAAA;QACH,IAAI,EAAE,OAAO;KACd,CAAC,CACH;AAPD,CAOC,CACJ,CAAC;AAEF,sBAAsB,CAAC,WAAW,GAAG,wBAAwB,CAAC;AAE9D,eAAe,sBAAsB,CAAC"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
// This file is generated automatically by `useTemplate.ts`. DO NOT EDIT IT.
|
|
2
|
+
import { createElement, forwardRef } from 'react';
|
|
3
|
+
import { IconBase } from '../icon';
|
|
4
|
+
var element = { "tag": "svg", "attrs": { "fill": "none", "viewBox": "0 0 16 16", "width": "1em", "height": "1em" }, "children": [{ "tag": "path", "attrs": { "fill": "currentColor", "d": "M7.4999 1.31738C6.61625 1.31738 5.8999 2.03373 5.8999 2.91738V6.91738C5.8999 7.80104 6.61625 8.51738 7.4999 8.51738H8.4999C9.38356 8.51738 10.0999 7.80104 10.0999 6.91738V2.91738C10.0999 2.03373 9.38356 1.31738 8.4999 1.31738H7.4999zM7.0999 2.91738C7.0999 2.69647 7.27899 2.51738 7.4999 2.51738H8.4999C8.72082 2.51738 8.8999 2.69647 8.8999 2.91738V6.91738C8.8999 7.1383 8.72082 7.31738 8.4999 7.31738H7.4999C7.27899 7.31738 7.0999 7.1383 7.0999 6.91738V2.91738zM1.26318 9.08291C1.26318 8.19925 1.97953 7.48291 2.86318 7.48291H3.86318C4.74684 7.48291 5.46318 8.19925 5.46318 9.08291V13.0829C5.46318 13.9666 4.74684 14.6829 3.86318 14.6829H2.86318C1.97953 14.6829 1.26318 13.9666 1.26318 13.0829V9.08291zM2.86318 8.68291C2.64227 8.68291 2.46318 8.862 2.46318 9.08291V13.0829C2.46318 13.3038 2.64227 13.4829 2.86318 13.4829H3.86318C4.0841 13.4829 4.26318 13.3038 4.26318 13.0829V9.08291C4.26318 8.862 4.0841 8.68291 3.86318 8.68291H2.86318zM10.5366 9.08291C10.5366 8.19925 11.253 7.48291 12.1366 7.48291H13.1366C14.0203 7.48291 14.7366 8.19925 14.7366 9.08291V13.0829C14.7366 13.9666 14.0203 14.6829 13.1366 14.6829H12.1366C11.253 14.6829 10.5366 13.9666 10.5366 13.0829V9.08291zM12.1366 8.68291C11.9157 8.68291 11.7366 8.862 11.7366 9.08291V13.0829C11.7366 13.3038 11.9157 13.4829 12.1366 13.4829H13.1366C13.3575 13.4829 13.5366 13.3038 13.5366 13.0829V9.08291C13.5366 8.862 13.3575 8.68291 13.1366 8.68291H12.1366z", "fillRule": "evenodd", "clipRule": "evenodd" } }] };
|
|
5
|
+
export var WinlossSparklineSingle = forwardRef(function (props, ref) {
|
|
6
|
+
return createElement(IconBase, Object.assign({}, props, {
|
|
7
|
+
id: 'winloss-sparkline-single',
|
|
8
|
+
ref: ref,
|
|
9
|
+
icon: element,
|
|
10
|
+
}));
|
|
11
|
+
});
|
|
12
|
+
WinlossSparklineSingle.displayName = 'WinlossSparklineSingle';
|
|
13
|
+
export default WinlossSparklineSingle;
|
|
14
|
+
//# sourceMappingURL=winloss-sparkline-single.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"winloss-sparkline-single.js","sourceRoot":"","sources":["../../src/components/winloss-sparkline-single.tsx"],"names":[],"mappings":"AAAA,4EAA4E;AAE5E,OAAO,EAAE,aAAa,EAAE,UAAU,EAAO,MAAM,OAAO,CAAC;AACvD,OAAO,EAAE,QAAQ,EAAa,MAAM,SAAS,CAAC;AAE9C,IAAM,OAAO,GAAG,EAAC,KAAK,EAAC,KAAK,EAAC,OAAO,EAAC,EAAC,MAAM,EAAC,MAAM,EAAC,SAAS,EAAC,WAAW,EAAC,OAAO,EAAC,KAAK,EAAC,QAAQ,EAAC,KAAK,EAAC,EAAC,UAAU,EAAC,CAAC,EAAC,KAAK,EAAC,MAAM,EAAC,OAAO,EAAC,EAAC,MAAM,EAAC,cAAc,EAAC,GAAG,EAAC,u4CAAu4C,EAAC,UAAU,EAAC,SAAS,EAAC,UAAU,EAAC,SAAS,EAAC,EAAC,CAAC,EAAC,CAAC;AAE3lD,MAAM,CAAC,IAAM,sBAAsB,GAAG,UAAU,CAC9C,UAAC,KAAgB,EAAE,GAAoB;IACrC,OAAA,aAAa,CACX,QAAQ,EACR,MAAM,CAAC,MAAM,CAAC,EAAE,EAAE,KAAK,EAAE;QACvB,EAAE,EAAE,0BAA0B;QAC9B,GAAG,KAAA;QACH,IAAI,EAAE,OAAO;KACd,CAAC,CACH;AAPD,CAOC,CACJ,CAAC;AAEF,sBAAsB,CAAC,WAAW,GAAG,wBAAwB,CAAC;AAE9D,eAAe,sBAAsB,CAAC"}
|
package/esm/icons.d.ts
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
export { default as QuestionSingle } from './components/Question-single';
|
|
1
2
|
export { default as AddAttachmentSingle } from './components/add-attachment-single';
|
|
2
3
|
export { default as AddCommentSingle } from './components/add-comment-single';
|
|
3
4
|
export { default as AddDigitsSingle } from './components/add-digits-single';
|
|
@@ -27,6 +28,7 @@ export { default as ArrowTiltDownSingle } from './components/arrow-tilt-down-sin
|
|
|
27
28
|
export { default as ArrowTiltUpSingle } from './components/arrow-tilt-up-single';
|
|
28
29
|
export { default as ArrowUpSingle } from './components/arrow-up-single';
|
|
29
30
|
export { default as ArrowrightSingle } from './components/arrowright-single';
|
|
31
|
+
export { default as ArrowsoutsimpleSingle } from './components/arrowsoutsimple-single';
|
|
30
32
|
export { default as AscendingSingle } from './components/ascending- single';
|
|
31
33
|
export { default as AscendingOrder } from './components/ascending-order';
|
|
32
34
|
export { default as AutoHeightSingle } from './components/auto-height-single';
|
|
@@ -48,9 +50,12 @@ export { default as BonusPointsSingle20 } from './components/bonus-points-single
|
|
|
48
50
|
export { default as BottomSingle } from './components/bottom-single';
|
|
49
51
|
export { default as BrokenlineChartSingle } from './components/brokenline-chart-single';
|
|
50
52
|
export { default as BrushSingle } from './components/brush-single';
|
|
53
|
+
export { default as BuildSingle } from './components/build-single';
|
|
54
|
+
export { default as Building } from './components/building';
|
|
51
55
|
export { default as CalendarSingle } from './components/calendar-single';
|
|
52
56
|
export { default as CancelFreezeSingle } from './components/cancel-freeze-single';
|
|
53
57
|
export { default as CancelMergeSingle } from './components/cancel-merge-single';
|
|
58
|
+
export { default as CaretDown } from './components/caret-down';
|
|
54
59
|
export { default as Cell0 } from './components/cell-0';
|
|
55
60
|
export { default as Cell100 } from './components/cell-100';
|
|
56
61
|
export { default as Cell25 } from './components/cell-25';
|
|
@@ -71,6 +76,7 @@ export { default as ChevronDoubleUpSingle } from './components/chevron-double-up
|
|
|
71
76
|
export { default as ChipSingle } from './components/chip-single';
|
|
72
77
|
export { default as Chrome } from './components/chrome';
|
|
73
78
|
export { default as ClearFormat } from './components/clear-format';
|
|
79
|
+
export { default as ClientSingle } from './components/client-single';
|
|
74
80
|
export { default as ClipboardCheckSingle } from './components/clipboard-check-single';
|
|
75
81
|
export { default as ClockSingle } from './components/clock-single';
|
|
76
82
|
export { default as CloseSingle } from './components/close-single';
|
|
@@ -81,6 +87,7 @@ export { default as CodeSingle } from './components/code-single';
|
|
|
81
87
|
export { default as Collapse } from './components/collapse';
|
|
82
88
|
export { default as ColumnChartSingle } from './components/column-chart-single';
|
|
83
89
|
export { default as ColumnSingle } from './components/column-single';
|
|
90
|
+
export { default as ColumnSparklineSingle } from './components/column-sparkline-single';
|
|
84
91
|
export { default as ComboChartSingle } from './components/combo-chart-single';
|
|
85
92
|
export { default as CommentSingle } from './components/comment-single';
|
|
86
93
|
export { default as Conditions } from './components/conditions';
|
|
@@ -134,6 +141,8 @@ export { default as DocSingle } from './components/doc-single';
|
|
|
134
141
|
export { default as Doc } from './components/doc';
|
|
135
142
|
export { default as DocumentSingle } from './components/document-single';
|
|
136
143
|
export { default as DollarSingle } from './components/dollar-single';
|
|
144
|
+
export { default as DotsHorizontalSingle } from './components/dots-horizontal-single';
|
|
145
|
+
export { default as DotsVerticalSingle } from './components/dots-vertical-single';
|
|
137
146
|
export { default as DownBorder } from './components/down-border';
|
|
138
147
|
export { default as DownSingle } from './components/down-single';
|
|
139
148
|
export { default as DownloadImageSingle } from './components/download-image-single';
|
|
@@ -142,6 +151,7 @@ export { default as DragFrameSingle } from './components/drag-frame-single';
|
|
|
142
151
|
export { default as DropdownSingle } from './components/dropdown-single';
|
|
143
152
|
export { default as ECommerceSingle } from './components/e-commerce-single';
|
|
144
153
|
export { default as EdiSingle } from './components/edi-single';
|
|
154
|
+
export { default as EditOutlineSingle } from './components/edit-outline-single';
|
|
145
155
|
export { default as EditRegionSingle } from './components/edit-region-single';
|
|
146
156
|
export { default as EmailSingle } from './components/email-single';
|
|
147
157
|
export { default as EmptyColumn } from './components/empty-column';
|
|
@@ -156,6 +166,7 @@ export { default as ExpandAscendingSingle } from './components/expand-ascending-
|
|
|
156
166
|
export { default as ExpandDescendingSingle } from './components/expand-descending-single';
|
|
157
167
|
export { default as Expand } from './components/expand';
|
|
158
168
|
export { default as ExportSingle } from './components/export-single';
|
|
169
|
+
export { default as EyeOutlineSingle } from './components/eye-outline-single';
|
|
159
170
|
export { default as EyelashSingle } from './components/eyelash-single';
|
|
160
171
|
export { default as FallSingle } from './components/fall-single';
|
|
161
172
|
export { default as FeaturesSingle } from './components/features-single';
|
|
@@ -176,6 +187,7 @@ export { default as FontColor } from './components/font-color';
|
|
|
176
187
|
export { default as FontSizeIncreaseSingle } from './components/font-size-increase-single';
|
|
177
188
|
export { default as FontSizeReduceSingleSingle } from './components/font-size-reduce-single-single';
|
|
178
189
|
export { default as FontSizeReduceSingle } from './components/font-size-reduce-single';
|
|
190
|
+
export { default as Forward } from './components/forward';
|
|
179
191
|
export { default as FrameSizeSingle } from './components/frame-size-single';
|
|
180
192
|
export { default as FreezeColumnSingle } from './components/freeze-column-single';
|
|
181
193
|
export { default as FreezeRowSingle } from './components/freeze-row-single';
|
|
@@ -189,8 +201,10 @@ export { default as GithubSingle24 } from './components/github-single-24';
|
|
|
189
201
|
export { default as GithubSingle40 } from './components/github-single-40';
|
|
190
202
|
export { default as GoSingle } from './components/go-single';
|
|
191
203
|
export { default as GraphSingle } from './components/graph-single';
|
|
204
|
+
export { default as GridOutlineSingle } from './components/grid-outline-single';
|
|
192
205
|
export { default as GridSingle } from './components/grid-single';
|
|
193
206
|
export { default as GroupSingle } from './components/group-single';
|
|
207
|
+
export { default as GroupSparklineSingle } from './components/group-sparkline-single';
|
|
194
208
|
export { default as Guffaw } from './components/guffaw';
|
|
195
209
|
export { default as GuideSingle } from './components/guide-single';
|
|
196
210
|
export { default as Guides } from './components/guides';
|
|
@@ -198,7 +212,10 @@ export { default as H1Single } from './components/h1-single';
|
|
|
198
212
|
export { default as H2Single } from './components/h2-single';
|
|
199
213
|
export { default as H3Single } from './components/h3-single';
|
|
200
214
|
export { default as H4Single } from './components/h4-single';
|
|
215
|
+
export { default as H5Single } from './components/h5-single';
|
|
216
|
+
export { default as H6Single } from './components/h6-single';
|
|
201
217
|
export { default as HeaderFooterSingle } from './components/header-footer-single';
|
|
218
|
+
export { default as HeartSingle } from './components/heart-single';
|
|
202
219
|
export { default as HelpSingle } from './components/help-single';
|
|
203
220
|
export { default as HideGridlines } from './components/hide-gridlines';
|
|
204
221
|
export { default as HideSingle } from './components/hide-single';
|
|
@@ -246,7 +263,9 @@ export { default as LeftRotationNinetyDegreesSingle } from './components/left-ro
|
|
|
246
263
|
export { default as LeftTridiagonalSingle } from './components/left-tridiagonal-single';
|
|
247
264
|
export { default as LightModeSingle } from './components/light-mode-single';
|
|
248
265
|
export { default as LineChartSingle } from './components/line-chart-single';
|
|
266
|
+
export { default as LineSparklineSingle } from './components/line-sparkline-single';
|
|
249
267
|
export { default as LinkSingle } from './components/link-single';
|
|
268
|
+
export { default as ListOutlineSingle } from './components/list-outline-single';
|
|
250
269
|
export { default as LiveShareSingle } from './components/live-share-single';
|
|
251
270
|
export { default as Loading } from './components/loading';
|
|
252
271
|
export { default as LockSingle } from './components/lock-single';
|
|
@@ -324,6 +343,8 @@ export { default as PermissionSettingSingle } from './components/permission-sett
|
|
|
324
343
|
export { default as PieChartSingle } from './components/pie-chart-single';
|
|
325
344
|
export { default as PipingSingle } from './components/piping-single';
|
|
326
345
|
export { default as PivotTableSingle } from './components/pivot-table-single';
|
|
346
|
+
export { default as PlusSingle } from './components/plus-single';
|
|
347
|
+
export { default as PointColor } from './components/point-color';
|
|
327
348
|
export { default as PolygonChartSingle } from './components/polygon-chart-single';
|
|
328
349
|
export { default as PositionSingle16 } from './components/position-single-16';
|
|
329
350
|
export { default as PositionSingle20 } from './components/position-single-20';
|
|
@@ -376,6 +397,7 @@ export { default as RoundnessChartSingle } from './components/roundness-chart-si
|
|
|
376
397
|
export { default as RoundnessFilllChartSingle } from './components/roundness-filll-chart-single';
|
|
377
398
|
export { default as RoundnessSingle } from './components/roundness-single';
|
|
378
399
|
export { default as RowSingle } from './components/row-single';
|
|
400
|
+
export { default as RunTimeSingle } from './components/run-time-single';
|
|
379
401
|
export { default as SaveSingle } from './components/save-single';
|
|
380
402
|
export { default as ScatterChartSingle } from './components/scatter-chart-single';
|
|
381
403
|
export { default as Screen } from './components/screen';
|
|
@@ -383,7 +405,9 @@ export { default as SearchSingle16 } from './components/search-single-16';
|
|
|
383
405
|
export { default as SelectRangeSingle } from './components/select-range-single';
|
|
384
406
|
export { default as SelectedSingle } from './components/selected-single';
|
|
385
407
|
export { default as SequenceSingle } from './components/sequence-single';
|
|
408
|
+
export { default as ServerSingle } from './components/server-single';
|
|
386
409
|
export { default as SettingSingle } from './components/setting-single';
|
|
410
|
+
export { default as Settings } from './components/settings';
|
|
387
411
|
export { default as ShareRangeSingle } from './components/share-range-single';
|
|
388
412
|
export { default as ShareSingle } from './components/share-single';
|
|
389
413
|
export { default as Shear } from './components/shear';
|
|
@@ -416,6 +440,7 @@ export { default as SuperscriptSingle } from './components/superscript-single';
|
|
|
416
440
|
export { default as SystemSingle } from './components/system-single';
|
|
417
441
|
export { default as TemplateSingle } from './components/template-single';
|
|
418
442
|
export { default as TemplatesSingle } from './components/templates-single';
|
|
443
|
+
export { default as TerminalOutlineSingle } from './components/terminal-outline-single';
|
|
419
444
|
export { default as TerminalSingle } from './components/terminal-single';
|
|
420
445
|
export { default as TextSingle } from './components/text-single';
|
|
421
446
|
export { default as TextTypeSingle } from './components/text-type-single';
|
|
@@ -424,6 +449,7 @@ export { default as TodoList } from './components/todo-list';
|
|
|
424
449
|
export { default as TopmostSingle } from './components/topmost-single';
|
|
425
450
|
export { default as TraceabilityDataSingle } from './components/traceability-data-single';
|
|
426
451
|
export { default as TrashFillSingle } from './components/trash-fill-single';
|
|
452
|
+
export { default as TrashOutlineSingle } from './components/trash-outline-single';
|
|
427
453
|
export { default as TrashSingle } from './components/trash-single';
|
|
428
454
|
export { default as TravelSingle } from './components/travel-single';
|
|
429
455
|
export { default as TreeDiagramFillSingle } from './components/tree-diagram-fill-single';
|
|
@@ -439,6 +465,7 @@ export { default as UnderlineSingle } from './components/underline-single';
|
|
|
439
465
|
export { default as UndoSingle } from './components/undo-single';
|
|
440
466
|
export { default as UnfoldOrFoldSingle } from './components/unfold-or-fold-single';
|
|
441
467
|
export { default as UngroupSingle } from './components/ungroup-single';
|
|
468
|
+
export { default as UngroupSparklineSingle } from './components/ungroup-sparkline-single';
|
|
442
469
|
export { default as Unifile } from './components/unifile';
|
|
443
470
|
export { default as UnlinkSingle } from './components/unlink-single';
|
|
444
471
|
export { default as UnlockSingle } from './components/unlock-single';
|
|
@@ -464,6 +491,7 @@ export { default as WebpageSingle } from './components/webpage-single';
|
|
|
464
491
|
export { default as WechatSingle24 } from './components/wechat-single-24';
|
|
465
492
|
export { default as WechatSingle40 } from './components/wechat-single-40';
|
|
466
493
|
export { default as WikiSingle } from './components/wiki-single';
|
|
494
|
+
export { default as WinlossSparklineSingle } from './components/winloss-sparkline-single';
|
|
467
495
|
export { default as WireframeSingle } from './components/wireframe-single';
|
|
468
496
|
export { default as Working } from './components/working';
|
|
469
497
|
export { default as Workspace } from './components/workspace';
|