@instructure/ui-icons 11.0.2-snapshot-4 → 11.0.2-snapshot-5
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/CHANGELOG.md +5 -2
- package/es/IconComplianceDraftLine.js +85 -0
- package/es/IconComplianceDraftSolid.js +65 -0
- package/es/icon-font/Line/InstructureIcons-Line.css +94 -91
- package/es/icon-font/Line/InstructureIcons-Line.woff2 +0 -0
- package/es/icon-font/Solid/InstructureIcons-Solid.css +94 -91
- package/es/icon-font/Solid/InstructureIcons-Solid.woff2 +0 -0
- package/es/icons-data.json +1 -1
- package/es/index.js +2 -0
- package/es/svg/index.js +14 -0
- package/lib/IconComplianceDraftLine.js +91 -0
- package/lib/IconComplianceDraftSolid.js +71 -0
- package/lib/icon-font/Line/InstructureIcons-Line.css +94 -91
- package/lib/icon-font/Line/InstructureIcons-Line.woff2 +0 -0
- package/lib/icon-font/Solid/InstructureIcons-Solid.css +94 -91
- package/lib/icon-font/Solid/InstructureIcons-Solid.woff2 +0 -0
- package/lib/icons-data.json +1 -1
- package/lib/index.js +14 -0
- package/lib/svg/index.js +15 -1
- package/package.json +3 -3
- package/svg/Line/compliance-draft.svg +10 -0
- package/svg/Solid/compliance-draft.svg +4 -0
- package/tsconfig.build.tsbuildinfo +1 -1
- package/types/IconComplianceDraftLine.d.ts +14 -0
- package/types/IconComplianceDraftLine.d.ts.map +1 -0
- package/types/IconComplianceDraftSolid.d.ts +14 -0
- package/types/IconComplianceDraftSolid.d.ts.map +1 -0
- package/types/index.d.ts +2 -0
- package/types/index.d.ts.map +1 -1
- package/types/svg/index.d.ts +702 -682
package/CHANGELOG.md
CHANGED
|
@@ -3,9 +3,12 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
-
## [11.0.2-snapshot-
|
|
6
|
+
## [11.0.2-snapshot-5](https://github.com/instructure/instructure-ui/compare/v11.0.1...v11.0.2-snapshot-5) (2025-10-30)
|
|
7
7
|
|
|
8
|
-
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* **ui-icons:** add compliance-draft icons ([b66ff1f](https://github.com/instructure/instructure-ui/commit/b66ff1f698b2b1d21ff8d5f4a96928d30b51d81c))
|
|
9
12
|
|
|
10
13
|
|
|
11
14
|
|
|
@@ -0,0 +1,85 @@
|
|
|
1
|
+
var _path, _path2, _path3, _path4, _path5, _path6, _path7, _path8;
|
|
2
|
+
/*
|
|
3
|
+
* The MIT License (MIT)
|
|
4
|
+
*
|
|
5
|
+
* Copyright (c) 2015 - present Instructure, Inc.
|
|
6
|
+
*
|
|
7
|
+
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
8
|
+
* of this software and associated documentation files (the "Software"), to deal
|
|
9
|
+
* in the Software without restriction, including without limitation the rights
|
|
10
|
+
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
11
|
+
* copies of the Software, and to permit persons to whom the Software is
|
|
12
|
+
* furnished to do so, subject to the following conditions:
|
|
13
|
+
*
|
|
14
|
+
* The above copyright notice and this permission notice shall be included in all
|
|
15
|
+
* copies or substantial portions of the Software.
|
|
16
|
+
*
|
|
17
|
+
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
18
|
+
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
19
|
+
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
20
|
+
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
21
|
+
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
22
|
+
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
23
|
+
* SOFTWARE.
|
|
24
|
+
*/
|
|
25
|
+
import { Component } from 'react';
|
|
26
|
+
import { SVGIcon } from '@instructure/ui-svg-images';
|
|
27
|
+
import { jsx as _jsx, jsxs as _jsxs } from "@emotion/react/jsx-runtime";
|
|
28
|
+
class IconComplianceDraftLine extends Component {
|
|
29
|
+
constructor(...args) {
|
|
30
|
+
super(...args);
|
|
31
|
+
this.ref = null;
|
|
32
|
+
this.handleRef = el => {
|
|
33
|
+
const elementRef = this.props.elementRef;
|
|
34
|
+
this.ref = el;
|
|
35
|
+
if (typeof elementRef === 'function') {
|
|
36
|
+
elementRef(el);
|
|
37
|
+
}
|
|
38
|
+
};
|
|
39
|
+
}
|
|
40
|
+
render() {
|
|
41
|
+
return _jsxs(SVGIcon, {
|
|
42
|
+
...this.props,
|
|
43
|
+
name: "IconComplianceDraft",
|
|
44
|
+
viewBox: "0 0 1920 1920",
|
|
45
|
+
elementRef: this.handleRef,
|
|
46
|
+
children: [_path || (_path = _jsx("path", {
|
|
47
|
+
fillRule: "evenodd",
|
|
48
|
+
clipRule: "evenodd",
|
|
49
|
+
d: "M935.23 53.3334C999.314 53.3334 1053.5 94.26 1073.88 151.022H1476.76V1070.5C1442.46 1073.96 1409.43 1081.66 1378.24 1093.12V248.711H1082.96V444.178H393.795V248.711H98.4262V1616.71H1144.89C1159.26 1652.08 1178.57 1684.91 1202 1714.4H0V151.022H402.875C423.259 94.2748 477.367 53.3447 541.435 53.3334H935.23ZM541.435 151.022C514.388 151.04 492.24 173.022 492.222 199.866V346.49H984.443V199.866C984.425 173.011 962.292 151.022 935.23 151.022H541.435Z",
|
|
50
|
+
fill: "#273540"
|
|
51
|
+
})), _path2 || (_path2 = _jsx("path", {
|
|
52
|
+
fillRule: "evenodd",
|
|
53
|
+
clipRule: "evenodd",
|
|
54
|
+
d: "M590.648 1421.25H295.369V1128.18H590.648V1421.25ZM393.795 1323.56H492.222V1225.87H393.795V1323.56Z",
|
|
55
|
+
fill: "#273540"
|
|
56
|
+
})), _path3 || (_path3 = _jsx("path", {
|
|
57
|
+
d: "M984.534 1421.25H689.165V1323.56H984.534V1421.25Z",
|
|
58
|
+
fill: "#273540"
|
|
59
|
+
})), _path4 || (_path4 = _jsx("path", {
|
|
60
|
+
d: "M1181.39 1225.87H689.165V1128.18H1181.39V1225.87Z",
|
|
61
|
+
fill: "#273540"
|
|
62
|
+
})), _path5 || (_path5 = _jsx("path", {
|
|
63
|
+
fillRule: "evenodd",
|
|
64
|
+
clipRule: "evenodd",
|
|
65
|
+
d: "M590.648 932.712H295.369V639.556H590.648V932.712ZM393.795 835.023H492.222V737.335H393.795V835.023Z",
|
|
66
|
+
fill: "#273540"
|
|
67
|
+
})), _path6 || (_path6 = _jsx("path", {
|
|
68
|
+
d: "M984.534 932.712H689.165V835.023H984.534V932.712Z",
|
|
69
|
+
fill: "#273540"
|
|
70
|
+
})), _path7 || (_path7 = _jsx("path", {
|
|
71
|
+
d: "M1181.39 737.335H689.165V639.556H1181.39V737.335Z",
|
|
72
|
+
fill: "#273540"
|
|
73
|
+
})), _path8 || (_path8 = _jsx("path", {
|
|
74
|
+
d: "M1517.87 1068.43C1739.64 1068.44 1919.99 1247.44 1920 1467.55C1919.99 1687.65 1739.64 1866.66 1517.87 1866.67C1296.1 1866.66 1115.75 1687.65 1115.74 1467.55C1115.75 1247.44 1296.1 1068.44 1517.87 1068.43ZM1517.89 1156.12C1344.84 1156.12 1204.09 1295.81 1204.09 1467.57C1204.09 1639.32 1344.84 1779.02 1517.89 1779.02C1690.94 1779.02 1831.69 1639.32 1831.69 1467.57C1831.69 1295.81 1690.94 1156.12 1517.89 1156.12ZM1733.9 1378.44L1478.75 1631.67L1315.77 1469.91L1332.2 1453.6L1361.8 1424.31L1378.24 1408L1478.66 1507.67L1671.43 1316.44L1733.9 1378.44Z",
|
|
75
|
+
fill: "#273540"
|
|
76
|
+
}))]
|
|
77
|
+
});
|
|
78
|
+
}
|
|
79
|
+
}
|
|
80
|
+
IconComplianceDraftLine.glyphName = 'compliance-draft';
|
|
81
|
+
IconComplianceDraftLine.variant = 'Line';
|
|
82
|
+
IconComplianceDraftLine.displayName = 'IconComplianceDraftLine';
|
|
83
|
+
IconComplianceDraftLine.allowedProps = [...SVGIcon.allowedProps];
|
|
84
|
+
export default IconComplianceDraftLine;
|
|
85
|
+
export { IconComplianceDraftLine };
|
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
var _path, _path2;
|
|
2
|
+
/*
|
|
3
|
+
* The MIT License (MIT)
|
|
4
|
+
*
|
|
5
|
+
* Copyright (c) 2015 - present Instructure, Inc.
|
|
6
|
+
*
|
|
7
|
+
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
8
|
+
* of this software and associated documentation files (the "Software"), to deal
|
|
9
|
+
* in the Software without restriction, including without limitation the rights
|
|
10
|
+
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
11
|
+
* copies of the Software, and to permit persons to whom the Software is
|
|
12
|
+
* furnished to do so, subject to the following conditions:
|
|
13
|
+
*
|
|
14
|
+
* The above copyright notice and this permission notice shall be included in all
|
|
15
|
+
* copies or substantial portions of the Software.
|
|
16
|
+
*
|
|
17
|
+
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
18
|
+
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
19
|
+
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
20
|
+
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
21
|
+
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
22
|
+
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
23
|
+
* SOFTWARE.
|
|
24
|
+
*/
|
|
25
|
+
import { Component } from 'react';
|
|
26
|
+
import { SVGIcon } from '@instructure/ui-svg-images';
|
|
27
|
+
import { jsx as _jsx, jsxs as _jsxs } from "@emotion/react/jsx-runtime";
|
|
28
|
+
class IconComplianceDraftSolid extends Component {
|
|
29
|
+
constructor(...args) {
|
|
30
|
+
super(...args);
|
|
31
|
+
this.ref = null;
|
|
32
|
+
this.handleRef = el => {
|
|
33
|
+
const elementRef = this.props.elementRef;
|
|
34
|
+
this.ref = el;
|
|
35
|
+
if (typeof elementRef === 'function') {
|
|
36
|
+
elementRef(el);
|
|
37
|
+
}
|
|
38
|
+
};
|
|
39
|
+
}
|
|
40
|
+
render() {
|
|
41
|
+
return _jsxs(SVGIcon, {
|
|
42
|
+
...this.props,
|
|
43
|
+
name: "IconComplianceDraft",
|
|
44
|
+
viewBox: "0 0 1920 1920",
|
|
45
|
+
elementRef: this.handleRef,
|
|
46
|
+
children: [_path || (_path = _jsx("path", {
|
|
47
|
+
fillRule: "evenodd",
|
|
48
|
+
clipRule: "evenodd",
|
|
49
|
+
d: "M977.848 53.3334C1044.85 53.3334 1101.51 96.2245 1122.82 155.711H1544.05V1119.33C1332.03 1140.75 1166.58 1318.88 1166.58 1535.45C1166.59 1633.14 1200.35 1722.94 1256.77 1794.13H0V155.711H421.234C442.546 96.24 499.121 53.3453 566.108 53.3334H977.848ZM308.829 1486.91H617.563V1179.77H308.829V1486.91ZM720.57 1486.91H1029.3V1384.53H720.57V1486.91ZM720.57 1282.15H1235.22V1179.77H720.57V1282.15ZM308.829 974.922H617.563V667.694H308.829V974.922ZM720.57 974.922H1029.3V872.544H720.57V974.922ZM720.57 770.167H1235.22V667.694H720.57V770.167ZM566.108 155.711C537.825 155.727 514.67 178.663 514.652 206.9V360.561H1029.3V206.9C1029.29 178.653 1006.14 155.711 977.848 155.711H566.108Z",
|
|
50
|
+
fill: "#2B3B46"
|
|
51
|
+
})), _path2 || (_path2 = _jsx("path", {
|
|
52
|
+
fillRule: "evenodd",
|
|
53
|
+
clipRule: "evenodd",
|
|
54
|
+
d: "M1591.9 1213.87C1772.84 1213.87 1920 1360.27 1920 1540.27C1920 1720.27 1772.84 1866.67 1591.9 1866.67C1410.96 1866.67 1263.8 1720.27 1263.8 1540.27C1263.8 1360.27 1410.96 1213.87 1591.9 1213.87ZM1545.57 1592.87L1440.57 1488.42L1423.39 1505.51L1392.44 1536.21L1375.25 1553.3L1545.66 1722.83L1812.44 1457.44L1747.12 1392.46L1545.57 1592.87Z",
|
|
55
|
+
fill: "#2B3B46"
|
|
56
|
+
}))]
|
|
57
|
+
});
|
|
58
|
+
}
|
|
59
|
+
}
|
|
60
|
+
IconComplianceDraftSolid.glyphName = 'compliance-draft';
|
|
61
|
+
IconComplianceDraftSolid.variant = 'Solid';
|
|
62
|
+
IconComplianceDraftSolid.displayName = 'IconComplianceDraftSolid';
|
|
63
|
+
IconComplianceDraftSolid.allowedProps = [...SVGIcon.allowedProps];
|
|
64
|
+
export default IconComplianceDraftSolid;
|
|
65
|
+
export { IconComplianceDraftSolid };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
@font-face {
|
|
2
2
|
font-family: "InstructureIcons-Line";
|
|
3
|
-
src: url("./InstructureIcons-Line.woff2?
|
|
3
|
+
src: url("./InstructureIcons-Line.woff2?d47d7541f47b49e5f1a5dc8c5157f2e9") format("woff2");
|
|
4
4
|
}
|
|
5
5
|
|
|
6
6
|
i[class^="icon-line-"]:before, i[class*=" icon-line-"]:before {
|
|
@@ -902,273 +902,276 @@ i[class^="icon-line-"]:before, i[class*=" icon-line-"]:before {
|
|
|
902
902
|
.icon-line-compose:before {
|
|
903
903
|
content: "\f228";
|
|
904
904
|
}
|
|
905
|
-
.icon-line-
|
|
905
|
+
.icon-line-compliance-draft:before {
|
|
906
906
|
content: "\f229";
|
|
907
907
|
}
|
|
908
|
-
.icon-line-
|
|
908
|
+
.icon-line-complete:before {
|
|
909
909
|
content: "\f22a";
|
|
910
910
|
}
|
|
911
|
-
.icon-line-
|
|
911
|
+
.icon-line-compass:before {
|
|
912
912
|
content: "\f22b";
|
|
913
913
|
}
|
|
914
|
-
.icon-line-
|
|
914
|
+
.icon-line-compare:before {
|
|
915
915
|
content: "\f22c";
|
|
916
916
|
}
|
|
917
|
-
.icon-line-
|
|
917
|
+
.icon-line-commons:before {
|
|
918
918
|
content: "\f22d";
|
|
919
919
|
}
|
|
920
|
-
.icon-line-comments-
|
|
920
|
+
.icon-line-comments-on:before {
|
|
921
921
|
content: "\f22e";
|
|
922
922
|
}
|
|
923
|
-
.icon-line-
|
|
923
|
+
.icon-line-comments-off:before {
|
|
924
924
|
content: "\f22f";
|
|
925
925
|
}
|
|
926
|
-
.icon-line-
|
|
926
|
+
.icon-line-comment:before {
|
|
927
927
|
content: "\f230";
|
|
928
928
|
}
|
|
929
|
-
.icon-line-collection
|
|
929
|
+
.icon-line-collection:before {
|
|
930
930
|
content: "\f231";
|
|
931
931
|
}
|
|
932
|
-
.icon-line-
|
|
932
|
+
.icon-line-collection-save:before {
|
|
933
933
|
content: "\f232";
|
|
934
934
|
}
|
|
935
|
-
.icon-line-
|
|
935
|
+
.icon-line-collapse:before {
|
|
936
936
|
content: "\f233";
|
|
937
937
|
}
|
|
938
|
-
.icon-line-
|
|
938
|
+
.icon-line-code:before {
|
|
939
939
|
content: "\f234";
|
|
940
940
|
}
|
|
941
|
-
.icon-line-cloud-
|
|
941
|
+
.icon-line-cloud-upload:before {
|
|
942
942
|
content: "\f235";
|
|
943
943
|
}
|
|
944
|
-
.icon-line-cloud-
|
|
944
|
+
.icon-line-cloud-lock:before {
|
|
945
945
|
content: "\f236";
|
|
946
946
|
}
|
|
947
|
-
.icon-line-
|
|
947
|
+
.icon-line-cloud-download:before {
|
|
948
948
|
content: "\f237";
|
|
949
949
|
}
|
|
950
|
-
.icon-line-closed-captioning
|
|
950
|
+
.icon-line-closed-captioning:before {
|
|
951
951
|
content: "\f238";
|
|
952
952
|
}
|
|
953
|
-
.icon-line-closed-captioning-
|
|
953
|
+
.icon-line-closed-captioning-on:before {
|
|
954
954
|
content: "\f239";
|
|
955
955
|
}
|
|
956
|
-
.icon-line-
|
|
956
|
+
.icon-line-closed-captioning-off:before {
|
|
957
957
|
content: "\f23a";
|
|
958
958
|
}
|
|
959
|
-
.icon-line-
|
|
959
|
+
.icon-line-clock:before {
|
|
960
960
|
content: "\f23b";
|
|
961
961
|
}
|
|
962
|
-
.icon-line-
|
|
962
|
+
.icon-line-clear-text-formatting:before {
|
|
963
963
|
content: "\f23c";
|
|
964
964
|
}
|
|
965
|
-
.icon-line-circle-arrow-
|
|
965
|
+
.icon-line-circle-arrow-up:before {
|
|
966
966
|
content: "\f23d";
|
|
967
967
|
}
|
|
968
|
-
.icon-line-
|
|
968
|
+
.icon-line-circle-arrow-down:before {
|
|
969
969
|
content: "\f23e";
|
|
970
970
|
}
|
|
971
|
-
.icon-line-check
|
|
971
|
+
.icon-line-check:before {
|
|
972
972
|
content: "\f23f";
|
|
973
973
|
}
|
|
974
|
-
.icon-line-check-
|
|
974
|
+
.icon-line-check-plus:before {
|
|
975
975
|
content: "\f240";
|
|
976
976
|
}
|
|
977
|
-
.icon-line-check-mark
|
|
977
|
+
.icon-line-check-mark:before {
|
|
978
978
|
content: "\f241";
|
|
979
979
|
}
|
|
980
|
-
.icon-line-check-
|
|
980
|
+
.icon-line-check-mark-indeterminate:before {
|
|
981
981
|
content: "\f242";
|
|
982
982
|
}
|
|
983
|
-
.icon-line-
|
|
983
|
+
.icon-line-check-dark:before {
|
|
984
984
|
content: "\f243";
|
|
985
985
|
}
|
|
986
|
-
.icon-line-
|
|
986
|
+
.icon-line-chat:before {
|
|
987
987
|
content: "\f244";
|
|
988
988
|
}
|
|
989
|
-
.icon-line-chart-
|
|
989
|
+
.icon-line-chart-scatter:before {
|
|
990
990
|
content: "\f245";
|
|
991
991
|
}
|
|
992
|
-
.icon-line-chart-
|
|
992
|
+
.icon-line-chart-pie:before {
|
|
993
993
|
content: "\f246";
|
|
994
994
|
}
|
|
995
|
-
.icon-line-
|
|
995
|
+
.icon-line-chart-line:before {
|
|
996
996
|
content: "\f247";
|
|
997
997
|
}
|
|
998
|
-
.icon-line-
|
|
998
|
+
.icon-line-certified:before {
|
|
999
999
|
content: "\f248";
|
|
1000
1000
|
}
|
|
1001
|
-
.icon-line-
|
|
1001
|
+
.icon-line-canvas-logo:before {
|
|
1002
1002
|
content: "\f249";
|
|
1003
1003
|
}
|
|
1004
|
-
.icon-line-calendar-
|
|
1004
|
+
.icon-line-calendar-reserved:before {
|
|
1005
1005
|
content: "\f24a";
|
|
1006
1006
|
}
|
|
1007
|
-
.icon-line-calendar-
|
|
1007
|
+
.icon-line-calendar-month:before {
|
|
1008
1008
|
content: "\f24b";
|
|
1009
1009
|
}
|
|
1010
|
-
.icon-line-calendar-
|
|
1010
|
+
.icon-line-calendar-days:before {
|
|
1011
1011
|
content: "\f24c";
|
|
1012
1012
|
}
|
|
1013
|
-
.icon-line-calendar-
|
|
1013
|
+
.icon-line-calendar-day:before {
|
|
1014
1014
|
content: "\f24d";
|
|
1015
1015
|
}
|
|
1016
|
-
.icon-line-calendar-
|
|
1016
|
+
.icon-line-calendar-clock:before {
|
|
1017
1017
|
content: "\f24e";
|
|
1018
1018
|
}
|
|
1019
|
-
.icon-line-
|
|
1019
|
+
.icon-line-calendar-add:before {
|
|
1020
1020
|
content: "\f24f";
|
|
1021
1021
|
}
|
|
1022
|
-
.icon-line-calculator
|
|
1022
|
+
.icon-line-calculator:before {
|
|
1023
1023
|
content: "\f250";
|
|
1024
1024
|
}
|
|
1025
|
-
.icon-line-
|
|
1025
|
+
.icon-line-calculator-desmos:before {
|
|
1026
1026
|
content: "\f251";
|
|
1027
1027
|
}
|
|
1028
|
-
.icon-line-
|
|
1028
|
+
.icon-line-button-and-icon-maker:before {
|
|
1029
1029
|
content: "\f252";
|
|
1030
1030
|
}
|
|
1031
|
-
.icon-line-bullet-list
|
|
1031
|
+
.icon-line-bullet-list:before {
|
|
1032
1032
|
content: "\f253";
|
|
1033
1033
|
}
|
|
1034
|
-
.icon-line-bullet-list-
|
|
1034
|
+
.icon-line-bullet-list-square:before {
|
|
1035
1035
|
content: "\f254";
|
|
1036
1036
|
}
|
|
1037
|
-
.icon-line-bullet-list-
|
|
1037
|
+
.icon-line-bullet-list-roman:before {
|
|
1038
1038
|
content: "\f255";
|
|
1039
1039
|
}
|
|
1040
|
-
.icon-line-bullet-list-
|
|
1040
|
+
.icon-line-bullet-list-circle-outline:before {
|
|
1041
1041
|
content: "\f256";
|
|
1042
1042
|
}
|
|
1043
|
-
.icon-line-
|
|
1043
|
+
.icon-line-bullet-list-alpha:before {
|
|
1044
1044
|
content: "\f257";
|
|
1045
1045
|
}
|
|
1046
|
-
.icon-line-
|
|
1046
|
+
.icon-line-box:before {
|
|
1047
1047
|
content: "\f258";
|
|
1048
1048
|
}
|
|
1049
|
-
.icon-line-
|
|
1049
|
+
.icon-line-bookmark:before {
|
|
1050
1050
|
content: "\f259";
|
|
1051
1051
|
}
|
|
1052
|
-
.icon-line-
|
|
1052
|
+
.icon-line-bold:before {
|
|
1053
1053
|
content: "\f25a";
|
|
1054
1054
|
}
|
|
1055
|
-
.icon-line-blueprint
|
|
1055
|
+
.icon-line-blueprint:before {
|
|
1056
1056
|
content: "\f25b";
|
|
1057
1057
|
}
|
|
1058
|
-
.icon-line-
|
|
1058
|
+
.icon-line-blueprint-lock:before {
|
|
1059
1059
|
content: "\f25c";
|
|
1060
1060
|
}
|
|
1061
|
-
.icon-line-
|
|
1061
|
+
.icon-line-bank:before {
|
|
1062
1062
|
content: "\f25d";
|
|
1063
1063
|
}
|
|
1064
|
-
.icon-line-
|
|
1064
|
+
.icon-line-award:before {
|
|
1065
1065
|
content: "\f25e";
|
|
1066
1066
|
}
|
|
1067
|
-
.icon-line-audio
|
|
1067
|
+
.icon-line-audio:before {
|
|
1068
1068
|
content: "\f25f";
|
|
1069
1069
|
}
|
|
1070
|
-
.icon-line-
|
|
1070
|
+
.icon-line-audio-off:before {
|
|
1071
1071
|
content: "\f260";
|
|
1072
1072
|
}
|
|
1073
|
-
.icon-line-
|
|
1073
|
+
.icon-line-attach-media:before {
|
|
1074
1074
|
content: "\f261";
|
|
1075
1075
|
}
|
|
1076
|
-
.icon-line-
|
|
1076
|
+
.icon-line-assignment:before {
|
|
1077
1077
|
content: "\f262";
|
|
1078
1078
|
}
|
|
1079
|
-
.icon-line-arrow-
|
|
1079
|
+
.icon-line-arrow-up:before {
|
|
1080
1080
|
content: "\f263";
|
|
1081
1081
|
}
|
|
1082
|
-
.icon-line-arrow-
|
|
1082
|
+
.icon-line-arrow-start:before {
|
|
1083
1083
|
content: "\f264";
|
|
1084
1084
|
}
|
|
1085
|
-
.icon-line-arrow-
|
|
1085
|
+
.icon-line-arrow-right:before {
|
|
1086
1086
|
content: "\f265";
|
|
1087
1087
|
}
|
|
1088
|
-
.icon-line-arrow-open-
|
|
1088
|
+
.icon-line-arrow-open-up:before {
|
|
1089
1089
|
content: "\f266";
|
|
1090
1090
|
}
|
|
1091
|
-
.icon-line-arrow-open-
|
|
1091
|
+
.icon-line-arrow-open-start:before {
|
|
1092
1092
|
content: "\f267";
|
|
1093
1093
|
}
|
|
1094
|
-
.icon-line-arrow-open-
|
|
1094
|
+
.icon-line-arrow-open-right:before {
|
|
1095
1095
|
content: "\f268";
|
|
1096
1096
|
}
|
|
1097
|
-
.icon-line-arrow-open-
|
|
1097
|
+
.icon-line-arrow-open-left:before {
|
|
1098
1098
|
content: "\f269";
|
|
1099
1099
|
}
|
|
1100
|
-
.icon-line-arrow-open-
|
|
1100
|
+
.icon-line-arrow-open-end:before {
|
|
1101
1101
|
content: "\f26a";
|
|
1102
1102
|
}
|
|
1103
|
-
.icon-line-arrow-
|
|
1103
|
+
.icon-line-arrow-open-down:before {
|
|
1104
1104
|
content: "\f26b";
|
|
1105
1105
|
}
|
|
1106
|
-
.icon-line-arrow-
|
|
1106
|
+
.icon-line-arrow-nest:before {
|
|
1107
1107
|
content: "\f26c";
|
|
1108
1108
|
}
|
|
1109
|
-
.icon-line-arrow-
|
|
1109
|
+
.icon-line-arrow-left:before {
|
|
1110
1110
|
content: "\f26d";
|
|
1111
1111
|
}
|
|
1112
|
-
.icon-line-arrow-
|
|
1112
|
+
.icon-line-arrow-end:before {
|
|
1113
1113
|
content: "\f26e";
|
|
1114
1114
|
}
|
|
1115
|
-
.icon-line-arrow-
|
|
1115
|
+
.icon-line-arrow-down:before {
|
|
1116
1116
|
content: "\f26f";
|
|
1117
1117
|
}
|
|
1118
|
-
.icon-line-arrow-double-
|
|
1118
|
+
.icon-line-arrow-double-start:before {
|
|
1119
1119
|
content: "\f270";
|
|
1120
1120
|
}
|
|
1121
|
-
.icon-line-
|
|
1121
|
+
.icon-line-arrow-double-end:before {
|
|
1122
1122
|
content: "\f271";
|
|
1123
1123
|
}
|
|
1124
|
-
.icon-line-
|
|
1124
|
+
.icon-line-archive:before {
|
|
1125
1125
|
content: "\f272";
|
|
1126
1126
|
}
|
|
1127
|
-
.icon-line-
|
|
1127
|
+
.icon-line-apple:before {
|
|
1128
1128
|
content: "\f273";
|
|
1129
1129
|
}
|
|
1130
|
-
.icon-line-
|
|
1130
|
+
.icon-line-announcement:before {
|
|
1131
1131
|
content: "\f274";
|
|
1132
1132
|
}
|
|
1133
|
-
.icon-line-
|
|
1133
|
+
.icon-line-annotate:before {
|
|
1134
1134
|
content: "\f275";
|
|
1135
1135
|
}
|
|
1136
|
-
.icon-line-
|
|
1136
|
+
.icon-line-android:before {
|
|
1137
1137
|
content: "\f276";
|
|
1138
1138
|
}
|
|
1139
|
-
.icon-line-
|
|
1139
|
+
.icon-line-analytics:before {
|
|
1140
1140
|
content: "\f277";
|
|
1141
1141
|
}
|
|
1142
|
-
.icon-line-
|
|
1142
|
+
.icon-line-alerts:before {
|
|
1143
1143
|
content: "\f278";
|
|
1144
1144
|
}
|
|
1145
|
-
.icon-line-ai
|
|
1145
|
+
.icon-line-ai:before {
|
|
1146
1146
|
content: "\f279";
|
|
1147
1147
|
}
|
|
1148
|
-
.icon-line-
|
|
1148
|
+
.icon-line-ai-colored:before {
|
|
1149
1149
|
content: "\f27a";
|
|
1150
1150
|
}
|
|
1151
|
-
.icon-line-admin
|
|
1151
|
+
.icon-line-admin:before {
|
|
1152
1152
|
content: "\f27b";
|
|
1153
1153
|
}
|
|
1154
|
-
.icon-line-
|
|
1154
|
+
.icon-line-admin-tools:before {
|
|
1155
1155
|
content: "\f27c";
|
|
1156
1156
|
}
|
|
1157
|
-
.icon-line-
|
|
1157
|
+
.icon-line-address-book:before {
|
|
1158
1158
|
content: "\f27d";
|
|
1159
1159
|
}
|
|
1160
|
-
.icon-line-add
|
|
1160
|
+
.icon-line-add:before {
|
|
1161
1161
|
content: "\f27e";
|
|
1162
1162
|
}
|
|
1163
|
-
.icon-line-add-
|
|
1163
|
+
.icon-line-add-media:before {
|
|
1164
1164
|
content: "\f27f";
|
|
1165
1165
|
}
|
|
1166
|
-
.icon-line-
|
|
1166
|
+
.icon-line-add-folder:before {
|
|
1167
1167
|
content: "\f280";
|
|
1168
1168
|
}
|
|
1169
|
-
.icon-line-
|
|
1169
|
+
.icon-line-aI-info:before {
|
|
1170
1170
|
content: "\f281";
|
|
1171
1171
|
}
|
|
1172
|
-
.icon-line-
|
|
1172
|
+
.icon-line-a11y:before {
|
|
1173
1173
|
content: "\f282";
|
|
1174
1174
|
}
|
|
1175
|
+
.icon-line-Arc:before {
|
|
1176
|
+
content: "\f283";
|
|
1177
|
+
}
|
|
Binary file
|