inticons 0.2.1
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/README.md +106 -0
- package/fonts/config.json +1243 -0
- package/fonts/css/animation.css +85 -0
- package/fonts/css/inticons-codes.css +89 -0
- package/fonts/css/inticons-embedded.css +147 -0
- package/fonts/css/inticons-ie7-codes.css +89 -0
- package/fonts/css/inticons-ie7.css +100 -0
- package/fonts/css/inticons.css +144 -0
- package/fonts/font/inticons.eot +0 -0
- package/fonts/font/inticons.svg +186 -0
- package/fonts/font/inticons.ttf +0 -0
- package/fonts/font/inticons.woff +0 -0
- package/fonts/font/inticons.woff2 +0 -0
- package/fonts/inticons.bundle.css +439 -0
- package/fonts/inticons.bundle.min.css +1 -0
- package/fonts/scss/_animation.scss +23 -0
- package/fonts/scss/_flip.scss +9 -0
- package/fonts/scss/_font-face.scss +11 -0
- package/fonts/scss/_prefix.scss +34 -0
- package/fonts/scss/_rotate.scss +5 -0
- package/fonts/scss/_size.scss +5 -0
- package/fonts/scss/main.scss +7 -0
- package/package.json +109 -0
|
@@ -0,0 +1,100 @@
|
|
|
1
|
+
[class^="ii-"], [class*=" ii-"] {
|
|
2
|
+
font-family: 'inticons';
|
|
3
|
+
font-style: normal;
|
|
4
|
+
font-weight: normal;
|
|
5
|
+
|
|
6
|
+
/* fix buttons height */
|
|
7
|
+
line-height: 1em;
|
|
8
|
+
|
|
9
|
+
/* you can be more comfortable with increased icons size */
|
|
10
|
+
/* font-size: 120%; */
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
.ii-add-fill { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
14
|
+
.ii-alert-check-outline { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
15
|
+
.ii-alert-crossed-outline { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
16
|
+
.ii-alert-fill { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
17
|
+
.ii-alert-outline { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
18
|
+
.ii-alert-plus-outline { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
19
|
+
.ii-arrow-down { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
20
|
+
.ii-arrow-left { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
21
|
+
.ii-arrow-right { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
22
|
+
.ii-arrow-up { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
23
|
+
.ii-attachment-outline { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
24
|
+
.ii-board-style-card-fill { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
25
|
+
.ii-board-style-list-fill { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
26
|
+
.ii-book-outline { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
27
|
+
.ii-bookmark-fill { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
28
|
+
.ii-bookmark-outline { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
29
|
+
.ii-building-outline { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
30
|
+
.ii-calendar-event-outline { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
31
|
+
.ii-camera-outline { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
32
|
+
.ii-camera-vintage-outline { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
33
|
+
.ii-check { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
34
|
+
.ii-chevron-down { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
35
|
+
.ii-chevron-left { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
36
|
+
.ii-chevron-right { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
37
|
+
.ii-chevron-up { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
38
|
+
.ii-cup-outline { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
39
|
+
.ii-cursor-outline { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
40
|
+
.ii-delete-outline { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
41
|
+
.ii-dislike-fill { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
42
|
+
.ii-dislike-outline { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
43
|
+
.ii-document-with-lines-outline { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
44
|
+
.ii-flag-outline { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
45
|
+
.ii-gift-outline { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
46
|
+
.ii-grid-sharp-fill { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
47
|
+
.ii-grid-sharp-outline { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
48
|
+
.ii-hamburger-menu { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
49
|
+
.ii-heart-fill { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
50
|
+
.ii-heart-outline { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
51
|
+
.ii-home01-fill { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
52
|
+
.ii-home02-outline { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
53
|
+
.ii-ico-pin { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
54
|
+
.ii-info-outline { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
55
|
+
.ii-like-fill { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
56
|
+
.ii-like-outline { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
57
|
+
.ii-lock-fill { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
58
|
+
.ii-lock-outline { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
59
|
+
.ii-magic-outline { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
60
|
+
.ii-medal-outline { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
61
|
+
.ii-message-question-outline { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
62
|
+
.ii-minus { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
63
|
+
.ii-moon-fill { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
64
|
+
.ii-more-horizontal-fill { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
65
|
+
.ii-more-horizontal-outline { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
66
|
+
.ii-more-vertical-fill { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
67
|
+
.ii-pen-outline { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
68
|
+
.ii-phone-call-01-outline { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
69
|
+
.ii-picture-frame-outline { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
70
|
+
.ii-plus { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
71
|
+
.ii-prohibition-outline { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
72
|
+
.ii-question-mark-fill { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
73
|
+
.ii-question-mark-outline { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
74
|
+
.ii-refresh { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
75
|
+
.ii-reply-outline { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
76
|
+
.ii-report-outline { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
77
|
+
.ii-search-map-outline { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
78
|
+
.ii-search-outline { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
79
|
+
.ii-settings-outline { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
80
|
+
.ii-share-outline { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
81
|
+
.ii-shoppingcart-fill { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
82
|
+
.ii-shoppingcart-outline { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
83
|
+
.ii-small-arrow-down { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
84
|
+
.ii-small-arrow-left { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
85
|
+
.ii-small-arrow-right { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
86
|
+
.ii-small-arrow-up { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
87
|
+
.ii-star-fill { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
88
|
+
.ii-star-outline { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
89
|
+
.ii-sun-fill { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
90
|
+
.ii-system-fill { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
91
|
+
.ii-truck-outline { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
92
|
+
.ii-user-fill { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
93
|
+
.ii-user-outline { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
94
|
+
.ii-wallet-outline { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
95
|
+
.ii-warning-fill { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
96
|
+
.ii-warning-outline { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
97
|
+
.ii-warning-triangle-fill { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
98
|
+
.ii-warning-triangle-outline { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
99
|
+
.ii-x { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
100
|
+
.ii-zoom-img { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
@@ -0,0 +1,144 @@
|
|
|
1
|
+
@font-face {
|
|
2
|
+
font-family: 'inticons';
|
|
3
|
+
src: url('../font/inticons.eot?716805');
|
|
4
|
+
src: url('../font/inticons.eot?716805#iefix') format('embedded-opentype'),
|
|
5
|
+
url('../font/inticons.woff2?716805') format('woff2'),
|
|
6
|
+
url('../font/inticons.woff?716805') format('woff'),
|
|
7
|
+
url('../font/inticons.ttf?716805') format('truetype'),
|
|
8
|
+
url('../font/inticons.svg?716805#inticons') format('svg');
|
|
9
|
+
font-weight: normal;
|
|
10
|
+
font-style: normal;
|
|
11
|
+
}
|
|
12
|
+
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
|
|
13
|
+
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
|
|
14
|
+
/*
|
|
15
|
+
@media screen and (-webkit-min-device-pixel-ratio:0) {
|
|
16
|
+
@font-face {
|
|
17
|
+
font-family: 'inticons';
|
|
18
|
+
src: url('../font/inticons.svg?716805#inticons') format('svg');
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
*/
|
|
22
|
+
[class^="ii-"]:before, [class*=" ii-"]:before {
|
|
23
|
+
font-family: "inticons";
|
|
24
|
+
font-style: normal;
|
|
25
|
+
font-weight: normal;
|
|
26
|
+
speak: never;
|
|
27
|
+
|
|
28
|
+
display: inline-block;
|
|
29
|
+
text-decoration: inherit;
|
|
30
|
+
width: 1em;
|
|
31
|
+
margin-right: .2em;
|
|
32
|
+
text-align: center;
|
|
33
|
+
/* opacity: .8; */
|
|
34
|
+
|
|
35
|
+
/* For safety - reset parent styles, that can break glyph codes*/
|
|
36
|
+
font-variant: normal;
|
|
37
|
+
text-transform: none;
|
|
38
|
+
|
|
39
|
+
/* fix buttons height, for twitter bootstrap */
|
|
40
|
+
line-height: 1em;
|
|
41
|
+
|
|
42
|
+
/* Animation center compensation - margins should be symmetric */
|
|
43
|
+
/* remove if not needed */
|
|
44
|
+
margin-left: .2em;
|
|
45
|
+
|
|
46
|
+
/* you can be more comfortable with increased icons size */
|
|
47
|
+
/* font-size: 120%; */
|
|
48
|
+
|
|
49
|
+
/* Font smoothing. That was taken from TWBS */
|
|
50
|
+
-webkit-font-smoothing: antialiased;
|
|
51
|
+
-moz-osx-font-smoothing: grayscale;
|
|
52
|
+
|
|
53
|
+
/* Uncomment for 3D effect */
|
|
54
|
+
/* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
.ii-add-fill:before { content: '\e800'; } /* '' */
|
|
58
|
+
.ii-alert-check-outline:before { content: '\e801'; } /* '' */
|
|
59
|
+
.ii-alert-crossed-outline:before { content: '\e802'; } /* '' */
|
|
60
|
+
.ii-alert-fill:before { content: '\e803'; } /* '' */
|
|
61
|
+
.ii-alert-outline:before { content: '\e804'; } /* '' */
|
|
62
|
+
.ii-alert-plus-outline:before { content: '\e805'; } /* '' */
|
|
63
|
+
.ii-arrow-down:before { content: '\e806'; } /* '' */
|
|
64
|
+
.ii-arrow-left:before { content: '\e807'; } /* '' */
|
|
65
|
+
.ii-arrow-right:before { content: '\e808'; } /* '' */
|
|
66
|
+
.ii-arrow-up:before { content: '\e809'; } /* '' */
|
|
67
|
+
.ii-attachment-outline:before { content: '\e80a'; } /* '' */
|
|
68
|
+
.ii-board-style-card-fill:before { content: '\e80b'; } /* '' */
|
|
69
|
+
.ii-board-style-list-fill:before { content: '\e80c'; } /* '' */
|
|
70
|
+
.ii-book-outline:before { content: '\e80d'; } /* '' */
|
|
71
|
+
.ii-bookmark-fill:before { content: '\e80e'; } /* '' */
|
|
72
|
+
.ii-bookmark-outline:before { content: '\e80f'; } /* '' */
|
|
73
|
+
.ii-building-outline:before { content: '\e810'; } /* '' */
|
|
74
|
+
.ii-calendar-event-outline:before { content: '\e811'; } /* '' */
|
|
75
|
+
.ii-camera-outline:before { content: '\e812'; } /* '' */
|
|
76
|
+
.ii-camera-vintage-outline:before { content: '\e813'; } /* '' */
|
|
77
|
+
.ii-check:before { content: '\e814'; } /* '' */
|
|
78
|
+
.ii-chevron-down:before { content: '\e815'; } /* '' */
|
|
79
|
+
.ii-chevron-left:before { content: '\e816'; } /* '' */
|
|
80
|
+
.ii-chevron-right:before { content: '\e817'; } /* '' */
|
|
81
|
+
.ii-chevron-up:before { content: '\e818'; } /* '' */
|
|
82
|
+
.ii-cup-outline:before { content: '\e819'; } /* '' */
|
|
83
|
+
.ii-cursor-outline:before { content: '\e81a'; } /* '' */
|
|
84
|
+
.ii-delete-outline:before { content: '\e81b'; } /* '' */
|
|
85
|
+
.ii-dislike-fill:before { content: '\e81c'; } /* '' */
|
|
86
|
+
.ii-dislike-outline:before { content: '\e81d'; } /* '' */
|
|
87
|
+
.ii-document-with-lines-outline:before { content: '\e81e'; } /* '' */
|
|
88
|
+
.ii-flag-outline:before { content: '\e81f'; } /* '' */
|
|
89
|
+
.ii-gift-outline:before { content: '\e820'; } /* '' */
|
|
90
|
+
.ii-grid-sharp-fill:before { content: '\e821'; } /* '' */
|
|
91
|
+
.ii-grid-sharp-outline:before { content: '\e822'; } /* '' */
|
|
92
|
+
.ii-hamburger-menu:before { content: '\e823'; } /* '' */
|
|
93
|
+
.ii-heart-fill:before { content: '\e824'; } /* '' */
|
|
94
|
+
.ii-heart-outline:before { content: '\e825'; } /* '' */
|
|
95
|
+
.ii-home01-fill:before { content: '\e826'; } /* '' */
|
|
96
|
+
.ii-home02-outline:before { content: '\e827'; } /* '' */
|
|
97
|
+
.ii-ico-pin:before { content: '\e828'; } /* '' */
|
|
98
|
+
.ii-info-outline:before { content: '\e829'; } /* '' */
|
|
99
|
+
.ii-like-fill:before { content: '\e82a'; } /* '' */
|
|
100
|
+
.ii-like-outline:before { content: '\e82b'; } /* '' */
|
|
101
|
+
.ii-lock-fill:before { content: '\e82c'; } /* '' */
|
|
102
|
+
.ii-lock-outline:before { content: '\e82d'; } /* '' */
|
|
103
|
+
.ii-magic-outline:before { content: '\e82e'; } /* '' */
|
|
104
|
+
.ii-medal-outline:before { content: '\e82f'; } /* '' */
|
|
105
|
+
.ii-message-question-outline:before { content: '\e830'; } /* '' */
|
|
106
|
+
.ii-minus:before { content: '\e831'; } /* '' */
|
|
107
|
+
.ii-moon-fill:before { content: '\e832'; } /* '' */
|
|
108
|
+
.ii-more-horizontal-fill:before { content: '\e833'; } /* '' */
|
|
109
|
+
.ii-more-horizontal-outline:before { content: '\e834'; } /* '' */
|
|
110
|
+
.ii-more-vertical-fill:before { content: '\e835'; } /* '' */
|
|
111
|
+
.ii-pen-outline:before { content: '\e836'; } /* '' */
|
|
112
|
+
.ii-phone-call-01-outline:before { content: '\e837'; } /* '' */
|
|
113
|
+
.ii-picture-frame-outline:before { content: '\e838'; } /* '' */
|
|
114
|
+
.ii-plus:before { content: '\e839'; } /* '' */
|
|
115
|
+
.ii-prohibition-outline:before { content: '\e83a'; } /* '' */
|
|
116
|
+
.ii-question-mark-fill:before { content: '\e83b'; } /* '' */
|
|
117
|
+
.ii-question-mark-outline:before { content: '\e83c'; } /* '' */
|
|
118
|
+
.ii-refresh:before { content: '\e83d'; } /* '' */
|
|
119
|
+
.ii-reply-outline:before { content: '\e83e'; } /* '' */
|
|
120
|
+
.ii-report-outline:before { content: '\e83f'; } /* '' */
|
|
121
|
+
.ii-search-map-outline:before { content: '\e840'; } /* '' */
|
|
122
|
+
.ii-search-outline:before { content: '\e841'; } /* '' */
|
|
123
|
+
.ii-settings-outline:before { content: '\e842'; } /* '' */
|
|
124
|
+
.ii-share-outline:before { content: '\e843'; } /* '' */
|
|
125
|
+
.ii-shoppingcart-fill:before { content: '\e844'; } /* '' */
|
|
126
|
+
.ii-shoppingcart-outline:before { content: '\e845'; } /* '' */
|
|
127
|
+
.ii-small-arrow-down:before { content: '\e846'; } /* '' */
|
|
128
|
+
.ii-small-arrow-left:before { content: '\e847'; } /* '' */
|
|
129
|
+
.ii-small-arrow-right:before { content: '\e848'; } /* '' */
|
|
130
|
+
.ii-small-arrow-up:before { content: '\e849'; } /* '' */
|
|
131
|
+
.ii-star-fill:before { content: '\e84a'; } /* '' */
|
|
132
|
+
.ii-star-outline:before { content: '\e84b'; } /* '' */
|
|
133
|
+
.ii-sun-fill:before { content: '\e84c'; } /* '' */
|
|
134
|
+
.ii-system-fill:before { content: '\e84d'; } /* '' */
|
|
135
|
+
.ii-truck-outline:before { content: '\e84e'; } /* '' */
|
|
136
|
+
.ii-user-fill:before { content: '\e84f'; } /* '' */
|
|
137
|
+
.ii-user-outline:before { content: '\e850'; } /* '' */
|
|
138
|
+
.ii-wallet-outline:before { content: '\e851'; } /* '' */
|
|
139
|
+
.ii-warning-fill:before { content: '\e852'; } /* '' */
|
|
140
|
+
.ii-warning-outline:before { content: '\e853'; } /* '' */
|
|
141
|
+
.ii-warning-triangle-fill:before { content: '\e854'; } /* '' */
|
|
142
|
+
.ii-warning-triangle-outline:before { content: '\e855'; } /* '' */
|
|
143
|
+
.ii-x:before { content: '\e856'; } /* '' */
|
|
144
|
+
.ii-zoom-img:before { content: '\e857'; } /* '' */
|
|
Binary file
|
|
@@ -0,0 +1,186 @@
|
|
|
1
|
+
<?xml version="1.0" standalone="no"?>
|
|
2
|
+
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
|
3
|
+
<svg xmlns="http://www.w3.org/2000/svg">
|
|
4
|
+
<metadata>INTEGRATION Corp.</metadata>
|
|
5
|
+
<defs>
|
|
6
|
+
<font id="inticons" horiz-adv-x="1000" >
|
|
7
|
+
<font-face font-family="inticons" font-weight="400" font-stretch="normal" units-per-em="1000" ascent="850" descent="-150" />
|
|
8
|
+
<missing-glyph horiz-adv-x="1000" />
|
|
9
|
+
<glyph glyph-name="add-fill" unicode="" d="M500-108c253 0 458 205 458 458 0 253-205 458-458 458-253 0-458-205-458-458 0-253 205-458 458-458z m0 702c15 0 27-12 27-27v-190h190c15 0 27-12 27-27 0-15-12-27-27-27h-190v-190c0-15-12-27-27-27-15 0-27 12-27 27v190h-190c-15 0-27 12-27 27 0 15 12 27 27 27h190v190c0 15 12 27 27 27z" horiz-adv-x="1000" />
|
|
10
|
+
|
|
11
|
+
<glyph glyph-name="alert-check-outline" unicode="" d="M147 431c0 137 105 250 238 265v112h63v-112c134-15 238-128 238-265v-180l90-134c6-9 7-22 2-32-6-10-16-16-28-16h-95-476-96c-11 0-22 6-27 16-6 10-5 23 1 32l90 134v180z m63 0v-189c0-7-2-13-5-18l-63-93h37 476 36l-62 93c-4 5-5 11-5 18v189c0 112-93 204-207 204-115 0-207-92-207-204z m228-414h62c0-25-11-48-28-63-15-13-34-21-55-21-21 0-41 8-55 21-18 15-29 38-29 63h63 42z m364 614h-94v63h94v93l63 0v-93h93v-63h-93v-94h-63v94z" horiz-adv-x="1000" />
|
|
12
|
+
|
|
13
|
+
<glyph glyph-name="alert-crossed-outline" unicode="" d="M858 81c1 1 2 3 3 4 5 10 5 23-2 32l-90 134v180c0 137-104 250-238 265v112h-62v-112c-60-7-113-33-155-72l44-44c37 34 87 55 142 55 114 0 207-92 207-204v-189c0-5 1-9 3-13l148-148z m-743 654l-33-32 169-169c-13-32-20-67-20-103v-180l-90-134c-7-9-7-22-2-32 6-10 16-16 28-16h549l137-137 32 33-770 770z m178-304c0 18 3 36 7 54l354-354h-429l63 93c3 5 5 11 5 18v189z m124-414h166c0-25-11-48-28-63-15-13-34-21-55-21-21 0-40 8-55 21-17 15-28 38-28 63z" horiz-adv-x="1000" />
|
|
14
|
+
|
|
15
|
+
<glyph glyph-name="alert-fill" unicode="" d="M231 431c0 137 104 250 238 265v112h62v-112c134-15 238-128 238-265v-180l90-134c7-9 7-22 2-32-6-10-16-16-28-16h-666c-12 0-22 6-28 16-5 10-5 23 2 32l90 134v180z m186-414c0-25 11-48 28-63 15-13 34-21 55-21 21 0 40 8 55 21 17 15 28 38 28 63h-166z" horiz-adv-x="1000" />
|
|
16
|
+
|
|
17
|
+
<glyph glyph-name="alert-outline" unicode="" d="M231 431c0 137 104 250 238 265v112h62v-112c134-15 238-128 238-265v-180l90-134c7-9 7-22 2-32-6-10-16-16-28-16h-666c-12 0-22 6-28 16-5 10-5 23 2 32l90 134v180z m62 0v-189c0-7-2-13-5-18l-63-93h550l-63 93c-3 5-5 11-5 18v189c0 112-93 204-207 204-114 0-207-92-207-204z m124-414h166c0-25-11-48-28-63-15-13-34-21-55-21-21 0-40 8-55 21-17 15-28 38-28 63z" horiz-adv-x="1000" />
|
|
18
|
+
|
|
19
|
+
<glyph glyph-name="alert-plus-outline" unicode="" d="M385 696c-133-15-238-128-238-265v-180l-90-134c-6-9-7-22-1-32 5-10 16-16 27-16h667c12 0 22 6 28 16 5 10 4 23-2 32l-90 134v180c0 137-104 250-238 265v112h-63v-112z m32-61c114 0 207-92 207-204v-189c0-7 1-13 5-18l62-93h-549l63 93c3 5 5 11 5 18v189c0 112 92 204 207 204z m83-618h-167c0-25 11-48 29-63 14-13 34-21 55-21 21 0 40 8 55 21 17 15 28 38 28 63z m459 685l-43 46-115-106-51 47-42-47 93-84 158 144z" horiz-adv-x="1000" />
|
|
20
|
+
|
|
21
|
+
<glyph glyph-name="arrow-down" unicode="" d="M773 277l-273-273-273 273 44 44 198-198 0 560 62 0 0-560 198 198 44-44z" horiz-adv-x="1000" />
|
|
22
|
+
|
|
23
|
+
<glyph glyph-name="arrow-left" unicode="" d="M438 77l-274 273 274 273 44-44-198-198 560 0v-62l-560 0 198-198-44-44z" horiz-adv-x="1000" />
|
|
24
|
+
|
|
25
|
+
<glyph glyph-name="arrow-right" unicode="" d="M542 623l273-273-273-273-45 44 198 198h-560v62h560l-198 198 45 44z" horiz-adv-x="1000" />
|
|
26
|
+
|
|
27
|
+
<glyph glyph-name="arrow-up" unicode="" d="M227 423l273 273 273-273-44-44-198 198 0-560-62 0 0 560-198-198-44 44z" horiz-adv-x="1000" />
|
|
28
|
+
|
|
29
|
+
<glyph glyph-name="attachment-outline" unicode="" d="M729 487h-521v60h521c120 0 218-98 218-218 0-120-98-217-218-217h-521c-85 0-155 69-155 155 0 85 70 155 155 155h480c51 0 92-42 92-93 0-51-41-92-92-92h-480v60h480c17 0 32 14 32 32 0 18-15 33-32 33h-480c-52 0-95-43-95-95 0-53 43-95 95-95h521c87 0 158 70 158 157 0 87-71 158-158 158z" horiz-adv-x="1000" />
|
|
30
|
+
|
|
31
|
+
<glyph glyph-name="board-style-card-fill" unicode="" d="M917 725h-834v-333h834v333z m0-417h-834v-333h834v333z" horiz-adv-x="1000" />
|
|
32
|
+
|
|
33
|
+
<glyph glyph-name="board-style-list-fill" unicode="" d="M917 725h-834v-125h834v125z m0-208h-834v-125h834v125z m-834-209h834v-125h-834v125z m834-208h-834v-125h834v125z" horiz-adv-x="1000" />
|
|
34
|
+
|
|
35
|
+
<glyph glyph-name="book-outline" unicode="" d="M73 684c55 20 115 31 177 31 90 0 175-24 250-64 75 40 160 64 250 64 62 0 122-11 177-31l21-8v-664l-42 15c-49 17-101 27-156 27-85 0-165-23-234-64l-16-10-16 10c-69 41-149 64-234 64-55 0-107-10-156-27l-42-15v664l21 8z m396-87c-66 35-140 55-219 55-47 0-93-7-135-20v-533c43 11 88 18 135 18 78 0 152-18 219-49v529z m62-529c67 31 141 49 219 49 47 0 92-7 135-18v533c-42 13-88 20-135 20-79 0-153-20-219-55v-529z" horiz-adv-x="1000" />
|
|
36
|
+
|
|
37
|
+
<glyph glyph-name="bookmark-fill" unicode="" d="M726-20l-226 161-226-161c-27-19-66 0-66 34l0 669c0 2 0 3 1 5 2 21 19 37 41 37l500 0c23 0 42-19 42-42v-669c0-34-39-53-66-34z" horiz-adv-x="1000" />
|
|
38
|
+
|
|
39
|
+
<glyph glyph-name="bookmark-outline" unicode="" d="M500 218l-229-163 0 607 458 0v-607l-229 163z m0-77l226-161c27-19 66 0 66 34v669c0 23-19 42-42 42l-500 0c-23 0-42-19-42-42l0-669c0-34 39-53 66-34l226 161z" horiz-adv-x="1000" />
|
|
40
|
+
|
|
41
|
+
<glyph glyph-name="building-outline" unicode="" d="M53 797h560v-334h107v95h60v-95h167v-560h-227v167h-107v-167h-226v167h-107v-167h-227v894z m227-667h107v107h-107v-107z m-60 107h-107v-107h107v107z m60 60h107v106h-107v-106z m-60 106h-107v-106h107v106z m60 60h107v107h-107v-107z m-60 107h-107v-107h107v107z m60 60h107v107h-107v-107z m-60 107h-107v-107h107v107z m227 0v-107h106v107h-106z m106-167h-106v-107h106v107z m0-167h-106v-106h106v106z m0-166h-106v-107h106v107z m60-107h167v-167h107v440h-274v-273z m-60-60h-106v-107h106v107z m-440 0v-107h107v107h-107z m607 155v83h60v-83h-60z" horiz-adv-x="1000" />
|
|
42
|
+
|
|
43
|
+
<glyph glyph-name="calendar-event-outline" unicode="" d="M260 715h-93c-41 0-73-33-73-73v-625c0-41 32-73 73-73h666c41 0 73 32 73 73v625c0 40-32 73-73 73h-93v93h-63v-93h-354v93h-63v-93z m-93-63h666c6 0 11-5 11-10v-134h-688v134c0 5 5 10 11 10z m677-206v-429c0-6-5-11-11-11h-666c-6 0-11 5-11 11v429h688z m-334-148h271v-229h-271v229z m63-63v-104h146v104h-146z" horiz-adv-x="1000" />
|
|
44
|
+
|
|
45
|
+
<glyph glyph-name="camera-outline" unicode="" d="M708 350c0-115-93-208-208-208-115 0-208 93-208 208 0 115 93 208 208 208 115 0 208-93 208-208z m-354 0c0-81 65-146 146-146 81 0 146 65 146 146 0 81-65 146-146 146-81 0-146-65-146-146z m38 365c-19 0-38-8-51-22l-59-59c-2-2-5-3-8-3h-149c-40 0-73-32-73-73v-458c0-40 33-73 73-73h750c40 0 73 33 73 73v458c0 41-33 73-73 73h-149c-3 0-6 1-8 3l-59 59c-13 14-32 22-51 22h-216z m-7-66c2 2 4 3 7 3h216c3 0 5-1 7-3l59-59c14-14 32-21 52-21h149c6 0 10-5 10-11v-458c0-6-4-10-10-10h-750c-6 0-10 4-10 10v458c0 6 4 11 10 11h149c20 0 38 7 52 21l59 59z" horiz-adv-x="1000" />
|
|
46
|
+
|
|
47
|
+
<glyph glyph-name="camera-vintage-outline" unicode="" d="M833 548h-83v-63h83v63z m-125-198c0-115-93-208-208-208-115 0-208 93-208 208 0 115 93 208 208 208 115 0 208-93 208-208z m-62 0c0 81-65 146-146 146-81 0-146-65-146-146 0-81 65-146 146-146 81 0 146 65 146 146z m-323 365h-146v-42h-52c-40 0-73-33-73-73v-500c0-40 33-73 73-73h750c40 0 73 33 73 73v500c0 40-33 73-73 73h-552v42z m-208-115c0 6 4 10 10 10h750c6 0 10-4 10-10v-500c0-6-4-10-10-10h-750c-6 0-10 4-10 10v500z" horiz-adv-x="1000" />
|
|
48
|
+
|
|
49
|
+
<glyph glyph-name="check" unicode="" d="M840 537l-429-440-246 252 45 44 201-207 384 394 45-43z" horiz-adv-x="1000" />
|
|
50
|
+
|
|
51
|
+
<glyph glyph-name="chevron-down" unicode="" d="M500 139l397 397-44 44-353-352-353 352-44-44 397-397z" horiz-adv-x="1000" />
|
|
52
|
+
|
|
53
|
+
<glyph glyph-name="chevron-left" unicode="" d="M289 350l397 397 44-44-352-353 352-353-44-44-397 397z" horiz-adv-x="1000" />
|
|
54
|
+
|
|
55
|
+
<glyph glyph-name="chevron-right" unicode="" d="M711 350l-397 397-44-44 352-353-352-353 44-44 397 397z" horiz-adv-x="1000" />
|
|
56
|
+
|
|
57
|
+
<glyph glyph-name="chevron-up" unicode="" d="M500 561l397-397-44-44-353 352-353-352-44 44 397 397z" horiz-adv-x="1000" />
|
|
58
|
+
|
|
59
|
+
<glyph glyph-name="cup-outline" unicode="" d="M302 610h-31c-63 0-115-51-115-114 0-63 52-115 115-115h31v229z m12-291h-43c-98 0-177 79-177 177 0 91 68 165 156 176v43h500v-43c88-11 156-85 156-176 0-98-79-177-177-177h-43c-36-60-94-95-155-104v-167h177v-63h-416v63h177v167c-61 9-119 44-155 104z m384 62h31c63 0 115 52 115 115 0 63-52 114-115 114h-31v-229z m-63 271h-270v-295c28-54 81-82 135-82 54 0 107 28 135 82v295z" horiz-adv-x="1000" />
|
|
60
|
+
|
|
61
|
+
<glyph glyph-name="cursor-outline" unicode="" d="M468 318l49-193 193 435-435-193 193-49z m-326 17c-19 5-21 32-3 40l595 264c35 16 71-20 55-55l-264-595c-8-18-35-16-40 3l-68 275-275 68z" horiz-adv-x="1000" />
|
|
62
|
+
|
|
63
|
+
<glyph glyph-name="delete-outline" unicode="" d="M656 798h-312v-94h-219v-62h750v62h-219v94z m-62-94h-188v31h188v-31z m-227-625v375h62v-375h-62z m208 375v-375h62v375h-62z m-367-437c0-46 38-84 84-84h416c46 0 84 38 84 84v583h-584v-583z m63 520h458v-520c0-12-9-21-21-21h-416c-12 0-21 9-21 21v520z" horiz-adv-x="1000" />
|
|
64
|
+
|
|
65
|
+
<glyph glyph-name="dislike-fill" unicode="" d="M188 717c-13-4-25-13-34-21-8-9-17-21-21-34-4-12-8-24-8-41v-229c0-13 4-25 8-38 4-12 13-25 21-33 9-9 21-17 34-21 12-4 24-8 37-8h46v433h-42c-17 0-29-4-41-8z m629-71c-5 21-17 41-38 58-17 13-42 21-62 21h-380v-500l92-188c8-20 25-33 42-41 12-4 25-8 33-8 8 0 17 0 21 4 25 4 46 16 58 37 17 17 25 42 25 67v129h142c21 0 37 4 54 13 17 8 33 20 46 37 12 17 21 33 25 50 4 21 4 38 0 58l-58 263z" horiz-adv-x="1000" />
|
|
66
|
+
|
|
67
|
+
<glyph glyph-name="dislike-outline" unicode="" d="M154 317c9-9 21-17 34-21 12-4 24-9 37-9h79l121-250c8-20 25-33 42-41 12-4 25-8 33-8 8 0 17 0 21 4 25 4 46 16 58 37 17 17 25 42 25 67v129h142c21 0 37 4 54 13 17 8 33 20 46 37 12 17 21 33 25 50 0 4 0 8 0 12v34c0 4 0 8 0 12l-63 267c-4 21-16 42-37 58-17 13-42 21-63 21h-479c-17-4-29-8-41-12-13-5-25-13-34-21-8-9-17-21-21-34-4-12-8-25-8-41v-229c0-13 4-25 8-38 4-17 13-29 21-37z m192 345h375c8 0 16-4 25-8 4-4 8-12 12-21l63-266c4-9 0-21 0-30-4-8-8-20-13-25-8-8-12-12-25-16-8-4-20-9-29-9h-204v-191c0-9-4-21-8-25-4-8-17-13-29-17-5 0-13 0-17 0-4 4-9 9-13 13l-137 283v312z m-158-41c0 4 0 8 4 16 0 5 4 9 8 13 4 4 8 8 12 8 5 0 9 4 17 4h54v-312h-54c-4 0-8 0-17 4-4 0-8 4-12 9-4 4-8 8-8 12 0 4-4 8-4 17v229z" horiz-adv-x="1000" />
|
|
68
|
+
|
|
69
|
+
<glyph glyph-name="document-with-lines-outline" unicode="" d="M814 539c6-6 9-14 9-22l0-500c0-41-33-73-73-73l-500 0c-40 0-73 32-73 73l0 666c0 41 33 73 73 73l333 0c9 0 17-3 22-9l209-208z m-54-522l0 468-208 0 0 209-302 0c-6 0-10-5-10-11l0-666c0-6 4-11 10-11l500 0c6 0 10 5 10 11z m-145 633l0-102 101 0-101 102z m52-498l-334 0 0 63 334 0 0-63z m0 167l-334 0 0 62 334 0 0-62z" horiz-adv-x="1000" />
|
|
70
|
+
|
|
71
|
+
<glyph glyph-name="flag-outline" unicode="" d="M198 673v73h-63v-854h63v302h625c32 0 48 38 25 60l-179 179 179 179c23 23 7 61-25 61h-625z m0-417v354h560l-177-177 177-177h-560z" horiz-adv-x="1000" />
|
|
72
|
+
|
|
73
|
+
<glyph glyph-name="gift-outline" unicode="" d="M485 752c-61 61-159 61-220 0-56-56-61-143-15-204l-83 0c-41 0-73-33-73-73l0-500c0-40 32-73 73-73h666c41 0 73 33 73 73v500c0 40-32 73-73 73l-83 0c46 61 41 148-15 204-61 61-159 61-220 0-6-5-11-11-15-17-4 6-9 12-15 17z m75-267l168-167 44 44-123 123 184 0c6 0 11-4 11-10v-500c0-6-5-10-11-10h-302l0 520 29 0z m-209 0l-123-123 44-44 168 167 29 0 0-520h-302c-6 0-11 4-11 10l0 500c0 6 5 10 11 10l184 0z m90 223c37-37 37-96 0-133-36-36-96-36-132 0-37 37-37 96 0 133 36 37 96 37 132 0z m250 0c37-37 37-96 0-133-36-36-96-36-132 0-37 37-37 96 0 133 36 37 96 37 132 0z" horiz-adv-x="1000" />
|
|
74
|
+
|
|
75
|
+
<glyph glyph-name="grid-sharp-fill" unicode="" d="M125 392v333h333v-333h-333z m0-417v333h333v-333h-333z m750 417v333h-333v-333h333z m-333-417v333h333v-333h-333z" horiz-adv-x="1000" />
|
|
76
|
+
|
|
77
|
+
<glyph glyph-name="grid-sharp-outline" unicode="" d="M396 662v-208h-208v208h208z m0-416v-209h-208v209h208z m417 416h-209v-208h209v208z m0-416v-209h-209v209h209z m-688 479v-333h333v333h-333z m0-417v-333h333v333h-333z m750 417v-333h-333v333h333z m-333-417v-333h333v333h-333z" horiz-adv-x="1000" />
|
|
78
|
+
|
|
79
|
+
<glyph glyph-name="hamburger-menu" unicode="" d="M833 527h-666v63h666v-63z m0-208h-666v62h666v-62z m0-209h-666v63h666v-63z" horiz-adv-x="1000" />
|
|
80
|
+
|
|
81
|
+
<glyph glyph-name="heart-fill" unicode="" d="M292 715c89 0 167-49 208-122 41 73 119 122 208 122 133 0 240-108 240-240 0-50-4-116-64-186-28-34-120-119-203-194-42-37-82-73-111-100-15-13-27-24-36-32l-13-11-21-19-21 19c0 0 0 0 21 23l-21-23-13 11c-9 8-21 19-36 32-29 27-69 63-111 100-83 75-175 160-203 194-60 70-64 136-64 186 0 132 107 240 240 240z" horiz-adv-x="1000" />
|
|
82
|
+
|
|
83
|
+
<glyph glyph-name="heart-outline" unicode="" d="M292 652c97 0 177-79 177-177 0-17 14-31 31-31 17 0 31 14 31 31 0 98 80 177 177 177 98 0 177-79 177-177 0-44-2-92-49-146-25-29-113-111-197-187-42-38-81-74-111-100-11-10-20-18-28-25-8 7-17 15-28 25-30 26-69 62-111 100-84 76-172 158-197 187-47 54-49 102-49 146 0 98 79 177 177 177z m208-59c-41 73-119 122-208 122-133 0-240-108-240-240 0-50 4-116 64-186 28-34 120-119 203-194 42-37 82-73 111-100 15-13 27-24 36-32l13-11c0 0 0 0 21 23l-21-23 21-19 21 19-21 23c21-23 21-23 21-23l13 11c9 8 21 19 36 32 29 27 69 63 111 100 83 75 175 160 203 194 60 70 64 136 64 186 0 132-107 240-240 240-89 0-167-49-208-122z" horiz-adv-x="1000" />
|
|
84
|
+
|
|
85
|
+
<glyph glyph-name="home01-fill" unicode="" d="M490 785c6 3 14 3 20 0l375-208c7-4 11-11 11-19v-625c0-11-9-21-21-21h-250v271h-250v-271h-250c-12 0-21 10-21 21v625c0 8 4 15 11 19l375 208z" horiz-adv-x="1000" />
|
|
86
|
+
|
|
87
|
+
<glyph glyph-name="home02-outline" unicode="" d="M514 792c-9 5-19 5-28 0l-375-208c-9-5-15-15-15-26v-625c0-16 13-29 29-29h750c16 0 29 13 29 29v625c0 11-6 21-15 26l-375 208z m140-830v221c0 16-13 29-29 29h-250c-16 0-29-13-29-29v-221h-192v579l346 192 346-192v-579h-192z m-250 0v192h192v-192h-192z" horiz-adv-x="1000" />
|
|
88
|
+
|
|
89
|
+
<glyph glyph-name="ico-pin" unicode="" d="M500 694c-144 0-261-116-261-261 0-25 10-59 28-97 18-38 42-78 70-117 55-80 120-153 156-192 4-4 10-4 14 0 36 39 101 112 156 192 28 39 52 79 70 117 18 38 28 72 28 97 0 145-117 261-261 261z m-322-261c0 178 144 323 322 323 178 0 322-145 322-323 0-39-14-81-33-123-20-42-47-85-76-127-57-82-124-157-161-198-28-30-76-30-104 0-37 41-104 116-161 198-29 42-56 85-76 127-19 42-33 84-33 123z m322 95c-52 0-94-43-94-95 0-52 42-94 94-94 52 0 94 42 94 94 0 52-42 95-94 95z m-156-95c0 86 70 156 156 156 86 0 156-70 156-156 0-86-70-155-156-155-86 0-156 69-156 155z" horiz-adv-x="1000" />
|
|
90
|
+
|
|
91
|
+
<glyph glyph-name="info-outline" unicode="" d="M531 100v312h-62v-312h62z m0 396v83h-62v-83h62z m427-146c0-253-205-458-458-458-253 0-458 205-458 458 0 253 205 458 458 458 253 0 458-205 458-458z m-62 0c0 219-177 396-396 396-219 0-396-177-396-396 0-219 177-396 396-396 219 0 396 177 396 396z" horiz-adv-x="1000" />
|
|
92
|
+
|
|
93
|
+
<glyph glyph-name="like-fill" unicode="" d="M154 392c-17-17-29-42-29-71v-234c0-24 12-54 29-70 21-21 46-29 71-29h46v437h-42c-29 0-54-13-75-33z m696 50c-13 16-29 29-46 37-17 8-37 13-54 13h-138v129c0 25-8 46-25 66-16 17-37 34-58 38-21 4-42 4-62-4-21-9-34-25-42-42l-88-192v-499h384c25 0 46 8 62 20 17 13 29 34 38 59l58 266c4 21 4 38 0 59-8 16-17 37-29 50z" horiz-adv-x="1000" />
|
|
94
|
+
|
|
95
|
+
<glyph glyph-name="like-outline" unicode="" d="M229-12h492c25 0 46 8 62 20 17 13 30 34 38 59l58 266c4 21 4 38 0 59-4 20-12 37-25 50-12 16-29 29-46 37-16 8-37 13-54 13h-137v129c0 25-9 46-25 66-17 17-38 34-59 38-20 4-41 4-62-4-21-9-33-25-42-42l-121-250h-79c-29 0-54-12-71-29-21-25-33-50-33-79v-234c0-24 12-54 29-70 21-21 46-29 75-29z m117 375l137 287c4 4 9 8 13 12 4 5 12 5 21 0 8 0 16-8 25-16 4-9 8-17 8-25v-192h200c8 0 21-4 29-8 8-4 17-13 25-17 4-8 13-16 13-25 4-8 4-21 0-29l-59-267c0-8-8-16-12-20-9-5-17-9-25-9h-375v309z m-158-42c0 12 4 21 12 29 8 8 17 13 29 13h54v-313h-54c-12 0-21 4-29 13-8 8-12 16-12 29v229z" horiz-adv-x="1000" />
|
|
96
|
+
|
|
97
|
+
<glyph glyph-name="lock-fill" unicode="" d="M302 475c0 109 89 198 198 198 109 0 198-89 198-198v-94h6c20 0 36-16 36-35v-246c0-40-33-73-73-73h-334c-40 0-73 33-73 73v246c0 19 16 35 36 35h6v94z m63-94h270v94c0 75-60 135-135 135-75 0-135-60-135-135v-94z" horiz-adv-x="1000" />
|
|
98
|
+
|
|
99
|
+
<glyph glyph-name="lock-outline" unicode="" d="M302 475c0 109 89 198 198 198 109 0 198-89 198-198v-94h6c20 0 36-16 36-35v-246c0-40-33-73-73-73h-334c-40 0-73 33-73 73v246c0 19 16 35 36 35h6v94z m63-94h270v94c0 75-60 135-135 135-75 0-135-60-135-135v-94z m-42-62v-219c0-6 5-10 10-10h334c5 0 10 4 10 10v219h-354z" horiz-adv-x="1000" />
|
|
100
|
+
|
|
101
|
+
<glyph glyph-name="magic-outline" unicode="" d="M292 752c11 6 25 6 35-2l99-74 112 52c12 5 25 3 34-5 10-9 13-22 9-34l-40-117 84-91c9-9 11-22 6-34-5-11-16-19-29-18l-87 1 258-447-55-31-258 446-42-76c-7-11-19-17-31-16-12 2-23 10-26 22l-37 118-122 25c-12 2-22 12-24 24-3 12 2 25 12 32l101 71-14 123c-2 13 5 25 15 31z m55-95l9-70c1-11-4-22-13-29l-57-40 68-14c11-2 20-10 24-21l21-67 34 61c5 10 16 16 27 16l70-1-47 51c-8 9-10 21-7 32l23 66-64-30c-10-4-22-3-32 4l-56 42z" horiz-adv-x="1000" />
|
|
102
|
+
|
|
103
|
+
<glyph glyph-name="medal-outline" unicode="" d="M351 756h-281l222-377v-110l-86-86 86-86v-122h122l86-86 86 86h122v122l86 86-86 86v111l222 376h-281l-149-260-149 260z m291-365h-56l-47 48 146 255h135l-178-303z m-181 48l-47-48h-56l-178 303h135l146-255z m-21-110l60 60 60-60h86v-85l60-61-60-60v-85h-86l-60-60-60 60h-86v85l-60 60 60 61v85h86z" horiz-adv-x="1000" />
|
|
104
|
+
|
|
105
|
+
<glyph glyph-name="message-question-outline" unicode="" d="M469 475c0 20 17 38 42 38 24 0 41-18 41-38 0-4-1-6-7-13-3-3-7-6-12-10l-3-2c-6-6-13-12-21-20-9-10-17-21-22-35-5-14-7-29-7-45h62c0 12 2 19 4 24 1 4 4 8 8 13 5 5 11 10 16 15l3 2c5 4 11 9 16 14 13 12 26 30 26 57 0 59-50 100-104 100-53 0-105-40-105-100h63z m11-167v-41h62v41h-62z m353 407c41 0 73-33 73-73v-459c0-40-32-73-73-73h-541l-141-112c-23-19-57-2-57 27v617c0 40 32 73 73 73h666z m11-73c0 5-5 10-11 10h-666c-6 0-11-5-11-10v-560l114 91h563c6 0 11 5 11 10v459z" horiz-adv-x="1000" />
|
|
106
|
+
|
|
107
|
+
<glyph glyph-name="minus" unicode="" d="M167 381h666v-62h-666v62z" horiz-adv-x="1000" />
|
|
108
|
+
|
|
109
|
+
<glyph glyph-name="moon-fill" unicode="" d="M167 359c0-189 153-342 342-342 151 0 279 98 324 234-33-11-69-17-107-17-189 0-342 153-342 342 0 38 6 74 17 107-136-45-234-173-234-324z" horiz-adv-x="1000" />
|
|
110
|
+
|
|
111
|
+
<glyph glyph-name="more-horizontal-fill" unicode="" d="M708 350c0 46 38 83 84 83 46 0 83-37 83-83 0-46-37-83-83-83-46 0-84 37-84 83z m-291 0c0 46 37 83 83 83 46 0 83-37 83-83 0-46-37-83-83-83-46 0-83 37-83 83z m-209 83c-46 0-83-37-83-83 0-46 37-83 83-83 46 0 84 37 84 83 0 46-38 83-84 83z" horiz-adv-x="1000" />
|
|
112
|
+
|
|
113
|
+
<glyph glyph-name="more-horizontal-outline" unicode="" d="M167 290c33 0 60 27 60 60 0 33-27 60-60 60-33 0-60-27-60-60 0-33 27-60 60-60z m333 0c33 0 60 27 60 60 0 33-27 60-60 60-33 0-60-27-60-60 0-33 27-60 60-60z m333 0c-33 0-60 27-60 60 0 33 27 60 60 60 33 0 60-27 60-60 0-33-27-60-60-60z m-541 60c0-69-56-125-125-125-69 0-125 56-125 125 0 69 56 125 125 125 69 0 125-56 125-125z m333 0c0-69-56-125-125-125-69 0-125 56-125 125 0 69 56 125 125 125 69 0 125-56 125-125z m208-125c69 0 125 56 125 125 0 69-56 125-125 125-69 0-125-56-125-125 0-69 56-125 125-125z" horiz-adv-x="1000" />
|
|
114
|
+
|
|
115
|
+
<glyph glyph-name="more-vertical-fill" unicode="" d="M500 558c-46 0-83 38-83 84 0 46 37 83 83 83 46 0 83-37 83-83 0-46-37-84-83-84z m0-291c-46 0-83 37-83 83 0 46 37 83 83 83 46 0 83-37 83-83 0-46-37-83-83-83z m-83-209c0-46 37-83 83-83 46 0 83 37 83 83 0 46-37 84-83 84-46 0-83-38-83-84z" horiz-adv-x="1000" />
|
|
116
|
+
|
|
117
|
+
<glyph glyph-name="pen-outline" unicode="" d="M568 574l-443-443v-156l708 0v62l-489 0 380 381-44 44-425-425h-67v68l424 425-44 44z m206-106l-156 156 71 72c17 16 43 16 59 0l98-98c16-16 16-42 0-59l-72-71z m-72 152l68-68 17 17-68 68-17-17z" horiz-adv-x="1000" />
|
|
118
|
+
|
|
119
|
+
<glyph glyph-name="phone-call-01-outline" unicode="" d="M352 219l188 0c11 0 22-5 30-13l120-122c17-17 16-44 0-60l-119-113-22 8c-115 44-208 134-257 247-24 57-38 119-38 184 0 65 14 127 38 184 49 113 142 203 257 247l22 8 119-113c16-16 17-43 0-60l-120-122c-8-8-19-13-30-13l-188 0c-15-41-23-85-23-131 0-46 8-90 23-131z m36 337l138 0 87 89-59 57c-68-31-126-82-166-146z m0-412c40-64 98-115 166-146l59 57-87 89-138 0z" horiz-adv-x="1000" />
|
|
120
|
+
|
|
121
|
+
<glyph glyph-name="picture-frame-outline" unicode="" d="M552 759l128-128h153c41 0 73-32 73-73v-541c0-41-32-73-73-73h-666c-41 0-73 32-73 73v541c0 41 32 73 73 73h153l128 128c29 29 75 29 104 0z m39-128l-84 84c-4 4-10 4-14 0l-84-84h182z m242-62h-666c-6 0-11-5-11-11v-431l286 357 142-185 62 79 198-252v432c0 6-5 11-11 11z m11-459h-688v-93c0-6 5-11 11-11h666c6 0 11 5 11 11v93z m-117 63l-81 104-63-80-142 186-168-210h454z" horiz-adv-x="1000" />
|
|
122
|
+
|
|
123
|
+
<glyph glyph-name="plus" unicode="" d="M469 381v302h62v-302h302v-62h-302v-302h-62v302h-302v62h302z" horiz-adv-x="1000" />
|
|
124
|
+
|
|
125
|
+
<glyph glyph-name="prohibition-outline" unicode="" d="M917 350c0-230-187-417-417-417-230 0-417 187-417 417 0 230 187 417 417 417 230 0 417-187 417-417z m-212-289l-478 515c-51-62-81-140-81-226 0-196 158-354 354-354 76 0 147 24 205 65z m47 41c63 64 102 151 102 248 0 196-158 354-354 354-87 0-167-31-229-84l481-518z" horiz-adv-x="1000" />
|
|
126
|
+
|
|
127
|
+
<glyph glyph-name="question-mark-fill" unicode="" d="M500-108c253 0 458 205 458 458 0 253-205 458-458 458-253 0-458-205-458-458 0-253 205-458 458-458z m-107 570h-62c0 99 81 169 170 169 90 0 168-71 168-169 0-41-18-69-40-91-9-9-18-18-28-26l0 0 0 0c-1-2-3-3-5-5-11-10-22-20-32-31-22-24-33-50-33-84h-62c0 50 17 91 48 126 13 14 26 26 38 36l5 5c10 8 17 15 24 22 15 16 23 29 23 48 0 62-49 107-106 107-57 0-108-46-108-107z m77-300h63v-62h-63v62z" horiz-adv-x="1000" />
|
|
128
|
+
|
|
129
|
+
<glyph glyph-name="question-mark-outline" unicode="" d="M393 462c0 61 51 107 108 107 57 0 106-45 106-107 0-19-8-32-23-48-7-7-14-14-24-22l-5-5c-12-10-25-22-38-36-31-35-48-76-48-126h62c0 34 11 60 33 84 10 11 21 21 32 31 2 2 4 3 5 5 10 8 19 17 28 26 22 22 40 50 40 91 0 98-78 169-168 169-89 0-170-70-170-169h62z m77-300v-62h63v62h-63z m488 188c0-253-205-458-458-458-253 0-458 205-458 458 0 253 205 458 458 458 253 0 458-205 458-458z m-62 0c0 219-177 396-396 396-219 0-396-177-396-396 0-219 177-396 396-396 219 0 396 177 396 396z" horiz-adv-x="1000" />
|
|
130
|
+
|
|
131
|
+
<glyph glyph-name="refresh" unicode="" d="M759 506c-53 88-149 146-259 146-167 0-302-135-302-302 0-167 135-302 302-302 167 0 302 135 302 302h63c0-201-164-365-365-365-201 0-365 164-365 365 0 201 164 365 365 365 126 0 237-64 302-161v171h63v-281h-282v62h176z" horiz-adv-x="1000" />
|
|
132
|
+
|
|
133
|
+
<glyph glyph-name="reply-outline" unicode="" d="M333 371c-23 0-41 19-41 42 0 23 18 41 41 41 23 0 42-18 42-41 0-23-19-42-42-42z m167 0c23 0 42 19 42 42 0 23-19 41-42 41-23 0-42-18-42-41 0-23 19-42 42-42z m208 42c0-23-18-42-41-42-23 0-42 19-42 42 0 23 19 41 42 41 23 0 41-18 41-41z m84 302c63 0 114-52 114-115v-375c0-63-51-115-114-115h-500l-141-112c-23-19-57-2-57 27v575c0 63 51 115 114 115h584z m52-115c0 29-24 52-52 52h-584c-28 0-52-23-52-52v-518l114 91h522c28 0 52 23 52 52v375z" horiz-adv-x="1000" />
|
|
134
|
+
|
|
135
|
+
<glyph glyph-name="report-outline" unicode="" d="M500 673c-11 0-21-1-31-1v136h62v-136c-10 0-20 1-31 1z m-223 109l79-138c-19-9-37-19-55-30l-78 137 54 31z m500-31l-78-137c-18 11-36 21-55 30l79 138 54-31z m-600-443c0 179 145 323 323 323 178 0 323-144 323-323v-222c31-18 52-52 52-90 0-58-47-104-104-104h-542c-57 0-104 46-104 104 0 38 21 72 52 90v222z m583 0c0 144-116 261-260 261-144 0-260-117-260-261v-208h520v208z m-531-354h542c23 0 42 19 42 42 0 23-19 41-42 41h-542c-23 0-41-18-41-41 0-23 18-42 41-42z" horiz-adv-x="1000" />
|
|
136
|
+
|
|
137
|
+
<glyph glyph-name="search-map-outline" unicode="" d="M625 640l-250 83-259-86c-17-6-29-22-29-40v-616c0-29 28-49 55-40l270 90v600l175-58v-98h75v98l175 58v-239h75v286c0 28-27 48-54 39l-233-77z m-288-555l-175-58v546l175 58v-546z m331 303c-113 0-206-93-206-206 0-114 93-206 206-206 43 0 83 14 116 37l148-148 53 53-148 148c23 33 37 73 37 116 0 113-92 206-206 206z m-131-206c0 72 59 130 131 130 72 0 131-58 131-130 0-72-59-131-131-131-72 0-131 59-131 131z" horiz-adv-x="1000" />
|
|
138
|
+
|
|
139
|
+
<glyph glyph-name="search-outline" unicode="" d="M629 177c-57-48-132-77-212-77-184 0-334 149-334 333 0 184 150 334 334 334 184 0 333-150 333-334 0-80-29-155-77-212l266-266-44-44-266 266z m59 256c0 150-122 271-271 271-150 0-271-121-271-271 0-149 121-271 271-271 149 0 271 122 271 271z" horiz-adv-x="1000" />
|
|
140
|
+
|
|
141
|
+
<glyph glyph-name="settings-outline" unicode="" d="M409 756h182l21-127c27-10 52-25 74-42l120 45 92-158-99-81c2-14 3-28 3-43 0-15-1-29-3-43l99-81-92-158-120 45c-22-17-47-32-74-42l-21-127h-182l-21 127c-27 10-52 25-74 42l-120-45-92 158 99 81c-2 14-3 28-3 43 0 15 1 29 3 43l-99 81 92 158 120-45c22 17 47 32 74 42l21 127z m53-62l-18-112-19-5c-31-11-60-28-85-49l-14-13-105 40-38-66 87-71-4-19c-4-15-6-32-6-49 0-17 2-34 6-49l4-19-87-71 38-66 105 40 15-13c24-22 53-38 84-49l19-5 18-112h76l18 112 19 5c31 11 60 28 85 49l14 13 105-40 38 66-87 71 4 19c4 15 6 32 6 49 0 17-2 34-6 49l-4 19 87 71-38 66-105-40-15 13c-24 22-53 38-84 49l-19 5-18 112h-76z m38-250c-52 0-94-42-94-94 0-52 42-94 94-94 52 0 94 42 94 94 0 52-42 94-94 94z m-156-94c0 86 70 156 156 156 86 0 156-70 156-156 0-86-70-156-156-156-86 0-156 70-156 156z" horiz-adv-x="1000" />
|
|
142
|
+
|
|
143
|
+
<glyph glyph-name="share-outline" unicode="" d="M531 121v508l155-155 44 44-230 230-230-230 44-44 155 155v-508h62z m-333 83h-63v-239h730v239h-63v-177h-604v177z" horiz-adv-x="1000" />
|
|
144
|
+
|
|
145
|
+
<glyph glyph-name="shoppingcart-fill" unicode="" d="M83 694h85l16-66 81-417c7-34 37-59 72-59h536v63h-536c-5 0-9 3-10 8l-13 64h515l115 332c8 23-9 47-33 47h-672l-21 90h-135v-62z m256-761c50 0 90 38 90 84 0 46-40 83-90 83-49 0-89-37-89-83 0-46 40-84 89-84z m0 63c-19 0-26 13-26 21 0 7 7 20 26 20 19 0 27-13 27-20 0-8-8-21-27-21z m447-63c49 0 89 38 89 84 0 46-40 83-89 83-50 0-90-37-90-83 0-46 40-84 90-84z m0 63c-19 0-27 13-27 21 0 7 8 20 27 20 19 0 27-13 27-20 0-8-8-21-27-21z" horiz-adv-x="1000" />
|
|
146
|
+
|
|
147
|
+
<glyph glyph-name="shoppingcart-outline" unicode="" d="M83 694h85l16-66 81-417c7-34 37-59 72-59h536v63h-536c-5 0-9 3-10 8l-13 64h515l115 332c8 23-9 47-33 47h-672l-21 90h-135v-62z m219-344l-49 253h620l-88-253h-483z m64-333c0 7-8 20-27 20-19 0-26-13-26-20 0-8 7-21 26-21 19 0 27 13 27 21z m447 0c0 7-8 20-27 20-19 0-27-13-27-20 0-8 8-21 27-21 19 0 27 13 27 21z m-384 0c0-46-40-84-90-84-49 0-89 38-89 84 0 46 40 83 89 83 50 0 90-37 90-83z m446 0c0-46-40-84-89-84-50 0-90 38-90 84 0 46 40 83 90 83 49 0 89-37 89-83z" horiz-adv-x="1000" />
|
|
148
|
+
|
|
149
|
+
<glyph glyph-name="small-arrow-down" unicode="" d="M500 204l-208 208h416l-208-208z" horiz-adv-x="1000" />
|
|
150
|
+
|
|
151
|
+
<glyph glyph-name="small-arrow-left" unicode="" d="M354 350l209 208 0-416-209 208z" horiz-adv-x="1000" />
|
|
152
|
+
|
|
153
|
+
<glyph glyph-name="small-arrow-right" unicode="" d="M646 350l-208-208v416l208-208z" horiz-adv-x="1000" />
|
|
154
|
+
|
|
155
|
+
<glyph glyph-name="small-arrow-up" unicode="" d="M500 496l208-209h-416l208 209z" horiz-adv-x="1000" />
|
|
156
|
+
|
|
157
|
+
<glyph glyph-name="star-fill" unicode="" d="M529 737c-5 12-17 19-29 19-12 0-24-7-29-19l-94-218-237-22c-12-1-23-10-26-21-4-12-1-25 9-34l178-157-52-232c-3-12 2-24 12-32 10-7 24-8 35-1l204 121 204-121c11-7 25-6 35 1 10 8 15 20 12 32l-52 232 178 157c10 9 13 22 9 34-3 11-14 20-26 21l-237 22-94 218z" horiz-adv-x="1000" />
|
|
158
|
+
|
|
159
|
+
<glyph glyph-name="star-outline" unicode="" d="M500 756c12 0 24-7 29-19l94-218 237-22c12-1 23-10 26-21 4-12 1-25-9-34l-178-157 52-232c3-12-2-24-12-32-10-7-24-8-35-1l-204 121-204-121c-11-7-25-6-35 1-10 8-15 20-12 32l52 232-178 157c-10 9-13 22-9 34 3 11 14 20 26 21l237 22 94 218c5 12 17 19 29 19z m0-110l-73-169c-4-10-14-18-26-19l-183-17 139-121c8-7 12-19 9-30l-40-179 158 93c10 6 22 6 32 0l158-93-40 179c-3 11 1 23 9 30l139 121-183 17c-12 1-22 9-26 19l-73 169z" horiz-adv-x="1000" />
|
|
160
|
+
|
|
161
|
+
<glyph glyph-name="sun-fill" unicode="" d="M469 600v167h62v-167h-62z m0-667v167h62v-167h-62z m31 209c115 0 208 93 208 208 0 115-93 208-208 208-115 0-208-93-208-208 0-115 93-208 208-208z m417 239h-167v-62h167v62z m-667 0h-167v-62h167v62z m449-186l118-118-44-44-118 118 44 44z m-472 472l118-118-44-44-118 118 44 44z m0-634l118 118-44 44-118-118 44-44z m472 472l118 118-44 44-118-118 44-44z" horiz-adv-x="1000" />
|
|
162
|
+
|
|
163
|
+
<glyph glyph-name="system-fill" unicode="" d="M469 600v167h62v-167h-62z m0-667v167h62v-167h-62z m239 417c0-115-93-208-208-208-115 0-208 93-208 208 0 115 93 208 208 208 115 0 208-93 208-208z m-208 146c-81 0-146-65-146-146 0-81 65-146 146-146v292z m-250-115h-167v-62h167v62z m-23 286l118-118-44-44-118 118 44 44z m0-634l118 118-44 44-118-118 44-44z" horiz-adv-x="1000" />
|
|
164
|
+
|
|
165
|
+
<glyph glyph-name="truck-outline" unicode="" d="M125 610c-6 0-10-4-10-10l0-385h47c21 25 52 41 88 41 36 0 67-16 88-41h297v395l-510 0z m511-458h-272c0-3 1-7 1-10 0-64-52-115-115-115-63 0-115 51-115 115 0 3 1 7 1 10h-84l0 448c0 40 33 73 73 73l573 0v-167h129l121-145v-209h-84c0-3 1-7 1-10 0-64-52-115-115-115-63 0-115 51-115 115 0 3 1 7 1 10z m202 63h47v62h-187v-33c16 8 33 12 52 12 36 0 67-16 88-41z m-140 125h187l-87 104h-100v-104z m-448-146c-19 0-36-11-45-26-5-8-7-17-7-26 0-29 23-52 52-52 29 0 52 23 52 52 0 9-2 18-7 26-9 15-26 26-45 26z m500 0c-19 0-36-11-45-26-5-8-7-17-7-26 0-29 23-52 52-52 29 0 52 23 52 52 0 9-2 18-7 26-9 15-26 26-45 26z" horiz-adv-x="1000" />
|
|
166
|
+
|
|
167
|
+
<glyph glyph-name="user-fill" unicode="" d="M500 798c-132 0-240-107-240-240 0-132 108-239 240-239 132 0 240 107 240 239 0 133-108 240-240 240z m0-542c-191 0-351-133-405-314-3-9-1-19 5-27 6-8 15-13 25-13h750c10 0 19 5 25 13 6 8 8 18 5 27-54 181-214 314-405 314z" horiz-adv-x="1000" />
|
|
168
|
+
|
|
169
|
+
<glyph glyph-name="user-outline" unicode="" d="M500 735c-98 0-177-79-177-177 0-97 79-177 177-177 98 0 177 80 177 177 0 98-79 177-177 177z m-240-177c0 133 108 240 240 240 132 0 240-107 240-240 0-132-108-239-240-239-132 0-240 107-240 239z m-91-593h662c-57 135-184 229-331 229-147 0-274-94-331-229z m-74-23c54 181 214 314 405 314 191 0 351-133 405-314 3-9 1-19-5-27-6-8-15-13-25-13h-750c-10 0-19 5-25 13-6 8-8 18-5 27z" horiz-adv-x="1000" />
|
|
170
|
+
|
|
171
|
+
<glyph glyph-name="wallet-outline" unicode="" d="M667 445c-53 0-95-43-95-95 0-52 42-95 95-95 52 0 95 43 95 95 0 52-43 95-95 95z m-30-95c0 17 13 30 30 30 16 0 30-13 30-30 0-17-14-30-30-30-17 0-30 13-30 30z m-429 366c-41 0-74-33-74-74v-584c0-41 33-74 74-74h584c41 0 74 33 74 74v100c25 12 42 38 42 67v250c0 29-17 55-42 67v100c0 41-33 74-74 74h-584z m334-565h259v-93c0-5-4-9-9-9h-584c-5 0-9 4-9 9v584c0 5 4 9 9 9h584c5 0 9-4 9-9v-93h-259c-41 0-75-33-75-74v-250c0-41 34-74 75-74z m-9 324c0 5 4 9 9 9h291c5 0 9-4 9-9v-250c0-5-4-9-9-9h-291c-5 0-9 4-9 9v250z" horiz-adv-x="1000" />
|
|
172
|
+
|
|
173
|
+
<glyph glyph-name="warning-fill" unicode="" d="M500-108c253 0 458 205 458 458 0 253-205 458-458 458-253 0-458-205-458-458 0-253 205-458 458-458z m-31 687h62v-333h-62v333z m0-396h62l0-62h-62l0 62z" horiz-adv-x="1000" />
|
|
174
|
+
|
|
175
|
+
<glyph glyph-name="warning-outline" unicode="" d="M469 579v-333h62v333h-62z m0-396l0-62h62l0 62h-62z m489 167c0-253-205-458-458-458-253 0-458 205-458 458 0 253 205 458 458 458 253 0 458-205 458-458z m-62 0c0 219-177 396-396 396-219 0-396-177-396-396 0-219 177-396 396-396 219 0 396 177 396 396z" horiz-adv-x="1000" />
|
|
176
|
+
|
|
177
|
+
<glyph glyph-name="warning-triangle-fill" unicode="" d="M1000-67l-1000 0 500 834 500-834z m-469 500h-62l0-208h62l0 208z m0-271l-62 0 0-62 62 0 0 62z" horiz-adv-x="1000" />
|
|
178
|
+
|
|
179
|
+
<glyph glyph-name="warning-triangle-outline" unicode="" d="M531 433l0-208h-62l0 208h62z m0-271l0-62-62 0 0 62 62 0z m-31 605l500-834-1000 0 500 834z m0-122l-390-649 780 0-390 649z" horiz-adv-x="1000" />
|
|
180
|
+
|
|
181
|
+
<glyph glyph-name="x" unicode="" d="M544 350l214 214-44 44-214-214-214 214-44-44 214-214-214-214 44-44 214 214 214-214 44 44-214 214z" horiz-adv-x="1000" />
|
|
182
|
+
|
|
183
|
+
<glyph glyph-name="zoom-img" unicode="" d="M865 715h-232l94-94-498-498-94 94v-232h232l-94 94 498 498 94-94v232z" horiz-adv-x="1000" />
|
|
184
|
+
</font>
|
|
185
|
+
</defs>
|
|
186
|
+
</svg>
|
|
Binary file
|
|
Binary file
|
|
Binary file
|