@esri/calcite-ui-icons 3.23.0 → 3.23.3
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/docs/icons.json +1 -1
- package/docs/keywords.json +102 -1
- package/icons/merge-2-16.svg +1 -0
- package/icons/merge-2-24.svg +1 -0
- package/icons/merge-2-32.svg +1 -0
- package/icons/recycle-bin-16.svg +1 -0
- package/icons/recycle-bin-24.svg +1 -0
- package/icons/recycle-bin-32.svg +1 -0
- package/icons/slash-16.svg +1 -0
- package/icons/slash-24.svg +1 -0
- package/icons/slash-32.svg +1 -0
- package/icons/text-button-16.svg +1 -0
- package/icons/text-button-24.svg +1 -0
- package/icons/text-button-32.svg +1 -0
- package/icons/text-dashed-underline-16.svg +1 -0
- package/icons/text-dashed-underline-24.svg +1 -0
- package/icons/text-dashed-underline-32.svg +1 -0
- package/icons/text-solid-underline-16.svg +1 -0
- package/icons/text-solid-underline-24.svg +1 -0
- package/icons/text-solid-underline-32.svg +1 -0
- package/icons/unmerge-16.svg +1 -0
- package/icons/unmerge-24.svg +1 -0
- package/icons/unmerge-32.svg +1 -0
- package/index.d.ts +21 -0
- package/index.js +21 -0
- package/js/merge216.d.ts +1 -0
- package/js/merge216.js +1 -0
- package/js/merge216.json +1 -0
- package/js/merge224.d.ts +1 -0
- package/js/merge224.js +1 -0
- package/js/merge224.json +1 -0
- package/js/merge232.d.ts +1 -0
- package/js/merge232.js +1 -0
- package/js/merge232.json +1 -0
- package/js/recycleBin16.d.ts +1 -0
- package/js/recycleBin16.js +1 -0
- package/js/recycleBin16.json +1 -0
- package/js/recycleBin24.d.ts +1 -0
- package/js/recycleBin24.js +1 -0
- package/js/recycleBin24.json +1 -0
- package/js/recycleBin32.d.ts +1 -0
- package/js/recycleBin32.js +1 -0
- package/js/recycleBin32.json +1 -0
- package/js/slash16.d.ts +1 -0
- package/js/slash16.js +1 -0
- package/js/slash16.json +1 -0
- package/js/slash24.d.ts +1 -0
- package/js/slash24.js +1 -0
- package/js/slash24.json +1 -0
- package/js/slash32.d.ts +1 -0
- package/js/slash32.js +1 -0
- package/js/slash32.json +1 -0
- package/js/textButton16.d.ts +1 -0
- package/js/textButton16.js +1 -0
- package/js/textButton16.json +1 -0
- package/js/textButton24.d.ts +1 -0
- package/js/textButton24.js +1 -0
- package/js/textButton24.json +1 -0
- package/js/textButton32.d.ts +1 -0
- package/js/textButton32.js +1 -0
- package/js/textButton32.json +1 -0
- package/js/textDashedUnderline16.d.ts +1 -0
- package/js/textDashedUnderline16.js +1 -0
- package/js/textDashedUnderline16.json +1 -0
- package/js/textDashedUnderline24.d.ts +1 -0
- package/js/textDashedUnderline24.js +1 -0
- package/js/textDashedUnderline24.json +1 -0
- package/js/textDashedUnderline32.d.ts +1 -0
- package/js/textDashedUnderline32.js +1 -0
- package/js/textDashedUnderline32.json +1 -0
- package/js/textSolidUnderline16.d.ts +1 -0
- package/js/textSolidUnderline16.js +1 -0
- package/js/textSolidUnderline16.json +1 -0
- package/js/textSolidUnderline24.d.ts +1 -0
- package/js/textSolidUnderline24.js +1 -0
- package/js/textSolidUnderline24.json +1 -0
- package/js/textSolidUnderline32.d.ts +1 -0
- package/js/textSolidUnderline32.js +1 -0
- package/js/textSolidUnderline32.json +1 -0
- package/js/unmerge16.d.ts +1 -0
- package/js/unmerge16.js +1 -0
- package/js/unmerge16.json +1 -0
- package/js/unmerge24.d.ts +1 -0
- package/js/unmerge24.js +1 -0
- package/js/unmerge24.json +1 -0
- package/js/unmerge32.d.ts +1 -0
- package/js/unmerge32.js +1 -0
- package/js/unmerge32.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
|
@@ -12213,5 +12213,106 @@
|
|
|
12213
12213
|
],
|
|
12214
12214
|
"category":"Symbols",
|
|
12215
12215
|
"release":"3.23.0"
|
|
12216
|
-
}
|
|
12216
|
+
},
|
|
12217
|
+
"recycle-bin":{
|
|
12218
|
+
"alias":[
|
|
12219
|
+
"3.23.1",
|
|
12220
|
+
"objects",
|
|
12221
|
+
"delete",
|
|
12222
|
+
"store",
|
|
12223
|
+
"move",
|
|
12224
|
+
"remove",
|
|
12225
|
+
"reuse",
|
|
12226
|
+
"arrows"
|
|
12227
|
+
],
|
|
12228
|
+
"category":"Objects",
|
|
12229
|
+
"release":""
|
|
12230
|
+
},
|
|
12231
|
+
"unmerge":{
|
|
12232
|
+
"alias":[
|
|
12233
|
+
"3.23.1",
|
|
12234
|
+
"generic",
|
|
12235
|
+
"unmerging",
|
|
12236
|
+
"disconnect",
|
|
12237
|
+
"separate",
|
|
12238
|
+
"split",
|
|
12239
|
+
"arrows"
|
|
12240
|
+
],
|
|
12241
|
+
"category":"Generic",
|
|
12242
|
+
"release":""
|
|
12243
|
+
},
|
|
12244
|
+
"merge-2":{
|
|
12245
|
+
"alias":[
|
|
12246
|
+
"3.23.1",
|
|
12247
|
+
"generic",
|
|
12248
|
+
"merging",
|
|
12249
|
+
"combine",
|
|
12250
|
+
"connect",
|
|
12251
|
+
"involve",
|
|
12252
|
+
"arrows"
|
|
12253
|
+
],
|
|
12254
|
+
"category":"Generic",
|
|
12255
|
+
"release":""
|
|
12256
|
+
},
|
|
12257
|
+
"text-button":{
|
|
12258
|
+
"alias":[
|
|
12259
|
+
"3.23.2",
|
|
12260
|
+
"text",
|
|
12261
|
+
"button",
|
|
12262
|
+
"letter",
|
|
12263
|
+
"fill",
|
|
12264
|
+
"A",
|
|
12265
|
+
"box",
|
|
12266
|
+
"words",
|
|
12267
|
+
"type",
|
|
12268
|
+
"layout"
|
|
12269
|
+
],
|
|
12270
|
+
"category":"Text",
|
|
12271
|
+
"release":"3.23.2"
|
|
12272
|
+
},
|
|
12273
|
+
"text-dashed-underline":{
|
|
12274
|
+
"alias":[
|
|
12275
|
+
"3.23.2",
|
|
12276
|
+
"text",
|
|
12277
|
+
"button",
|
|
12278
|
+
"letter",
|
|
12279
|
+
"A",
|
|
12280
|
+
"line",
|
|
12281
|
+
"words",
|
|
12282
|
+
"type",
|
|
12283
|
+
"layout"
|
|
12284
|
+
],
|
|
12285
|
+
"category":"Text",
|
|
12286
|
+
"release":"3.23.2"
|
|
12287
|
+
},
|
|
12288
|
+
"text-solid-underline":{
|
|
12289
|
+
"alias":[
|
|
12290
|
+
"3.23.2",
|
|
12291
|
+
"text",
|
|
12292
|
+
"button",
|
|
12293
|
+
"letter",
|
|
12294
|
+
"A",
|
|
12295
|
+
"line",
|
|
12296
|
+
"words",
|
|
12297
|
+
"type",
|
|
12298
|
+
"layout",
|
|
12299
|
+
"solid"
|
|
12300
|
+
],
|
|
12301
|
+
"category":"Text",
|
|
12302
|
+
"release":"3.23.2"
|
|
12303
|
+
},
|
|
12304
|
+
"slash":{
|
|
12305
|
+
"alias":[
|
|
12306
|
+
"3.23.3",
|
|
12307
|
+
"symbols",
|
|
12308
|
+
"forward slash",
|
|
12309
|
+
"diagonal",
|
|
12310
|
+
"character",
|
|
12311
|
+
"line",
|
|
12312
|
+
"divider",
|
|
12313
|
+
"breadcrumbs"
|
|
12314
|
+
],
|
|
12315
|
+
"category":"Symbols",
|
|
12316
|
+
"release":"3.23.3"
|
|
12317
|
+
}
|
|
12217
12318
|
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M15.993 8.455l-2.81 2.81-.706-.707L14.034 9H8.707l-4 4H0v-1h4.293l3.5-3.5-3.5-3.5H0V4h4.707l4 4h5.416l-1.646-1.646.707-.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="M23.207 12.494l-2.847 2.847-.707-.707 1.64-1.64-6.586.006-7 7H1v-1h6.293l6.5-6.5-6.5-6.5H1V5h6.707l7 7.005L21.294 12l-1.641-1.646.707-.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="M31.207 16.5l-3.854 3.854-.707-.707 2.656-2.656-9.595.009-9 8.998L1 26v-.998L10.293 25l8.5-8.5-8.5-8.5L1 7.998V7l9.707.002 9 9.007L29.284 16l-2.638-2.646.707-.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="M16 1.5c0-.827-.673-1.5-1.5-1.5h-13C.673 0 0 .673 0 1.5S.673 3 1.5 3h13c.827 0 1.5-.673 1.5-1.5zm-15 0a.5.5 0 0 1 .5-.5h13a.5.5 0 0 1 0 1h-13a.5.5 0 0 1-.5-.5zm10.653 6.465l.866-.5-.72-1.248a.2.2 0 0 0-.347 0L11 6.998l-.038.067-.866-.5.49-.848c.1-.174.246-.303.414-.396.546-.3 1.338-.17 1.665.396l.72 1.248.866-.5-.299 2.482-2.299-.982zm-4.231 3.234l.713-1.236-.866-.5 2.299-.982.299 2.482-.866-.5-.715 1.237a.197.197 0 0 0 0 .198.202.202 0 0 0 .173.102H10v1H8.459c-.427 0-.825-.23-1.04-.6a1.194 1.194 0 0 1 .003-1.201zM11.846 15h1.113l-.007.06c-.111.561-.574.94-1.106.94H4.154c-.532 0-.995-.379-1.1-.901L1.722 4h1.006L4.04 14.94c.006.018.056.06.114.06h7.692zm3.984-3.8a1.202 1.202 0 0 1-1.039 1.8H13v1l-2-1.5 2-1.5v1h1.791a.2.2 0 0 0 .174-.3l-.765-1.325.865-.5.765 1.325z"/><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="M16.918 12.67l1.3-.75-1.447-2.506c-.083-.14-.217-.156-.271-.156s-.188.015-.27.156l-.23.398-.77 1.332-.865-.5 1-1.73c.472-.821 1.798-.821 2.27 0l.05.086 1.398 2.42 1.3-.75-.417 3.28-3.048-1.28zM20.5 5H3.446v-.005A1.499 1.499 0 0 1 2 3.5C2 2.673 2.673 2 3.5 2h17c.827 0 1.5.673 1.5 1.5 0 .808-.644 1.465-1.445 1.494V5H20.5zm0-1a.5.5 0 0 0 0-1h-17a.5.5 0 0 0 0 1h17zm-1.047 2l-.288 3h1.004l.289-3h-1.005zm-8.775 12.344c.236.41.66.656 1.135.656H14v-1h-2.187a.308.308 0 0 1-.27-.156.309.309 0 0 1 0-.312l1.139-1.972 1.3.75-.417-3.279-3.048 1.28 1.3.75-1.14 1.971a1.298 1.298 0 0 0 0 1.312zm11.644-1.312l-1.015-1.759-.866.5 1.016 1.76a.309.309 0 0 1 0 .311.306.306 0 0 1-.27.156H18v-1.5l-2 1.333-1 .667 1 .667 2 1.333V19h3.187c.474 0 .899-.245 1.135-.655a1.299 1.299 0 0 0 0-1.313zM16 22H6.355c-.142 0-.265-.102-.286-.19L4.547 6H3.542l1.54 15.956A1.304 1.304 0 0 0 6.354 23h11.29c.584 0 1.083-.401 1.246-1H16z"/><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="M29 4.5c0-.827-.673-1.5-1.5-1.5h-23C3.673 3 3 3.673 3 4.5S3.673 6 4.5 6h23c.827 0 1.5-.673 1.5-1.5zm-25 0a.5.5 0 0 1 .5-.5h23a.5.5 0 0 1 0 1h-23a.5.5 0 0 1-.5-.5zm19.97 11.815l1.733-1-1.77-3.065c-.13-.226-.346-.25-.433-.25s-.303.024-.434.25l-.995 1.725-.071-.04-.795-.46.795-1.377.201-.348c.27-.47.757-.75 1.299-.75s1.028.28 1.299.75l1.77 3.065 1.732-1-.665 3.848-3.665-1.348zM23.867 27h1.006l-.215 1.757c-.145.736-.764 1.243-1.476 1.243H8.819a1.504 1.504 0 0 1-1.47-1.206L4.68 7h1.007l2.648 21.636c.041.195.247.364.484.364h14.362a.502.502 0 0 0 .49-.402L23.866 27zm6.706-3.75c-.271.47-.757.75-1.299.75H25v2l-3-2.5 3-2.5v2h4.273a.49.49 0 0 0 .433-.25.49.49 0 0 0 .001-.5l-1.304-2.259.865-.5 1.304 2.259a1.48 1.48 0 0 1 0 1.5zM26.83 11h-1.006l.489-4h1.007l-.49 4zm-9.537 11.25a.49.49 0 0 0 0 .5.49.49 0 0 0 .434.25H21v1h-3.273c-.542 0-1.028-.28-1.3-.75s-.27-1.03 0-1.5l2.078-3.598-1.732-1 3.665-1.349.665 3.849-1.732-1-2.078 3.598z"/><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="M4.308 15L9.716 1h1.072L5.38 15z"/><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="M14.648 2h1.072L7.996 22H6.924z"/><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="M19.58 3h1.073L10.61 29H9.539z"/><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="M0 0h16v16H0z"/><path d="M8 4.267L9.563 8H6.437zM15 1v14H1V1zm-2.136 11L8.677 2H7.323L3.136 12h1.626l1.274-3h3.923l1.278 3z"/><path d="M0 0h16v16H0z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M0 0h24v24H0z"/><path d="M12 6.075L15.163 13H8.837zM22 2v20H2V2zm-2.574 17L12.733 4h-1.466L4.574 19h1.639l2.283-5h6.99l2.301 5z"/><path d="M0 0h24v24H0z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M0 0h32v32H0z"/><path d="M16 8.22L20.426 19h-8.852zM30 3v28H2V3zm-5.056 23L16.66 6h-1.318L7.056 26h1.646l2.484-6h9.649l2.463 6z"/><path d="M0 0h32v32H0z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M5 14h2v1H5zm4 1h2v-1H9zm-8 0h2v-1H1zm12-1v1h2v-1zm-2.753-5.012L11.508 12h1.085L8.406 2h-.812L3.407 12h1.085l1.26-3.012zM8 3.619l1.829 4.369H6.17z"/><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="M11 22h2v1h-2zm-6 1h2v-1H5zm9 0h2v-1h-2zm-6 0h2v-1H8zm12-1v1h2v-1zm-3 1h2v-1h-2zM2 23h2v-1H2zm16.062-4h1.09L12.459 4h-.918L4.848 19h1.09l2.24-5h7.645zm-9.437-6L12 5.464 15.375 13z"/><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="M7 30h2v1H7zm4 1h2v-1h-2zm4 0h2v-1h-2zm12-1v1h2v-1zm-8 1h2v-1h-2zM3 31h2v-1H3zm20 0h2v-1h-2zM15.612 6L7.326 26h1.106l2.463-6h10.21l2.463 6h1.106L16.388 6zm-4.307 13L16 7.561 20.695 19z"/><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="M15 14v1H1v-1zm-4.753-5.012L11.508 12h1.085L8.406 2h-.812L3.407 12h1.085l1.26-3.012zM8 3.619l1.829 4.369H6.17z"/><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="M22 22v1H2v-1zm-3.938-3h1.09L12.459 4h-.918L4.848 19h1.09l2.24-5h7.645zm-9.437-6L12 5.464 15.375 13z"/><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="M29 30v1H3v-1zM15.612 6L7.326 26h1.106l2.463-6h10.21l2.463 6h1.106L16.388 6zm-4.307 13L16 7.561 20.695 19z"/><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="M13.124 9.646l2.853 2.854-2.853 2.854-.707-.707 1.65-1.65L8.292 13l-4-4H0V8h4.293l4-4h5.77l-1.647-1.646.707-.707L15.977 4.5l-2.853 2.854-.707-.707L14.063 5H8.707l-3.5 3.5 3.5 3.503L14.06 12l-1.644-1.646z"/><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 fill="none" d="M0 0h24v24H0z"/><path d="M20.36 16.66l2.847 2.846-2.847 2.848-.707-.707 1.662-1.663-8.022.016-7-7H1v-1h5.293l7-7 8 .005-1.64-1.639.707-.707 2.847 2.847-2.847 2.848-.707-.707L21.293 6l-7.586-.005-6.5 6.505 6.5 6.516L21.27 19l-1.618-1.634z"/></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="M27.354 20.646l3.853 3.854-3.854 3.854-.707-.707L29.271 25l-11.904-.025L9.294 17H2v-1h7.293l8-8h12l-2.647-2.646.707-.707L31.207 8.5l-3.854 3.854-.707-.707L29.293 9H17.707l-7.498 7.498L17.7 24l11.615.022-2.669-2.668z"/></svg>
|
package/index.d.ts
CHANGED
|
@@ -1648,6 +1648,9 @@ export const megaPhone16: string;
|
|
|
1648
1648
|
export const megaPhone24: string;
|
|
1649
1649
|
export const megaPhone32: string;
|
|
1650
1650
|
export const merge16: string;
|
|
1651
|
+
export const merge216: string;
|
|
1652
|
+
export const merge224: string;
|
|
1653
|
+
export const merge232: string;
|
|
1651
1654
|
export const merge24: string;
|
|
1652
1655
|
export const merge32: string;
|
|
1653
1656
|
export const mergeOnHighway16: string;
|
|
@@ -2097,6 +2100,9 @@ export const rectanglePlus32: string;
|
|
|
2097
2100
|
export const recurrence16: string;
|
|
2098
2101
|
export const recurrence24: string;
|
|
2099
2102
|
export const recurrence32: string;
|
|
2103
|
+
export const recycleBin16: string;
|
|
2104
|
+
export const recycleBin24: string;
|
|
2105
|
+
export const recycleBin32: string;
|
|
2100
2106
|
export const redo16: string;
|
|
2101
2107
|
export const redo24: string;
|
|
2102
2108
|
export const redo32: string;
|
|
@@ -2367,6 +2373,9 @@ export const signOut32: string;
|
|
|
2367
2373
|
export const skyPlot16: string;
|
|
2368
2374
|
export const skyPlot24: string;
|
|
2369
2375
|
export const skyPlot32: string;
|
|
2376
|
+
export const slash16: string;
|
|
2377
|
+
export const slash24: string;
|
|
2378
|
+
export const slash32: string;
|
|
2370
2379
|
export const slice16: string;
|
|
2371
2380
|
export const slice24: string;
|
|
2372
2381
|
export const slice32: string;
|
|
@@ -2577,6 +2586,12 @@ export const testData32: string;
|
|
|
2577
2586
|
export const text16: string;
|
|
2578
2587
|
export const text24: string;
|
|
2579
2588
|
export const text32: string;
|
|
2589
|
+
export const textButton16: string;
|
|
2590
|
+
export const textButton24: string;
|
|
2591
|
+
export const textButton32: string;
|
|
2592
|
+
export const textDashedUnderline16: string;
|
|
2593
|
+
export const textDashedUnderline24: string;
|
|
2594
|
+
export const textDashedUnderline32: string;
|
|
2580
2595
|
export const textLarge16: string;
|
|
2581
2596
|
export const textLarge24: string;
|
|
2582
2597
|
export const textLarge32: string;
|
|
@@ -2589,6 +2604,9 @@ export const textParagraphLarge32: string;
|
|
|
2589
2604
|
export const textSmall16: string;
|
|
2590
2605
|
export const textSmall24: string;
|
|
2591
2606
|
export const textSmall32: string;
|
|
2607
|
+
export const textSolidUnderline16: string;
|
|
2608
|
+
export const textSolidUnderline24: string;
|
|
2609
|
+
export const textSolidUnderline32: string;
|
|
2592
2610
|
export const thumbsDown16: string;
|
|
2593
2611
|
export const thumbsDown24: string;
|
|
2594
2612
|
export const thumbsDown32: string;
|
|
@@ -2670,6 +2688,9 @@ export const unlink32: string;
|
|
|
2670
2688
|
export const unlock16: string;
|
|
2671
2689
|
export const unlock24: string;
|
|
2672
2690
|
export const unlock32: string;
|
|
2691
|
+
export const unmerge16: string;
|
|
2692
|
+
export const unmerge24: string;
|
|
2693
|
+
export const unmerge32: string;
|
|
2673
2694
|
export const unpin16: string;
|
|
2674
2695
|
export const unpin24: string;
|
|
2675
2696
|
export const unpin32: string;
|
package/index.js
CHANGED
|
@@ -1641,6 +1641,9 @@ export {megaPhone16} from "./js/megaPhone16.js";
|
|
|
1641
1641
|
export {megaPhone24} from "./js/megaPhone24.js";
|
|
1642
1642
|
export {megaPhone32} from "./js/megaPhone32.js";
|
|
1643
1643
|
export {merge16} from "./js/merge16.js";
|
|
1644
|
+
export {merge216} from "./js/merge216.js";
|
|
1645
|
+
export {merge224} from "./js/merge224.js";
|
|
1646
|
+
export {merge232} from "./js/merge232.js";
|
|
1644
1647
|
export {merge24} from "./js/merge24.js";
|
|
1645
1648
|
export {merge32} from "./js/merge32.js";
|
|
1646
1649
|
export {mergeOnHighway16} from "./js/mergeOnHighway16.js";
|
|
@@ -2090,6 +2093,9 @@ export {rectanglePlus32} from "./js/rectanglePlus32.js";
|
|
|
2090
2093
|
export {recurrence16} from "./js/recurrence16.js";
|
|
2091
2094
|
export {recurrence24} from "./js/recurrence24.js";
|
|
2092
2095
|
export {recurrence32} from "./js/recurrence32.js";
|
|
2096
|
+
export {recycleBin16} from "./js/recycleBin16.js";
|
|
2097
|
+
export {recycleBin24} from "./js/recycleBin24.js";
|
|
2098
|
+
export {recycleBin32} from "./js/recycleBin32.js";
|
|
2093
2099
|
export {redo16} from "./js/redo16.js";
|
|
2094
2100
|
export {redo24} from "./js/redo24.js";
|
|
2095
2101
|
export {redo32} from "./js/redo32.js";
|
|
@@ -2360,6 +2366,9 @@ export {signOut32} from "./js/signOut32.js";
|
|
|
2360
2366
|
export {skyPlot16} from "./js/skyPlot16.js";
|
|
2361
2367
|
export {skyPlot24} from "./js/skyPlot24.js";
|
|
2362
2368
|
export {skyPlot32} from "./js/skyPlot32.js";
|
|
2369
|
+
export {slash16} from "./js/slash16.js";
|
|
2370
|
+
export {slash24} from "./js/slash24.js";
|
|
2371
|
+
export {slash32} from "./js/slash32.js";
|
|
2363
2372
|
export {slice16} from "./js/slice16.js";
|
|
2364
2373
|
export {slice24} from "./js/slice24.js";
|
|
2365
2374
|
export {slice32} from "./js/slice32.js";
|
|
@@ -2570,6 +2579,12 @@ export {testData32} from "./js/testData32.js";
|
|
|
2570
2579
|
export {text16} from "./js/text16.js";
|
|
2571
2580
|
export {text24} from "./js/text24.js";
|
|
2572
2581
|
export {text32} from "./js/text32.js";
|
|
2582
|
+
export {textButton16} from "./js/textButton16.js";
|
|
2583
|
+
export {textButton24} from "./js/textButton24.js";
|
|
2584
|
+
export {textButton32} from "./js/textButton32.js";
|
|
2585
|
+
export {textDashedUnderline16} from "./js/textDashedUnderline16.js";
|
|
2586
|
+
export {textDashedUnderline24} from "./js/textDashedUnderline24.js";
|
|
2587
|
+
export {textDashedUnderline32} from "./js/textDashedUnderline32.js";
|
|
2573
2588
|
export {textLarge16} from "./js/textLarge16.js";
|
|
2574
2589
|
export {textLarge24} from "./js/textLarge24.js";
|
|
2575
2590
|
export {textLarge32} from "./js/textLarge32.js";
|
|
@@ -2582,6 +2597,9 @@ export {textParagraphLarge32} from "./js/textParagraphLarge32.js";
|
|
|
2582
2597
|
export {textSmall16} from "./js/textSmall16.js";
|
|
2583
2598
|
export {textSmall24} from "./js/textSmall24.js";
|
|
2584
2599
|
export {textSmall32} from "./js/textSmall32.js";
|
|
2600
|
+
export {textSolidUnderline16} from "./js/textSolidUnderline16.js";
|
|
2601
|
+
export {textSolidUnderline24} from "./js/textSolidUnderline24.js";
|
|
2602
|
+
export {textSolidUnderline32} from "./js/textSolidUnderline32.js";
|
|
2585
2603
|
export {thumbsDown16} from "./js/thumbsDown16.js";
|
|
2586
2604
|
export {thumbsDown24} from "./js/thumbsDown24.js";
|
|
2587
2605
|
export {thumbsDown32} from "./js/thumbsDown32.js";
|
|
@@ -2663,6 +2681,9 @@ export {unlink32} from "./js/unlink32.js";
|
|
|
2663
2681
|
export {unlock16} from "./js/unlock16.js";
|
|
2664
2682
|
export {unlock24} from "./js/unlock24.js";
|
|
2665
2683
|
export {unlock32} from "./js/unlock32.js";
|
|
2684
|
+
export {unmerge16} from "./js/unmerge16.js";
|
|
2685
|
+
export {unmerge24} from "./js/unmerge24.js";
|
|
2686
|
+
export {unmerge32} from "./js/unmerge32.js";
|
|
2666
2687
|
export {unpin16} from "./js/unpin16.js";
|
|
2667
2688
|
export {unpin24} from "./js/unpin24.js";
|
|
2668
2689
|
export {unpin32} from "./js/unpin32.js";
|
package/js/merge216.d.ts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const merge216: string;
|
package/js/merge216.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const merge216 = "M15.993 8.455l-2.81 2.81-.706-.707L14.034 9H8.707l-4 4H0v-1h4.293l3.5-3.5-3.5-3.5H0V4h4.707l4 4h5.416l-1.646-1.646.707-.707z";
|
package/js/merge216.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"M15.993 8.455l-2.81 2.81-.706-.707L14.034 9H8.707l-4 4H0v-1h4.293l3.5-3.5-3.5-3.5H0V4h4.707l4 4h5.416l-1.646-1.646.707-.707z"
|
package/js/merge224.d.ts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const merge224: string;
|
package/js/merge224.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const merge224 = "M23.207 12.494l-2.847 2.847-.707-.707 1.64-1.64-6.586.006-7 7H1v-1h6.293l6.5-6.5-6.5-6.5H1V5h6.707l7 7.005L21.294 12l-1.641-1.646.707-.707z";
|
package/js/merge224.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"M23.207 12.494l-2.847 2.847-.707-.707 1.64-1.64-6.586.006-7 7H1v-1h6.293l6.5-6.5-6.5-6.5H1V5h6.707l7 7.005L21.294 12l-1.641-1.646.707-.707z"
|
package/js/merge232.d.ts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const merge232: string;
|
package/js/merge232.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const merge232 = "M31.207 16.5l-3.854 3.854-.707-.707 2.656-2.656-9.595.009-9 8.998L1 26v-.998L10.293 25l8.5-8.5-8.5-8.5L1 7.998V7l9.707.002 9 9.007L29.284 16l-2.638-2.646.707-.707z";
|
package/js/merge232.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"M31.207 16.5l-3.854 3.854-.707-.707 2.656-2.656-9.595.009-9 8.998L1 26v-.998L10.293 25l8.5-8.5-8.5-8.5L1 7.998V7l9.707.002 9 9.007L29.284 16l-2.638-2.646.707-.707z"
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const recycleBin16: string;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const recycleBin16 = "M16 1.5c0-.827-.673-1.5-1.5-1.5h-13C.673 0 0 .673 0 1.5S.673 3 1.5 3h13c.827 0 1.5-.673 1.5-1.5zm-15 0a.5.5 0 0 1 .5-.5h13a.5.5 0 0 1 0 1h-13a.5.5 0 0 1-.5-.5zm10.653 6.465l.866-.5-.72-1.248a.2.2 0 0 0-.347 0L11 6.998l-.038.067-.866-.5.49-.848c.1-.174.246-.303.414-.396.546-.3 1.338-.17 1.665.396l.72 1.248.866-.5-.299 2.482-2.299-.982zm-4.231 3.234l.713-1.236-.866-.5 2.299-.982.299 2.482-.866-.5-.715 1.237a.197.197 0 0 0 0 .198.202.202 0 0 0 .173.102H10v1H8.459c-.427 0-.825-.23-1.04-.6a1.194 1.194 0 0 1 .003-1.201zM11.846 15h1.113l-.007.06c-.111.561-.574.94-1.106.94H4.154c-.532 0-.995-.379-1.1-.901L1.722 4h1.006L4.04 14.94c.006.018.056.06.114.06h7.692zm3.984-3.8a1.202 1.202 0 0 1-1.039 1.8H13v1l-2-1.5 2-1.5v1h1.791a.2.2 0 0 0 .174-.3l-.765-1.325.865-.5.765 1.325z";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"M16 1.5c0-.827-.673-1.5-1.5-1.5h-13C.673 0 0 .673 0 1.5S.673 3 1.5 3h13c.827 0 1.5-.673 1.5-1.5zm-15 0a.5.5 0 0 1 .5-.5h13a.5.5 0 0 1 0 1h-13a.5.5 0 0 1-.5-.5zm10.653 6.465l.866-.5-.72-1.248a.2.2 0 0 0-.347 0L11 6.998l-.038.067-.866-.5.49-.848c.1-.174.246-.303.414-.396.546-.3 1.338-.17 1.665.396l.72 1.248.866-.5-.299 2.482-2.299-.982zm-4.231 3.234l.713-1.236-.866-.5 2.299-.982.299 2.482-.866-.5-.715 1.237a.197.197 0 0 0 0 .198.202.202 0 0 0 .173.102H10v1H8.459c-.427 0-.825-.23-1.04-.6a1.194 1.194 0 0 1 .003-1.201zM11.846 15h1.113l-.007.06c-.111.561-.574.94-1.106.94H4.154c-.532 0-.995-.379-1.1-.901L1.722 4h1.006L4.04 14.94c.006.018.056.06.114.06h7.692zm3.984-3.8a1.202 1.202 0 0 1-1.039 1.8H13v1l-2-1.5 2-1.5v1h1.791a.2.2 0 0 0 .174-.3l-.765-1.325.865-.5.765 1.325z"
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const recycleBin24: string;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const recycleBin24 = "M16.918 12.67l1.3-.75-1.447-2.506c-.083-.14-.217-.156-.271-.156s-.188.015-.27.156l-.23.398-.77 1.332-.865-.5 1-1.73c.472-.821 1.798-.821 2.27 0l.05.086 1.398 2.42 1.3-.75-.417 3.28-3.048-1.28zM20.5 5H3.446v-.005A1.499 1.499 0 0 1 2 3.5C2 2.673 2.673 2 3.5 2h17c.827 0 1.5.673 1.5 1.5 0 .808-.644 1.465-1.445 1.494V5H20.5zm0-1a.5.5 0 0 0 0-1h-17a.5.5 0 0 0 0 1h17zm-1.047 2l-.288 3h1.004l.289-3h-1.005zm-8.775 12.344c.236.41.66.656 1.135.656H14v-1h-2.187a.308.308 0 0 1-.27-.156.309.309 0 0 1 0-.312l1.139-1.972 1.3.75-.417-3.279-3.048 1.28 1.3.75-1.14 1.971a1.298 1.298 0 0 0 0 1.312zm11.644-1.312l-1.015-1.759-.866.5 1.016 1.76a.309.309 0 0 1 0 .311.306.306 0 0 1-.27.156H18v-1.5l-2 1.333-1 .667 1 .667 2 1.333V19h3.187c.474 0 .899-.245 1.135-.655a1.299 1.299 0 0 0 0-1.313zM16 22H6.355c-.142 0-.265-.102-.286-.19L4.547 6H3.542l1.54 15.956A1.304 1.304 0 0 0 6.354 23h11.29c.584 0 1.083-.401 1.246-1H16z";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"M16.918 12.67l1.3-.75-1.447-2.506c-.083-.14-.217-.156-.271-.156s-.188.015-.27.156l-.23.398-.77 1.332-.865-.5 1-1.73c.472-.821 1.798-.821 2.27 0l.05.086 1.398 2.42 1.3-.75-.417 3.28-3.048-1.28zM20.5 5H3.446v-.005A1.499 1.499 0 0 1 2 3.5C2 2.673 2.673 2 3.5 2h17c.827 0 1.5.673 1.5 1.5 0 .808-.644 1.465-1.445 1.494V5H20.5zm0-1a.5.5 0 0 0 0-1h-17a.5.5 0 0 0 0 1h17zm-1.047 2l-.288 3h1.004l.289-3h-1.005zm-8.775 12.344c.236.41.66.656 1.135.656H14v-1h-2.187a.308.308 0 0 1-.27-.156.309.309 0 0 1 0-.312l1.139-1.972 1.3.75-.417-3.279-3.048 1.28 1.3.75-1.14 1.971a1.298 1.298 0 0 0 0 1.312zm11.644-1.312l-1.015-1.759-.866.5 1.016 1.76a.309.309 0 0 1 0 .311.306.306 0 0 1-.27.156H18v-1.5l-2 1.333-1 .667 1 .667 2 1.333V19h3.187c.474 0 .899-.245 1.135-.655a1.299 1.299 0 0 0 0-1.313zM16 22H6.355c-.142 0-.265-.102-.286-.19L4.547 6H3.542l1.54 15.956A1.304 1.304 0 0 0 6.354 23h11.29c.584 0 1.083-.401 1.246-1H16z"
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const recycleBin32: string;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const recycleBin32 = "M29 4.5c0-.827-.673-1.5-1.5-1.5h-23C3.673 3 3 3.673 3 4.5S3.673 6 4.5 6h23c.827 0 1.5-.673 1.5-1.5zm-25 0a.5.5 0 0 1 .5-.5h23a.5.5 0 0 1 0 1h-23a.5.5 0 0 1-.5-.5zm19.97 11.815l1.733-1-1.77-3.065c-.13-.226-.346-.25-.433-.25s-.303.024-.434.25l-.995 1.725-.071-.04-.795-.46.795-1.377.201-.348c.27-.47.757-.75 1.299-.75s1.028.28 1.299.75l1.77 3.065 1.732-1-.665 3.848-3.665-1.348zM23.867 27h1.006l-.215 1.757c-.145.736-.764 1.243-1.476 1.243H8.819a1.504 1.504 0 0 1-1.47-1.206L4.68 7h1.007l2.648 21.636c.041.195.247.364.484.364h14.362a.502.502 0 0 0 .49-.402L23.866 27zm6.706-3.75c-.271.47-.757.75-1.299.75H25v2l-3-2.5 3-2.5v2h4.273a.49.49 0 0 0 .433-.25.49.49 0 0 0 .001-.5l-1.304-2.259.865-.5 1.304 2.259a1.48 1.48 0 0 1 0 1.5zM26.83 11h-1.006l.489-4h1.007l-.49 4zm-9.537 11.25a.49.49 0 0 0 0 .5.49.49 0 0 0 .434.25H21v1h-3.273c-.542 0-1.028-.28-1.3-.75s-.27-1.03 0-1.5l2.078-3.598-1.732-1 3.665-1.349.665 3.849-1.732-1-2.078 3.598z";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"M29 4.5c0-.827-.673-1.5-1.5-1.5h-23C3.673 3 3 3.673 3 4.5S3.673 6 4.5 6h23c.827 0 1.5-.673 1.5-1.5zm-25 0a.5.5 0 0 1 .5-.5h23a.5.5 0 0 1 0 1h-23a.5.5 0 0 1-.5-.5zm19.97 11.815l1.733-1-1.77-3.065c-.13-.226-.346-.25-.433-.25s-.303.024-.434.25l-.995 1.725-.071-.04-.795-.46.795-1.377.201-.348c.27-.47.757-.75 1.299-.75s1.028.28 1.299.75l1.77 3.065 1.732-1-.665 3.848-3.665-1.348zM23.867 27h1.006l-.215 1.757c-.145.736-.764 1.243-1.476 1.243H8.819a1.504 1.504 0 0 1-1.47-1.206L4.68 7h1.007l2.648 21.636c.041.195.247.364.484.364h14.362a.502.502 0 0 0 .49-.402L23.866 27zm6.706-3.75c-.271.47-.757.75-1.299.75H25v2l-3-2.5 3-2.5v2h4.273a.49.49 0 0 0 .433-.25.49.49 0 0 0 .001-.5l-1.304-2.259.865-.5 1.304 2.259a1.48 1.48 0 0 1 0 1.5zM26.83 11h-1.006l.489-4h1.007l-.49 4zm-9.537 11.25a.49.49 0 0 0 0 .5.49.49 0 0 0 .434.25H21v1h-3.273c-.542 0-1.028-.28-1.3-.75s-.27-1.03 0-1.5l2.078-3.598-1.732-1 3.665-1.349.665 3.849-1.732-1-2.078 3.598z"
|
package/js/slash16.d.ts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const slash16: string;
|
package/js/slash16.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const slash16 = "M4.308 15L9.716 1h1.072L5.38 15z";
|
package/js/slash16.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"M4.308 15L9.716 1h1.072L5.38 15z"
|
package/js/slash24.d.ts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const slash24: string;
|
package/js/slash24.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const slash24 = "M14.648 2h1.072L7.996 22H6.924z";
|
package/js/slash24.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"M14.648 2h1.072L7.996 22H6.924z"
|
package/js/slash32.d.ts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const slash32: string;
|
package/js/slash32.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const slash32 = "M19.58 3h1.073L10.61 29H9.539z";
|
package/js/slash32.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"M19.58 3h1.073L10.61 29H9.539z"
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const textButton16: string;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const textButton16 = "M8 4.267L9.563 8H6.437zM15 1v14H1V1zm-2.136 11L8.677 2H7.323L3.136 12h1.626l1.274-3h3.923l1.278 3z";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"M8 4.267L9.563 8H6.437zM15 1v14H1V1zm-2.136 11L8.677 2H7.323L3.136 12h1.626l1.274-3h3.923l1.278 3z"
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const textButton24: string;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const textButton24 = "M12 6.075L15.163 13H8.837zM22 2v20H2V2zm-2.574 17L12.733 4h-1.466L4.574 19h1.639l2.283-5h6.99l2.301 5z";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"M12 6.075L15.163 13H8.837zM22 2v20H2V2zm-2.574 17L12.733 4h-1.466L4.574 19h1.639l2.283-5h6.99l2.301 5z"
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const textButton32: string;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const textButton32 = "M16 8.22L20.426 19h-8.852zM30 3v28H2V3zm-5.056 23L16.66 6h-1.318L7.056 26h1.646l2.484-6h9.649l2.463 6z";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"M16 8.22L20.426 19h-8.852zM30 3v28H2V3zm-5.056 23L16.66 6h-1.318L7.056 26h1.646l2.484-6h9.649l2.463 6z"
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const textDashedUnderline16: string;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const textDashedUnderline16 = "M5 14h2v1H5zm4 1h2v-1H9zm-8 0h2v-1H1zm12-1v1h2v-1zm-2.753-5.012L11.508 12h1.085L8.406 2h-.812L3.407 12h1.085l1.26-3.012zM8 3.619l1.829 4.369H6.17z";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"M5 14h2v1H5zm4 1h2v-1H9zm-8 0h2v-1H1zm12-1v1h2v-1zm-2.753-5.012L11.508 12h1.085L8.406 2h-.812L3.407 12h1.085l1.26-3.012zM8 3.619l1.829 4.369H6.17z"
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const textDashedUnderline24: string;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const textDashedUnderline24 = "M11 22h2v1h-2zm-6 1h2v-1H5zm9 0h2v-1h-2zm-6 0h2v-1H8zm12-1v1h2v-1zm-3 1h2v-1h-2zM2 23h2v-1H2zm16.062-4h1.09L12.459 4h-.918L4.848 19h1.09l2.24-5h7.645zm-9.437-6L12 5.464 15.375 13z";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"M11 22h2v1h-2zm-6 1h2v-1H5zm9 0h2v-1h-2zm-6 0h2v-1H8zm12-1v1h2v-1zm-3 1h2v-1h-2zM2 23h2v-1H2zm16.062-4h1.09L12.459 4h-.918L4.848 19h1.09l2.24-5h7.645zm-9.437-6L12 5.464 15.375 13z"
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const textDashedUnderline32: string;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const textDashedUnderline32 = "M7 30h2v1H7zm4 1h2v-1h-2zm4 0h2v-1h-2zm12-1v1h2v-1zm-8 1h2v-1h-2zM3 31h2v-1H3zm20 0h2v-1h-2zM15.612 6L7.326 26h1.106l2.463-6h10.21l2.463 6h1.106L16.388 6zm-4.307 13L16 7.561 20.695 19z";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"M7 30h2v1H7zm4 1h2v-1h-2zm4 0h2v-1h-2zm12-1v1h2v-1zm-8 1h2v-1h-2zM3 31h2v-1H3zm20 0h2v-1h-2zM15.612 6L7.326 26h1.106l2.463-6h10.21l2.463 6h1.106L16.388 6zm-4.307 13L16 7.561 20.695 19z"
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const textSolidUnderline16: string;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const textSolidUnderline16 = "M15 14v1H1v-1zm-4.753-5.012L11.508 12h1.085L8.406 2h-.812L3.407 12h1.085l1.26-3.012zM8 3.619l1.829 4.369H6.17z";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"M15 14v1H1v-1zm-4.753-5.012L11.508 12h1.085L8.406 2h-.812L3.407 12h1.085l1.26-3.012zM8 3.619l1.829 4.369H6.17z"
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const textSolidUnderline24: string;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const textSolidUnderline24 = "M22 22v1H2v-1zm-3.938-3h1.09L12.459 4h-.918L4.848 19h1.09l2.24-5h7.645zm-9.437-6L12 5.464 15.375 13z";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"M22 22v1H2v-1zm-3.938-3h1.09L12.459 4h-.918L4.848 19h1.09l2.24-5h7.645zm-9.437-6L12 5.464 15.375 13z"
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const textSolidUnderline32: string;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const textSolidUnderline32 = "M29 30v1H3v-1zM15.612 6L7.326 26h1.106l2.463-6h10.21l2.463 6h1.106L16.388 6zm-4.307 13L16 7.561 20.695 19z";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"M29 30v1H3v-1zM15.612 6L7.326 26h1.106l2.463-6h10.21l2.463 6h1.106L16.388 6zm-4.307 13L16 7.561 20.695 19z"
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const unmerge16: string;
|
package/js/unmerge16.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const unmerge16 = "M13.124 9.646l2.853 2.854-2.853 2.854-.707-.707 1.65-1.65L8.292 13l-4-4H0V8h4.293l4-4h5.77l-1.647-1.646.707-.707L15.977 4.5l-2.853 2.854-.707-.707L14.063 5H8.707l-3.5 3.5 3.5 3.503L14.06 12l-1.644-1.646z";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"M13.124 9.646l2.853 2.854-2.853 2.854-.707-.707 1.65-1.65L8.292 13l-4-4H0V8h4.293l4-4h5.77l-1.647-1.646.707-.707L15.977 4.5l-2.853 2.854-.707-.707L14.063 5H8.707l-3.5 3.5 3.5 3.503L14.06 12l-1.644-1.646z"
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const unmerge24: string;
|
package/js/unmerge24.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const unmerge24 = "M20.36 16.66l2.847 2.846-2.847 2.848-.707-.707 1.662-1.663-8.022.016-7-7H1v-1h5.293l7-7 8 .005-1.64-1.639.707-.707 2.847 2.847-2.847 2.848-.707-.707L21.293 6l-7.586-.005-6.5 6.505 6.5 6.516L21.27 19l-1.618-1.634z";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"M20.36 16.66l2.847 2.846-2.847 2.848-.707-.707 1.662-1.663-8.022.016-7-7H1v-1h5.293l7-7 8 .005-1.64-1.639.707-.707 2.847 2.847-2.847 2.848-.707-.707L21.293 6l-7.586-.005-6.5 6.505 6.5 6.516L21.27 19l-1.618-1.634z"
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const unmerge32: string;
|
package/js/unmerge32.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const unmerge32 = "M27.354 20.646l3.853 3.854-3.854 3.854-.707-.707L29.271 25l-11.904-.025L9.294 17H2v-1h7.293l8-8h12l-2.647-2.646.707-.707L31.207 8.5l-3.854 3.854-.707-.707L29.293 9H17.707l-7.498 7.498L17.7 24l11.615.022-2.669-2.668z";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"M27.354 20.646l3.853 3.854-3.854 3.854-.707-.707L29.271 25l-11.904-.025L9.294 17H2v-1h7.293l8-8h12l-2.647-2.646.707-.707L31.207 8.5l-3.854 3.854-.707-.707L29.293 9H17.707l-7.498 7.498L17.7 24l11.615.022-2.669-2.668z"
|