@esri/calcite-ui-icons 3.23.9 → 3.24.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/docs/icons.json +1 -1
- package/docs/keywords.json +57 -0
- package/icons/add-layer-service-16.svg +1 -0
- package/icons/add-layer-service-24.svg +1 -0
- package/icons/add-layer-service-32.svg +1 -0
- package/icons/circle-stop-16-f.svg +1 -0
- package/icons/circle-stop-16.svg +1 -0
- package/icons/circle-stop-24-f.svg +1 -0
- package/icons/circle-stop-24.svg +1 -0
- package/icons/circle-stop-32-f.svg +1 -0
- package/icons/circle-stop-32.svg +1 -0
- package/icons/hide-layers-16.svg +1 -0
- package/icons/hide-layers-24.svg +1 -0
- package/icons/hide-layers-32.svg +1 -0
- package/icons/minus-square-16-f.svg +1 -1
- package/icons/minus-square-24-f.svg +0 -0
- package/icons/minus-square-32-f.svg +1 -1
- package/icons/stop-square-16-f.svg +1 -0
- package/icons/stop-square-16.svg +1 -0
- package/icons/stop-square-24-f.svg +1 -0
- package/icons/stop-square-24.svg +1 -0
- package/icons/stop-square-32-f.svg +1 -0
- package/icons/stop-square-32.svg +1 -0
- package/index.d.ts +20 -2
- package/index.js +18 -0
- package/js/addLayerService16.d.ts +1 -0
- package/js/addLayerService16.js +1 -0
- package/js/addLayerService16.json +1 -0
- package/js/addLayerService24.d.ts +1 -0
- package/js/addLayerService24.js +1 -0
- package/js/addLayerService24.json +1 -0
- package/js/addLayerService32.d.ts +1 -0
- package/js/addLayerService32.js +1 -0
- package/js/addLayerService32.json +1 -0
- package/js/circleStop16.d.ts +1 -0
- package/js/circleStop16.js +1 -0
- package/js/circleStop16.json +1 -0
- package/js/circleStop16F.d.ts +1 -0
- package/js/circleStop16F.js +1 -0
- package/js/circleStop16F.json +1 -0
- package/js/circleStop24.d.ts +1 -0
- package/js/circleStop24.js +1 -0
- package/js/circleStop24.json +1 -0
- package/js/circleStop24F.d.ts +1 -0
- package/js/circleStop24F.js +1 -0
- package/js/circleStop24F.json +1 -0
- package/js/circleStop32.d.ts +1 -0
- package/js/circleStop32.js +1 -0
- package/js/circleStop32.json +1 -0
- package/js/circleStop32F.d.ts +1 -0
- package/js/circleStop32F.js +1 -0
- package/js/circleStop32F.json +1 -0
- package/js/hideLayers16.d.ts +1 -0
- package/js/hideLayers16.js +1 -0
- package/js/hideLayers16.json +1 -0
- package/js/hideLayers24.d.ts +1 -0
- package/js/hideLayers24.js +1 -0
- package/js/hideLayers24.json +1 -0
- package/js/hideLayers32.d.ts +1 -0
- package/js/hideLayers32.js +1 -0
- package/js/hideLayers32.json +1 -0
- package/js/minusSquare16F.d.ts +1 -1
- package/js/minusSquare16F.js +1 -1
- package/js/minusSquare16F.json +1 -1
- package/js/minusSquare32F.d.ts +1 -1
- package/js/minusSquare32F.js +1 -1
- package/js/minusSquare32F.json +1 -1
- package/js/stopSquare16.d.ts +1 -0
- package/js/stopSquare16.js +1 -0
- package/js/stopSquare16.json +1 -0
- package/js/stopSquare16F.d.ts +1 -0
- package/js/stopSquare16F.js +1 -0
- package/js/stopSquare16F.json +1 -0
- package/js/stopSquare24.d.ts +1 -0
- package/js/stopSquare24.js +1 -0
- package/js/stopSquare24.json +1 -0
- package/js/stopSquare24F.d.ts +1 -0
- package/js/stopSquare24F.js +1 -0
- package/js/stopSquare24F.json +1 -0
- package/js/stopSquare32.d.ts +1 -0
- package/js/stopSquare32.js +1 -0
- package/js/stopSquare32.json +1 -0
- package/js/stopSquare32F.d.ts +1 -0
- package/js/stopSquare32F.js +1 -0
- package/js/stopSquare32F.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
|
@@ -12962,5 +12962,62 @@
|
|
|
12962
12962
|
],
|
|
12963
12963
|
"category":"People",
|
|
12964
12964
|
"release":"3.23.9"
|
|
12965
|
+
},
|
|
12966
|
+
"hide-layers":{
|
|
12967
|
+
"alias":[
|
|
12968
|
+
"3.24.0",
|
|
12969
|
+
"layers",
|
|
12970
|
+
"layer",
|
|
12971
|
+
"hide",
|
|
12972
|
+
"hidden",
|
|
12973
|
+
"stacked",
|
|
12974
|
+
"multiple",
|
|
12975
|
+
"eye",
|
|
12976
|
+
"view",
|
|
12977
|
+
"cover"
|
|
12978
|
+
],
|
|
12979
|
+
"category":"Layers",
|
|
12980
|
+
"release":"3.24.0"
|
|
12981
|
+
},
|
|
12982
|
+
"add-layer-service":{
|
|
12983
|
+
"alias":[
|
|
12984
|
+
"3.24.0",
|
|
12985
|
+
"generic",
|
|
12986
|
+
"layer",
|
|
12987
|
+
"layers",
|
|
12988
|
+
"add",
|
|
12989
|
+
"services",
|
|
12990
|
+
"plus",
|
|
12991
|
+
"symbol"
|
|
12992
|
+
],
|
|
12993
|
+
"category":"Generic",
|
|
12994
|
+
"release":"3.24.0"
|
|
12995
|
+
},
|
|
12996
|
+
"stop-square":{
|
|
12997
|
+
"alias":[
|
|
12998
|
+
"3.24.1",
|
|
12999
|
+
"media",
|
|
13000
|
+
"cube",
|
|
13001
|
+
"stop",
|
|
13002
|
+
"halt",
|
|
13003
|
+
"end",
|
|
13004
|
+
"finish"
|
|
13005
|
+
],
|
|
13006
|
+
"category":"Media",
|
|
13007
|
+
"release":""
|
|
13008
|
+
},
|
|
13009
|
+
"circle-stop":{
|
|
13010
|
+
"alias":[
|
|
13011
|
+
"3.24.1",
|
|
13012
|
+
"symbols",
|
|
13013
|
+
"cube",
|
|
13014
|
+
"stop",
|
|
13015
|
+
"halt",
|
|
13016
|
+
"end",
|
|
13017
|
+
"finish",
|
|
13018
|
+
"button"
|
|
13019
|
+
],
|
|
13020
|
+
"category":"Symbols",
|
|
13021
|
+
"release":""
|
|
12965
13022
|
}
|
|
12966
13023
|
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M10 15v1H2v-1h5v-1.678c-.895.268-1.881.478-3.207.478-2.37 0-3.793-.71-3.793-.71L2.133.487S3.556 1 5.294 1C7.982 1 8.015.014 10.706.014c1.738 0 3.161.674 3.161.674l1.114 6.579A1.979 1.979 0 0 0 14 7h-.079l-.945-5.587c-.496-.17-1.337-.399-2.27-.399-1.17 0-1.725.201-2.367.434C7.623 1.707 6.813 2 5.294 2c-.908 0-1.736-.126-2.359-.26l-1.81 10.697c.573.169 1.49.363 2.668.363 1.336 0 2.292-.235 3.207-.525V13c0 .738.405 1.376 1 1.723V15h2zm3-3V9h-1v3H9v1h3v3h1v-3h3v-1h-3z"/><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="M13 23h4v1H4v-1h8v-3.912c-1.558.37-3.181.712-5.576.712C3.034 19.8 1 18.783 1 18.783L4.05 1.078s2.035.722 4.52.722c3.849 0 3.893-1.6 7.74-1.6 2.487 0 4.52.878 4.52.878L23.514 17H22.5L19.941 1.815c-.703-.235-2.08-.615-3.63-.615-1.727 0-2.544.336-3.49.725-.998.41-2.129.875-4.25.875-1.496 0-2.833-.242-3.723-.457L2.124 18.15c.807.27 2.301.65 4.3.65 2.502 0 4.096-.383 5.783-.79.416-.1.837-.2 1.273-.296a1.98 1.98 0 0 0-.465 1.132L13 18.85V23zm7-4v-4h-1v4h-4v.999h4V24h1v-4.001h4V19h-4z"/><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 30h8v1H3v-1h12v-3.184c-1.714.529-3.589.984-6.462.984C4.093 27.8 1 26 1 26L5 1.9c.7.233 2.519.968 5.34.968 4.807 0 5.59-1.657 10.734-1.657 3.26 0 5.926.689 5.926.689L30.668 24h-1.013L26.124 2.729a26.165 26.165 0 0 0-5.05-.518c-2.474 0-3.842.393-5.29.81-1.445.417-2.94.847-5.445.847a15.6 15.6 0 0 1-4.544-.65L2.107 25.433a15.984 15.984 0 0 0 6.43 1.366c3.281 0 5.163-.608 7.156-1.252 1.209-.39 2.45-.785 3.994-1.046a1.99 1.99 0 0 0-.651 1.141c-1.113.24-2.077.547-3.036.857V30zm11-4v-5h-1v5h-5v.999h5V32h1v-5.001h5V26h-5z"/><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 15.8a7.3 7.3 0 1 0 0-14.6 7.3 7.3 0 0 0 0 14.6zM6 6h5v5H6V6z" fill="#231f20"/><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 15.8a7.3 7.3 0 1 0 0-14.6 7.3 7.3 0 0 0 0 14.6zm0-13.6c3.474 0 6.3 2.826 6.3 6.3s-2.826 6.3-6.3 6.3-6.3-2.826-6.3-6.3 2.826-6.3 6.3-6.3zM11 11H6V6h5v5z" fill="#231f20"/><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.3zM17 17H8V8h9v9z" fill="#231f20"/><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.3zM8 8h9v9H8V8z" fill="#231f20"/><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.2zM22 22H11V11h11v11z" fill="#231f20"/><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 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 25.6c-6.782 0-12.3-5.518-12.3-12.3S9.718 4.2 16.5 4.2s12.3 5.518 12.3 12.3-5.518 12.3-12.3 12.3zM11 11h11v11H11V11z" fill="#231f20"/><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.896 8.39L.023 4.522l8-4.5L16 4.523l-4.885 2.761a5.656 5.656 0 0 0-.615-.037 6.02 6.02 0 0 0-1.983.351l5.466-3.075-5.96-3.352-5.96 3.352L7.94 7.828a8.326 8.326 0 0 0-1.043.561zm-2.534 4.029l-.212-.273a.993.993 0 0 1-.201-.562L1.043 9.95l-1.02.573 5.458 3.07a10.196 10.196 0 0 1-1.12-1.174zm1.134-2.964L1.043 6.95l-1.02.573 4.735 2.663c.186-.203.433-.456.738-.731zm9.402.865l-.568.567c.24.222.454.436.616.611-.653.704-2.003 1.958-3.563 2.336l-.917.918.034.002c3.038 0 5.5-3.254 5.5-3.254s-.414-.541-1.102-1.18zm.474-1.948l-7.601 7.601-.707-.707 1.114-1.113C6.302 13.213 5 11.5 5 11.5s2.462-3.254 5.5-3.254c1.003 0 1.941.358 2.751.833l1.414-1.414.707.707zm-2.708 1.294c-.66-.36-1.394-.62-2.164-.62-1.938 0-3.679 1.62-4.447 2.454.53.575 1.528 1.515 2.73 2.048l.898-.898a1.385 1.385 0 0 1-.635-1.15c0-.777.67-1.409 1.492-1.409.473 0 .89.213 1.163.538l.963-.963z"/><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 11.495l-.978.578a9.68 9.68 0 0 0-.426-.367 2.64 2.64 0 0 0-.45-.273 1.477 1.477 0 0 0-.228-.064h-.099l-.712-.42.983-.582L23 11.495zM10.075 15.7l-7.11-4.205.928-.547-.983-.582L1 11.493l8.3 4.91c.227-.222.487-.459.775-.704zm-1.847 3.738l-.25-.313a.988.988 0 0 1-.192-.78l-4.82-2.85.927-.547-.983-.582L1 15.493l7.843 4.64a12.034 12.034 0 0 1-.615-.696zM12.001 14L1 7.493 12 1l11 6.495L12 14zM2.966 7.494L12 12.838l9.033-5.342L12 2.161 2.965 7.494zm18.105 8.172l-.628.628A13.562 13.562 0 0 1 22.93 18.5c-.812.93-3.414 3.6-6.47 3.6a5.728 5.728 0 0 1-1.587-.235l-.703.703c.734.27 1.499.432 2.29.432 2.948 0 5.735-2.152 7.541-4.5a13.928 13.928 0 0 0-2.93-2.834zM16.399 20.9c1.324 0 2.4-1.077 2.4-2.4 0-.174-.02-.343-.056-.506l-2.85 2.85c.164.035.333.056.506.056zm-5.046 2.454l-.707-.708 1.305-1.305C10.836 20.54 9.832 19.543 9 18.5c1.843-2.309 4.48-4.5 7.458-4.5.81 0 1.605.174 2.373.461l1.815-1.815.707.708-10 10zm1.199-2.613l1.56-1.56a2.31 2.31 0 0 1-.113-.681c0-1.323 1.077-2.4 2.4-2.4.24 0 .465.045.682.112l1.047-1.047a5.778 5.778 0 0 0-1.668-.265c-3.046 0-5.61 2.663-6.46 3.6.442.487 1.355 1.438 2.552 2.24z"/><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="M30.5 14.492l-1.507.885-.538-.538c-.072-.072-.162-.11-.245-.163l.312-.183-1.792-1.05.989-.58 2.781 1.63zm-1.19 5.699l1.19-.699-2.129-1.247-.647.647c.242.178.468.358.69.538l.108.063-.015.01c.284.231.553.462.802.688zM5.27 18.444l-.989-.58L1.5 19.491l7.364 4.32a1 1 0 0 1 .142-.902l.089-.121-5.617-3.296 1.792-1.05zm9.965-.893L1.5 9.492 16 1l14.5 8.492-11.569 6.788c-1.33.216-2.572.681-3.696 1.27zM3.478 9.493L16 16.841l12.522-7.348L16 2.16 3.478 9.493zm8.708 10.11l-8.708-5.11 1.792-1.05-.989-.58-2.781 1.63 9.892 5.803c.247-.226.511-.458.794-.693zm8.307 7.308c2.518-.021 3.618-2.182 3.319-4.081l-4.009 4.008c.219.041.445.071.69.073zm6.55-7.312l-.634.634c1.367.952 2.59 2.11 3.507 3.255l-.005.006.005.006c-2.134 2.608-5.868 5.391-9.366 5.402-.797-.01-1.632-.207-2.38-.43l-.707.707c.997.35 2.074.613 3.083.624 3.89-.01 8.093-3.12 10.454-6.303-1.01-1.393-2.394-2.78-3.958-3.9zm1.164-3.1L13.5 31.208l-.707-.707 2.388-2.388c-2.08-1.205-3.925-2.92-5.181-4.612 2.258-3.112 6.471-6.314 10.468-6.401 1.501-.013 3.008.496 4.486 1.24l2.546-2.546.707.707zM15.833 27.46l1.934-1.933C16.391 23.528 17.27 20.06 20.46 20c.893-.01 1.594.27 2.134.7l1.698-1.698c-1.268-.597-2.54-1.012-3.81-1.003-4.511.103-8.427 4.278-9.397 5.49l.005.005-.005.006c.617.755 2.397 2.642 4.75 3.96z"/><path fill="none" d="M0 0h32v32H0z"/></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M14.071 2H2.93a.929.929 0 0 0-.93.929V14.07a.93.93 0 0 0 .929.929H14.07a.929.929 0 0 0 .929-.929V2.93a.929.929 0 0 0-.928-.93zM12 9H5V8h7v1z"/><path fill="
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M14.071 2H2.93a.929.929 0 0 0-.93.929V14.07a.93.93 0 0 0 .929.929H14.07a.929.929 0 0 0 .929-.929V2.93a.929.929 0 0 0-.928-.93zM12 9H5V8h7v1z"/><path fill="none" d="M0 0h16v16H0z"/></svg>
|
|
File without changes
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M27.198 4h-21.4A1.8 1.8 0 0 0 4 5.798V27.2A1.8 1.8 0 0 0 5.8 29h21.4a1.8 1.8 0 0 0 1.8-1.8V5.798C29 4.807 28.191 4 27.198 4zM25 17H8v-1h17v1z"/><path fill="
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M27.198 4h-21.4A1.8 1.8 0 0 0 4 5.798V27.2A1.8 1.8 0 0 0 5.8 29h21.4a1.8 1.8 0 0 0 1.8-1.8V5.798C29 4.807 28.191 4 27.198 4zM25 17H8v-1h17v1z"/><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 1v14H1V1h14z" fill="#231f20"/><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="M1 1v14h14V1H1zm13 13H2V2h12v12z" fill="#231f20"/><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="M2 2h20v20H2V2z" fill="#231f20"/><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="M2 22h20V2H2v20zM3 3h18v18H3V3z" fill="#231f20"/><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 3v26H3V3h26z" fill="#231f20"/><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="M3 29h26V3H3v26zM4 4h24v24H4V4z" fill="#231f20"/><path fill="none" d="M0 0h32v32H0z"/></svg>
|
package/index.d.ts
CHANGED
|
@@ -75,6 +75,9 @@ export const addInNew32: string;
|
|
|
75
75
|
export const addLayer16: string;
|
|
76
76
|
export const addLayer24: string;
|
|
77
77
|
export const addLayer32: string;
|
|
78
|
+
export const addLayerService16: string;
|
|
79
|
+
export const addLayerService24: string;
|
|
80
|
+
export const addLayerService32: string;
|
|
78
81
|
export const addReaction16: string;
|
|
79
82
|
export const addReaction24: string;
|
|
80
83
|
export const addReaction32: string;
|
|
@@ -498,6 +501,12 @@ export const circlePause24F: string;
|
|
|
498
501
|
export const circlePause24: string;
|
|
499
502
|
export const circlePause32F: string;
|
|
500
503
|
export const circlePause32: string;
|
|
504
|
+
export const circleStop16F: string;
|
|
505
|
+
export const circleStop16: string;
|
|
506
|
+
export const circleStop24F: string;
|
|
507
|
+
export const circleStop24: string;
|
|
508
|
+
export const circleStop32F: string;
|
|
509
|
+
export const circleStop32: string;
|
|
501
510
|
export const classifyObjects16: string;
|
|
502
511
|
export const classifyObjects24: string;
|
|
503
512
|
export const classifyObjects32: string;
|
|
@@ -1287,6 +1296,9 @@ export const hideDerivedValue32: string;
|
|
|
1287
1296
|
export const hideEmpty16: string;
|
|
1288
1297
|
export const hideEmpty24: string;
|
|
1289
1298
|
export const hideEmpty32: string;
|
|
1299
|
+
export const hideLayers16: string;
|
|
1300
|
+
export const hideLayers24: string;
|
|
1301
|
+
export const hideLayers32: string;
|
|
1290
1302
|
export const hideParameters16: string;
|
|
1291
1303
|
export const hideParameters24: string;
|
|
1292
1304
|
export const hideParameters32: string;
|
|
@@ -1761,11 +1773,11 @@ export const minus32: string;
|
|
|
1761
1773
|
export const minusCircle16: string;
|
|
1762
1774
|
export const minusCircle24: string;
|
|
1763
1775
|
export const minusCircle32: string;
|
|
1764
|
-
export const minusSquare16F:
|
|
1776
|
+
export const minusSquare16F: string;
|
|
1765
1777
|
export const minusSquare16: string;
|
|
1766
1778
|
export const minusSquare24F: string;
|
|
1767
1779
|
export const minusSquare24: string;
|
|
1768
|
-
export const minusSquare32F:
|
|
1780
|
+
export const minusSquare32F: string;
|
|
1769
1781
|
export const minusSquare32: string;
|
|
1770
1782
|
export const miscellaneousCollection16: string;
|
|
1771
1783
|
export const miscellaneousCollection24: string;
|
|
@@ -2616,6 +2628,12 @@ export const starCircle32: string;
|
|
|
2616
2628
|
export const stop16: string;
|
|
2617
2629
|
export const stop24: string;
|
|
2618
2630
|
export const stop32: string;
|
|
2631
|
+
export const stopSquare16F: string;
|
|
2632
|
+
export const stopSquare16: string;
|
|
2633
|
+
export const stopSquare24F: string;
|
|
2634
|
+
export const stopSquare24: string;
|
|
2635
|
+
export const stopSquare32F: string;
|
|
2636
|
+
export const stopSquare32: string;
|
|
2619
2637
|
export const straight16: string;
|
|
2620
2638
|
export const straight24: string;
|
|
2621
2639
|
export const straight32: string;
|
package/index.js
CHANGED
|
@@ -68,6 +68,9 @@ export {addInNew32} from "./js/addInNew32.js";
|
|
|
68
68
|
export {addLayer16} from "./js/addLayer16.js";
|
|
69
69
|
export {addLayer24} from "./js/addLayer24.js";
|
|
70
70
|
export {addLayer32} from "./js/addLayer32.js";
|
|
71
|
+
export {addLayerService16} from "./js/addLayerService16.js";
|
|
72
|
+
export {addLayerService24} from "./js/addLayerService24.js";
|
|
73
|
+
export {addLayerService32} from "./js/addLayerService32.js";
|
|
71
74
|
export {addReaction16} from "./js/addReaction16.js";
|
|
72
75
|
export {addReaction24} from "./js/addReaction24.js";
|
|
73
76
|
export {addReaction32} from "./js/addReaction32.js";
|
|
@@ -491,6 +494,12 @@ export {circlePause24F} from "./js/circlePause24F.js";
|
|
|
491
494
|
export {circlePause24} from "./js/circlePause24.js";
|
|
492
495
|
export {circlePause32F} from "./js/circlePause32F.js";
|
|
493
496
|
export {circlePause32} from "./js/circlePause32.js";
|
|
497
|
+
export {circleStop16F} from "./js/circleStop16F.js";
|
|
498
|
+
export {circleStop16} from "./js/circleStop16.js";
|
|
499
|
+
export {circleStop24F} from "./js/circleStop24F.js";
|
|
500
|
+
export {circleStop24} from "./js/circleStop24.js";
|
|
501
|
+
export {circleStop32F} from "./js/circleStop32F.js";
|
|
502
|
+
export {circleStop32} from "./js/circleStop32.js";
|
|
494
503
|
export {classifyObjects16} from "./js/classifyObjects16.js";
|
|
495
504
|
export {classifyObjects24} from "./js/classifyObjects24.js";
|
|
496
505
|
export {classifyObjects32} from "./js/classifyObjects32.js";
|
|
@@ -1280,6 +1289,9 @@ export {hideDerivedValue32} from "./js/hideDerivedValue32.js";
|
|
|
1280
1289
|
export {hideEmpty16} from "./js/hideEmpty16.js";
|
|
1281
1290
|
export {hideEmpty24} from "./js/hideEmpty24.js";
|
|
1282
1291
|
export {hideEmpty32} from "./js/hideEmpty32.js";
|
|
1292
|
+
export {hideLayers16} from "./js/hideLayers16.js";
|
|
1293
|
+
export {hideLayers24} from "./js/hideLayers24.js";
|
|
1294
|
+
export {hideLayers32} from "./js/hideLayers32.js";
|
|
1283
1295
|
export {hideParameters16} from "./js/hideParameters16.js";
|
|
1284
1296
|
export {hideParameters24} from "./js/hideParameters24.js";
|
|
1285
1297
|
export {hideParameters32} from "./js/hideParameters32.js";
|
|
@@ -2609,6 +2621,12 @@ export {starCircle32} from "./js/starCircle32.js";
|
|
|
2609
2621
|
export {stop16} from "./js/stop16.js";
|
|
2610
2622
|
export {stop24} from "./js/stop24.js";
|
|
2611
2623
|
export {stop32} from "./js/stop32.js";
|
|
2624
|
+
export {stopSquare16F} from "./js/stopSquare16F.js";
|
|
2625
|
+
export {stopSquare16} from "./js/stopSquare16.js";
|
|
2626
|
+
export {stopSquare24F} from "./js/stopSquare24F.js";
|
|
2627
|
+
export {stopSquare24} from "./js/stopSquare24.js";
|
|
2628
|
+
export {stopSquare32F} from "./js/stopSquare32F.js";
|
|
2629
|
+
export {stopSquare32} from "./js/stopSquare32.js";
|
|
2612
2630
|
export {straight16} from "./js/straight16.js";
|
|
2613
2631
|
export {straight24} from "./js/straight24.js";
|
|
2614
2632
|
export {straight32} from "./js/straight32.js";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const addLayerService16: string;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const addLayerService16 = "M10 15v1H2v-1h5v-1.678c-.895.268-1.881.478-3.207.478-2.37 0-3.793-.71-3.793-.71L2.133.487S3.556 1 5.294 1C7.982 1 8.015.014 10.706.014c1.738 0 3.161.674 3.161.674l1.114 6.579A1.979 1.979 0 0 0 14 7h-.079l-.945-5.587c-.496-.17-1.337-.399-2.27-.399-1.17 0-1.725.201-2.367.434C7.623 1.707 6.813 2 5.294 2c-.908 0-1.736-.126-2.359-.26l-1.81 10.697c.573.169 1.49.363 2.668.363 1.336 0 2.292-.235 3.207-.525V13c0 .738.405 1.376 1 1.723V15h2zm3-3V9h-1v3H9v1h3v3h1v-3h3v-1h-3z";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"M10 15v1H2v-1h5v-1.678c-.895.268-1.881.478-3.207.478-2.37 0-3.793-.71-3.793-.71L2.133.487S3.556 1 5.294 1C7.982 1 8.015.014 10.706.014c1.738 0 3.161.674 3.161.674l1.114 6.579A1.979 1.979 0 0 0 14 7h-.079l-.945-5.587c-.496-.17-1.337-.399-2.27-.399-1.17 0-1.725.201-2.367.434C7.623 1.707 6.813 2 5.294 2c-.908 0-1.736-.126-2.359-.26l-1.81 10.697c.573.169 1.49.363 2.668.363 1.336 0 2.292-.235 3.207-.525V13c0 .738.405 1.376 1 1.723V15h2zm3-3V9h-1v3H9v1h3v3h1v-3h3v-1h-3z"
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const addLayerService24: string;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const addLayerService24 = "M13 23h4v1H4v-1h8v-3.912c-1.558.37-3.181.712-5.576.712C3.034 19.8 1 18.783 1 18.783L4.05 1.078s2.035.722 4.52.722c3.849 0 3.893-1.6 7.74-1.6 2.487 0 4.52.878 4.52.878L23.514 17H22.5L19.941 1.815c-.703-.235-2.08-.615-3.63-.615-1.727 0-2.544.336-3.49.725-.998.41-2.129.875-4.25.875-1.496 0-2.833-.242-3.723-.457L2.124 18.15c.807.27 2.301.65 4.3.65 2.502 0 4.096-.383 5.783-.79.416-.1.837-.2 1.273-.296a1.98 1.98 0 0 0-.465 1.132L13 18.85V23zm7-4v-4h-1v4h-4v.999h4V24h1v-4.001h4V19h-4z";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"M13 23h4v1H4v-1h8v-3.912c-1.558.37-3.181.712-5.576.712C3.034 19.8 1 18.783 1 18.783L4.05 1.078s2.035.722 4.52.722c3.849 0 3.893-1.6 7.74-1.6 2.487 0 4.52.878 4.52.878L23.514 17H22.5L19.941 1.815c-.703-.235-2.08-.615-3.63-.615-1.727 0-2.544.336-3.49.725-.998.41-2.129.875-4.25.875-1.496 0-2.833-.242-3.723-.457L2.124 18.15c.807.27 2.301.65 4.3.65 2.502 0 4.096-.383 5.783-.79.416-.1.837-.2 1.273-.296a1.98 1.98 0 0 0-.465 1.132L13 18.85V23zm7-4v-4h-1v4h-4v.999h4V24h1v-4.001h4V19h-4z"
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const addLayerService32: string;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const addLayerService32 = "M16 30h8v1H3v-1h12v-3.184c-1.714.529-3.589.984-6.462.984C4.093 27.8 1 26 1 26L5 1.9c.7.233 2.519.968 5.34.968 4.807 0 5.59-1.657 10.734-1.657 3.26 0 5.926.689 5.926.689L30.668 24h-1.013L26.124 2.729a26.165 26.165 0 0 0-5.05-.518c-2.474 0-3.842.393-5.29.81-1.445.417-2.94.847-5.445.847a15.6 15.6 0 0 1-4.544-.65L2.107 25.433a15.984 15.984 0 0 0 6.43 1.366c3.281 0 5.163-.608 7.156-1.252 1.209-.39 2.45-.785 3.994-1.046a1.99 1.99 0 0 0-.651 1.141c-1.113.24-2.077.547-3.036.857V30zm11-4v-5h-1v5h-5v.999h5V32h1v-5.001h5V26h-5z";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"M16 30h8v1H3v-1h12v-3.184c-1.714.529-3.589.984-6.462.984C4.093 27.8 1 26 1 26L5 1.9c.7.233 2.519.968 5.34.968 4.807 0 5.59-1.657 10.734-1.657 3.26 0 5.926.689 5.926.689L30.668 24h-1.013L26.124 2.729a26.165 26.165 0 0 0-5.05-.518c-2.474 0-3.842.393-5.29.81-1.445.417-2.94.847-5.445.847a15.6 15.6 0 0 1-4.544-.65L2.107 25.433a15.984 15.984 0 0 0 6.43 1.366c3.281 0 5.163-.608 7.156-1.252 1.209-.39 2.45-.785 3.994-1.046a1.99 1.99 0 0 0-.651 1.141c-1.113.24-2.077.547-3.036.857V30zm11-4v-5h-1v5h-5v.999h5V32h1v-5.001h5V26h-5z"
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const circleStop16: string;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const circleStop16 = "M8.5 15.8a7.3 7.3 0 1 0 0-14.6 7.3 7.3 0 0 0 0 14.6zm0-13.6c3.474 0 6.3 2.826 6.3 6.3s-2.826 6.3-6.3 6.3-6.3-2.826-6.3-6.3 2.826-6.3 6.3-6.3zM11 11H6V6h5v5z";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"M8.5 15.8a7.3 7.3 0 1 0 0-14.6 7.3 7.3 0 0 0 0 14.6zm0-13.6c3.474 0 6.3 2.826 6.3 6.3s-2.826 6.3-6.3 6.3-6.3-2.826-6.3-6.3 2.826-6.3 6.3-6.3zM11 11H6V6h5v5z"
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const circleStop16F: string;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const circleStop16F = "M8.5 15.8a7.3 7.3 0 1 0 0-14.6 7.3 7.3 0 0 0 0 14.6zM6 6h5v5H6V6z";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"M8.5 15.8a7.3 7.3 0 1 0 0-14.6 7.3 7.3 0 0 0 0 14.6zM6 6h5v5H6V6z"
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const circleStop24: string;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const circleStop24 = "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.3zM8 8h9v9H8V8z";
|
|
@@ -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.3zM8 8h9v9H8V8z"
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const circleStop24F: string;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const circleStop24F = "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.3zM17 17H8V8h9v9z";
|
|
@@ -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.3zM17 17H8V8h9v9z"
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const circleStop32: string;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const circleStop32 = "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 25.6c-6.782 0-12.3-5.518-12.3-12.3S9.718 4.2 16.5 4.2s12.3 5.518 12.3 12.3-5.518 12.3-12.3 12.3zM11 11h11v11H11V11z";
|
|
@@ -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 25.6c-6.782 0-12.3-5.518-12.3-12.3S9.718 4.2 16.5 4.2s12.3 5.518 12.3 12.3-5.518 12.3-12.3 12.3zM11 11h11v11H11V11z"
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const circleStop32F: string;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const circleStop32F = "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.2zM22 22H11V11h11v11z";
|
|
@@ -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.2zM22 22H11V11h11v11z"
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const hideLayers16: string;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const hideLayers16 = "M6.896 8.39L.023 4.522l8-4.5L16 4.523l-4.885 2.761a5.656 5.656 0 0 0-.615-.037 6.02 6.02 0 0 0-1.983.351l5.466-3.075-5.96-3.352-5.96 3.352L7.94 7.828a8.326 8.326 0 0 0-1.043.561zm-2.534 4.029l-.212-.273a.993.993 0 0 1-.201-.562L1.043 9.95l-1.02.573 5.458 3.07a10.196 10.196 0 0 1-1.12-1.174zm1.134-2.964L1.043 6.95l-1.02.573 4.735 2.663c.186-.203.433-.456.738-.731zm9.402.865l-.568.567c.24.222.454.436.616.611-.653.704-2.003 1.958-3.563 2.336l-.917.918.034.002c3.038 0 5.5-3.254 5.5-3.254s-.414-.541-1.102-1.18zm.474-1.948l-7.601 7.601-.707-.707 1.114-1.113C6.302 13.213 5 11.5 5 11.5s2.462-3.254 5.5-3.254c1.003 0 1.941.358 2.751.833l1.414-1.414.707.707zm-2.708 1.294c-.66-.36-1.394-.62-2.164-.62-1.938 0-3.679 1.62-4.447 2.454.53.575 1.528 1.515 2.73 2.048l.898-.898a1.385 1.385 0 0 1-.635-1.15c0-.777.67-1.409 1.492-1.409.473 0 .89.213 1.163.538l.963-.963z";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"M6.896 8.39L.023 4.522l8-4.5L16 4.523l-4.885 2.761a5.656 5.656 0 0 0-.615-.037 6.02 6.02 0 0 0-1.983.351l5.466-3.075-5.96-3.352-5.96 3.352L7.94 7.828a8.326 8.326 0 0 0-1.043.561zm-2.534 4.029l-.212-.273a.993.993 0 0 1-.201-.562L1.043 9.95l-1.02.573 5.458 3.07a10.196 10.196 0 0 1-1.12-1.174zm1.134-2.964L1.043 6.95l-1.02.573 4.735 2.663c.186-.203.433-.456.738-.731zm9.402.865l-.568.567c.24.222.454.436.616.611-.653.704-2.003 1.958-3.563 2.336l-.917.918.034.002c3.038 0 5.5-3.254 5.5-3.254s-.414-.541-1.102-1.18zm.474-1.948l-7.601 7.601-.707-.707 1.114-1.113C6.302 13.213 5 11.5 5 11.5s2.462-3.254 5.5-3.254c1.003 0 1.941.358 2.751.833l1.414-1.414.707.707zm-2.708 1.294c-.66-.36-1.394-.62-2.164-.62-1.938 0-3.679 1.62-4.447 2.454.53.575 1.528 1.515 2.73 2.048l.898-.898a1.385 1.385 0 0 1-.635-1.15c0-.777.67-1.409 1.492-1.409.473 0 .89.213 1.163.538l.963-.963z"
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const hideLayers24: string;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const hideLayers24 = "M23 11.495l-.978.578a9.68 9.68 0 0 0-.426-.367 2.64 2.64 0 0 0-.45-.273 1.477 1.477 0 0 0-.228-.064h-.099l-.712-.42.983-.582L23 11.495zM10.075 15.7l-7.11-4.205.928-.547-.983-.582L1 11.493l8.3 4.91c.227-.222.487-.459.775-.704zm-1.847 3.738l-.25-.313a.988.988 0 0 1-.192-.78l-4.82-2.85.927-.547-.983-.582L1 15.493l7.843 4.64a12.034 12.034 0 0 1-.615-.696zM12.001 14L1 7.493 12 1l11 6.495L12 14zM2.966 7.494L12 12.838l9.033-5.342L12 2.161 2.965 7.494zm18.105 8.172l-.628.628A13.562 13.562 0 0 1 22.93 18.5c-.812.93-3.414 3.6-6.47 3.6a5.728 5.728 0 0 1-1.587-.235l-.703.703c.734.27 1.499.432 2.29.432 2.948 0 5.735-2.152 7.541-4.5a13.928 13.928 0 0 0-2.93-2.834zM16.399 20.9c1.324 0 2.4-1.077 2.4-2.4 0-.174-.02-.343-.056-.506l-2.85 2.85c.164.035.333.056.506.056zm-5.046 2.454l-.707-.708 1.305-1.305C10.836 20.54 9.832 19.543 9 18.5c1.843-2.309 4.48-4.5 7.458-4.5.81 0 1.605.174 2.373.461l1.815-1.815.707.708-10 10zm1.199-2.613l1.56-1.56a2.31 2.31 0 0 1-.113-.681c0-1.323 1.077-2.4 2.4-2.4.24 0 .465.045.682.112l1.047-1.047a5.778 5.778 0 0 0-1.668-.265c-3.046 0-5.61 2.663-6.46 3.6.442.487 1.355 1.438 2.552 2.24z";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"M23 11.495l-.978.578a9.68 9.68 0 0 0-.426-.367 2.64 2.64 0 0 0-.45-.273 1.477 1.477 0 0 0-.228-.064h-.099l-.712-.42.983-.582L23 11.495zM10.075 15.7l-7.11-4.205.928-.547-.983-.582L1 11.493l8.3 4.91c.227-.222.487-.459.775-.704zm-1.847 3.738l-.25-.313a.988.988 0 0 1-.192-.78l-4.82-2.85.927-.547-.983-.582L1 15.493l7.843 4.64a12.034 12.034 0 0 1-.615-.696zM12.001 14L1 7.493 12 1l11 6.495L12 14zM2.966 7.494L12 12.838l9.033-5.342L12 2.161 2.965 7.494zm18.105 8.172l-.628.628A13.562 13.562 0 0 1 22.93 18.5c-.812.93-3.414 3.6-6.47 3.6a5.728 5.728 0 0 1-1.587-.235l-.703.703c.734.27 1.499.432 2.29.432 2.948 0 5.735-2.152 7.541-4.5a13.928 13.928 0 0 0-2.93-2.834zM16.399 20.9c1.324 0 2.4-1.077 2.4-2.4 0-.174-.02-.343-.056-.506l-2.85 2.85c.164.035.333.056.506.056zm-5.046 2.454l-.707-.708 1.305-1.305C10.836 20.54 9.832 19.543 9 18.5c1.843-2.309 4.48-4.5 7.458-4.5.81 0 1.605.174 2.373.461l1.815-1.815.707.708-10 10zm1.199-2.613l1.56-1.56a2.31 2.31 0 0 1-.113-.681c0-1.323 1.077-2.4 2.4-2.4.24 0 .465.045.682.112l1.047-1.047a5.778 5.778 0 0 0-1.668-.265c-3.046 0-5.61 2.663-6.46 3.6.442.487 1.355 1.438 2.552 2.24z"
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const hideLayers32: string;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const hideLayers32 = "M30.5 14.492l-1.507.885-.538-.538c-.072-.072-.162-.11-.245-.163l.312-.183-1.792-1.05.989-.58 2.781 1.63zm-1.19 5.699l1.19-.699-2.129-1.247-.647.647c.242.178.468.358.69.538l.108.063-.015.01c.284.231.553.462.802.688zM5.27 18.444l-.989-.58L1.5 19.491l7.364 4.32a1 1 0 0 1 .142-.902l.089-.121-5.617-3.296 1.792-1.05zm9.965-.893L1.5 9.492 16 1l14.5 8.492-11.569 6.788c-1.33.216-2.572.681-3.696 1.27zM3.478 9.493L16 16.841l12.522-7.348L16 2.16 3.478 9.493zm8.708 10.11l-8.708-5.11 1.792-1.05-.989-.58-2.781 1.63 9.892 5.803c.247-.226.511-.458.794-.693zm8.307 7.308c2.518-.021 3.618-2.182 3.319-4.081l-4.009 4.008c.219.041.445.071.69.073zm6.55-7.312l-.634.634c1.367.952 2.59 2.11 3.507 3.255l-.005.006.005.006c-2.134 2.608-5.868 5.391-9.366 5.402-.797-.01-1.632-.207-2.38-.43l-.707.707c.997.35 2.074.613 3.083.624 3.89-.01 8.093-3.12 10.454-6.303-1.01-1.393-2.394-2.78-3.958-3.9zm1.164-3.1L13.5 31.208l-.707-.707 2.388-2.388c-2.08-1.205-3.925-2.92-5.181-4.612 2.258-3.112 6.471-6.314 10.468-6.401 1.501-.013 3.008.496 4.486 1.24l2.546-2.546.707.707zM15.833 27.46l1.934-1.933C16.391 23.528 17.27 20.06 20.46 20c.893-.01 1.594.27 2.134.7l1.698-1.698c-1.268-.597-2.54-1.012-3.81-1.003-4.511.103-8.427 4.278-9.397 5.49l.005.005-.005.006c.617.755 2.397 2.642 4.75 3.96z";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"M30.5 14.492l-1.507.885-.538-.538c-.072-.072-.162-.11-.245-.163l.312-.183-1.792-1.05.989-.58 2.781 1.63zm-1.19 5.699l1.19-.699-2.129-1.247-.647.647c.242.178.468.358.69.538l.108.063-.015.01c.284.231.553.462.802.688zM5.27 18.444l-.989-.58L1.5 19.491l7.364 4.32a1 1 0 0 1 .142-.902l.089-.121-5.617-3.296 1.792-1.05zm9.965-.893L1.5 9.492 16 1l14.5 8.492-11.569 6.788c-1.33.216-2.572.681-3.696 1.27zM3.478 9.493L16 16.841l12.522-7.348L16 2.16 3.478 9.493zm8.708 10.11l-8.708-5.11 1.792-1.05-.989-.58-2.781 1.63 9.892 5.803c.247-.226.511-.458.794-.693zm8.307 7.308c2.518-.021 3.618-2.182 3.319-4.081l-4.009 4.008c.219.041.445.071.69.073zm6.55-7.312l-.634.634c1.367.952 2.59 2.11 3.507 3.255l-.005.006.005.006c-2.134 2.608-5.868 5.391-9.366 5.402-.797-.01-1.632-.207-2.38-.43l-.707.707c.997.35 2.074.613 3.083.624 3.89-.01 8.093-3.12 10.454-6.303-1.01-1.393-2.394-2.78-3.958-3.9zm1.164-3.1L13.5 31.208l-.707-.707 2.388-2.388c-2.08-1.205-3.925-2.92-5.181-4.612 2.258-3.112 6.471-6.314 10.468-6.401 1.501-.013 3.008.496 4.486 1.24l2.546-2.546.707.707zM15.833 27.46l1.934-1.933C16.391 23.528 17.27 20.06 20.46 20c.893-.01 1.594.27 2.134.7l1.698-1.698c-1.268-.597-2.54-1.012-3.81-1.003-4.511.103-8.427 4.278-9.397 5.49l.005.005-.005.006c.617.755 2.397 2.642 4.75 3.96z"
|
package/js/minusSquare16F.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const minusSquare16F:
|
|
1
|
+
export const minusSquare16F: string;
|
package/js/minusSquare16F.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const minusSquare16F =
|
|
1
|
+
export const minusSquare16F = "M14.071 2H2.93a.929.929 0 0 0-.93.929V14.07a.93.93 0 0 0 .929.929H14.07a.929.929 0 0 0 .929-.929V2.93a.929.929 0 0 0-.928-.93zM12 9H5V8h7v1z";
|
package/js/minusSquare16F.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
"M14.071 2H2.93a.929.929 0 0 0-.93.929V14.07a.93.93 0 0 0 .929.929H14.07a.929.929 0 0 0 .929-.929V2.93a.929.929 0 0 0-.928-.93zM12 9H5V8h7v1z"
|
package/js/minusSquare32F.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const minusSquare32F:
|
|
1
|
+
export const minusSquare32F: string;
|
package/js/minusSquare32F.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const minusSquare32F =
|
|
1
|
+
export const minusSquare32F = "M27.198 4h-21.4A1.8 1.8 0 0 0 4 5.798V27.2A1.8 1.8 0 0 0 5.8 29h21.4a1.8 1.8 0 0 0 1.8-1.8V5.798C29 4.807 28.191 4 27.198 4zM25 17H8v-1h17v1z";
|
package/js/minusSquare32F.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
"M27.198 4h-21.4A1.8 1.8 0 0 0 4 5.798V27.2A1.8 1.8 0 0 0 5.8 29h21.4a1.8 1.8 0 0 0 1.8-1.8V5.798C29 4.807 28.191 4 27.198 4zM25 17H8v-1h17v1z"
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const stopSquare16: string;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const stopSquare16 = "M1 1v14h14V1H1zm13 13H2V2h12v12z";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"M1 1v14h14V1H1zm13 13H2V2h12v12z"
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const stopSquare16F: string;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const stopSquare16F = "M15 1v14H1V1h14z";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"M15 1v14H1V1h14z"
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const stopSquare24: string;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const stopSquare24 = "M2 22h20V2H2v20zM3 3h18v18H3V3z";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"M2 22h20V2H2v20zM3 3h18v18H3V3z"
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const stopSquare24F: string;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const stopSquare24F = "M2 2h20v20H2V2z";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"M2 2h20v20H2V2z"
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const stopSquare32: string;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const stopSquare32 = "M3 29h26V3H3v26zM4 4h24v24H4V4z";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"M3 29h26V3H3v26zM4 4h24v24H4V4z"
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const stopSquare32F: string;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const stopSquare32F = "M29 3v26H3V3h26z";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"M29 3v26H3V3h26z"
|