@univerjs/icons-vue 1.20.0 → 1.22.0
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/cjs/formula-accent-icon.cjs +61 -0
- package/dist/cjs/formula-bracket-icon.cjs +66 -0
- package/dist/cjs/formula-fraction-icon.cjs +61 -0
- package/dist/cjs/formula-function-icon.cjs +66 -0
- package/dist/cjs/formula-integral-icon.cjs +66 -0
- package/dist/cjs/formula-large-operator-icon.cjs +73 -0
- package/dist/cjs/formula-limit-logarithm-icon.cjs +80 -0
- package/dist/cjs/formula-matrix-icon.cjs +76 -0
- package/dist/cjs/formula-operator-icon.cjs +51 -0
- package/dist/cjs/formula-radical-icon.cjs +70 -0
- package/dist/cjs/formula-script-icon.cjs +49 -0
- package/dist/cjs/index.cjs +84 -0
- package/dist/cjs/shrink-to-fit-icon.cjs +55 -0
- package/dist/esm/formula-accent-icon.d.ts +18 -0
- package/dist/esm/formula-accent-icon.js +56 -0
- package/dist/esm/formula-bracket-icon.d.ts +18 -0
- package/dist/esm/formula-bracket-icon.js +61 -0
- package/dist/esm/formula-fraction-icon.d.ts +18 -0
- package/dist/esm/formula-fraction-icon.js +56 -0
- package/dist/esm/formula-function-icon.d.ts +18 -0
- package/dist/esm/formula-function-icon.js +61 -0
- package/dist/esm/formula-integral-icon.d.ts +18 -0
- package/dist/esm/formula-integral-icon.js +61 -0
- package/dist/esm/formula-large-operator-icon.d.ts +18 -0
- package/dist/esm/formula-large-operator-icon.js +68 -0
- package/dist/esm/formula-limit-logarithm-icon.d.ts +18 -0
- package/dist/esm/formula-limit-logarithm-icon.js +75 -0
- package/dist/esm/formula-matrix-icon.d.ts +18 -0
- package/dist/esm/formula-matrix-icon.js +71 -0
- package/dist/esm/formula-operator-icon.d.ts +18 -0
- package/dist/esm/formula-operator-icon.js +46 -0
- package/dist/esm/formula-radical-icon.d.ts +18 -0
- package/dist/esm/formula-radical-icon.js +65 -0
- package/dist/esm/formula-script-icon.d.ts +18 -0
- package/dist/esm/formula-script-icon.js +44 -0
- package/dist/esm/index.d.ts +12 -0
- package/dist/esm/index.js +13 -1
- package/dist/esm/shrink-to-fit-icon.d.ts +18 -0
- package/dist/esm/shrink-to-fit-icon.js +50 -0
- package/package.json +2 -2
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
Object.defineProperties(exports, {
|
|
2
|
+
__esModule: { value: true },
|
|
3
|
+
[Symbol.toStringTag]: { value: "Module" }
|
|
4
|
+
});
|
|
5
|
+
let vue = require("vue");
|
|
6
|
+
let ts_base_js = require("./base.cjs");
|
|
7
|
+
//#region ts/formula-script-icon.ts
|
|
8
|
+
const element = {
|
|
9
|
+
"tag": "svg",
|
|
10
|
+
"attrs": {
|
|
11
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
12
|
+
"fill": "currentColor",
|
|
13
|
+
"viewBox": "0 0 16 16",
|
|
14
|
+
"width": "1em",
|
|
15
|
+
"height": "1em"
|
|
16
|
+
},
|
|
17
|
+
"children": [{
|
|
18
|
+
"tag": "path",
|
|
19
|
+
"attrs": {
|
|
20
|
+
"d": "M357 122C317 72 262 57 216 57C149 57 112 88 112 189V202C228 211 404 262 404 390C404 467 339 479 296 479C139 479 28 319 28 164C28 84 58 -12 177 -12C243 -12 315 17 375 107ZM114 231C133 330 202 448 276 448C306 448 318 428 318 393C318 298 227 238 114 231Z",
|
|
21
|
+
"transform": "matrix(.0255 0 0 -.024 .2 15)"
|
|
22
|
+
}
|
|
23
|
+
}, {
|
|
24
|
+
"tag": "path",
|
|
25
|
+
"attrs": {
|
|
26
|
+
"d": "M315 298H312L300 349C286 403 267 447 243 475H228L89 459V429C89 429 104 432 120 432C186 433 203 406 230 322L258 231L186 126C147 70 129 69 125 69C108 69 84 82 62 82C38 82 23 60 23 40C23 15 38 -9 81 -9C141 -9 174 38 206 90L270 194H274L299 93C313 28 335 -10 381 -10C449 -10 491 58 520 102L499 118C472 82 453 62 427 62C396 62 376 99 348 191L327 259L388 356C405 384 419 398 442 398C455 398 478 388 494 388C521 388 540 411 540 435C540 463 528 479 490 479C431 479 391 430 364 382Z",
|
|
27
|
+
"transform": "matrix(.0085 0 0 -.0105 11 5.2)"
|
|
28
|
+
}
|
|
29
|
+
}]
|
|
30
|
+
};
|
|
31
|
+
const FormulaScriptIcon = (0, vue.defineComponent)({
|
|
32
|
+
name: "FormulaScriptIcon",
|
|
33
|
+
inheritAttrs: false,
|
|
34
|
+
props: { extend: {
|
|
35
|
+
type: Object,
|
|
36
|
+
default: void 0
|
|
37
|
+
} },
|
|
38
|
+
setup(props, { attrs }) {
|
|
39
|
+
return () => (0, vue.h)(ts_base_js.IconBase, {
|
|
40
|
+
...attrs,
|
|
41
|
+
extend: props.extend,
|
|
42
|
+
id: "formula-script-icon",
|
|
43
|
+
icon: element
|
|
44
|
+
});
|
|
45
|
+
}
|
|
46
|
+
});
|
|
47
|
+
//#endregion
|
|
48
|
+
exports.FormulaScriptIcon = FormulaScriptIcon;
|
|
49
|
+
exports.default = FormulaScriptIcon;
|
package/dist/cjs/index.cjs
CHANGED
|
@@ -130,6 +130,17 @@ let ts_folder_icon_js = require("./folder-icon.cjs");
|
|
|
130
130
|
let ts_font_size_increase_icon_js = require("./font-size-increase-icon.cjs");
|
|
131
131
|
let ts_font_size_reduce_icon_js = require("./font-size-reduce-icon.cjs");
|
|
132
132
|
let ts_foods_icon_js = require("./foods-icon.cjs");
|
|
133
|
+
let ts_formula_accent_icon_js = require("./formula-accent-icon.cjs");
|
|
134
|
+
let ts_formula_bracket_icon_js = require("./formula-bracket-icon.cjs");
|
|
135
|
+
let ts_formula_fraction_icon_js = require("./formula-fraction-icon.cjs");
|
|
136
|
+
let ts_formula_function_icon_js = require("./formula-function-icon.cjs");
|
|
137
|
+
let ts_formula_integral_icon_js = require("./formula-integral-icon.cjs");
|
|
138
|
+
let ts_formula_large_operator_icon_js = require("./formula-large-operator-icon.cjs");
|
|
139
|
+
let ts_formula_limit_logarithm_icon_js = require("./formula-limit-logarithm-icon.cjs");
|
|
140
|
+
let ts_formula_matrix_icon_js = require("./formula-matrix-icon.cjs");
|
|
141
|
+
let ts_formula_operator_icon_js = require("./formula-operator-icon.cjs");
|
|
142
|
+
let ts_formula_radical_icon_js = require("./formula-radical-icon.cjs");
|
|
143
|
+
let ts_formula_script_icon_js = require("./formula-script-icon.cjs");
|
|
133
144
|
let ts_fountain_pen_icon_js = require("./fountain-pen-icon.cjs");
|
|
134
145
|
let ts_freeze_column_icon_js = require("./freeze-column-icon.cjs");
|
|
135
146
|
let ts_freeze_row_icon_js = require("./freeze-row-icon.cjs");
|
|
@@ -460,6 +471,7 @@ let ts_sheets_app_icon_js = require("./sheets-app-icon.cjs");
|
|
|
460
471
|
let ts_shortcut_icon_js = require("./shortcut-icon.cjs");
|
|
461
472
|
let ts_show_dimensions_icon_js = require("./show-dimensions-icon.cjs");
|
|
462
473
|
let ts_show_toolbar_icon_js = require("./show-toolbar-icon.cjs");
|
|
474
|
+
let ts_shrink_to_fit_icon_js = require("./shrink-to-fit-icon.cjs");
|
|
463
475
|
let ts_slides_app_icon_js = require("./slides-app-icon.cjs");
|
|
464
476
|
let ts_slideshow_play_icon_js = require("./slideshow-play-icon.cjs");
|
|
465
477
|
let ts_slideshow_theme_icon_js = require("./slideshow-theme-icon.cjs");
|
|
@@ -1554,6 +1566,72 @@ Object.defineProperty(exports, "FoodsIcon", {
|
|
|
1554
1566
|
return ts_foods_icon_js.FoodsIcon;
|
|
1555
1567
|
}
|
|
1556
1568
|
});
|
|
1569
|
+
Object.defineProperty(exports, "FormulaAccentIcon", {
|
|
1570
|
+
enumerable: true,
|
|
1571
|
+
get: function() {
|
|
1572
|
+
return ts_formula_accent_icon_js.FormulaAccentIcon;
|
|
1573
|
+
}
|
|
1574
|
+
});
|
|
1575
|
+
Object.defineProperty(exports, "FormulaBracketIcon", {
|
|
1576
|
+
enumerable: true,
|
|
1577
|
+
get: function() {
|
|
1578
|
+
return ts_formula_bracket_icon_js.FormulaBracketIcon;
|
|
1579
|
+
}
|
|
1580
|
+
});
|
|
1581
|
+
Object.defineProperty(exports, "FormulaFractionIcon", {
|
|
1582
|
+
enumerable: true,
|
|
1583
|
+
get: function() {
|
|
1584
|
+
return ts_formula_fraction_icon_js.FormulaFractionIcon;
|
|
1585
|
+
}
|
|
1586
|
+
});
|
|
1587
|
+
Object.defineProperty(exports, "FormulaFunctionIcon", {
|
|
1588
|
+
enumerable: true,
|
|
1589
|
+
get: function() {
|
|
1590
|
+
return ts_formula_function_icon_js.FormulaFunctionIcon;
|
|
1591
|
+
}
|
|
1592
|
+
});
|
|
1593
|
+
Object.defineProperty(exports, "FormulaIntegralIcon", {
|
|
1594
|
+
enumerable: true,
|
|
1595
|
+
get: function() {
|
|
1596
|
+
return ts_formula_integral_icon_js.FormulaIntegralIcon;
|
|
1597
|
+
}
|
|
1598
|
+
});
|
|
1599
|
+
Object.defineProperty(exports, "FormulaLargeOperatorIcon", {
|
|
1600
|
+
enumerable: true,
|
|
1601
|
+
get: function() {
|
|
1602
|
+
return ts_formula_large_operator_icon_js.FormulaLargeOperatorIcon;
|
|
1603
|
+
}
|
|
1604
|
+
});
|
|
1605
|
+
Object.defineProperty(exports, "FormulaLimitLogarithmIcon", {
|
|
1606
|
+
enumerable: true,
|
|
1607
|
+
get: function() {
|
|
1608
|
+
return ts_formula_limit_logarithm_icon_js.FormulaLimitLogarithmIcon;
|
|
1609
|
+
}
|
|
1610
|
+
});
|
|
1611
|
+
Object.defineProperty(exports, "FormulaMatrixIcon", {
|
|
1612
|
+
enumerable: true,
|
|
1613
|
+
get: function() {
|
|
1614
|
+
return ts_formula_matrix_icon_js.FormulaMatrixIcon;
|
|
1615
|
+
}
|
|
1616
|
+
});
|
|
1617
|
+
Object.defineProperty(exports, "FormulaOperatorIcon", {
|
|
1618
|
+
enumerable: true,
|
|
1619
|
+
get: function() {
|
|
1620
|
+
return ts_formula_operator_icon_js.FormulaOperatorIcon;
|
|
1621
|
+
}
|
|
1622
|
+
});
|
|
1623
|
+
Object.defineProperty(exports, "FormulaRadicalIcon", {
|
|
1624
|
+
enumerable: true,
|
|
1625
|
+
get: function() {
|
|
1626
|
+
return ts_formula_radical_icon_js.FormulaRadicalIcon;
|
|
1627
|
+
}
|
|
1628
|
+
});
|
|
1629
|
+
Object.defineProperty(exports, "FormulaScriptIcon", {
|
|
1630
|
+
enumerable: true,
|
|
1631
|
+
get: function() {
|
|
1632
|
+
return ts_formula_script_icon_js.FormulaScriptIcon;
|
|
1633
|
+
}
|
|
1634
|
+
});
|
|
1557
1635
|
Object.defineProperty(exports, "FountainPenIcon", {
|
|
1558
1636
|
enumerable: true,
|
|
1559
1637
|
get: function() {
|
|
@@ -3768,6 +3846,12 @@ Object.defineProperty(exports, "ShowToolbarIcon", {
|
|
|
3768
3846
|
return ts_show_toolbar_icon_js.ShowToolbarIcon;
|
|
3769
3847
|
}
|
|
3770
3848
|
});
|
|
3849
|
+
Object.defineProperty(exports, "ShrinkToFitIcon", {
|
|
3850
|
+
enumerable: true,
|
|
3851
|
+
get: function() {
|
|
3852
|
+
return ts_shrink_to_fit_icon_js.ShrinkToFitIcon;
|
|
3853
|
+
}
|
|
3854
|
+
});
|
|
3771
3855
|
Object.defineProperty(exports, "Signal0DoubleIcon", {
|
|
3772
3856
|
enumerable: true,
|
|
3773
3857
|
get: function() {
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
Object.defineProperties(exports, {
|
|
2
|
+
__esModule: { value: true },
|
|
3
|
+
[Symbol.toStringTag]: { value: "Module" }
|
|
4
|
+
});
|
|
5
|
+
let vue = require("vue");
|
|
6
|
+
let ts_base_js = require("./base.cjs");
|
|
7
|
+
//#region ts/shrink-to-fit-icon.ts
|
|
8
|
+
const element = {
|
|
9
|
+
"tag": "svg",
|
|
10
|
+
"attrs": {
|
|
11
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
12
|
+
"fill": "none",
|
|
13
|
+
"viewBox": "0 0 16 16",
|
|
14
|
+
"width": "1em",
|
|
15
|
+
"height": "1em"
|
|
16
|
+
},
|
|
17
|
+
"children": [{
|
|
18
|
+
"tag": "path",
|
|
19
|
+
"attrs": {
|
|
20
|
+
"stroke": "currentColor",
|
|
21
|
+
"stroke-linecap": "round",
|
|
22
|
+
"stroke-linejoin": "round",
|
|
23
|
+
"stroke-width": 1.3,
|
|
24
|
+
"d": "M5.4 13.5L7.65 2.8C7.73 2.4 8.27 2.4 8.35 2.8L10.6 13.5M6.2 9.7H9.8"
|
|
25
|
+
}
|
|
26
|
+
}, {
|
|
27
|
+
"tag": "path",
|
|
28
|
+
"attrs": {
|
|
29
|
+
"stroke": "currentColor",
|
|
30
|
+
"stroke-linecap": "round",
|
|
31
|
+
"stroke-linejoin": "round",
|
|
32
|
+
"stroke-width": 1.2,
|
|
33
|
+
"d": "M1.5 8H4.3M3.2 6.9L4.3 8L3.2 9.1M14.5 8H11.7M12.8 6.9L11.7 8L12.8 9.1"
|
|
34
|
+
}
|
|
35
|
+
}]
|
|
36
|
+
};
|
|
37
|
+
const ShrinkToFitIcon = (0, vue.defineComponent)({
|
|
38
|
+
name: "ShrinkToFitIcon",
|
|
39
|
+
inheritAttrs: false,
|
|
40
|
+
props: { extend: {
|
|
41
|
+
type: Object,
|
|
42
|
+
default: void 0
|
|
43
|
+
} },
|
|
44
|
+
setup(props, { attrs }) {
|
|
45
|
+
return () => (0, vue.h)(ts_base_js.IconBase, {
|
|
46
|
+
...attrs,
|
|
47
|
+
extend: props.extend,
|
|
48
|
+
id: "shrink-to-fit-icon",
|
|
49
|
+
icon: element
|
|
50
|
+
});
|
|
51
|
+
}
|
|
52
|
+
});
|
|
53
|
+
//#endregion
|
|
54
|
+
exports.ShrinkToFitIcon = ShrinkToFitIcon;
|
|
55
|
+
exports.default = ShrinkToFitIcon;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import type { PropType } from 'vue';
|
|
2
|
+
import type { IExtendProps } from './base.js';
|
|
3
|
+
export declare const FormulaAccentIcon: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
4
|
+
extend: {
|
|
5
|
+
type: PropType<IExtendProps>;
|
|
6
|
+
default: undefined;
|
|
7
|
+
};
|
|
8
|
+
}>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
9
|
+
[key: string]: any;
|
|
10
|
+
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
11
|
+
extend: {
|
|
12
|
+
type: PropType<IExtendProps>;
|
|
13
|
+
default: undefined;
|
|
14
|
+
};
|
|
15
|
+
}>> & Readonly<{}>, {
|
|
16
|
+
extend: IExtendProps;
|
|
17
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
18
|
+
export default FormulaAccentIcon;
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
import { defineComponent, h } from "vue";
|
|
2
|
+
import { IconBase } from "./base.js";
|
|
3
|
+
//#region ts/formula-accent-icon.ts
|
|
4
|
+
const element = {
|
|
5
|
+
"tag": "svg",
|
|
6
|
+
"attrs": {
|
|
7
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
8
|
+
"fill": "currentColor",
|
|
9
|
+
"viewBox": "0 0 16 16",
|
|
10
|
+
"width": "1em",
|
|
11
|
+
"height": "1em"
|
|
12
|
+
},
|
|
13
|
+
"children": [
|
|
14
|
+
{
|
|
15
|
+
"tag": "path",
|
|
16
|
+
"attrs": {
|
|
17
|
+
"d": "M502 472H449L413 426H409C388 456 358 479 305 479C174 479 49 341 49 159C49 43 100 -12 172 -12C229 -12 288 22 339 85H346C343 67 339 53 339 38C339 5 359 -10 395 -10C455 -10 497 33 539 97L519 112C506 95 477 60 445 60C429 60 425 68 425 81C425 96 430 118 430 118ZM389 344C389 313 378 240 358 181C329 96 285 54 218 54C168 54 138 77 138 169C138 303 202 441 302 441C358 441 389 397 389 344Z",
|
|
18
|
+
"transform": "matrix(.025 0 0 -.024 1.3 15)"
|
|
19
|
+
}
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
"tag": "circle",
|
|
23
|
+
"attrs": {
|
|
24
|
+
"cx": 5.9,
|
|
25
|
+
"cy": 1,
|
|
26
|
+
"r": 1
|
|
27
|
+
}
|
|
28
|
+
},
|
|
29
|
+
{
|
|
30
|
+
"tag": "circle",
|
|
31
|
+
"attrs": {
|
|
32
|
+
"cx": 10.1,
|
|
33
|
+
"cy": 1,
|
|
34
|
+
"r": 1
|
|
35
|
+
}
|
|
36
|
+
}
|
|
37
|
+
]
|
|
38
|
+
};
|
|
39
|
+
const FormulaAccentIcon = defineComponent({
|
|
40
|
+
name: "FormulaAccentIcon",
|
|
41
|
+
inheritAttrs: false,
|
|
42
|
+
props: { extend: {
|
|
43
|
+
type: Object,
|
|
44
|
+
default: void 0
|
|
45
|
+
} },
|
|
46
|
+
setup(props, { attrs }) {
|
|
47
|
+
return () => h(IconBase, {
|
|
48
|
+
...attrs,
|
|
49
|
+
extend: props.extend,
|
|
50
|
+
id: "formula-accent-icon",
|
|
51
|
+
icon: element
|
|
52
|
+
});
|
|
53
|
+
}
|
|
54
|
+
});
|
|
55
|
+
//#endregion
|
|
56
|
+
export { FormulaAccentIcon, FormulaAccentIcon as default };
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import type { PropType } from 'vue';
|
|
2
|
+
import type { IExtendProps } from './base.js';
|
|
3
|
+
export declare const FormulaBracketIcon: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
4
|
+
extend: {
|
|
5
|
+
type: PropType<IExtendProps>;
|
|
6
|
+
default: undefined;
|
|
7
|
+
};
|
|
8
|
+
}>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
9
|
+
[key: string]: any;
|
|
10
|
+
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
11
|
+
extend: {
|
|
12
|
+
type: PropType<IExtendProps>;
|
|
13
|
+
default: undefined;
|
|
14
|
+
};
|
|
15
|
+
}>> & Readonly<{}>, {
|
|
16
|
+
extend: IExtendProps;
|
|
17
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
18
|
+
export default FormulaBracketIcon;
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
import { defineComponent, h } from "vue";
|
|
2
|
+
import { IconBase } from "./base.js";
|
|
3
|
+
//#region ts/formula-bracket-icon.ts
|
|
4
|
+
const element = {
|
|
5
|
+
"tag": "svg",
|
|
6
|
+
"attrs": {
|
|
7
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
8
|
+
"fill": "currentColor",
|
|
9
|
+
"viewBox": "0 0 16 16",
|
|
10
|
+
"width": "1em",
|
|
11
|
+
"height": "1em"
|
|
12
|
+
},
|
|
13
|
+
"children": [
|
|
14
|
+
{
|
|
15
|
+
"tag": "path",
|
|
16
|
+
"attrs": {
|
|
17
|
+
"d": "M25 245C72 240 115 233 115 173C115 126 96 8 96 -52C96 -167 184 -197 282 -197V-165C225 -165 170 -150 170 -64C170 -13 185 68 185 129C185 212 144 247 93 267V273C144 293 185 328 185 411C185 472 170 552 170 603C170 689 225 704 282 704V736C184 736 96 706 96 591C96 531 115 414 115 367C115 307 72 300 25 295Z",
|
|
18
|
+
"transform": "matrix(1.04 0 0 1 -.32 0) matrix(.0116 0 0 -.0097 .1 10.62)"
|
|
19
|
+
}
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
"tag": "path",
|
|
23
|
+
"attrs": {
|
|
24
|
+
"d": "M45 270C45 47 150 -112 311 -196L327 -170C181 -71 127 66 127 270C127 474 181 611 327 710L311 736C150 652 45 493 45 270Z",
|
|
25
|
+
"transform": "matrix(1.04 0 0 1 -.32 0) matrix(.0116 0 0 -.0097 3.9 10.62)"
|
|
26
|
+
}
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"tag": "path",
|
|
30
|
+
"attrs": {
|
|
31
|
+
"d": "M312 270C312 493 207 652 46 736L30 710C176 611 230 474 230 270C230 66 176 -71 30 -170L46 -196C207 -112 312 47 312 270Z",
|
|
32
|
+
"transform": "matrix(1.04 0 0 1 -.32 0) matrix(.0116 0 0 -.0097 8.03 10.62)"
|
|
33
|
+
}
|
|
34
|
+
},
|
|
35
|
+
{
|
|
36
|
+
"tag": "path",
|
|
37
|
+
"attrs": {
|
|
38
|
+
"d": "M302 295C255 300 212 307 212 367C212 414 231 531 231 591C231 706 143 736 45 736V704C102 704 157 689 157 603C157 552 142 472 142 411C142 328 183 293 234 273V267C183 247 142 212 142 129C142 68 157 -13 157 -64C157 -150 102 -165 45 -165V-197C143 -197 231 -167 231 -52C231 8 212 126 212 173C212 233 255 240 302 245Z",
|
|
39
|
+
"transform": "matrix(1.04 0 0 1 -.32 0) matrix(.0116 0 0 -.0097 12.18 10.62)"
|
|
40
|
+
}
|
|
41
|
+
}
|
|
42
|
+
]
|
|
43
|
+
};
|
|
44
|
+
const FormulaBracketIcon = defineComponent({
|
|
45
|
+
name: "FormulaBracketIcon",
|
|
46
|
+
inheritAttrs: false,
|
|
47
|
+
props: { extend: {
|
|
48
|
+
type: Object,
|
|
49
|
+
default: void 0
|
|
50
|
+
} },
|
|
51
|
+
setup(props, { attrs }) {
|
|
52
|
+
return () => h(IconBase, {
|
|
53
|
+
...attrs,
|
|
54
|
+
extend: props.extend,
|
|
55
|
+
id: "formula-bracket-icon",
|
|
56
|
+
icon: element
|
|
57
|
+
});
|
|
58
|
+
}
|
|
59
|
+
});
|
|
60
|
+
//#endregion
|
|
61
|
+
export { FormulaBracketIcon, FormulaBracketIcon as default };
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import type { PropType } from 'vue';
|
|
2
|
+
import type { IExtendProps } from './base.js';
|
|
3
|
+
export declare const FormulaFractionIcon: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
4
|
+
extend: {
|
|
5
|
+
type: PropType<IExtendProps>;
|
|
6
|
+
default: undefined;
|
|
7
|
+
};
|
|
8
|
+
}>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
9
|
+
[key: string]: any;
|
|
10
|
+
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
11
|
+
extend: {
|
|
12
|
+
type: PropType<IExtendProps>;
|
|
13
|
+
default: undefined;
|
|
14
|
+
};
|
|
15
|
+
}>> & Readonly<{}>, {
|
|
16
|
+
extend: IExtendProps;
|
|
17
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
18
|
+
export default FormulaFractionIcon;
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
import { defineComponent, h } from "vue";
|
|
2
|
+
import { IconBase } from "./base.js";
|
|
3
|
+
//#region ts/formula-fraction-icon.ts
|
|
4
|
+
const element = {
|
|
5
|
+
"tag": "svg",
|
|
6
|
+
"attrs": {
|
|
7
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
8
|
+
"fill": "currentColor",
|
|
9
|
+
"viewBox": "0 0 16 16",
|
|
10
|
+
"width": "1em",
|
|
11
|
+
"height": "1em"
|
|
12
|
+
},
|
|
13
|
+
"children": [
|
|
14
|
+
{
|
|
15
|
+
"tag": "path",
|
|
16
|
+
"attrs": {
|
|
17
|
+
"d": "M315 298H312L300 349C286 403 267 447 243 475H228L89 459V429C89 429 104 432 120 432C186 433 203 406 230 322L258 231L186 126C147 70 129 69 125 69C108 69 84 82 62 82C38 82 23 60 23 40C23 15 38 -9 81 -9C141 -9 174 38 206 90L270 194H274L299 93C313 28 335 -10 381 -10C449 -10 491 58 520 102L499 118C472 82 453 62 427 62C396 62 376 99 348 191L327 259L388 356C405 384 419 398 442 398C455 398 478 388 494 388C521 388 540 411 540 435C540 463 528 479 490 479C431 479 391 430 364 382Z",
|
|
18
|
+
"transform": "matrix(.9 0 0 1.04 .8 -.32) matrix(.0112 0 0 -.0112 4.9 5.9)"
|
|
19
|
+
}
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
"tag": "path",
|
|
23
|
+
"attrs": {
|
|
24
|
+
"stroke": "currentColor",
|
|
25
|
+
"stroke-width": .75,
|
|
26
|
+
"d": "M3.3 7.125H12.7",
|
|
27
|
+
"transform": "matrix(.9 0 0 1.04 .8 -.32)"
|
|
28
|
+
}
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
"tag": "path",
|
|
32
|
+
"attrs": {
|
|
33
|
+
"d": "M251 325C239 405 232 437 210 475H195L53 464V435C53 435 74 437 88 437C149 437 154 388 161 343L220 -9C192 -52 112 -165 93 -165C71 -165 60 -112 22 -112C-1 -112 -17 -125 -17 -155C-17 -192 18 -220 60 -220C136 -220 197 -112 289 15C341 87 398 173 452 268C484 322 496 367 496 406C496 449 470 482 433 482C404 482 389 464 389 443C389 405 438 377 438 351C438 327 429 303 405 264L290 79H284L275 179Z",
|
|
34
|
+
"transform": "matrix(.9 0 0 1.04 .8 -.32) matrix(.0104 0 0 -.0104 5.15 13.25)"
|
|
35
|
+
}
|
|
36
|
+
}
|
|
37
|
+
]
|
|
38
|
+
};
|
|
39
|
+
const FormulaFractionIcon = defineComponent({
|
|
40
|
+
name: "FormulaFractionIcon",
|
|
41
|
+
inheritAttrs: false,
|
|
42
|
+
props: { extend: {
|
|
43
|
+
type: Object,
|
|
44
|
+
default: void 0
|
|
45
|
+
} },
|
|
46
|
+
setup(props, { attrs }) {
|
|
47
|
+
return () => h(IconBase, {
|
|
48
|
+
...attrs,
|
|
49
|
+
extend: props.extend,
|
|
50
|
+
id: "formula-fraction-icon",
|
|
51
|
+
icon: element
|
|
52
|
+
});
|
|
53
|
+
}
|
|
54
|
+
});
|
|
55
|
+
//#endregion
|
|
56
|
+
export { FormulaFractionIcon, FormulaFractionIcon as default };
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import type { PropType } from 'vue';
|
|
2
|
+
import type { IExtendProps } from './base.js';
|
|
3
|
+
export declare const FormulaFunctionIcon: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
4
|
+
extend: {
|
|
5
|
+
type: PropType<IExtendProps>;
|
|
6
|
+
default: undefined;
|
|
7
|
+
};
|
|
8
|
+
}>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
9
|
+
[key: string]: any;
|
|
10
|
+
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
11
|
+
extend: {
|
|
12
|
+
type: PropType<IExtendProps>;
|
|
13
|
+
default: undefined;
|
|
14
|
+
};
|
|
15
|
+
}>> & Readonly<{}>, {
|
|
16
|
+
extend: IExtendProps;
|
|
17
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
18
|
+
export default FormulaFunctionIcon;
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
import { defineComponent, h } from "vue";
|
|
2
|
+
import { IconBase } from "./base.js";
|
|
3
|
+
//#region ts/formula-function-icon.ts
|
|
4
|
+
const element = {
|
|
5
|
+
"tag": "svg",
|
|
6
|
+
"attrs": {
|
|
7
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
8
|
+
"fill": "currentColor",
|
|
9
|
+
"viewBox": "0 0 16 16",
|
|
10
|
+
"width": "1em",
|
|
11
|
+
"height": "1em"
|
|
12
|
+
},
|
|
13
|
+
"children": [
|
|
14
|
+
{
|
|
15
|
+
"tag": "path",
|
|
16
|
+
"attrs": {
|
|
17
|
+
"d": "M39 164 42 -8H63L84 15H86C112 4 142 -11 200 -11C290 -11 368 25 368 119C368 193 319 230 228 278C144 321 111 346 111 385C111 430 146 451 192 451C253 451 290 422 312 327H339L336 480H316L299 459H298C273 471 243 485 193 485C107 485 40 441 40 359C40 285 81 250 172 204C265 158 284 139 284 92C284 45 248 26 198 26C124 26 86 61 65 164Z",
|
|
18
|
+
"transform": "matrix(1.04 0 0 1 -.32 0) matrix(.0091 0 0 -.0105 .25 11.2)"
|
|
19
|
+
}
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
"tag": "path",
|
|
23
|
+
"attrs": {
|
|
24
|
+
"d": "M257 28C190 28 185 43 185 101V482H159L33 454V425C33 425 44 427 58 427C87 427 102 423 102 380V101C102 44 99 28 32 28V0H257ZM145 673C110 673 88 647 88 617C88 586 111 560 145 560C180 560 202 586 202 617C202 647 180 673 145 673Z",
|
|
25
|
+
"transform": "matrix(1.04 0 0 1 -.32 0) matrix(.0091 0 0 -.0105 3.84 11.2)"
|
|
26
|
+
}
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"tag": "path",
|
|
30
|
+
"attrs": {
|
|
31
|
+
"d": "M481 307C481 422 438 485 347 485C284 485 240 449 186 401H182L183 482H160L33 453V424C33 424 43 426 60 426C87 426 102 418 102 382V101C102 45 99 28 32 28V0H261V28C189 28 185 45 185 101V358C215 385 252 421 306 421C351 421 398 402 398 282V101C398 45 395 28 324 28V0H555V28C488 28 481 45 481 101Z",
|
|
32
|
+
"transform": "matrix(1.04 0 0 1 -.32 0) matrix(.0091 0 0 -.0105 6.44 11.2)"
|
|
33
|
+
}
|
|
34
|
+
},
|
|
35
|
+
{
|
|
36
|
+
"tag": "path",
|
|
37
|
+
"attrs": {
|
|
38
|
+
"d": "M497 474C497 619 453 717 358 717C195 717 55 482 55 208C55 53 121 -14 210 -14C366 -14 497 170 497 474ZM230 73C177 73 109 109 109 250C109 276 111 313 114 338H439C412 149 326 73 230 73ZM338 630C416 630 448 544 448 450C448 432 447 410 446 391H124C159 541 253 630 338 630Z",
|
|
39
|
+
"transform": "matrix(1.04 0 0 1 -.32 0) matrix(.0085 0 0 -.0088 11.2 11.25)"
|
|
40
|
+
}
|
|
41
|
+
}
|
|
42
|
+
]
|
|
43
|
+
};
|
|
44
|
+
const FormulaFunctionIcon = defineComponent({
|
|
45
|
+
name: "FormulaFunctionIcon",
|
|
46
|
+
inheritAttrs: false,
|
|
47
|
+
props: { extend: {
|
|
48
|
+
type: Object,
|
|
49
|
+
default: void 0
|
|
50
|
+
} },
|
|
51
|
+
setup(props, { attrs }) {
|
|
52
|
+
return () => h(IconBase, {
|
|
53
|
+
...attrs,
|
|
54
|
+
extend: props.extend,
|
|
55
|
+
id: "formula-function-icon",
|
|
56
|
+
icon: element
|
|
57
|
+
});
|
|
58
|
+
}
|
|
59
|
+
});
|
|
60
|
+
//#endregion
|
|
61
|
+
export { FormulaFunctionIcon, FormulaFunctionIcon as default };
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import type { PropType } from 'vue';
|
|
2
|
+
import type { IExtendProps } from './base.js';
|
|
3
|
+
export declare const FormulaIntegralIcon: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
4
|
+
extend: {
|
|
5
|
+
type: PropType<IExtendProps>;
|
|
6
|
+
default: undefined;
|
|
7
|
+
};
|
|
8
|
+
}>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
9
|
+
[key: string]: any;
|
|
10
|
+
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
11
|
+
extend: {
|
|
12
|
+
type: PropType<IExtendProps>;
|
|
13
|
+
default: undefined;
|
|
14
|
+
};
|
|
15
|
+
}>> & Readonly<{}>, {
|
|
16
|
+
extend: IExtendProps;
|
|
17
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
18
|
+
export default FormulaIntegralIcon;
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
import { defineComponent, h } from "vue";
|
|
2
|
+
import { IconBase } from "./base.js";
|
|
3
|
+
//#region ts/formula-integral-icon.ts
|
|
4
|
+
const element = {
|
|
5
|
+
"tag": "svg",
|
|
6
|
+
"attrs": {
|
|
7
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
8
|
+
"fill": "currentColor",
|
|
9
|
+
"viewBox": "0 0 16 16",
|
|
10
|
+
"width": "1em",
|
|
11
|
+
"height": "1em"
|
|
12
|
+
},
|
|
13
|
+
"children": [
|
|
14
|
+
{
|
|
15
|
+
"tag": "path",
|
|
16
|
+
"attrs": {
|
|
17
|
+
"d": "M578 671C558 653 548 634 548 610C548 581 563 566 587 566C617 566 654 591 654 642C654 699 611 727 562 727C383 727 322 461 282 246C241 29 217 -187 128 -187C111 -187 104 -181 104 -181V-174C117 -155 127 -139 127 -111C127 -86 114 -69 88 -69C57 -69 30 -95 30 -141C30 -182 58 -226 129 -226C264 -226 342 -2 395 292C426 465 452 683 544 683C569 683 578 677 578 677Z",
|
|
18
|
+
"transform": "matrix(.015 0 0 -.0162 .45 12.25)"
|
|
19
|
+
}
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
"tag": "path",
|
|
23
|
+
"attrs": {
|
|
24
|
+
"d": "M315 298H312L300 349C286 403 267 447 243 475H228L89 459V429C89 429 104 432 120 432C186 433 203 406 230 322L258 231L186 126C147 70 129 69 125 69C108 69 84 82 62 82C38 82 23 60 23 40C23 15 38 -9 81 -9C141 -9 174 38 206 90L270 194H274L299 93C313 28 335 -10 381 -10C449 -10 491 58 520 102L499 118C472 82 453 62 427 62C396 62 376 99 348 191L327 259L388 356C405 384 419 398 442 398C455 398 478 388 494 388C521 388 540 411 540 435C540 463 528 479 490 479C431 479 391 430 364 382Z",
|
|
25
|
+
"transform": "matrix(.0082 0 0 -.0082 10.2 5.15)"
|
|
26
|
+
}
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"tag": "path",
|
|
30
|
+
"attrs": {
|
|
31
|
+
"d": "M658 225V293H62V225Z",
|
|
32
|
+
"transform": "matrix(.0041 0 0 -.0052 8.25 15.2)"
|
|
33
|
+
}
|
|
34
|
+
},
|
|
35
|
+
{
|
|
36
|
+
"tag": "path",
|
|
37
|
+
"attrs": {
|
|
38
|
+
"d": "M315 298H312L300 349C286 403 267 447 243 475H228L89 459V429C89 429 104 432 120 432C186 433 203 406 230 322L258 231L186 126C147 70 129 69 125 69C108 69 84 82 62 82C38 82 23 60 23 40C23 15 38 -9 81 -9C141 -9 174 38 206 90L270 194H274L299 93C313 28 335 -10 381 -10C449 -10 491 58 520 102L499 118C472 82 453 62 427 62C396 62 376 99 348 191L327 259L388 356C405 384 419 398 442 398C455 398 478 388 494 388C521 388 540 411 540 435C540 463 528 479 490 479C431 479 391 430 364 382Z",
|
|
39
|
+
"transform": "matrix(.0082 0 0 -.0082 10.8 15.3)"
|
|
40
|
+
}
|
|
41
|
+
}
|
|
42
|
+
]
|
|
43
|
+
};
|
|
44
|
+
const FormulaIntegralIcon = defineComponent({
|
|
45
|
+
name: "FormulaIntegralIcon",
|
|
46
|
+
inheritAttrs: false,
|
|
47
|
+
props: { extend: {
|
|
48
|
+
type: Object,
|
|
49
|
+
default: void 0
|
|
50
|
+
} },
|
|
51
|
+
setup(props, { attrs }) {
|
|
52
|
+
return () => h(IconBase, {
|
|
53
|
+
...attrs,
|
|
54
|
+
extend: props.extend,
|
|
55
|
+
id: "formula-integral-icon",
|
|
56
|
+
icon: element
|
|
57
|
+
});
|
|
58
|
+
}
|
|
59
|
+
});
|
|
60
|
+
//#endregion
|
|
61
|
+
export { FormulaIntegralIcon, FormulaIntegralIcon as default };
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import type { PropType } from 'vue';
|
|
2
|
+
import type { IExtendProps } from './base.js';
|
|
3
|
+
export declare const FormulaLargeOperatorIcon: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
4
|
+
extend: {
|
|
5
|
+
type: PropType<IExtendProps>;
|
|
6
|
+
default: undefined;
|
|
7
|
+
};
|
|
8
|
+
}>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
9
|
+
[key: string]: any;
|
|
10
|
+
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
11
|
+
extend: {
|
|
12
|
+
type: PropType<IExtendProps>;
|
|
13
|
+
default: undefined;
|
|
14
|
+
};
|
|
15
|
+
}>> & Readonly<{}>, {
|
|
16
|
+
extend: IExtendProps;
|
|
17
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
18
|
+
export default FormulaLargeOperatorIcon;
|