@esri/calcite-ui-icons 3.22.4 → 3.22.6
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/.vscode/settings.json +3 -0
- package/docs/icons.json +1 -1
- package/docs/keywords.json +60 -0
- package/icons/arrow-circle-down-16-f.svg +1 -0
- package/icons/arrow-circle-down-16.svg +1 -0
- package/icons/arrow-circle-down-24-f.svg +1 -0
- package/icons/arrow-circle-down-24.svg +1 -0
- package/icons/arrow-circle-down-32-f.svg +1 -0
- package/icons/arrow-circle-down-32.svg +1 -0
- package/icons/refresh-f-16.svg +1 -0
- package/icons/refresh-f-24.svg +1 -0
- package/icons/refresh-f-32.svg +1 -0
- package/icons/strikethrough-16.svg +1 -0
- package/icons/strikethrough-24.svg +1 -0
- package/icons/strikethrough-32.svg +1 -0
- package/index.d.ts +12 -0
- package/index.js +12 -0
- package/js/arrowCircleDown16.d.ts +1 -0
- package/js/arrowCircleDown16.js +1 -0
- package/js/arrowCircleDown16.json +1 -0
- package/js/arrowCircleDown16F.d.ts +1 -0
- package/js/arrowCircleDown16F.js +1 -0
- package/js/arrowCircleDown16F.json +1 -0
- package/js/arrowCircleDown24.d.ts +1 -0
- package/js/arrowCircleDown24.js +1 -0
- package/js/arrowCircleDown24.json +1 -0
- package/js/arrowCircleDown24F.d.ts +1 -0
- package/js/arrowCircleDown24F.js +1 -0
- package/js/arrowCircleDown24F.json +1 -0
- package/js/arrowCircleDown32.d.ts +1 -0
- package/js/arrowCircleDown32.js +1 -0
- package/js/arrowCircleDown32.json +1 -0
- package/js/arrowCircleDown32F.d.ts +1 -0
- package/js/arrowCircleDown32F.js +1 -0
- package/js/arrowCircleDown32F.json +1 -0
- package/js/arrowCircleDownF16.d.ts +1 -0
- package/js/arrowCircleDownF16.js +1 -0
- package/js/arrowCircleDownF16.json +1 -0
- package/js/arrowCircleDownF24.d.ts +1 -0
- package/js/arrowCircleDownF24.js +1 -0
- package/js/arrowCircleDownF24.json +1 -0
- package/js/arrowCircleDownF32.d.ts +1 -0
- package/js/arrowCircleDownF32.js +1 -0
- package/js/arrowCircleDownF32.json +1 -0
- package/js/refreshF16.d.ts +1 -0
- package/js/refreshF16.js +1 -0
- package/js/refreshF16.json +1 -0
- package/js/refreshF24.d.ts +1 -0
- package/js/refreshF24.js +1 -0
- package/js/refreshF24.json +1 -0
- package/js/refreshF32.d.ts +1 -0
- package/js/refreshF32.js +1 -0
- package/js/refreshF32.json +1 -0
- package/js/strikethrough16.d.ts +1 -0
- package/js/strikethrough16.js +1 -0
- package/js/strikethrough16.json +1 -0
- package/js/strikethrough24.d.ts +1 -0
- package/js/strikethrough24.js +1 -0
- package/js/strikethrough24.json +1 -0
- package/js/strikethrough32.d.ts +1 -0
- package/js/strikethrough32.js +1 -0
- package/js/strikethrough32.json +1 -0
- package/package.json +1 -1
- package/sprite-16.svg +1 -1
- package/sprite-24.svg +1 -1
- package/sprite-32.svg +1 -1
package/docs/keywords.json
CHANGED
|
@@ -12050,5 +12050,65 @@
|
|
|
12050
12050
|
],
|
|
12051
12051
|
"category":"Layers",
|
|
12052
12052
|
"release":"3.22.4"
|
|
12053
|
+
},
|
|
12054
|
+
"refresh-f":{
|
|
12055
|
+
"alias":[
|
|
12056
|
+
"3.22.5",
|
|
12057
|
+
"arrows",
|
|
12058
|
+
"fill",
|
|
12059
|
+
"circles",
|
|
12060
|
+
"updates",
|
|
12061
|
+
"arrows",
|
|
12062
|
+
"repeat"
|
|
12063
|
+
],
|
|
12064
|
+
"category":"Arrows",
|
|
12065
|
+
"release":"3.22.5"
|
|
12066
|
+
},
|
|
12067
|
+
"arrow-circle-down-f":{
|
|
12068
|
+
"alias":[
|
|
12069
|
+
"3.22.5",
|
|
12070
|
+
"arrows",
|
|
12071
|
+
"fill",
|
|
12072
|
+
"circles",
|
|
12073
|
+
"downloaded",
|
|
12074
|
+
"arrows",
|
|
12075
|
+
"saved",
|
|
12076
|
+
"processed"
|
|
12077
|
+
],
|
|
12078
|
+
"category":"Arrows",
|
|
12079
|
+
"release":"3.22.5"
|
|
12080
|
+
},
|
|
12081
|
+
"arrow-circle-down":{
|
|
12082
|
+
"alias":[
|
|
12083
|
+
"3.22.5",
|
|
12084
|
+
"arrows",
|
|
12085
|
+
"circles",
|
|
12086
|
+
"downloaded",
|
|
12087
|
+
"arrows",
|
|
12088
|
+
"saved",
|
|
12089
|
+
"processed"
|
|
12090
|
+
],
|
|
12091
|
+
"category":"Arrows",
|
|
12092
|
+
"release":"3.22.5"
|
|
12093
|
+
},
|
|
12094
|
+
"strikethrough":{
|
|
12095
|
+
"alias":[
|
|
12096
|
+
"3.22.6",
|
|
12097
|
+
"text",
|
|
12098
|
+
"s",
|
|
12099
|
+
"cross out",
|
|
12100
|
+
"cut",
|
|
12101
|
+
"x-out",
|
|
12102
|
+
"delete",
|
|
12103
|
+
"omit",
|
|
12104
|
+
"remove",
|
|
12105
|
+
"eliminate",
|
|
12106
|
+
"line",
|
|
12107
|
+
"edit",
|
|
12108
|
+
"formatting",
|
|
12109
|
+
"void"
|
|
12110
|
+
],
|
|
12111
|
+
"category":"Text",
|
|
12112
|
+
"release":""
|
|
12053
12113
|
}
|
|
12054
12114
|
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M8.5 1.2a7.3 7.3 0 1 0 0 14.6 7.3 7.3 0 0 0 0-14.6zm.017 11.649l-2.88-2.88.849-.848L8 10.617V4h1v6.652l1.548-1.53.849.847-2.88 2.88z"/><path fill="none" d="M0 0h16v16H0z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M8.5 1.2a7.3 7.3 0 1 0 0 14.6 7.3 7.3 0 0 0 0-14.6zm0 13.6a6.307 6.307 0 0 1-6.3-6.3c0-3.474 2.826-6.3 6.3-6.3s6.3 2.826 6.3 6.3c0 3.473-2.826 6.3-6.3 6.3zm2.826-4.902l-2.809 2.809-2.809-2.809.707-.707L8 10.76V4h1v6.793l1.62-1.602.706.707z"/><path fill="none" d="M0 0h16v16H0z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.5 2.2C6.81 2.2 2.2 6.81 2.2 12.5c0 5.692 4.61 10.3 10.3 10.3s10.3-4.608 10.3-10.3c0-5.69-4.61-10.3-10.3-10.3zm.001 16.899l-3.925-3.924.848-.85L12 16.905V7h1v9.908l2.576-2.58.848.849-3.923 3.922z"/><path fill="none" d="M0 0h24v24H0z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.5 2.2C6.81 2.2 2.2 6.81 2.2 12.5c0 5.692 4.61 10.3 10.3 10.3s10.3-4.608 10.3-10.3c0-5.69-4.61-10.3-10.3-10.3zm0 19.6c-5.128 0-9.3-4.172-9.3-9.3s4.172-9.3 9.3-9.3 9.3 4.172 9.3 9.3-4.172 9.3-9.3 9.3zm3.854-6.695L12.5 18.957l-3.855-3.853.708-.708L12 17.048V7h1v10.05l2.646-2.652.708.707z"/><path fill="none" d="M0 0h24v24H0z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M16.5 3.2C9.154 3.2 3.2 9.154 3.2 16.5s5.954 13.3 13.3 13.3 13.3-5.954 13.3-13.3S23.846 3.2 16.5 3.2zm0 22.28l-3.96-3.96.92-.92L16 23.143V8h1v15.142l2.54-2.541.92.92-3.96 3.958z"/><path fill="none" d="M0 0h32v32H0z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M16.5 29.8c7.346 0 13.3-5.954 13.3-13.3S23.846 3.2 16.5 3.2 3.2 9.154 3.2 16.5s5.954 13.3 13.3 13.3zm0-25.6c6.793 0 12.3 5.507 12.3 12.3s-5.507 12.3-12.3 12.3S4.2 23.293 4.2 16.5 9.707 4.2 16.5 4.2zm3.854 17.214L16.5 25.268l-3.854-3.854.708-.707L16 23.354V8h1v15.354l2.646-2.647.708.707z"/><path fill="none" d="M0 0h32v32H0z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M8.5 1.2a7.3 7.3 0 1 0 0 14.6 7.3 7.3 0 0 0 0-14.6zm0 11.8A4.452 4.452 0 0 1 5 11.29V13H4v-3h3v1h-.995A3.506 3.506 0 0 0 8.5 12.05c1.786 0 3.254-1.33 3.5-3.05h.95c-.253 2.244-2.14 4-4.45 4zM13 6v1h-3V6h.995A3.506 3.506 0 0 0 8.5 4.95C6.714 4.95 5.246 6.28 5 8h-.95c.253-2.244 2.14-4 4.45-4A4.45 4.45 0 0 1 12 5.71V4h1v2z"/><path fill="none" d="M0 0h16v16H0z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.5 2.2C6.81 2.2 2.2 6.81 2.2 12.5c0 5.692 4.61 10.3 10.3 10.3s10.3-4.608 10.3-10.3c0-5.69-4.61-10.3-10.3-10.3zm0 16.8c-2.322 0-4.353-1.23-5.5-3.068V18H6v-4h4v1H7.87c.892 1.658 2.618 2.8 4.63 2.8 2.751 0 4.993-2.115 5.25-4.8h1.225c-.257 3.35-3.06 6-6.475 6zm6.5-9v1h-4v-1h2.13c-.892-1.658-2.618-2.8-4.63-2.8-2.751 0-4.993 2.115-5.25 4.8H6.026c.257-3.35 3.06-6 6.475-6 2.322 0 4.353 1.23 5.5 3.068V7h1v3z"/><path fill="none" d="M0 0h24v24H0z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M16.5 3.2C9.154 3.2 3.2 9.154 3.2 16.5s5.954 13.3 13.3 13.3 13.3-5.954 13.3-13.3S23.846 3.2 16.5 3.2zm0 4.8c2.614 0 4.94 1.199 6.5 3.061V8h1v5h-5v-1h2.964c-1.302-1.58-3.26-2.6-5.464-2.6-3.746 0-6.816 2.918-7.074 6.6h-1.4c.26-4.453 3.956-8 8.474-8zm0 17c-2.616 0-4.943-1.201-6.5-3.069V25H9v-5h5v1h-2.964c1.302 1.58 3.26 2.6 5.464 2.6 3.746 0 6.816-2.918 7.074-6.6h1.4c-.26 4.453-3.956 8-8.474 8z"/><path fill="none" d="M0 0h32v32H0z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M6.446 7H4.194c-.753-.607-1.14-1.396-1.14-2.36 0-1.801 1.453-3.619 4.7-3.619 2.595 0 4.358 1.088 4.88 2.979H11.57c-.656-1.694-2.633-1.979-3.816-1.979-2.248 0-3.7 1.029-3.7 2.62 0 .855.42 1.473 1.324 1.945.304.161.67.294 1.068.414zM1 8v1h9.024c.64.24 1.18.54 1.503.955.295.383.445.831.445 1.335 0 1.337-1.165 2.687-3.767 2.687-.961 0-3.09-.212-4.036-1.977h-1.1c1.079 2.749 4.163 2.977 5.136 2.977 3.275 0 4.767-1.912 4.767-3.687 0-.73-.22-1.385-.655-1.947A2.93 2.93 0 0 0 11.995 9H15V8H1z"/><path fill="none" d="M0 0h16v16H0z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9.721 10H7.563C6.637 9.29 6.03 8.277 6.03 6.738c0-2.346 2.027-4.714 6.556-4.714 3.295 0 5.232 1.278 6.09 3.976h-1.052c-.764-2.068-2.301-2.976-5.038-2.976-3.838 0-5.556 1.866-5.556 3.714 0 1.791.988 2.65 2.692 3.262zM2 11v1h11.435c2.987.711 5.555 1.61 5.555 4.46 0 2.668-2.416 4.53-5.874 4.53-2.456 0-5.417-.564-6.66-3.002h-1.11c1.04 2.624 3.697 4.002 7.77 4.002 4.723 0 6.874-2.866 6.874-5.53 0-2.36-1.382-3.64-3.25-4.46H22v-1H2z"/><path fill="none" d="M0 0h24v24H0z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path fill="none" d="M0 0h32v32H0z"/><path d="M13.12 14h-3.08c-1.847-.909-2.952-2.333-2.952-4.936 0-3.017 2.426-6.062 8.29-6.062 4.21 0 6.705 1.608 7.838 4.998h-1.07c-1.036-2.734-3.153-3.982-6.768-3.982-5.163 0-7.274 2.535-7.274 5.046 0 2.97 1.733 4.06 5.016 4.936zM3 15.02v.96h14.083c3.738.91 6.89 2.117 6.89 5.8 0 3.604-3.246 6.121-7.894 6.121-5.13 0-8.252-1.647-9.31-4.891H5.702c1.092 3.868 4.66 5.907 10.377 5.907 6.121 0 8.91-3.7 8.91-7.138 0-3.167-1.879-4.78-4.424-5.799H29v-.96H3z"/></svg>
|
package/index.d.ts
CHANGED
|
@@ -132,6 +132,12 @@ export const arrowBoldRight32: string;
|
|
|
132
132
|
export const arrowBoldUp16: string;
|
|
133
133
|
export const arrowBoldUp24: string;
|
|
134
134
|
export const arrowBoldUp32: string;
|
|
135
|
+
export const arrowCircleDown16F: string;
|
|
136
|
+
export const arrowCircleDown16: string;
|
|
137
|
+
export const arrowCircleDown24F: string;
|
|
138
|
+
export const arrowCircleDown24: string;
|
|
139
|
+
export const arrowCircleDown32F: string;
|
|
140
|
+
export const arrowCircleDown32: string;
|
|
135
141
|
export const arrowDoubleDiagonal116: string;
|
|
136
142
|
export const arrowDoubleDiagonal124: string;
|
|
137
143
|
export const arrowDoubleDiagonal132: string;
|
|
@@ -2079,6 +2085,9 @@ export const redo32: string;
|
|
|
2079
2085
|
export const refresh16: string;
|
|
2080
2086
|
export const refresh24: string;
|
|
2081
2087
|
export const refresh32: string;
|
|
2088
|
+
export const refreshF16: string;
|
|
2089
|
+
export const refreshF24: string;
|
|
2090
|
+
export const refreshF32: string;
|
|
2082
2091
|
export const register16: string;
|
|
2083
2092
|
export const register24: string;
|
|
2084
2093
|
export const register32: string;
|
|
@@ -2457,6 +2466,9 @@ export const starCircle32: string;
|
|
|
2457
2466
|
export const straight16: string;
|
|
2458
2467
|
export const straight24: string;
|
|
2459
2468
|
export const straight32: string;
|
|
2469
|
+
export const strikethrough16: string;
|
|
2470
|
+
export const strikethrough24: string;
|
|
2471
|
+
export const strikethrough32: string;
|
|
2460
2472
|
export const string16: string;
|
|
2461
2473
|
export const string24: string;
|
|
2462
2474
|
export const string32: string;
|
package/index.js
CHANGED
|
@@ -125,6 +125,12 @@ export {arrowBoldRight32} from "./js/arrowBoldRight32.js";
|
|
|
125
125
|
export {arrowBoldUp16} from "./js/arrowBoldUp16.js";
|
|
126
126
|
export {arrowBoldUp24} from "./js/arrowBoldUp24.js";
|
|
127
127
|
export {arrowBoldUp32} from "./js/arrowBoldUp32.js";
|
|
128
|
+
export {arrowCircleDown16F} from "./js/arrowCircleDown16F.js";
|
|
129
|
+
export {arrowCircleDown16} from "./js/arrowCircleDown16.js";
|
|
130
|
+
export {arrowCircleDown24F} from "./js/arrowCircleDown24F.js";
|
|
131
|
+
export {arrowCircleDown24} from "./js/arrowCircleDown24.js";
|
|
132
|
+
export {arrowCircleDown32F} from "./js/arrowCircleDown32F.js";
|
|
133
|
+
export {arrowCircleDown32} from "./js/arrowCircleDown32.js";
|
|
128
134
|
export {arrowDoubleDiagonal116} from "./js/arrowDoubleDiagonal116.js";
|
|
129
135
|
export {arrowDoubleDiagonal124} from "./js/arrowDoubleDiagonal124.js";
|
|
130
136
|
export {arrowDoubleDiagonal132} from "./js/arrowDoubleDiagonal132.js";
|
|
@@ -2072,6 +2078,9 @@ export {redo32} from "./js/redo32.js";
|
|
|
2072
2078
|
export {refresh16} from "./js/refresh16.js";
|
|
2073
2079
|
export {refresh24} from "./js/refresh24.js";
|
|
2074
2080
|
export {refresh32} from "./js/refresh32.js";
|
|
2081
|
+
export {refreshF16} from "./js/refreshF16.js";
|
|
2082
|
+
export {refreshF24} from "./js/refreshF24.js";
|
|
2083
|
+
export {refreshF32} from "./js/refreshF32.js";
|
|
2075
2084
|
export {register16} from "./js/register16.js";
|
|
2076
2085
|
export {register24} from "./js/register24.js";
|
|
2077
2086
|
export {register32} from "./js/register32.js";
|
|
@@ -2450,6 +2459,9 @@ export {starCircle32} from "./js/starCircle32.js";
|
|
|
2450
2459
|
export {straight16} from "./js/straight16.js";
|
|
2451
2460
|
export {straight24} from "./js/straight24.js";
|
|
2452
2461
|
export {straight32} from "./js/straight32.js";
|
|
2462
|
+
export {strikethrough16} from "./js/strikethrough16.js";
|
|
2463
|
+
export {strikethrough24} from "./js/strikethrough24.js";
|
|
2464
|
+
export {strikethrough32} from "./js/strikethrough32.js";
|
|
2453
2465
|
export {string16} from "./js/string16.js";
|
|
2454
2466
|
export {string24} from "./js/string24.js";
|
|
2455
2467
|
export {string32} from "./js/string32.js";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const arrowCircleDown16: string;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const arrowCircleDown16 = "M8.5 1.2a7.3 7.3 0 1 0 0 14.6 7.3 7.3 0 0 0 0-14.6zm0 13.6a6.307 6.307 0 0 1-6.3-6.3c0-3.474 2.826-6.3 6.3-6.3s6.3 2.826 6.3 6.3c0 3.473-2.826 6.3-6.3 6.3zm2.826-4.902l-2.809 2.809-2.809-2.809.707-.707L8 10.76V4h1v6.793l1.62-1.602.706.707z";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"M8.5 1.2a7.3 7.3 0 1 0 0 14.6 7.3 7.3 0 0 0 0-14.6zm0 13.6a6.307 6.307 0 0 1-6.3-6.3c0-3.474 2.826-6.3 6.3-6.3s6.3 2.826 6.3 6.3c0 3.473-2.826 6.3-6.3 6.3zm2.826-4.902l-2.809 2.809-2.809-2.809.707-.707L8 10.76V4h1v6.793l1.62-1.602.706.707z"
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const arrowCircleDown16F: string;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const arrowCircleDown16F = "M8.5 1.2a7.3 7.3 0 1 0 0 14.6 7.3 7.3 0 0 0 0-14.6zm.017 11.649l-2.88-2.88.849-.848L8 10.617V4h1v6.652l1.548-1.53.849.847-2.88 2.88z";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"M8.5 1.2a7.3 7.3 0 1 0 0 14.6 7.3 7.3 0 0 0 0-14.6zm.017 11.649l-2.88-2.88.849-.848L8 10.617V4h1v6.652l1.548-1.53.849.847-2.88 2.88z"
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const arrowCircleDown24: string;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const arrowCircleDown24 = "M12.5 2.2C6.81 2.2 2.2 6.81 2.2 12.5c0 5.692 4.61 10.3 10.3 10.3s10.3-4.608 10.3-10.3c0-5.69-4.61-10.3-10.3-10.3zm0 19.6c-5.128 0-9.3-4.172-9.3-9.3s4.172-9.3 9.3-9.3 9.3 4.172 9.3 9.3-4.172 9.3-9.3 9.3zm3.854-6.695L12.5 18.957l-3.855-3.853.708-.708L12 17.048V7h1v10.05l2.646-2.652.708.707z";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"M12.5 2.2C6.81 2.2 2.2 6.81 2.2 12.5c0 5.692 4.61 10.3 10.3 10.3s10.3-4.608 10.3-10.3c0-5.69-4.61-10.3-10.3-10.3zm0 19.6c-5.128 0-9.3-4.172-9.3-9.3s4.172-9.3 9.3-9.3 9.3 4.172 9.3 9.3-4.172 9.3-9.3 9.3zm3.854-6.695L12.5 18.957l-3.855-3.853.708-.708L12 17.048V7h1v10.05l2.646-2.652.708.707z"
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const arrowCircleDown24F: string;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const arrowCircleDown24F = "M12.5 2.2C6.81 2.2 2.2 6.81 2.2 12.5c0 5.692 4.61 10.3 10.3 10.3s10.3-4.608 10.3-10.3c0-5.69-4.61-10.3-10.3-10.3zm.001 16.899l-3.925-3.924.848-.85L12 16.905V7h1v9.908l2.576-2.58.848.849-3.923 3.922z";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"M12.5 2.2C6.81 2.2 2.2 6.81 2.2 12.5c0 5.692 4.61 10.3 10.3 10.3s10.3-4.608 10.3-10.3c0-5.69-4.61-10.3-10.3-10.3zm.001 16.899l-3.925-3.924.848-.85L12 16.905V7h1v9.908l2.576-2.58.848.849-3.923 3.922z"
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const arrowCircleDown32: string;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const arrowCircleDown32 = "M16.5 29.8c7.346 0 13.3-5.954 13.3-13.3S23.846 3.2 16.5 3.2 3.2 9.154 3.2 16.5s5.954 13.3 13.3 13.3zm0-25.6c6.793 0 12.3 5.507 12.3 12.3s-5.507 12.3-12.3 12.3S4.2 23.293 4.2 16.5 9.707 4.2 16.5 4.2zm3.854 17.214L16.5 25.268l-3.854-3.854.708-.707L16 23.354V8h1v15.354l2.646-2.647.708.707z";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"M16.5 29.8c7.346 0 13.3-5.954 13.3-13.3S23.846 3.2 16.5 3.2 3.2 9.154 3.2 16.5s5.954 13.3 13.3 13.3zm0-25.6c6.793 0 12.3 5.507 12.3 12.3s-5.507 12.3-12.3 12.3S4.2 23.293 4.2 16.5 9.707 4.2 16.5 4.2zm3.854 17.214L16.5 25.268l-3.854-3.854.708-.707L16 23.354V8h1v15.354l2.646-2.647.708.707z"
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const arrowCircleDown32F: string;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const arrowCircleDown32F = "M16.5 3.2C9.154 3.2 3.2 9.154 3.2 16.5s5.954 13.3 13.3 13.3 13.3-5.954 13.3-13.3S23.846 3.2 16.5 3.2zm0 22.28l-3.96-3.96.92-.92L16 23.143V8h1v15.142l2.54-2.541.92.92-3.96 3.958z";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"M16.5 3.2C9.154 3.2 3.2 9.154 3.2 16.5s5.954 13.3 13.3 13.3 13.3-5.954 13.3-13.3S23.846 3.2 16.5 3.2zm0 22.28l-3.96-3.96.92-.92L16 23.143V8h1v15.142l2.54-2.541.92.92-3.96 3.958z"
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const arrowCircleDownF16: string;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const arrowCircleDownF16 = "M8.5 1.2a7.3 7.3 0 1 0 0 14.6 7.3 7.3 0 0 0 0-14.6zm.017 11.649l-2.88-2.88.849-.848L8 10.617V4h1v6.652l1.548-1.53.849.847-2.88 2.88z";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"M8.5 1.2a7.3 7.3 0 1 0 0 14.6 7.3 7.3 0 0 0 0-14.6zm.017 11.649l-2.88-2.88.849-.848L8 10.617V4h1v6.652l1.548-1.53.849.847-2.88 2.88z"
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const arrowCircleDownF24: string;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const arrowCircleDownF24 = "M12.5 2.2C6.81 2.2 2.2 6.81 2.2 12.5c0 5.692 4.61 10.3 10.3 10.3s10.3-4.608 10.3-10.3c0-5.69-4.61-10.3-10.3-10.3zm.001 16.899l-3.925-3.924.848-.85L12 16.905V7h1v9.908l2.576-2.58.848.849-3.923 3.922z";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"M12.5 2.2C6.81 2.2 2.2 6.81 2.2 12.5c0 5.692 4.61 10.3 10.3 10.3s10.3-4.608 10.3-10.3c0-5.69-4.61-10.3-10.3-10.3zm.001 16.899l-3.925-3.924.848-.85L12 16.905V7h1v9.908l2.576-2.58.848.849-3.923 3.922z"
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const arrowCircleDownF32: string;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const arrowCircleDownF32 = "M16.5 3.2C9.154 3.2 3.2 9.154 3.2 16.5s5.954 13.3 13.3 13.3 13.3-5.954 13.3-13.3S23.846 3.2 16.5 3.2zm0 22.28l-3.96-3.96.92-.92L16 23.143V8h1v15.142l2.54-2.541.92.92-3.96 3.958z";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"M16.5 3.2C9.154 3.2 3.2 9.154 3.2 16.5s5.954 13.3 13.3 13.3 13.3-5.954 13.3-13.3S23.846 3.2 16.5 3.2zm0 22.28l-3.96-3.96.92-.92L16 23.143V8h1v15.142l2.54-2.541.92.92-3.96 3.958z"
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const refreshF16: string;
|
package/js/refreshF16.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const refreshF16 = "M8.5 1.2a7.3 7.3 0 1 0 0 14.6 7.3 7.3 0 0 0 0-14.6zm0 11.8A4.452 4.452 0 0 1 5 11.29V13H4v-3h3v1h-.995A3.506 3.506 0 0 0 8.5 12.05c1.786 0 3.254-1.33 3.5-3.05h.95c-.253 2.244-2.14 4-4.45 4zM13 6v1h-3V6h.995A3.506 3.506 0 0 0 8.5 4.95C6.714 4.95 5.246 6.28 5 8h-.95c.253-2.244 2.14-4 4.45-4A4.45 4.45 0 0 1 12 5.71V4h1v2z";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"M8.5 1.2a7.3 7.3 0 1 0 0 14.6 7.3 7.3 0 0 0 0-14.6zm0 11.8A4.452 4.452 0 0 1 5 11.29V13H4v-3h3v1h-.995A3.506 3.506 0 0 0 8.5 12.05c1.786 0 3.254-1.33 3.5-3.05h.95c-.253 2.244-2.14 4-4.45 4zM13 6v1h-3V6h.995A3.506 3.506 0 0 0 8.5 4.95C6.714 4.95 5.246 6.28 5 8h-.95c.253-2.244 2.14-4 4.45-4A4.45 4.45 0 0 1 12 5.71V4h1v2z"
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const refreshF24: string;
|
package/js/refreshF24.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const refreshF24 = "M12.5 2.2C6.81 2.2 2.2 6.81 2.2 12.5c0 5.692 4.61 10.3 10.3 10.3s10.3-4.608 10.3-10.3c0-5.69-4.61-10.3-10.3-10.3zm0 16.8c-2.322 0-4.353-1.23-5.5-3.068V18H6v-4h4v1H7.87c.892 1.658 2.618 2.8 4.63 2.8 2.751 0 4.993-2.115 5.25-4.8h1.225c-.257 3.35-3.06 6-6.475 6zm6.5-9v1h-4v-1h2.13c-.892-1.658-2.618-2.8-4.63-2.8-2.751 0-4.993 2.115-5.25 4.8H6.026c.257-3.35 3.06-6 6.475-6 2.322 0 4.353 1.23 5.5 3.068V7h1v3z";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"M12.5 2.2C6.81 2.2 2.2 6.81 2.2 12.5c0 5.692 4.61 10.3 10.3 10.3s10.3-4.608 10.3-10.3c0-5.69-4.61-10.3-10.3-10.3zm0 16.8c-2.322 0-4.353-1.23-5.5-3.068V18H6v-4h4v1H7.87c.892 1.658 2.618 2.8 4.63 2.8 2.751 0 4.993-2.115 5.25-4.8h1.225c-.257 3.35-3.06 6-6.475 6zm6.5-9v1h-4v-1h2.13c-.892-1.658-2.618-2.8-4.63-2.8-2.751 0-4.993 2.115-5.25 4.8H6.026c.257-3.35 3.06-6 6.475-6 2.322 0 4.353 1.23 5.5 3.068V7h1v3z"
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const refreshF32: string;
|
package/js/refreshF32.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const refreshF32 = "M16.5 3.2C9.154 3.2 3.2 9.154 3.2 16.5s5.954 13.3 13.3 13.3 13.3-5.954 13.3-13.3S23.846 3.2 16.5 3.2zm0 4.8c2.614 0 4.94 1.199 6.5 3.061V8h1v5h-5v-1h2.964c-1.302-1.58-3.26-2.6-5.464-2.6-3.746 0-6.816 2.918-7.074 6.6h-1.4c.26-4.453 3.956-8 8.474-8zm0 17c-2.616 0-4.943-1.201-6.5-3.069V25H9v-5h5v1h-2.964c1.302 1.58 3.26 2.6 5.464 2.6 3.746 0 6.816-2.918 7.074-6.6h1.4c-.26 4.453-3.956 8-8.474 8z";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"M16.5 3.2C9.154 3.2 3.2 9.154 3.2 16.5s5.954 13.3 13.3 13.3 13.3-5.954 13.3-13.3S23.846 3.2 16.5 3.2zm0 4.8c2.614 0 4.94 1.199 6.5 3.061V8h1v5h-5v-1h2.964c-1.302-1.58-3.26-2.6-5.464-2.6-3.746 0-6.816 2.918-7.074 6.6h-1.4c.26-4.453 3.956-8 8.474-8zm0 17c-2.616 0-4.943-1.201-6.5-3.069V25H9v-5h5v1h-2.964c1.302 1.58 3.26 2.6 5.464 2.6 3.746 0 6.816-2.918 7.074-6.6h1.4c-.26 4.453-3.956 8-8.474 8z"
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const strikethrough16: string;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const strikethrough16 = "M6.446 7H4.194c-.753-.607-1.14-1.396-1.14-2.36 0-1.801 1.453-3.619 4.7-3.619 2.595 0 4.358 1.088 4.88 2.979H11.57c-.656-1.694-2.633-1.979-3.816-1.979-2.248 0-3.7 1.029-3.7 2.62 0 .855.42 1.473 1.324 1.945.304.161.67.294 1.068.414zM1 8v1h9.024c.64.24 1.18.54 1.503.955.295.383.445.831.445 1.335 0 1.337-1.165 2.687-3.767 2.687-.961 0-3.09-.212-4.036-1.977h-1.1c1.079 2.749 4.163 2.977 5.136 2.977 3.275 0 4.767-1.912 4.767-3.687 0-.73-.22-1.385-.655-1.947A2.93 2.93 0 0 0 11.995 9H15V8H1z";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"M6.446 7H4.194c-.753-.607-1.14-1.396-1.14-2.36 0-1.801 1.453-3.619 4.7-3.619 2.595 0 4.358 1.088 4.88 2.979H11.57c-.656-1.694-2.633-1.979-3.816-1.979-2.248 0-3.7 1.029-3.7 2.62 0 .855.42 1.473 1.324 1.945.304.161.67.294 1.068.414zM1 8v1h9.024c.64.24 1.18.54 1.503.955.295.383.445.831.445 1.335 0 1.337-1.165 2.687-3.767 2.687-.961 0-3.09-.212-4.036-1.977h-1.1c1.079 2.749 4.163 2.977 5.136 2.977 3.275 0 4.767-1.912 4.767-3.687 0-.73-.22-1.385-.655-1.947A2.93 2.93 0 0 0 11.995 9H15V8H1z"
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const strikethrough24: string;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const strikethrough24 = "M9.721 10H7.563C6.637 9.29 6.03 8.277 6.03 6.738c0-2.346 2.027-4.714 6.556-4.714 3.295 0 5.232 1.278 6.09 3.976h-1.052c-.764-2.068-2.301-2.976-5.038-2.976-3.838 0-5.556 1.866-5.556 3.714 0 1.791.988 2.65 2.692 3.262zM2 11v1h11.435c2.987.711 5.555 1.61 5.555 4.46 0 2.668-2.416 4.53-5.874 4.53-2.456 0-5.417-.564-6.66-3.002h-1.11c1.04 2.624 3.697 4.002 7.77 4.002 4.723 0 6.874-2.866 6.874-5.53 0-2.36-1.382-3.64-3.25-4.46H22v-1H2z";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"M9.721 10H7.563C6.637 9.29 6.03 8.277 6.03 6.738c0-2.346 2.027-4.714 6.556-4.714 3.295 0 5.232 1.278 6.09 3.976h-1.052c-.764-2.068-2.301-2.976-5.038-2.976-3.838 0-5.556 1.866-5.556 3.714 0 1.791.988 2.65 2.692 3.262zM2 11v1h11.435c2.987.711 5.555 1.61 5.555 4.46 0 2.668-2.416 4.53-5.874 4.53-2.456 0-5.417-.564-6.66-3.002h-1.11c1.04 2.624 3.697 4.002 7.77 4.002 4.723 0 6.874-2.866 6.874-5.53 0-2.36-1.382-3.64-3.25-4.46H22v-1H2z"
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const strikethrough32: string;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const strikethrough32 = "M13.12 14h-3.08c-1.847-.909-2.952-2.333-2.952-4.936 0-3.017 2.426-6.062 8.29-6.062 4.21 0 6.705 1.608 7.838 4.998h-1.07c-1.036-2.734-3.153-3.982-6.768-3.982-5.163 0-7.274 2.535-7.274 5.046 0 2.97 1.733 4.06 5.016 4.936zM3 15.02v.96h14.083c3.738.91 6.89 2.117 6.89 5.8 0 3.604-3.246 6.121-7.894 6.121-5.13 0-8.252-1.647-9.31-4.891H5.702c1.092 3.868 4.66 5.907 10.377 5.907 6.121 0 8.91-3.7 8.91-7.138 0-3.167-1.879-4.78-4.424-5.799H29v-.96H3z";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"M13.12 14h-3.08c-1.847-.909-2.952-2.333-2.952-4.936 0-3.017 2.426-6.062 8.29-6.062 4.21 0 6.705 1.608 7.838 4.998h-1.07c-1.036-2.734-3.153-3.982-6.768-3.982-5.163 0-7.274 2.535-7.274 5.046 0 2.97 1.733 4.06 5.016 4.936zM3 15.02v.96h14.083c3.738.91 6.89 2.117 6.89 5.8 0 3.604-3.246 6.121-7.894 6.121-5.13 0-8.252-1.647-9.31-4.891H5.702c1.092 3.868 4.66 5.907 10.377 5.907 6.121 0 8.91-3.7 8.91-7.138 0-3.167-1.879-4.78-4.424-5.799H29v-.96H3z"
|