@koobiq/icons 9.0.0 → 9.1.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/CHANGELOG.md +23 -0
- package/fonts/kbq-icons.css +56 -2
- package/fonts/kbq-icons.html +54 -0
- package/fonts/kbq-icons.scss +56 -2
- package/fonts/kbq-icons.ttf +0 -0
- package/fonts/kbq-icons.woff +0 -0
- package/info/kbq-icons-info.json +1 -1
- package/package.json +1 -1
- package/svg/arrow-rotate-right_16.svg +1 -0
- package/svg/chevron-double-down-s_16.svg +1 -0
- package/svg/chevron-double-left-s_16.svg +1 -0
- package/svg/chevron-double-right-s_16.svg +1 -0
- package/svg/chevron-double-up-s_16.svg +1 -0
- package/svg/chevron-down-s_16.svg +1 -1
- package/svg/chevron-left-s_16.svg +1 -1
- package/svg/chevron-right-s_16.svg +1 -1
- package/svg/chevron-up-s_16.svg +1 -1
- package/svg/chevrons-down-up-s_16.svg +1 -0
- package/svg/chevrons-up-down-s_16.svg +1 -0
- package/svg/cloud-badge-key-o_16.svg +1 -0
- package/svg/cloud-badge-key-o_24.svg +1 -0
- package/symbol/sprite.scss +45 -0
- package/symbol/sprite.symbol.html +95 -5
- package/symbol/svg/sprite.symbol.svg +1 -1
package/package.json
CHANGED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="16" height="16" fill="currentColor" viewBox="0 0 16 16"><path fill="currentColor" d="M4.18 11.818a5.4 5.4 0 1 1 7.637 0l-.947-.946a.2.2 0 0 0-.336.096l-.908 3.933a.2.2 0 0 0 .24.24l3.933-.908a.2.2 0 0 0 .097-.336l-.276-.275-.672-.672a7 7 0 1 0-5.802 1.998.196.196 0 0 0 .214-.15l.31-1.29a.102.102 0 0 0-.092-.124 5.38 5.38 0 0 1-3.398-1.566"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="16" height="16" fill="currentColor" viewBox="0 0 16 16"><g fill="currentColor"><path d="m8 6.03 3.809-3.722a.203.203 0 0 1 .285 0l.845.83c.081.08.081.21 0 .29L8.142 8.12a.203.203 0 0 1-.284 0L3.06 3.428a.2.2 0 0 1 0-.29l.846-.83a.203.203 0 0 1 .284 0z"/><path d="m8 11.6 3.809-3.722a.203.203 0 0 1 .285 0l.845.83c.081.08.081.21 0 .29L8.142 13.69a.203.203 0 0 1-.284 0L3.06 8.998a.2.2 0 0 1 0-.29l.846-.83a.203.203 0 0 1 .284 0z"/></g></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="16" height="16" fill="currentColor" viewBox="0 0 16 16"><g fill="currentColor"><path d="m9.969 8 3.722-3.81a.203.203 0 0 0 0-.284l-.83-.846a.2.2 0 0 0-.29 0L7.88 7.857a.203.203 0 0 0 0 .284l4.693 4.797c.079.081.209.081.288 0l.831-.845a.203.203 0 0 0 0-.285z"/><path d="M4.399 8 8.12 4.19a.203.203 0 0 0 0-.284l-.83-.846a.2.2 0 0 0-.29 0L2.31 7.857a.203.203 0 0 0 0 .284l4.692 4.797c.08.081.21.081.29 0l.83-.845a.203.203 0 0 0 0-.285z"/></g></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="16" height="16" fill="currentColor" viewBox="0 0 16 16"><g fill="currentColor"><path d="M6.031 8 2.31 4.19a.203.203 0 0 1 0-.284l.83-.846c.08-.081.21-.081.29 0L8.12 7.857a.203.203 0 0 1 0 .284l-4.693 4.797c-.079.081-.209.081-.288 0l-.831-.845a.203.203 0 0 1 0-.285z"/><path d="M11.601 8 7.88 4.19a.203.203 0 0 1 0-.284l.83-.846c.08-.081.21-.081.29 0l4.692 4.797a.203.203 0 0 1 0 .284l-4.692 4.797c-.08.081-.21.081-.29 0l-.83-.845a.203.203 0 0 1 0-.285z"/></g></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="16" height="16" fill="currentColor" viewBox="0 0 16 16"><g fill="currentColor"><path d="m8 9.968 3.809 3.722a.203.203 0 0 0 .285 0l.845-.83c.081-.08.081-.21 0-.29L8.142 7.879a.203.203 0 0 0-.284 0L3.06 12.571c-.081.079-.081.21 0 .289l.846.83a.203.203 0 0 0 .284 0z"/><path d="m8 4.398 3.809 3.722a.203.203 0 0 0 .285 0l.845-.83c.081-.08.081-.21 0-.29L8.142 2.309a.203.203 0 0 0-.284 0L3.06 7.001c-.081.079-.081.21 0 .289l.846.83a.203.203 0 0 0 .284 0z"/></g></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg width="16" height="16" fill="currentColor" viewBox="0 0 16 16"><path fill="currentColor" d="
|
|
1
|
+
<svg width="16" height="16" fill="currentColor" viewBox="0 0 16 16"><path fill="currentColor" d="m8 8.85 3.809-3.722a.203.203 0 0 1 .285 0l.845.83c.081.08.081.21 0 .29L8.142 10.94a.203.203 0 0 1-.284 0L3.06 6.248a.2.2 0 0 1 0-.29l.846-.83a.203.203 0 0 1 .284 0z"/></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg width="16" height="16" fill="currentColor" viewBox="0 0 16 16"><path fill="currentColor" d="m7.
|
|
1
|
+
<svg width="16" height="16" fill="currentColor" viewBox="0 0 16 16"><path fill="currentColor" d="m7.148 8 3.722 3.809a.203.203 0 0 1 0 .285l-.83.845c-.08.081-.21.081-.29 0L5.059 8.142a.203.203 0 0 1 0-.284L9.751 3.06c.079-.081.21-.081.289 0l.83.846a.203.203 0 0 1 0 .284z"/></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg width="16" height="16" fill="currentColor" viewBox="0 0 16 16"><path fill="currentColor" d="M8.
|
|
1
|
+
<svg width="16" height="16" fill="currentColor" viewBox="0 0 16 16"><path fill="currentColor" d="M8.852 8 5.13 11.809a.203.203 0 0 0 0 .285l.83.845c.08.081.21.081.29 0l4.692-4.797a.203.203 0 0 0 0-.284L6.249 3.06a.2.2 0 0 0-.288 0l-.831.846a.203.203 0 0 0 0 .284z"/></svg>
|
package/svg/chevron-up-s_16.svg
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg width="16" height="16" fill="currentColor" viewBox="0 0 16 16"><path fill="currentColor" d="
|
|
1
|
+
<svg width="16" height="16" fill="currentColor" viewBox="0 0 16 16"><path fill="currentColor" d="M8 7.148 4.191 10.87a.203.203 0 0 1-.284 0l-.846-.83a.2.2 0 0 1 0-.29l4.797-4.692a.203.203 0 0 1 .284 0l4.797 4.693c.081.079.081.21 0 .289l-.845.83a.203.203 0 0 1-.285 0z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="16" height="16" fill="currentColor" viewBox="0 0 16 16"><g fill="currentColor"><path d="M11.809 1.058 8 4.78 4.191 1.058a.203.203 0 0 0-.284 0l-.846.83c-.081.08-.081.21 0 .29L7.858 6.87a.203.203 0 0 0 .284 0l4.797-4.692c.081-.08.081-.21 0-.29l-.845-.83a.203.203 0 0 0-.285 0M4.191 14.94 8 11.218l3.809 3.722a.203.203 0 0 0 .285 0l.845-.83c.081-.08.081-.21 0-.29L8.142 9.129a.203.203 0 0 0-.284 0L3.06 13.821c-.081.079-.081.21 0 .289l.845.83a.203.203 0 0 0 .285 0"/></g></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="16" height="16" fill="currentColor" viewBox="0 0 16 16"><path fill="currentColor" d="M4.191 6.87 8 3.148l3.809 3.722a.203.203 0 0 0 .285 0l.845-.83c.081-.08.081-.21 0-.29L8.142 1.059a.203.203 0 0 0-.284 0L3.06 5.751c-.081.079-.081.21 0 .289l.846.83a.203.203 0 0 0 .284 0m7.618 2.26L8 12.852 4.191 9.13a.203.203 0 0 0-.284 0l-.846.83c-.081.08-.081.21 0 .29l4.797 4.692a.203.203 0 0 0 .284 0l4.797-4.693c.081-.079.081-.21 0-.289l-.845-.83a.203.203 0 0 0-.285 0"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="16" height="16" fill="currentColor" viewBox="0 0 16 16"><g fill="currentColor"><path d="M11.225 5.92 11.587 7l.736.008a4 4 0 0 1 .571.014 4.2 4.2 0 0 1 3.102 1.853 3.294 3.294 0 0 0-3.253-3.463 5.002 5.002 0 0 0-9.225-.63A3.61 3.61 0 0 0 3 11.95v-1.643a2.01 2.01 0 0 1 .557-3.924l.965-.024.429-.865a3.4 3.4 0 0 1 6.274.427"/><path d="M4.2 10.599v3.402c0 .11.09.2.2.2h1.2a.2.2 0 0 0 .2-.2v-2.002H7v2.002c0 .11.09.2.2.2h1.2a.2.2 0 0 0 .2-.2v-2.002h1.53a2.501 2.501 0 1 0 .002-1.6H4.4a.2.2 0 0 0-.2.2m7.4.605a.9.9 0 1 1 1.8 0 .9.9 0 0 1-1.8 0"/></g></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="24" height="24" fill="currentColor" viewBox="0 0 24 24"><g fill="currentColor"><path d="m16.838 8.88.542 1.62 1.105.011a6.5 6.5 0 0 1 .857.022 6.3 6.3 0 0 1 4.652 2.78 4.941 4.941 0 0 0-4.88-5.195 7.503 7.503 0 0 0-13.838-.945 5.414 5.414 0 0 0-.776 10.75V15.46a3.015 3.015 0 0 1 .836-5.886l1.448-.037.643-1.297a5.103 5.103 0 0 1 9.411.64"/><path d="M6.3 15.899a.3.3 0 0 1 .3-.3h8.599a3.751 3.751 0 0 1 7.301 1.207 3.75 3.75 0 0 1-7.306 1.192H12.9v3.003a.3.3 0 0 1-.3.3h-1.8a.3.3 0 0 1-.3-.3v-3.003H8.7v3.003a.3.3 0 0 1-.3.3H6.6a.3.3 0 0 1-.3-.3zm11.1.907a1.35 1.35 0 1 0 2.7 0 1.35 1.35 0 0 0-2.7 0"/></g></svg>
|
package/symbol/sprite.scss
CHANGED
|
@@ -243,6 +243,11 @@
|
|
|
243
243
|
height: 16px;
|
|
244
244
|
}
|
|
245
245
|
|
|
246
|
+
.kbq-arrow-rotate-right_16-dims {
|
|
247
|
+
width: 16px;
|
|
248
|
+
height: 16px;
|
|
249
|
+
}
|
|
250
|
+
|
|
246
251
|
.kbq-arrow-turn-down-left_16-dims {
|
|
247
252
|
width: 16px;
|
|
248
253
|
height: 16px;
|
|
@@ -918,21 +923,41 @@
|
|
|
918
923
|
height: 16px;
|
|
919
924
|
}
|
|
920
925
|
|
|
926
|
+
.kbq-chevron-double-down-s_16-dims {
|
|
927
|
+
width: 16px;
|
|
928
|
+
height: 16px;
|
|
929
|
+
}
|
|
930
|
+
|
|
921
931
|
.kbq-chevron-double-down_16-dims {
|
|
922
932
|
width: 16px;
|
|
923
933
|
height: 16px;
|
|
924
934
|
}
|
|
925
935
|
|
|
936
|
+
.kbq-chevron-double-left-s_16-dims {
|
|
937
|
+
width: 16px;
|
|
938
|
+
height: 16px;
|
|
939
|
+
}
|
|
940
|
+
|
|
926
941
|
.kbq-chevron-double-left_16-dims {
|
|
927
942
|
width: 16px;
|
|
928
943
|
height: 16px;
|
|
929
944
|
}
|
|
930
945
|
|
|
946
|
+
.kbq-chevron-double-right-s_16-dims {
|
|
947
|
+
width: 16px;
|
|
948
|
+
height: 16px;
|
|
949
|
+
}
|
|
950
|
+
|
|
931
951
|
.kbq-chevron-double-right_16-dims {
|
|
932
952
|
width: 16px;
|
|
933
953
|
height: 16px;
|
|
934
954
|
}
|
|
935
955
|
|
|
956
|
+
.kbq-chevron-double-up-s_16-dims {
|
|
957
|
+
width: 16px;
|
|
958
|
+
height: 16px;
|
|
959
|
+
}
|
|
960
|
+
|
|
936
961
|
.kbq-chevron-double-up_16-dims {
|
|
937
962
|
width: 16px;
|
|
938
963
|
height: 16px;
|
|
@@ -1038,6 +1063,11 @@
|
|
|
1038
1063
|
height: 32px;
|
|
1039
1064
|
}
|
|
1040
1065
|
|
|
1066
|
+
.kbq-chevrons-down-up-s_16-dims {
|
|
1067
|
+
width: 16px;
|
|
1068
|
+
height: 16px;
|
|
1069
|
+
}
|
|
1070
|
+
|
|
1041
1071
|
.kbq-chevrons-down-up_16-dims {
|
|
1042
1072
|
width: 16px;
|
|
1043
1073
|
height: 16px;
|
|
@@ -1048,6 +1078,11 @@
|
|
|
1048
1078
|
height: 16px;
|
|
1049
1079
|
}
|
|
1050
1080
|
|
|
1081
|
+
.kbq-chevrons-up-down-s_16-dims {
|
|
1082
|
+
width: 16px;
|
|
1083
|
+
height: 16px;
|
|
1084
|
+
}
|
|
1085
|
+
|
|
1051
1086
|
.kbq-chevrons-up-down_16-dims {
|
|
1052
1087
|
width: 16px;
|
|
1053
1088
|
height: 16px;
|
|
@@ -1168,6 +1203,16 @@
|
|
|
1168
1203
|
height: 16px;
|
|
1169
1204
|
}
|
|
1170
1205
|
|
|
1206
|
+
.kbq-cloud-badge-key-o_16-dims {
|
|
1207
|
+
width: 16px;
|
|
1208
|
+
height: 16px;
|
|
1209
|
+
}
|
|
1210
|
+
|
|
1211
|
+
.kbq-cloud-badge-key-o_24-dims {
|
|
1212
|
+
width: 24px;
|
|
1213
|
+
height: 24px;
|
|
1214
|
+
}
|
|
1215
|
+
|
|
1171
1216
|
.kbq-cloud-o_16-dims {
|
|
1172
1217
|
width: 16px;
|
|
1173
1218
|
height: 16px;
|
|
@@ -155,6 +155,7 @@ They might well be outsourced to an external stylesheet of course.
|
|
|
155
155
|
.kbq-arrow-rotate-left_16-dims { width: 16px; height: 16px; }
|
|
156
156
|
.kbq-arrow-rotate-left_24-dims { width: 24px; height: 24px; }
|
|
157
157
|
.kbq-arrow-rotate-right-dot_16-dims { width: 16px; height: 16px; }
|
|
158
|
+
.kbq-arrow-rotate-right_16-dims { width: 16px; height: 16px; }
|
|
158
159
|
.kbq-arrow-turn-down-left_16-dims { width: 16px; height: 16px; }
|
|
159
160
|
.kbq-arrow-turn-down-right_16-dims { width: 16px; height: 16px; }
|
|
160
161
|
.kbq-arrow-up-arrow-down-dot_16-dims { width: 16px; height: 16px; }
|
|
@@ -290,9 +291,13 @@ They might well be outsourced to an external stylesheet of course.
|
|
|
290
291
|
.kbq-chevron-circle-left_16-dims { width: 16px; height: 16px; }
|
|
291
292
|
.kbq-chevron-circle-right_16-dims { width: 16px; height: 16px; }
|
|
292
293
|
.kbq-chevron-circle-up_16-dims { width: 16px; height: 16px; }
|
|
294
|
+
.kbq-chevron-double-down-s_16-dims { width: 16px; height: 16px; }
|
|
293
295
|
.kbq-chevron-double-down_16-dims { width: 16px; height: 16px; }
|
|
296
|
+
.kbq-chevron-double-left-s_16-dims { width: 16px; height: 16px; }
|
|
294
297
|
.kbq-chevron-double-left_16-dims { width: 16px; height: 16px; }
|
|
298
|
+
.kbq-chevron-double-right-s_16-dims { width: 16px; height: 16px; }
|
|
295
299
|
.kbq-chevron-double-right_16-dims { width: 16px; height: 16px; }
|
|
300
|
+
.kbq-chevron-double-up-s_16-dims { width: 16px; height: 16px; }
|
|
296
301
|
.kbq-chevron-double-up_16-dims { width: 16px; height: 16px; }
|
|
297
302
|
.kbq-chevron-down-s_16-dims { width: 16px; height: 16px; }
|
|
298
303
|
.kbq-chevron-down-s_24-dims { width: 24px; height: 24px; }
|
|
@@ -314,8 +319,10 @@ They might well be outsourced to an external stylesheet of course.
|
|
|
314
319
|
.kbq-chevron-up_16-dims { width: 16px; height: 16px; }
|
|
315
320
|
.kbq-chevron-up_24-dims { width: 24px; height: 24px; }
|
|
316
321
|
.kbq-chevron-up_32-dims { width: 32px; height: 32px; }
|
|
322
|
+
.kbq-chevrons-down-up-s_16-dims { width: 16px; height: 16px; }
|
|
317
323
|
.kbq-chevrons-down-up_16-dims { width: 16px; height: 16px; }
|
|
318
324
|
.kbq-chevrons-expand_16-dims { width: 16px; height: 16px; }
|
|
325
|
+
.kbq-chevrons-up-down-s_16-dims { width: 16px; height: 16px; }
|
|
319
326
|
.kbq-chevrons-up-down_16-dims { width: 16px; height: 16px; }
|
|
320
327
|
.kbq-circle-dot-o_16-dims { width: 16px; height: 16px; }
|
|
321
328
|
.kbq-circle-dot_16-dims { width: 16px; height: 16px; }
|
|
@@ -340,6 +347,8 @@ They might well be outsourced to an external stylesheet of course.
|
|
|
340
347
|
.kbq-cloud-badge-globe-o_16-dims { width: 16px; height: 16px; }
|
|
341
348
|
.kbq-cloud-badge-globe-o_24-dims { width: 24px; height: 24px; }
|
|
342
349
|
.kbq-cloud-badge-globe_16-dims { width: 16px; height: 16px; }
|
|
350
|
+
.kbq-cloud-badge-key-o_16-dims { width: 16px; height: 16px; }
|
|
351
|
+
.kbq-cloud-badge-key-o_24-dims { width: 24px; height: 24px; }
|
|
343
352
|
.kbq-cloud-o_16-dims { width: 16px; height: 16px; }
|
|
344
353
|
.kbq-cloud-o_24-dims { width: 24px; height: 24px; }
|
|
345
354
|
.kbq-cloud_16-dims { width: 16px; height: 16px; }
|
|
@@ -786,6 +795,7 @@ for further details on how to create this embeddable sprite variant.
|
|
|
786
795
|
<symbol fill="currentColor" viewBox="0 0 16 16" id="arrow-rotate-left_16"><path d="M11.817 11.83a5.4 5.4 0 1 0-7.637 0l.947-.947a.2.2 0 0 1 .336.096l.907 3.933a.2.2 0 0 1-.24.24l-3.932-.908a.2.2 0 0 1-.097-.336l.276-.275.672-.672A7 7 0 1 1 8.85 14.96a.196.196 0 0 1-.213-.15l-.31-1.29a.102.102 0 0 1 .092-.124 5.38 5.38 0 0 0 3.398-1.565"/></symbol>
|
|
787
796
|
<symbol fill="currentColor" viewBox="0 0 24 24" id="arrow-rotate-left_24"><path d="M17.725 17.744a8.1 8.1 0 1 0-11.455 0l1.42-1.42a.3.3 0 0 1 .504.145l1.362 5.9a.3.3 0 0 1-.36.359l-5.9-1.361a.3.3 0 0 1-.144-.505l.414-.412 1.007-1.008c-4.1-4.1-4.1-10.75 0-14.85s10.749-4.1 14.85 0 4.1 10.749 0 14.85a10.46 10.46 0 0 1-6.147 2.997.294.294 0 0 1-.32-.225l-.465-1.935a.153.153 0 0 1 .137-.187 8.07 8.07 0 0 0 5.097-2.348"/></symbol>
|
|
788
797
|
<symbol fill="currentColor" viewBox="0 0 16 16" id="arrow-rotate-right-dot_16"><path d="M13.095 6.007a3.188 3.188 0 0 0 1.29-.874 7.001 7.001 0 0 1-12.32 6.584A7 7 0 0 1 4.292 2.07l.007-.004-.507-.813-.207-.33a.2.2 0 0 1 .17-.306H7.79a.2.2 0 0 1 .18.288L6.2 4.534a.2.2 0 0 1-.349.018l-.705-1.128-.007.004a5.4 5.4 0 1 0 7.888 2.603z"/><path d="M12.685 4.88A2.01 2.01 0 0 0 14 3a2 2 0 1 0-1.315 1.88"/></symbol>
|
|
798
|
+
<symbol fill="currentColor" viewBox="0 0 16 16" id="arrow-rotate-right_16"><path d="M4.18 11.818a5.4 5.4 0 1 1 7.637 0l-.947-.946a.2.2 0 0 0-.336.096l-.908 3.933a.2.2 0 0 0 .24.24l3.933-.908a.2.2 0 0 0 .097-.336l-.276-.275-.672-.672a7 7 0 1 0-5.802 1.998.196.196 0 0 0 .214-.15l.31-1.29a.102.102 0 0 0-.092-.124 5.38 5.38 0 0 1-3.398-1.566"/></symbol>
|
|
789
799
|
<symbol fill="currentColor" viewBox="0 0 16 16" id="arrow-turn-down-left_16"><path d="M12.389 2.2c0-.11.09-.2.2-.2h1.21a.2.2 0 0 1 .201.2v8.412a.2.2 0 0 1-.201.2H5l2.511 2.496a.2.2 0 0 1 0 .284l-.854.85a.2.2 0 0 1-.285 0l-4.314-4.29a.2.2 0 0 1 0-.283l4.314-4.288a.2.2 0 0 1 .285 0l.854.85a.2.2 0 0 1 0 .283L5.002 9.21h7.387z"/></symbol>
|
|
790
800
|
<symbol fill="currentColor" viewBox="0 0 16 16" id="arrow-turn-down-right_16"><path d="M3.612 2.2A.2.2 0 0 0 3.41 2H2.201A.2.2 0 0 0 2 2.2v8.412c0 .11.09.2.201.2H11l-2.511 2.496a.2.2 0 0 0 0 .284l.854.85a.2.2 0 0 0 .285 0l4.314-4.29a.2.2 0 0 0 0-.283L9.627 5.581a.2.2 0 0 0-.285 0l-.854.85a.2.2 0 0 0 0 .283l2.51 2.496H3.613z"/></symbol>
|
|
791
801
|
<symbol fill="currentColor" viewBox="0 0 16 16" id="arrow-up-arrow-down-dot_16"><path d="M10.662 5.185v6.8l-2.52-2.523a.2.2 0 0 0-.285 0L7 10.32a.203.203 0 0 0 0 .287l4.327 4.334c.08.079.207.079.286 0l4.328-4.334a.203.203 0 0 0 0-.287l-.858-.858a.2.2 0 0 0-.285 0l-2.52 2.522V6.118a3.2 3.2 0 0 1-1.616-.933"/><path d="M9 5.393a.203.203 0 0 1 0 .287l-.857.858a.2.2 0 0 1-.286 0L5.338 4.016v10.36c0 .111-.09.202-.202.202H3.923a.2.2 0 0 1-.202-.202V4.016L1.202 6.538a.2.2 0 0 1-.285 0L.059 5.68a.203.203 0 0 1 0-.287L4.387 1.06a.2.2 0 0 1 .286 0zM15 3a2 2 0 1 1-4 0 2 2 0 0 1 4 0"/></symbol>
|
|
@@ -921,32 +931,38 @@ for further details on how to create this embeddable sprite variant.
|
|
|
921
931
|
<symbol fill="currentColor" viewBox="0 0 16 16" id="chevron-circle-left_16"><path d="M1 8a7 7 0 1 0 14 0A7 7 0 0 0 1 8m8.19-3.783.566.566a.2.2 0 0 1 0 .283L6.822 8l2.934 2.934a.2.2 0 0 1 0 .283l-.565.566a.2.2 0 0 1-.283 0L5.69 8.566l-.014-.016-.41-.41a.2.2 0 0 1 0-.283l.565-.566.015-.013 3.06-3.06a.2.2 0 0 1 .284 0"/></symbol>
|
|
922
932
|
<symbol fill="currentColor" viewBox="0 0 16 16" id="chevron-circle-right_16"><path d="M15 8A7 7 0 1 0 1 8a7 7 0 0 0 14 0m-8.19 3.783-.566-.566a.2.2 0 0 1 0-.283L9.178 8 6.244 5.066a.2.2 0 0 1 0-.283l.565-.566a.2.2 0 0 1 .283 0l3.217 3.217.014.016.41.41a.2.2 0 0 1 0 .283l-.565.566-.015.013-3.06 3.06a.2.2 0 0 1-.284 0"/></symbol>
|
|
923
933
|
<symbol fill="currentColor" viewBox="0 0 16 16" id="chevron-circle-up_16"><path d="M8 1a7 7 0 1 0 0 14A7 7 0 0 0 8 1m3.783 8.19-.566.566a.2.2 0 0 1-.283 0L8 6.822 5.066 9.756a.2.2 0 0 1-.283 0l-.566-.565a.2.2 0 0 1 0-.283L7.434 5.69l.016-.014.41-.41a.2.2 0 0 1 .283 0l.566.565.013.015 3.06 3.06a.2.2 0 0 1 0 .284"/></symbol>
|
|
934
|
+
<symbol fill="currentColor" viewBox="0 0 16 16" id="chevron-double-down-s_16"><path d="m8 6.03 3.809-3.722a.203.203 0 0 1 .285 0l.845.83c.081.08.081.21 0 .29L8.142 8.12a.203.203 0 0 1-.284 0L3.06 3.428a.2.2 0 0 1 0-.29l.846-.83a.203.203 0 0 1 .284 0z"/><path d="m8 11.6 3.809-3.722a.203.203 0 0 1 .285 0l.845.83c.081.08.081.21 0 .29L8.142 13.69a.203.203 0 0 1-.284 0L3.06 8.998a.2.2 0 0 1 0-.29l.846-.83a.203.203 0 0 1 .284 0z"/></symbol>
|
|
924
935
|
<symbol fill="currentColor" viewBox="0 0 16 16" id="chevron-double-down_16"><path d="m8 6.78 4.809-4.722a.203.203 0 0 1 .285 0l.845.83c.081.08.081.21 0 .29L8.142 8.87a.203.203 0 0 1-.284 0L2.06 3.178a.2.2 0 0 1 0-.29l.846-.83a.203.203 0 0 1 .284 0z"/><path d="m8 12.352 4.809-4.722a.203.203 0 0 1 .285 0l.845.83c.081.08.081.21 0 .29l-5.797 5.692a.203.203 0 0 1-.284 0L2.06 8.749a.2.2 0 0 1 0-.289l.846-.83a.203.203 0 0 1 .284 0z"/></symbol>
|
|
936
|
+
<symbol fill="currentColor" viewBox="0 0 16 16" id="chevron-double-left-s_16"><path d="m9.969 8 3.722-3.81a.203.203 0 0 0 0-.284l-.83-.846a.2.2 0 0 0-.29 0L7.88 7.857a.203.203 0 0 0 0 .284l4.693 4.797a.201.201 0 0 0 .288 0l.831-.845a.203.203 0 0 0 0-.285z"/><path d="M4.399 8 8.12 4.19a.203.203 0 0 0 0-.284l-.83-.846a.2.2 0 0 0-.29 0L2.31 7.857a.203.203 0 0 0 0 .284l4.692 4.797c.08.081.21.081.29 0l.83-.845a.203.203 0 0 0 0-.285z"/></symbol>
|
|
925
937
|
<symbol fill="currentColor" viewBox="0 0 16 16" id="chevron-double-left_16"><path d="m9.22 8 4.722 4.809a.203.203 0 0 1 0 .285l-.83.845a.203.203 0 0 1-.29 0L7.13 8.142a.203.203 0 0 1 0-.284l5.692-5.797a.203.203 0 0 1 .29 0l.83.846a.203.203 0 0 1 0 .284z"/><path d="m3.648 8 4.722 4.809a.203.203 0 0 1 0 .285l-.83.845a.203.203 0 0 1-.29 0L1.559 8.142a.203.203 0 0 1 0-.284L7.251 2.06a.202.202 0 0 1 .289 0l.83.846a.203.203 0 0 1 0 .284z"/></symbol>
|
|
938
|
+
<symbol fill="currentColor" viewBox="0 0 16 16" id="chevron-double-right-s_16"><path d="M6.031 8 2.31 4.19a.203.203 0 0 1 0-.284l.83-.846a.203.203 0 0 1 .29 0l4.69 4.797a.203.203 0 0 1 0 .284l-4.693 4.797a.201.201 0 0 1-.288 0l-.831-.845a.203.203 0 0 1 0-.285z"/><path d="M11.601 8 7.88 4.19a.203.203 0 0 1 0-.284l.83-.846a.203.203 0 0 1 .29 0l4.692 4.797a.203.203 0 0 1 0 .284L9 12.938a.203.203 0 0 1-.29 0l-.83-.845a.203.203 0 0 1 0-.285z"/></symbol>
|
|
926
939
|
<symbol fill="currentColor" viewBox="0 0 16 16" id="chevron-double-right_16"><path d="M6.78 8 2.058 3.191a.203.203 0 0 1 0-.284l.83-.846a.203.203 0 0 1 .29 0L8.87 7.858a.203.203 0 0 1 0 .284L3.178 13.94a.203.203 0 0 1-.29 0l-.83-.845a.203.203 0 0 1 0-.285z"/><path d="M12.352 8 7.63 3.191a.203.203 0 0 1 0-.284l.83-.846a.203.203 0 0 1 .29 0l5.692 5.797a.203.203 0 0 1 0 .284L8.749 13.94a.202.202 0 0 1-.289 0l-.83-.845a.203.203 0 0 1 0-.285z"/></symbol>
|
|
940
|
+
<symbol fill="currentColor" viewBox="0 0 16 16" id="chevron-double-up-s_16"><path d="m8 9.968 3.809 3.722a.203.203 0 0 0 .285 0l.845-.83a.203.203 0 0 0 0-.29L8.142 7.879a.203.203 0 0 0-.284 0L3.06 12.571a.202.202 0 0 0 0 .289l.846.83a.203.203 0 0 0 .284 0z"/><path d="m8 4.398 3.809 3.722a.203.203 0 0 0 .285 0l.845-.83a.203.203 0 0 0 0-.29L8.142 2.309a.203.203 0 0 0-.284 0L3.06 7.001a.202.202 0 0 0 0 .289l.846.83a.203.203 0 0 0 .284 0z"/></symbol>
|
|
927
941
|
<symbol fill="currentColor" viewBox="0 0 16 16" id="chevron-double-up_16"><path d="m8 9.22-4.809 4.722a.203.203 0 0 1-.284 0l-.846-.83a.2.2 0 0 1 0-.29L7.858 7.13a.203.203 0 0 1 .284 0l5.797 5.692c.081.08.081.21 0 .29l-.845.83a.203.203 0 0 1-.285 0z"/><path d="M8 3.648 3.191 8.37a.203.203 0 0 1-.284 0l-.846-.83a.2.2 0 0 1 0-.29l5.797-5.692a.203.203 0 0 1 .284 0l5.797 5.693a.202.202 0 0 1 0 .289l-.845.83a.203.203 0 0 1-.285 0z"/></symbol>
|
|
928
|
-
<symbol fill="currentColor" viewBox="0 0 16 16" id="chevron-down-s_16"><path d="
|
|
942
|
+
<symbol fill="currentColor" viewBox="0 0 16 16" id="chevron-down-s_16"><path d="m8 8.85 3.809-3.722a.203.203 0 0 1 .285 0l.845.83c.081.08.081.21 0 .29L8.142 10.94a.203.203 0 0 1-.284 0L3.06 6.248a.2.2 0 0 1 0-.29l.846-.83a.203.203 0 0 1 .284 0z"/></symbol>
|
|
929
943
|
<symbol fill="currentColor" viewBox="0 0 24 24" id="chevron-down-s_24"><path d="M12 12.87 7.037 7.963a.3.3 0 0 0-.427 0L5.34 9.222a.31.31 0 0 0 0 .438l6.446 6.377a.3.3 0 0 0 .426 0L18.66 9.66a.31.31 0 0 0 0-.438l-1.27-1.259a.3.3 0 0 0-.427 0z"/></symbol>
|
|
930
944
|
<symbol fill="currentColor" viewBox="0 0 16 16" id="chevron-down_16"><path d="m8 9.33 4.809-4.771a.2.2 0 0 1 .285 0l.845.839a.206.206 0 0 1 0 .292l-5.797 5.75a.2.2 0 0 1-.284 0L2.06 5.69a.206.206 0 0 1 0-.292l.846-.84a.2.2 0 0 1 .284 0z"/></symbol>
|
|
931
945
|
<symbol fill="currentColor" viewBox="0 0 24 24" id="chevron-down_24"><path d="m12 13.995 7.214-7.157a.3.3 0 0 1 .426 0l1.269 1.259a.31.31 0 0 1 0 .438l-8.696 8.627a.3.3 0 0 1-.426 0L3.09 8.535a.31.31 0 0 1 0-.438l1.27-1.259a.3.3 0 0 1 .427 0z"/></symbol>
|
|
932
946
|
<symbol fill="currentColor" viewBox="0 0 32 32" id="chevron-down_32"><path d="m24 10 2 2-10 10L6 12l2-2 8 8z"/></symbol>
|
|
933
|
-
<symbol fill="currentColor" viewBox="0 0 16 16" id="chevron-left-s_16"><path d="m7.
|
|
947
|
+
<symbol fill="currentColor" viewBox="0 0 16 16" id="chevron-left-s_16"><path d="m7.148 8 3.722 3.809a.203.203 0 0 1 0 .285l-.83.845a.203.203 0 0 1-.29 0L5.059 8.142a.203.203 0 0 1 0-.284L9.751 3.06a.202.202 0 0 1 .289 0l.83.846a.203.203 0 0 1 0 .284z"/></symbol>
|
|
934
948
|
<symbol fill="currentColor" viewBox="0 0 24 24" id="chevron-left-s_24"><path d="m11.13 12 4.907-4.963a.3.3 0 0 0 0-.427l-1.259-1.27a.31.31 0 0 0-.438 0l-6.377 6.446a.3.3 0 0 0 0 .426l6.377 6.446a.31.31 0 0 0 .438 0l1.259-1.269a.3.3 0 0 0 0-.427z"/></symbol>
|
|
935
949
|
<symbol fill="currentColor" viewBox="0 0 16 16" id="chevron-left_16"><path d="m6.67 8 4.771 4.809a.2.2 0 0 1 0 .285l-.839.845a.206.206 0 0 1-.292 0L4.56 8.142a.2.2 0 0 1 0-.284l5.75-5.798a.206.206 0 0 1 .292 0l.84.846a.2.2 0 0 1 0 .284z"/></symbol>
|
|
936
950
|
<symbol fill="currentColor" viewBox="0 0 24 24" id="chevron-left_24"><path d="m10.005 12 7.157 7.214a.3.3 0 0 1 0 .426l-1.259 1.269a.31.31 0 0 1-.438 0l-8.627-8.696a.3.3 0 0 1 0-.426l8.627-8.696a.31.31 0 0 1 .438 0l1.259 1.269a.3.3 0 0 1 0 .427z"/></symbol>
|
|
937
951
|
<symbol fill="currentColor" viewBox="0 0 32 32" id="chevron-left_32"><path d="m22 8-8 8 8 8-2 2-10-10L20 6z"/></symbol>
|
|
938
|
-
<symbol fill="currentColor" viewBox="0 0 16 16" id="chevron-right-s_16"><path d="M8.
|
|
952
|
+
<symbol fill="currentColor" viewBox="0 0 16 16" id="chevron-right-s_16"><path d="M8.852 8 5.13 11.809a.203.203 0 0 0 0 .285l.83.845c.08.081.21.081.29 0l4.692-4.797a.203.203 0 0 0 0-.284L6.249 3.06a.2.2 0 0 0-.288 0l-.831.846a.203.203 0 0 0 0 .284z"/></symbol>
|
|
939
953
|
<symbol fill="currentColor" viewBox="0 0 24 24" id="chevron-right-s_24"><path d="M12.87 12 7.963 7.037a.3.3 0 0 1 0-.427l1.259-1.27a.31.31 0 0 1 .438 0l6.377 6.446a.3.3 0 0 1 0 .426L9.66 18.66a.31.31 0 0 1-.438 0l-1.259-1.27a.3.3 0 0 1 0-.427z"/></symbol>
|
|
940
954
|
<symbol fill="currentColor" viewBox="0 0 16 16" id="chevron-right_16"><path d="M9.33 8 4.559 3.191a.2.2 0 0 1 0-.284l.839-.846a.206.206 0 0 1 .292 0l5.751 5.797a.2.2 0 0 1 0 .284L5.69 13.94a.206.206 0 0 1-.292 0l-.84-.845a.2.2 0 0 1 0-.285z"/></symbol>
|
|
941
955
|
<symbol fill="currentColor" viewBox="0 0 24 24" id="chevron-right_24"><path d="M13.995 12 6.838 4.787a.3.3 0 0 1 0-.427l1.259-1.27a.31.31 0 0 1 .438 0l8.627 8.696a.3.3 0 0 1 0 .426L8.535 20.91a.31.31 0 0 1-.438 0l-1.259-1.27a.3.3 0 0 1 0-.427z"/></symbol>
|
|
942
956
|
<symbol fill="currentColor" viewBox="0 0 32 32" id="chevron-right_32"><path d="m10 8 2-2 10 10-10 10-2-2 8-8z"/></symbol>
|
|
943
|
-
<symbol fill="currentColor" viewBox="0 0 16 16" id="chevron-up-s_16"><path d="
|
|
957
|
+
<symbol fill="currentColor" viewBox="0 0 16 16" id="chevron-up-s_16"><path d="M8 7.148 4.191 10.87a.203.203 0 0 1-.284 0l-.846-.83a.2.2 0 0 1 0-.29l4.797-4.692a.203.203 0 0 1 .284 0l4.797 4.693a.202.202 0 0 1 0 .289l-.845.83a.203.203 0 0 1-.285 0z"/></symbol>
|
|
944
958
|
<symbol fill="currentColor" viewBox="0 0 24 24" id="chevron-up-s_24"><path d="m12 11.13-4.963 4.907a.3.3 0 0 1-.427 0l-1.27-1.259a.31.31 0 0 1 0-.438l6.446-6.377a.3.3 0 0 1 .426 0l6.446 6.377a.31.31 0 0 1 0 .438l-1.269 1.259a.3.3 0 0 1-.427 0z"/></symbol>
|
|
945
959
|
<symbol fill="currentColor" viewBox="0 0 16 16" id="chevron-up_16"><path d="m8 6.67-4.809 4.771a.2.2 0 0 1-.284 0l-.846-.839a.206.206 0 0 1 0-.292l5.797-5.75a.2.2 0 0 1 .284 0l5.797 5.751a.206.206 0 0 1 0 .292l-.845.84a.2.2 0 0 1-.285 0z"/></symbol>
|
|
946
960
|
<symbol fill="currentColor" viewBox="0 0 24 24" id="chevron-up_24"><path d="m12 10.005-7.213 7.157a.3.3 0 0 1-.427 0l-1.27-1.259a.31.31 0 0 1 0-.438l8.696-8.627a.3.3 0 0 1 .426 0l8.696 8.627a.31.31 0 0 1 0 .438l-1.269 1.259a.3.3 0 0 1-.427 0z"/></symbol>
|
|
947
961
|
<symbol fill="currentColor" viewBox="0 0 32 32" id="chevron-up_32"><path d="m24 22-8-8-8 8-2-2 10-10 10 10z"/></symbol>
|
|
962
|
+
<symbol fill="currentColor" viewBox="0 0 16 16" id="chevrons-down-up-s_16"><path d="M11.809 1.058 8 4.78 4.191 1.058a.203.203 0 0 0-.284 0l-.846.83a.203.203 0 0 0 0 .29L7.858 6.87a.203.203 0 0 0 .284 0l4.797-4.692a.203.203 0 0 0 0-.29l-.845-.83a.203.203 0 0 0-.285 0M4.191 14.94 8 11.218l3.809 3.722a.203.203 0 0 0 .285 0l.845-.83a.203.203 0 0 0 0-.29L8.142 9.129a.203.203 0 0 0-.284 0L3.06 13.821a.202.202 0 0 0 0 .289l.845.83a.203.203 0 0 0 .285 0"/></symbol>
|
|
948
963
|
<symbol fill="currentColor" viewBox="0 0 16 16" id="chevrons-down-up_16"><path d="M12.809.058 8 4.78 3.191.058a.203.203 0 0 0-.284 0l-.846.83a.203.203 0 0 0 0 .29L7.858 6.87a.203.203 0 0 0 .284 0l5.797-5.692a.203.203 0 0 0 0-.29l-.845-.83a.203.203 0 0 0-.285 0M3.191 15.942 8 11.22l4.809 4.722a.203.203 0 0 0 .285 0l.845-.83a.203.203 0 0 0 0-.29L8.142 9.13a.203.203 0 0 0-.284 0L2.06 14.822a.203.203 0 0 0 0 .29l.846.83a.203.203 0 0 0 .284 0"/></symbol>
|
|
949
964
|
<symbol fill="currentColor" viewBox="0 0 16 16" id="chevrons-expand_16"><path d="M2.8 2.6a.2.2 0 0 0-.2.2v3.45H1V2.2A1.2 1.2 0 0 1 2.2 1h3.85c.11 0 .2.09.2.2v1.2a.2.2 0 0 1-.2.2zm3.45 11a.2.2 0 0 0-.2-.2H2.8a.2.2 0 0 1-.2-.2V9.95a.2.2 0 0 0-.2-.2H1.2a.2.2 0 0 0-.2.2v3.85A1.2 1.2 0 0 0 2.2 15h3.85a.2.2 0 0 0 .2-.2zm3.5 1.2c0 .11.09.2.2.2h3.85a1.2 1.2 0 0 0 1.2-1.2V9.95a.2.2 0 0 0-.2-.2h-1.2a.2.2 0 0 0-.2.2v3.25a.2.2 0 0 1-.2.2H9.95a.2.2 0 0 0-.2.2zm.2-12.2a.2.2 0 0 1-.2-.2V1.2c0-.11.09-.2.2-.2h3.85A1.2 1.2 0 0 1 15 2.2v3.85a.2.2 0 0 1-.2.2h-1.2a.2.2 0 0 1-.2-.2V2.8a.2.2 0 0 0-.2-.2z"/></symbol>
|
|
965
|
+
<symbol fill="currentColor" viewBox="0 0 16 16" id="chevrons-up-down-s_16"><path d="M4.191 6.87 8 3.148l3.809 3.722a.203.203 0 0 0 .285 0l.845-.83a.203.203 0 0 0 0-.29L8.142 1.059a.203.203 0 0 0-.284 0L3.06 5.751a.202.202 0 0 0 0 .289l.846.83a.203.203 0 0 0 .284 0m7.618 2.26L8 12.852 4.191 9.13a.203.203 0 0 0-.284 0l-.846.83a.203.203 0 0 0 0 .29l4.797 4.692a.203.203 0 0 0 .284 0l4.797-4.693a.202.202 0 0 0 0-.289l-.845-.83a.203.203 0 0 0-.285 0"/></symbol>
|
|
950
966
|
<symbol fill="currentColor" viewBox="0 0 16 16" id="chevrons-up-down_16"><path d="M3.191 6.87 8 2.148l4.809 4.722a.203.203 0 0 0 .285 0l.845-.83a.203.203 0 0 0 0-.29L8.142.059a.203.203 0 0 0-.284 0L2.06 5.751a.202.202 0 0 0 0 .289l.846.83a.203.203 0 0 0 .284 0m9.618 2.26L8 13.852 3.191 9.13a.203.203 0 0 0-.284 0l-.846.83a.203.203 0 0 0 0 .29l5.797 5.692a.203.203 0 0 0 .284 0l5.797-5.693a.202.202 0 0 0 0-.289l-.845-.83a.203.203 0 0 0-.285 0"/></symbol>
|
|
951
967
|
<symbol fill="currentColor" viewBox="0 0 16 16" id="circle-dot-o_16"><path d="M10.248 1.369c-.27.453-.43.978-.446 1.539a5.4 5.4 0 1 0 3.29 3.29 3.2 3.2 0 0 0 1.54-.446C14.87 6.458 15 7.214 15 8a7 7 0 1 1-4.752-6.631"/><path d="M15 3a2 2 0 1 1-4 0 2 2 0 0 1 4 0"/><path d="M15 3a2 2 0 1 1-4 0 2 2 0 0 1 4 0"/></symbol>
|
|
952
968
|
<symbol fill="currentColor" viewBox="0 0 16 16" id="circle-dot_16"><path d="M10.247 1.368a7 7 0 1 0 4.385 4.385 3.2 3.2 0 0 1-4.385-4.385"/><path d="M15 3a2 2 0 1 1-4 0 2 2 0 0 1 4 0"/><path d="M15 3a2 2 0 1 1-4 0 2 2 0 0 1 4 0"/></symbol>
|
|
@@ -971,6 +987,8 @@ for further details on how to create this embeddable sprite variant.
|
|
|
971
987
|
<symbol fill="currentColor" viewBox="0 0 16 16" id="cloud-badge-globe-o_16"><path d="m11.587 6-.362-1.08a3.402 3.402 0 0 0-6.274-.427l-.429.865-.965.024A2.01 2.01 0 0 0 3.61 9.4h4.858a4.7 4.7 0 0 0-.923 1.6H3.61a3.61 3.61 0 0 1-.091-7.218 5 5 0 0 1 9.224.63 3.294 3.294 0 0 1 2.79 4.987 4.7 4.7 0 0 0-1.27-1.02 1.694 1.694 0 0 0-1.536-2.367zm3.912 7.011a.1.1 0 0 0-.098-.11h-1.479a.1.1 0 0 0-.1.094 7 7 0 0 1-.867 2.937 3.54 3.54 0 0 0 2.544-2.92m0-.995a3.54 3.54 0 0 0-2.541-2.92 7 7 0 0 1 .864 2.936.1.1 0 0 0 .1.095h1.48a.098.098 0 0 0 .097-.111m-6.976 0a.1.1 0 0 0 .098.11H10.1a.1.1 0 0 0 .1-.094 7 7 0 0 1 .865-2.936 3.54 3.54 0 0 0-2.542 2.92m1.577.884a.1.1 0 0 1 .1.095 7 7 0 0 0 .867 2.937 3.54 3.54 0 0 1-2.544-2.92.098.098 0 0 1 .098-.112zm.872.107a.1.1 0 0 1 .1-.107h1.88a.1.1 0 0 1 .098.107A6.23 6.23 0 0 1 12.011 16a6.23 6.23 0 0 1-1.039-2.993m2.078-.986a.1.1 0 0 1-.099.105h-1.88a.1.1 0 0 1-.099-.105 6.25 6.25 0 0 1 1.04-2.998 6.25 6.25 0 0 1 1.038 2.998"/></symbol>
|
|
972
988
|
<symbol fill="currentColor" viewBox="0 0 24 24" id="cloud-badge-globe-o_24"><path d="m17.38 9-.542-1.62a5.103 5.103 0 0 0-9.411-.64l-.643 1.296-1.448.037a3.014 3.014 0 0 0 .078 6.027h7.287a7 7 0 0 0-1.384 2.4H5.414a5.414 5.414 0 0 1-.138-10.827 7.503 7.503 0 0 1 13.838.945 4.941 4.941 0 0 1 4.184 7.48 7.1 7.1 0 0 0-1.906-1.53 2.541 2.541 0 0 0-2.304-3.55zm5.869 10.517a.147.147 0 0 0-.147-.166h-2.219a.15.15 0 0 0-.15.142 10.5 10.5 0 0 1-1.3 4.405 5.32 5.32 0 0 0 3.816-4.381m0-1.493a5.32 5.32 0 0 0-3.812-4.38 10.56 10.56 0 0 1 1.296 4.404.15.15 0 0 0 .15.142h2.219c.09 0 .159-.078.147-.166m-10.464 0a.147.147 0 0 0 .147.166h2.218a.15.15 0 0 0 .15-.142 10.56 10.56 0 0 1 1.297-4.405 5.32 5.32 0 0 0-3.812 4.38m2.365 1.327c.08 0 .146.062.151.142a10.5 10.5 0 0 0 1.3 4.405 5.32 5.32 0 0 1-3.816-4.381.147.147 0 0 1 .147-.166zm1.308.159a.15.15 0 0 1 .149-.16h2.82c.086 0 .155.074.148.16A9.35 9.35 0 0 1 18.017 24a9.35 9.35 0 0 1-1.559-4.49m3.118-1.48a.15.15 0 0 1-.149.16h-2.82a.15.15 0 0 1-.149-.16 9.37 9.37 0 0 1 1.559-4.496 9.37 9.37 0 0 1 1.559 4.497"/></symbol>
|
|
973
989
|
<symbol fill="currentColor" viewBox="0 0 16 16" id="cloud-badge-globe_16"><path d="M3.61 11a3.61 3.61 0 0 1-.092-7.218 5 5 0 0 1 9.224.63 3.294 3.294 0 0 1 2.79 4.987A4.702 4.702 0 0 0 7.544 11zm11.889 2.011a.1.1 0 0 0-.098-.11h-1.479a.1.1 0 0 0-.1.094 7 7 0 0 1-.867 2.937 3.54 3.54 0 0 0 2.544-2.92m0-.995a3.54 3.54 0 0 0-2.541-2.92 7 7 0 0 1 .864 2.936.1.1 0 0 0 .1.095h1.48a.098.098 0 0 0 .097-.111m-6.976 0a.1.1 0 0 0 .098.11H10.1a.1.1 0 0 0 .1-.094 7 7 0 0 1 .865-2.936 3.54 3.54 0 0 0-2.542 2.92m1.577.884a.1.1 0 0 1 .1.095 7 7 0 0 0 .867 2.937 3.54 3.54 0 0 1-2.544-2.92.098.098 0 0 1 .098-.112zm.872.107a.1.1 0 0 1 .1-.107h1.88a.1.1 0 0 1 .098.107A6.23 6.23 0 0 1 12.011 16a6.23 6.23 0 0 1-1.039-2.993m2.078-.986a.1.1 0 0 1-.099.105h-1.88a.1.1 0 0 1-.099-.105 6.25 6.25 0 0 1 1.04-2.998 6.25 6.25 0 0 1 1.038 2.998"/></symbol>
|
|
990
|
+
<symbol fill="currentColor" viewBox="0 0 16 16" id="cloud-badge-key-o_16"><path d="M11.225 5.92 11.587 7l.736.008a4 4 0 0 1 .571.014 4.2 4.2 0 0 1 3.102 1.853 3.294 3.294 0 0 0-3.253-3.463 5.002 5.002 0 0 0-9.225-.63A3.61 3.61 0 0 0 3 11.95v-1.643a2.01 2.01 0 0 1 .557-3.924l.965-.024.429-.865a3.4 3.4 0 0 1 6.274.427"/><path d="M4.2 10.599v3.402c0 .11.09.2.2.2h1.2a.2.2 0 0 0 .2-.2v-2.002H7v2.002c0 .11.09.2.2.2h1.2a.2.2 0 0 0 .2-.2v-2.002h1.53a2.501 2.501 0 1 0 .002-1.6H4.4a.2.2 0 0 0-.2.2m7.4.605a.9.9 0 1 1 1.8 0 .9.9 0 0 1-1.8 0"/></symbol>
|
|
991
|
+
<symbol fill="currentColor" viewBox="0 0 24 24" id="cloud-badge-key-o_24"><path d="m16.838 8.88.542 1.62 1.105.011a6.5 6.5 0 0 1 .857.022 6.3 6.3 0 0 1 4.652 2.78 4.941 4.941 0 0 0-4.88-5.195 7.503 7.503 0 0 0-13.838-.945 5.414 5.414 0 0 0-.776 10.75V15.46a3.015 3.015 0 0 1 .836-5.886l1.448-.037.643-1.297a5.103 5.103 0 0 1 9.411.64"/><path d="M6.3 15.899a.3.3 0 0 1 .3-.3h8.599a3.751 3.751 0 0 1 7.301 1.207 3.75 3.75 0 0 1-7.306 1.192H12.9v3.003a.3.3 0 0 1-.3.3h-1.8a.3.3 0 0 1-.3-.3v-3.003H8.7v3.003a.3.3 0 0 1-.3.3H6.6a.3.3 0 0 1-.3-.3zm11.1.907a1.35 1.35 0 1 0 2.7 0 1.35 1.35 0 0 0-2.7 0"/></symbol>
|
|
974
992
|
<symbol fill="currentColor" viewBox="0 0 16 16" id="cloud-o_16"><path d="m11.587 8-.362-1.08a3.402 3.402 0 0 0-6.274-.427l-.429.865-.965.024A2.01 2.01 0 0 0 3.61 11.4h9.097a1.694 1.694 0 0 0 .02-3.388zm-7.978 5a3.61 3.61 0 0 1-.091-7.218 5 5 0 0 1 9.225.63A3.294 3.294 0 0 1 12.705 13z"/></symbol>
|
|
975
993
|
<symbol fill="currentColor" viewBox="0 0 24 24" id="cloud-o_24"><path d="m17.38 12-.542-1.62a5.103 5.103 0 0 0-9.411-.64l-.643 1.297-1.448.036a3.014 3.014 0 0 0 .078 6.027H19.06a2.541 2.541 0 0 0 .029-5.082zM5.414 19.5a5.414 5.414 0 0 1-.138-10.827 7.503 7.503 0 0 1 13.838.945 4.941 4.941 0 0 1-.055 9.882z"/></symbol>
|
|
976
994
|
<symbol fill="currentColor" viewBox="0 0 16 16" id="cloud_16"><path d="M8.062 13H3.609a3.61 3.61 0 0 1-.091-7.218 5 5 0 0 1 9.225.63A3.294 3.294 0 0 1 12.705 13z"/></symbol>
|
|
@@ -1764,6 +1782,14 @@ embedded above. They may be styled via CSS.
|
|
|
1764
1782
|
</div>
|
|
1765
1783
|
<h2>arrow-rotate-right-dot_16, </h2>
|
|
1766
1784
|
</li>
|
|
1785
|
+
<li title="arrow-rotate-right_16">
|
|
1786
|
+
<div class="icon-box">
|
|
1787
|
+
<svg class="kbq-arrow-rotate-right_16-dims">
|
|
1788
|
+
<use xlink:href="#arrow-rotate-right_16"></use>
|
|
1789
|
+
</svg>
|
|
1790
|
+
</div>
|
|
1791
|
+
<h2>arrow-rotate-right_16, </h2>
|
|
1792
|
+
</li>
|
|
1767
1793
|
<li title="arrow-turn-down-left_16">
|
|
1768
1794
|
<div class="icon-box">
|
|
1769
1795
|
<svg class="kbq-arrow-turn-down-left_16-dims">
|
|
@@ -2844,6 +2870,14 @@ embedded above. They may be styled via CSS.
|
|
|
2844
2870
|
</div>
|
|
2845
2871
|
<h2>chevron-circle-up_16, </h2>
|
|
2846
2872
|
</li>
|
|
2873
|
+
<li title="chevron-double-down-s_16">
|
|
2874
|
+
<div class="icon-box">
|
|
2875
|
+
<svg class="kbq-chevron-double-down-s_16-dims">
|
|
2876
|
+
<use xlink:href="#chevron-double-down-s_16"></use>
|
|
2877
|
+
</svg>
|
|
2878
|
+
</div>
|
|
2879
|
+
<h2>chevron-double-down-s_16, </h2>
|
|
2880
|
+
</li>
|
|
2847
2881
|
<li title="chevron-double-down_16">
|
|
2848
2882
|
<div class="icon-box">
|
|
2849
2883
|
<svg class="kbq-chevron-double-down_16-dims">
|
|
@@ -2852,6 +2886,14 @@ embedded above. They may be styled via CSS.
|
|
|
2852
2886
|
</div>
|
|
2853
2887
|
<h2>chevron-double-down_16, </h2>
|
|
2854
2888
|
</li>
|
|
2889
|
+
<li title="chevron-double-left-s_16">
|
|
2890
|
+
<div class="icon-box">
|
|
2891
|
+
<svg class="kbq-chevron-double-left-s_16-dims">
|
|
2892
|
+
<use xlink:href="#chevron-double-left-s_16"></use>
|
|
2893
|
+
</svg>
|
|
2894
|
+
</div>
|
|
2895
|
+
<h2>chevron-double-left-s_16, </h2>
|
|
2896
|
+
</li>
|
|
2855
2897
|
<li title="chevron-double-left_16">
|
|
2856
2898
|
<div class="icon-box">
|
|
2857
2899
|
<svg class="kbq-chevron-double-left_16-dims">
|
|
@@ -2860,6 +2902,14 @@ embedded above. They may be styled via CSS.
|
|
|
2860
2902
|
</div>
|
|
2861
2903
|
<h2>chevron-double-left_16, </h2>
|
|
2862
2904
|
</li>
|
|
2905
|
+
<li title="chevron-double-right-s_16">
|
|
2906
|
+
<div class="icon-box">
|
|
2907
|
+
<svg class="kbq-chevron-double-right-s_16-dims">
|
|
2908
|
+
<use xlink:href="#chevron-double-right-s_16"></use>
|
|
2909
|
+
</svg>
|
|
2910
|
+
</div>
|
|
2911
|
+
<h2>chevron-double-right-s_16, </h2>
|
|
2912
|
+
</li>
|
|
2863
2913
|
<li title="chevron-double-right_16">
|
|
2864
2914
|
<div class="icon-box">
|
|
2865
2915
|
<svg class="kbq-chevron-double-right_16-dims">
|
|
@@ -2868,6 +2918,14 @@ embedded above. They may be styled via CSS.
|
|
|
2868
2918
|
</div>
|
|
2869
2919
|
<h2>chevron-double-right_16, </h2>
|
|
2870
2920
|
</li>
|
|
2921
|
+
<li title="chevron-double-up-s_16">
|
|
2922
|
+
<div class="icon-box">
|
|
2923
|
+
<svg class="kbq-chevron-double-up-s_16-dims">
|
|
2924
|
+
<use xlink:href="#chevron-double-up-s_16"></use>
|
|
2925
|
+
</svg>
|
|
2926
|
+
</div>
|
|
2927
|
+
<h2>chevron-double-up-s_16, </h2>
|
|
2928
|
+
</li>
|
|
2871
2929
|
<li title="chevron-double-up_16">
|
|
2872
2930
|
<div class="icon-box">
|
|
2873
2931
|
<svg class="kbq-chevron-double-up_16-dims">
|
|
@@ -3036,6 +3094,14 @@ embedded above. They may be styled via CSS.
|
|
|
3036
3094
|
</div>
|
|
3037
3095
|
<h2>chevron-up_32, </h2>
|
|
3038
3096
|
</li>
|
|
3097
|
+
<li title="chevrons-down-up-s_16">
|
|
3098
|
+
<div class="icon-box">
|
|
3099
|
+
<svg class="kbq-chevrons-down-up-s_16-dims">
|
|
3100
|
+
<use xlink:href="#chevrons-down-up-s_16"></use>
|
|
3101
|
+
</svg>
|
|
3102
|
+
</div>
|
|
3103
|
+
<h2>chevrons-down-up-s_16, </h2>
|
|
3104
|
+
</li>
|
|
3039
3105
|
<li title="chevrons-down-up_16">
|
|
3040
3106
|
<div class="icon-box">
|
|
3041
3107
|
<svg class="kbq-chevrons-down-up_16-dims">
|
|
@@ -3052,6 +3118,14 @@ embedded above. They may be styled via CSS.
|
|
|
3052
3118
|
</div>
|
|
3053
3119
|
<h2>chevrons-expand_16, </h2>
|
|
3054
3120
|
</li>
|
|
3121
|
+
<li title="chevrons-up-down-s_16">
|
|
3122
|
+
<div class="icon-box">
|
|
3123
|
+
<svg class="kbq-chevrons-up-down-s_16-dims">
|
|
3124
|
+
<use xlink:href="#chevrons-up-down-s_16"></use>
|
|
3125
|
+
</svg>
|
|
3126
|
+
</div>
|
|
3127
|
+
<h2>chevrons-up-down-s_16, </h2>
|
|
3128
|
+
</li>
|
|
3055
3129
|
<li title="chevrons-up-down_16">
|
|
3056
3130
|
<div class="icon-box">
|
|
3057
3131
|
<svg class="kbq-chevrons-up-down_16-dims">
|
|
@@ -3244,6 +3318,22 @@ embedded above. They may be styled via CSS.
|
|
|
3244
3318
|
</div>
|
|
3245
3319
|
<h2>cloud-badge-globe_16, </h2>
|
|
3246
3320
|
</li>
|
|
3321
|
+
<li title="cloud-badge-key-o_16">
|
|
3322
|
+
<div class="icon-box">
|
|
3323
|
+
<svg class="kbq-cloud-badge-key-o_16-dims">
|
|
3324
|
+
<use xlink:href="#cloud-badge-key-o_16"></use>
|
|
3325
|
+
</svg>
|
|
3326
|
+
</div>
|
|
3327
|
+
<h2>cloud-badge-key-o_16, </h2>
|
|
3328
|
+
</li>
|
|
3329
|
+
<li title="cloud-badge-key-o_24">
|
|
3330
|
+
<div class="icon-box">
|
|
3331
|
+
<svg class="kbq-cloud-badge-key-o_24-dims">
|
|
3332
|
+
<use xlink:href="#cloud-badge-key-o_24"></use>
|
|
3333
|
+
</svg>
|
|
3334
|
+
</div>
|
|
3335
|
+
<h2>cloud-badge-key-o_24, </h2>
|
|
3336
|
+
</li>
|
|
3247
3337
|
<li title="cloud-o_16">
|
|
3248
3338
|
<div class="icon-box">
|
|
3249
3339
|
<svg class="kbq-cloud-o_16-dims">
|
|
@@ -6269,7 +6359,7 @@ SVG sprite. They may be styled via CSS.
|
|
|
6269
6359
|
|
|
6270
6360
|
</section>
|
|
6271
6361
|
<footer>
|
|
6272
|
-
<p>Generated at
|
|
6362
|
+
<p>Generated at Wed, 25 Sep 2024 06:22:51 GMT by <a href="https://github.com/svg-sprite/svg-sprite" target="_blank" rel="noopener noreferrer">svg-sprite</a>.</p>
|
|
6273
6363
|
</footer>
|
|
6274
6364
|
</body>
|
|
6275
6365
|
</html>
|