@siemens/ix-icons 1.0.0 → 1.0.2
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/css/ix-icons.css +442 -433
- package/dist/fonts/ix-icons.eot +0 -0
- package/dist/fonts/ix-icons.svg +475 -448
- package/dist/fonts/ix-icons.ttf +0 -0
- package/dist/fonts/ix-icons.woff +0 -0
- package/dist/fonts/ix-icons.woff2 +0 -0
- package/dist/sample.html +586 -433
- package/dist/sample.json +18 -0
- package/dist/scss/ix-icons.scss +442 -433
- package/dist/svg/cogwheel-filled.svg +9 -0
- package/dist/svg/download.svg +2 -2
- package/dist/svg/e-mail.svg +1 -15
- package/dist/svg/eye-cancelled-filled.svg +1 -15
- package/dist/svg/eye-cancelled.svg +1 -9
- package/dist/svg/folder-open-filled.svg +1 -9
- package/dist/svg/folder-open.svg +1 -9
- package/dist/svg/home-filled.svg +1 -15
- package/dist/svg/home.svg +1 -15
- package/dist/svg/hourglass.svg +1 -15
- package/dist/svg/open-file-filled.svg +1 -10
- package/dist/svg/open-file.svg +1 -10
- package/dist/svg/pin-filled.svg +1 -15
- package/dist/svg/pin.svg +1 -9
- package/dist/svg/play-filled.svg +1 -0
- package/dist/svg/play.svg +1 -9
- package/dist/svg/rhomb-filled.svg +1 -0
- package/dist/svg/rhomb.svg +1 -0
- package/dist/svg/split-horizontally.svg +9 -0
- package/dist/svg/split-vertically.svg +9 -0
- package/dist/svg/stop-filled.svg +1 -0
- package/dist/svg/stop.svg +1 -9
- package/dist/svg/warning-rhomb-filled.svg +1 -0
- package/dist/svg/warning-rhomb.svg +1 -0
- package/package.json +8 -4
@@ -0,0 +1,9 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<svg width="512px" height="512px" viewBox="0 0 512 512" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
3
|
+
<title>cogwheel-filled</title>
|
4
|
+
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
5
|
+
<g id="audio-description1" fill="#000000" transform="translate(39.247914, 42.666667)">
|
6
|
+
<path d="M280.752086,-2.13162821e-14 L280.754595,49.3324032 C297.479619,55.8643136 312.960461,64.8808251 326.743357,75.9281755 L369.504172,51.2410408 L433.504172,162.092293 L390.760871,186.771587 C392.072214,195.434442 392.752086,204.304491 392.752086,213.333333 C392.752086,222.362175 392.072214,231.232225 390.760871,239.89508 L433.504172,264.574374 L369.504172,375.425626 L326.743357,350.738491 C312.960461,361.785842 297.479619,370.802353 280.754595,377.334263 L280.752086,426.666667 L152.752086,426.666667 L152.750579,377.334655 C136.025574,370.80287 120.544732,361.786496 106.761811,350.739289 L64,375.425626 L7.10542736e-15,264.574374 L42.7434523,239.896081 C41.4320106,231.232908 40.7520861,222.362523 40.7520861,213.333333 C40.7520861,204.304144 41.4320106,195.433759 42.7434523,186.770586 L8.8817842e-13,162.092293 L64,51.2410408 L106.760815,75.9281755 C120.543987,64.8806045 136.025171,55.8639535 152.750579,49.3320119 L152.752086,-2.13162821e-14 L280.752086,-2.13162821e-14 Z M216.752086,149.333333 C181.405862,149.333333 152.752086,177.987109 152.752086,213.333333 C152.752086,248.679557 181.405862,277.333333 216.752086,277.333333 C252.09831,277.333333 280.752086,248.679557 280.752086,213.333333 C280.752086,177.987109 252.09831,149.333333 216.752086,149.333333 Z" id="Combined-Shape"></path>
|
7
|
+
</g>
|
8
|
+
</g>
|
9
|
+
</svg>
|
package/dist/svg/download.svg
CHANGED
@@ -2,8 +2,8 @@
|
|
2
2
|
<svg width="512px" height="512px" viewBox="0 0 512 512" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
3
3
|
<title>download</title>
|
4
4
|
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
5
|
-
<g id="icon" fill="#000000" transform="translate(
|
6
|
-
<path d="
|
5
|
+
<g id="icon" fill="#000000" transform="translate(85.333333, 42.666667)">
|
6
|
+
<path d="M312.32,165.76 L285.013333,132.906667 L192,210.56 L192,7.10542736e-15 L149.333333,7.10542736e-15 L149.333333,210.56 L56.32,132.906667 L29.0133333,165.76 L170.666667,283.733333 L312.32,165.76 L312.32,165.76 Z M1.42108547e-14,341.333333 L341.333333,341.333333 L341.333333,384 L1.42108547e-14,384 L1.42108547e-14,341.333333 Z" id="Combined-Shape"></path>
|
7
7
|
</g>
|
8
8
|
</g>
|
9
9
|
</svg>
|
package/dist/svg/e-mail.svg
CHANGED
@@ -1,15 +1 @@
|
|
1
|
-
|
2
|
-
<svg width="512px" height="512px" viewBox="0 0 512 512" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
3
|
-
<title>e-mail</title>
|
4
|
-
<defs>
|
5
|
-
<path d="M292.300175,170.666667 C324.449098,170.666667 351.018034,179.328321 372.006981,196.651629 C382.450262,205.313283 390.589878,215.953216 396.425829,228.571429 C402.364165,241.617377 405.333333,256 405.333333,271.719298 C405.333333,296.634921 398.422339,316.524645 384.600349,331.388471 C372.211751,344.648287 358.236184,351.278195 342.673647,351.278195 C326.08726,351.278195 316.974985,343.739348 315.336824,328.661654 C305.098313,343.739348 291.276323,351.278195 273.870855,351.278195 C259.844095,351.278195 248.735311,347.214703 240.544503,339.087719 C231.636998,330.319131 227.183246,318.289056 227.183246,302.997494 C227.183246,292.838764 229.205352,282.867168 233.249564,273.082707 C237.293775,263.298246 242.89936,254.823726 250.066318,247.659148 C263.683537,234.07853 281.19139,227.288221 302.589878,227.288221 C318.766725,227.288221 333.868528,229.908104 347.895288,235.14787 L337.605585,301.874687 C336.581734,308.397661 336.069808,313.156224 336.069808,316.150376 C336.069808,323.528822 339.192554,327.218045 345.438045,327.218045 C353.628854,327.218045 360.949389,322.245614 367.399651,312.300752 C375.283304,300.21721 379.225131,285.888053 379.225131,269.313283 C379.225131,246.536341 371.546248,228.785297 356.188482,216.06015 C339.192554,202.051796 318.101222,195.047619 292.914485,195.047619 C273.461315,195.047619 255.748691,199.859649 239.776614,209.483709 C224.726003,218.573099 213.412449,230.87051 205.835951,246.37594 C199.79523,258.994152 196.774869,273.002506 196.774869,288.401003 C196.774869,317.593985 206.910995,340.745196 227.183246,357.854637 C244.998255,372.932331 267.625364,380.471178 295.064572,380.471178 C310.729494,380.471178 327.315881,377.477026 344.823735,371.488722 L349.277487,396.190476 C330.745782,402.285714 311.85573,405.333333 292.60733,405.333333 C257.182083,405.333333 228.360675,395.014202 206.143106,374.37594 C182.492147,352.561404 170.666667,323.689223 170.666667,287.759398 C170.666667,253.86132 181.877836,226.005013 204.300175,204.190476 C227.439209,181.84127 256.772542,170.666667 292.300175,170.666667 Z M303.050611,249.58396 C297.21466,249.58396 291.429901,251.107769 285.696335,254.155388 C279.962769,257.203008 275.048284,261.400167 270.95288,266.746867 C262.557301,277.547201 258.359511,289.630744 258.359511,302.997494 C258.359511,310.482874 260.202443,316.390977 263.888307,320.721805 C267.574171,325.052632 272.591041,327.218045 278.938918,327.218045 C288.153578,327.218045 295.781268,323.261487 301.82199,315.348371 C304.995928,311.284879 307.504363,303.42523 309.347295,291.769424 L315.797557,251.829574 C310.575916,250.332498 306.326934,249.58396 303.050611,249.58396 Z M384,0 L384.00272,187.94015 C371.725588,176.157783 357.284521,166.613048 341.335149,159.961575 L341.333333,64 L225.170368,164.350908 C211.803005,171.156776 199.686322,180.066565 189.256545,190.644052 L42.6666667,64 L42.6666667,256 L153.044148,255.998864 C150.617453,266.271623 149.333333,276.98585 149.333333,288 C149.333333,291.589405 149.469713,295.146957 149.737572,298.667757 L0,298.666667 L0,0 L384,0 Z M304,42.6666667 L80,42.6666667 L192,138.666667 L304,42.6666667 Z" id="path-1"></path>
|
6
|
-
</defs>
|
7
|
-
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
8
|
-
<g id="drop" transform="translate(64.000000, 64.000000)">
|
9
|
-
<mask id="mask-2" fill="white">
|
10
|
-
<use xlink:href="#path-1"></use>
|
11
|
-
</mask>
|
12
|
-
<use id="Combined-Shape" fill="#000000" fill-rule="nonzero" xlink:href="#path-1"></use>
|
13
|
-
</g>
|
14
|
-
</g>
|
15
|
-
</svg>
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="512" height="512" viewBox="0 0 512 512"><path fill-rule="evenodd" d="M292.300175,170.666667 C324.449098,170.666667 351.018034,179.328321 372.006981,196.651629 C382.450262,205.313283 390.589878,215.953216 396.425829,228.571429 C402.364165,241.617377 405.333333,256 405.333333,271.719298 C405.333333,296.634921 398.422339,316.524645 384.600349,331.388471 C372.211751,344.648287 358.236184,351.278195 342.673647,351.278195 C326.08726,351.278195 316.974985,343.739348 315.336824,328.661654 C305.098313,343.739348 291.276323,351.278195 273.870855,351.278195 C259.844095,351.278195 248.735311,347.214703 240.544503,339.087719 C231.636998,330.319131 227.183246,318.289056 227.183246,302.997494 C227.183246,292.838764 229.205352,282.867168 233.249564,273.082707 C237.293775,263.298246 242.89936,254.823726 250.066318,247.659148 C263.683537,234.07853 281.19139,227.288221 302.589878,227.288221 C318.766725,227.288221 333.868528,229.908104 347.895288,235.14787 L337.605585,301.874687 C336.581734,308.397661 336.069808,313.156224 336.069808,316.150376 C336.069808,323.528822 339.192554,327.218045 345.438045,327.218045 C353.628854,327.218045 360.949389,322.245614 367.399651,312.300752 C375.283304,300.21721 379.225131,285.888053 379.225131,269.313283 C379.225131,246.536341 371.546248,228.785297 356.188482,216.06015 C339.192554,202.051796 318.101222,195.047619 292.914485,195.047619 C273.461315,195.047619 255.748691,199.859649 239.776614,209.483709 C224.726003,218.573099 213.412449,230.87051 205.835951,246.37594 C199.79523,258.994152 196.774869,273.002506 196.774869,288.401003 C196.774869,317.593985 206.910995,340.745196 227.183246,357.854637 C244.998255,372.932331 267.625364,380.471178 295.064572,380.471178 C310.729494,380.471178 327.315881,377.477026 344.823735,371.488722 L349.277487,396.190476 C330.745782,402.285714 311.85573,405.333333 292.60733,405.333333 C257.182083,405.333333 228.360675,395.014202 206.143106,374.37594 C182.492147,352.561404 170.666667,323.689223 170.666667,287.759398 C170.666667,253.86132 181.877836,226.005013 204.300175,204.190476 C227.439209,181.84127 256.772542,170.666667 292.300175,170.666667 Z M303.050611,249.58396 C297.21466,249.58396 291.429901,251.107769 285.696335,254.155388 C279.962769,257.203008 275.048284,261.400167 270.95288,266.746867 C262.557301,277.547201 258.359511,289.630744 258.359511,302.997494 C258.359511,310.482874 260.202443,316.390977 263.888307,320.721805 C267.574171,325.052632 272.591041,327.218045 278.938918,327.218045 C288.153578,327.218045 295.781268,323.261487 301.82199,315.348371 C304.995928,311.284879 307.504363,303.42523 309.347295,291.769424 L315.797557,251.829574 C310.575916,250.332498 306.326934,249.58396 303.050611,249.58396 Z M384,0 L384.00272,187.94015 C371.725588,176.157783 357.284521,166.613048 341.335149,159.961575 L341.333333,64 L225.171368,164.350399 C211.80403,171.156117 199.687345,180.06574 189.257531,190.643053 L42.6666667,64 L42.6666667,256 L153.044148,255.998864 C150.617453,266.271623 149.333333,276.98585 149.333333,288 C149.333333,291.589405 149.469713,295.146957 149.737572,298.667757 L0,298.666667 L0,0 L384,0 Z M304,42.6666667 L80,42.6666667 L192,138.666667 L304,42.6666667 Z" transform="translate(64 64)"/></svg>
|
@@ -1,15 +1 @@
|
|
1
|
-
|
2
|
-
<svg width="512px" height="512px" viewBox="0 0 512 512" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
3
|
-
<title>eye-cancelled-filled</title>
|
4
|
-
<defs>
|
5
|
-
<path d="M47.0849493,-2.84217094e-14 L409.751616,362.666662 L379.581717,392.836561 L320.374327,333.629228 C291.24622,353.329649 255.728601,367.084945 213.333333,367.084945 C64,367.084945 7.10542736e-15,196.418278 7.10542736e-15,196.418278 C7.10542736e-15,196.418278 22.8622608,135.452249 73.1415637,86.3966908 L16.9150553,30.169894 L47.0849493,-2.84217094e-14 Z M213.333333,25.7516113 C362.666667,25.7516113 426.666667,196.418278 426.666667,196.418278 C426.666667,196.418278 412.428268,234.387342 381.712849,274.507541 L285.871605,178.644581 C279.289844,151.690235 258.075932,130.47205 231.123994,123.884151 L145.661388,38.4004656 C165.912858,30.4951037 188.437222,25.7516113 213.333333,25.7516113 Z M138.666667,196.418278 C138.666667,237.655539 172.096072,271.084945 213.333333,271.084945 C226.192,271.084945 238.291488,267.834514 248.854971,262.110479 L215.114787,228.369528 C214.525081,228.401886 213.931121,228.418278 213.333333,228.418278 C195.660221,228.418278 181.333333,214.09139 181.333333,196.418278 C181.333333,195.82056 181.349721,195.226669 181.382072,194.63703 L147.641614,160.895752 C141.917279,171.459445 138.666667,183.559251 138.666667,196.418278 Z" id="path-1"></path>
|
6
|
-
</defs>
|
7
|
-
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
8
|
-
<g id="eye-cancelled" transform="translate(42.666667, 59.581722)">
|
9
|
-
<mask id="mask-2" fill="white">
|
10
|
-
<use xlink:href="#path-1"></use>
|
11
|
-
</mask>
|
12
|
-
<use id="Combined-Shape" fill="#000000" xlink:href="#path-1"></use>
|
13
|
-
</g>
|
14
|
-
</g>
|
15
|
-
</svg>
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="512" height="512" viewBox="0 0 512 512"><path fill-rule="evenodd" d="M47.0849493,2.84217094e-14 L409.751616,362.666662 L379.581717,392.836561 L320.374817,333.628896 C291.246618,353.329494 255.728838,367.084945 213.333333,367.084945 C64,367.084945 7.10542736e-15,196.418278 7.10542736e-15,196.418278 C7.10542736e-15,196.418278 22.8621027,135.452671 73.141042,86.3971998 L16.9150553,30.169894 L47.0849493,2.84217094e-14 Z M213.333333,25.7516113 C362.666667,25.7516113 426.666667,196.418278 426.666667,196.418278 C426.666667,196.418278 412.428071,234.387867 381.712212,274.508373 L285.871605,178.644581 C279.289844,151.690235 258.075932,130.47205 231.123994,123.884151 L145.662385,38.4000762 C165.913597,30.494948 188.437631,25.7516113 213.333333,25.7516113 Z M138.666667,196.418278 C138.666667,237.655539 172.096072,271.084945 213.333333,271.084945 C226.192194,271.084945 238.291853,267.834416 248.85545,262.110219 L215.113754,228.369585 C214.524387,228.401906 213.930772,228.418278 213.333333,228.418278 C195.660221,228.418278 181.333333,214.09139 181.333333,196.418278 C181.333333,195.820501 181.349724,195.226552 181.382081,194.636857 L147.641392,160.896162 C141.917195,171.459758 138.666667,183.559417 138.666667,196.418278 Z" transform="translate(42.667 59.582)"/></svg>
|
@@ -1,9 +1 @@
|
|
1
|
-
|
2
|
-
<svg width="512px" height="512px" viewBox="0 0 512 512" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
3
|
-
<title>eye-cancelled</title>
|
4
|
-
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
5
|
-
<g id="Combined-Shape" fill="#000000" transform="translate(42.666667, 59.581722)">
|
6
|
-
<path d="M47.0849493,-2.84217094e-14 L186.073,138.989 L186.746936,138.673449 C194.87283,134.916153 203.818061,132.658065 213.342507,132.658065 C248.631467,132.658065 277.342507,161.369105 277.342507,196.658065 C277.342507,206.446294 274.957395,215.622782 271.011508,223.926896 L409.751616,362.666662 L379.581717,392.836561 L320.132,333.387 L319.261025,333.977581 C290.377575,353.44258 255.345237,367.084945 213.333333,367.084945 C64,367.084945 -2.13162821e-14,196.418278 -2.13162821e-14,196.418278 C-2.13162821e-14,196.418278 23.1156387,135.686074 73.4389942,86.6927506 L16.9150553,30.169894 L47.0849493,-2.84217094e-14 Z M103.688,116.943 C74.91136,144.728038 55.9374933,177.632998 46.7121067,196.410385 C64.7850667,233.195665 119.114667,324.418278 213.333333,324.418278 C242.43665,324.418278 267.476216,315.434512 289.051445,302.306212 L240.909,254.164 L240.230039,254.487036 C232.028188,258.331905 222.98485,260.657851 213.342507,260.657851 C178.053547,260.657851 149.342507,231.946811 149.342507,196.657851 C149.342507,186.74845 151.799077,177.471909 155.836267,169.090778 L103.688,116.943 Z M213.333333,25.7516113 C362.666667,25.7516113 426.666667,196.418278 426.666667,196.418278 C426.666667,196.418278 412.390613,233.939131 382.0768,273.777638 L351.597653,243.298491 C364.785067,225.281638 374.22272,208.090171 379.953067,196.424891 C361.8816,159.640891 307.552,68.418278 213.333333,68.418278 C201.81504,68.418278 190.912853,69.819238 180.579413,72.2802513 L146.700587,38.4014247 C166.740907,30.685158 188.770773,25.7516113 213.333333,25.7516113 Z"></path>
|
7
|
-
</g>
|
8
|
-
</g>
|
9
|
-
</svg>
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="512" height="512" viewBox="0 0 512 512"><path fill-rule="evenodd" d="M47.0849493,2.84217094e-14 L185.740632,138.655563 C194.095501,134.657276 203.45297,132.418278 213.333333,132.418278 C248.679253,132.418278 277.333333,161.072358 277.333333,196.418278 C277.333333,206.299034 275.094157,215.656855 271.095572,224.011976 L409.751616,362.666662 L379.581717,392.836561 L320.374817,333.628896 C291.246618,353.329494 255.728838,367.084945 213.333333,367.084945 C64,367.084945 7.10542736e-15,196.418278 7.10542736e-15,196.418278 C7.10542736e-15,196.418278 22.862032,135.452859 73.1408088,86.3974274 L16.9150553,30.169894 L47.0849493,2.84217094e-14 Z M103.440016,116.694904 C74.7091717,144.512844 55.9626236,177.598744 46.7136,196.424891 C64.7370667,233.114811 119.071573,324.418278 213.333333,324.418278 C242.440012,324.418278 267.739844,315.712374 289.339919,302.595012 L240.926035,254.180993 C232.571166,258.17928 223.213696,260.418278 213.333333,260.418278 C177.987413,260.418278 149.333333,231.764198 149.333333,196.418278 C149.333333,186.537915 151.572331,177.180445 155.570618,168.825577 Z M213.333333,25.7516113 C362.666667,25.7516113 426.666667,196.418278 426.666667,196.418278 C426.666667,196.418278 412.428071,234.387867 381.712212,274.508373 L351.151213,243.941206 C364.581948,225.697449 374.142733,208.239347 379.954347,196.410385 C361.9296,159.721745 307.595093,68.418278 213.333333,68.418278 C201.495833,68.418278 190.287983,69.858232 179.702584,72.449263 L145.662385,38.4000762 C165.913597,30.494948 188.437631,25.7516113 213.333333,25.7516113 Z" transform="translate(42.667 59.582)"/></svg>
|
@@ -1,9 +1 @@
|
|
1
|
-
|
2
|
-
<svg width="512px" height="512px" viewBox="0 0 512 512" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
3
|
-
<title>folder-open-filled</title>
|
4
|
-
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
5
|
-
<g id="folder-open-outline" fill="#000000" transform="translate(42.666667, 85.333333)">
|
6
|
-
<path d="M178.0832,1.42108547e-14 L232.0416,42.6666667 L384,42.6666667 L384,127.959 L66.2005012,127.959898 L0.157,341.333 L7.10542736e-15,341.333333 L7.10542736e-15,1.42108547e-14 L178.0832,1.42108547e-14 Z M97.6638202,170.621079 L413.417,170.625 L361.604267,341.333333 L44.821,341.333 L97.6638202,170.621079 Z" id="Combined-Shape"></path>
|
7
|
-
</g>
|
8
|
-
</g>
|
9
|
-
</svg>
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="512" height="512" viewBox="0 0 512 512"><path fill-rule="evenodd" d="M178.0832,1.42108547e-14 L232.0416,42.6666667 L384,42.6666667 L384,106.626 L73.9840567,106.626565 L1.337,341.333 L-2.13162821e-14,341.333333 L-2.13162821e-14,1.42108547e-14 L178.0832,1.42108547e-14 Z M105.447376,149.287746 L436.204,149.292 L377.916587,341.333333 L46,341.333 L105.447376,149.287746 Z" transform="translate(42.667 85.333)"/></svg>
|
package/dist/svg/folder-open.svg
CHANGED
@@ -1,9 +1 @@
|
|
1
|
-
|
2
|
-
<svg width="512px" height="512px" viewBox="0 0 512 512" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
3
|
-
<title>folder-open</title>
|
4
|
-
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
5
|
-
<g id="Shape" fill="#000000" transform="translate(42.666667, 85.333333)">
|
6
|
-
<path d="M384,128 L384,42.6666667 L232.0416,42.6666667 L178.0832,1.42108547e-14 L7.10542736e-15,1.42108547e-14 L7.10542736e-15,341.333333 L60.9376,341.333333 L352.437547,341.333333 L361.604267,341.333333 L426.354347,128 L384,128 Z M42.6666667,253.44 L42.6666667,42.6666667 L163.24992,42.6666667 L217.20832,85.3333333 L341.333333,85.3333333 L341.333333,128 L82.0209067,128 L42.6666667,253.44 Z M329.979093,298.666667 L73.1874133,298.666667 L113.354027,170.666667 L368.812373,170.666667 L329.979093,298.666667 Z"></path>
|
7
|
-
</g>
|
8
|
-
</g>
|
9
|
-
</svg>
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="512" height="512" viewBox="0 0 512 512"><path fill-rule="evenodd" d="M384,128 L384,42.6666667 L232.0416,42.6666667 L178.0832,1.42108547e-14 L-2.13162821e-14,1.42108547e-14 L-2.13162821e-14,341.333333 L60.9376,341.333333 L363.416533,341.333333 L372.583253,341.333333 L437.333333,128 L384,128 Z M42.6666667,253.44 L42.6666667,42.6666667 L163.24992,42.6666667 L217.20832,85.3333333 L341.333333,85.3333333 L341.333333,128 L82.0209067,128 L42.6666667,253.44 Z M340.95808,298.666667 L73.1874133,298.666667 L113.354027,170.666667 L379.79136,170.666667 L340.95808,298.666667 Z" transform="translate(42.667 85.333)"/></svg>
|
package/dist/svg/home-filled.svg
CHANGED
@@ -1,15 +1 @@
|
|
1
|
-
|
2
|
-
<svg width="512px" height="512px" viewBox="0 0 512 512" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
3
|
-
<title>home-filled</title>
|
4
|
-
<defs>
|
5
|
-
<polygon id="path-1" points="192 1.42108547e-14 1.42108547e-14 153.6 1.42108547e-14 384 149.333333 384 149.333333 256 234.666667 256 234.666667 384 384 384 384 153.6"></polygon>
|
6
|
-
</defs>
|
7
|
-
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
8
|
-
<g id="home" transform="translate(64.000000, 64.000000)">
|
9
|
-
<mask id="mask-2" fill="white">
|
10
|
-
<use xlink:href="#path-1"></use>
|
11
|
-
</mask>
|
12
|
-
<use id="Home" fill="#000000" xlink:href="#path-1"></use>
|
13
|
-
</g>
|
14
|
-
</g>
|
15
|
-
</svg>
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="512" height="512" viewBox="0 0 512 512"><polygon fill-rule="evenodd" points="192 0 0 153.6 0 384 149.333 384 149.333 256 234.667 256 234.667 384 384 384 384 153.6" transform="translate(64 64)"/></svg>
|
package/dist/svg/home.svg
CHANGED
@@ -1,15 +1 @@
|
|
1
|
-
|
2
|
-
<svg width="512px" height="512px" viewBox="0 0 512 512" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
3
|
-
<title>home</title>
|
4
|
-
<defs>
|
5
|
-
<path d="M192,1.42108547e-14 L1.42108547e-14,153.6 L1.42108547e-14,384 L170.666667,384 L170.666667,277.333333 L213.333333,277.333333 L213.333333,384 L384,384 L384,153.6 L192,1.42108547e-14 Z M341.333333,341.333333 L256,341.333333 L256,234.666667 L128,234.666667 L128,341.333333 L42.6666667,341.333333 L42.6666667,170.666667 L192,53.3333333 L341.333333,170.666667 L341.333333,341.333333 Z" id="path-1"></path>
|
6
|
-
</defs>
|
7
|
-
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
8
|
-
<g id="home" transform="translate(64.000000, 64.000000)">
|
9
|
-
<mask id="mask-2" fill="white">
|
10
|
-
<use xlink:href="#path-1"></use>
|
11
|
-
</mask>
|
12
|
-
<use id="Home" fill="#000000" xlink:href="#path-1"></use>
|
13
|
-
</g>
|
14
|
-
</g>
|
15
|
-
</svg>
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="512" height="512" viewBox="0 0 512 512"><path fill-rule="evenodd" d="M192,1.42108547e-14 L384,153.6 L384,384 L213.333333,384 L213.333333,277.333333 L170.666667,277.333333 L170.666667,384 L1.42108547e-14,384 L1.42108547e-14,153.6 L192,1.42108547e-14 Z M192,53.3333333 L42.6666667,170.666667 L42.6666667,341.333333 L128,341.333333 L128,234.666667 L256,234.666667 L256,341.333333 L341.333333,341.333333 L341.333333,170.666667 L192,53.3333333 Z" transform="translate(64 64)"/></svg>
|
package/dist/svg/hourglass.svg
CHANGED
@@ -1,15 +1 @@
|
|
1
|
-
|
2
|
-
<svg width="512px" height="512px" viewBox="0 0 512 512" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
3
|
-
<title>hourglass</title>
|
4
|
-
<defs>
|
5
|
-
<path d="M0,-2.13162821e-14 L0,115.477333 L97.8133333,213.333333 L0,311.146667 L0,426.666667 L256,426.666667 L256,311.146667 L158.165333,213.333333 L256,115.477333 L256,-2.13162821e-14 L0,-2.13162821e-14 Z M42.6666667,97.8133333 L42.6666667,42.6666667 L213.333333,42.6666667 L213.333333,97.8133333 L183.356249,127.797912 L72.9030755,128.057301 L42.6666667,97.8133333 Z M42.6666667,328.832 L128,243.498667 L213.333333,328.832 L213.333333,373.333333 L128,320 L42.6666667,373.333333 L42.6666667,328.832 Z" id="path-1"></path>
|
6
|
-
</defs>
|
7
|
-
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
8
|
-
<g id="add" transform="translate(128.000000, 42.666667)">
|
9
|
-
<mask id="mask-2" fill="white">
|
10
|
-
<use xlink:href="#path-1"></use>
|
11
|
-
</mask>
|
12
|
-
<use id="hourglass" fill="#000000" xlink:href="#path-1"></use>
|
13
|
-
</g>
|
14
|
-
</g>
|
15
|
-
</svg>
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="512" height="512" viewBox="0 0 512 512"><path fill-rule="evenodd" d="M256,7.10542736e-15 L256,115.477333 L158.165333,213.333333 L256,311.146667 L256,426.666667 L-2.84217094e-14,426.666667 L-2.84217094e-14,311.146667 L97.8133333,213.333333 L-2.84217094e-14,115.477333 L-2.84217094e-14,7.10542736e-15 L256,7.10542736e-15 Z M128,243.498667 L42.6666667,328.832 L42.6666667,373.333333 L128,320 L213.333333,373.333333 L213.333333,328.832 L128,243.498667 Z M213.333333,42.6666667 L42.6666667,42.6666667 L42.6666667,97.8133333 L72.9030755,128.057301 L183.356249,127.797912 L213.333333,97.8133333 L213.333333,42.6666667 Z" transform="translate(128 42.667)"/></svg>
|
@@ -1,10 +1 @@
|
|
1
|
-
|
2
|
-
<svg width="512px" height="512px" viewBox="0 0 512 512" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
3
|
-
<title>open-file-filled</title>
|
4
|
-
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
5
|
-
<g id="audio-description1" fill="#000000" transform="translate(42.666667, 42.666667)">
|
6
|
-
<path d="M178.0832,42.6666667 L231.972,85.2776667 L146.64,170.625667 L66.2005012,170.626565 L0.157,383.999667 L7.10542736e-15,384 L7.10542736e-15,42.6666667 L178.0832,42.6666667 Z M97.6638202,213.287746 L413.417,213.291667 L361.604267,384 L44.821,383.999667 L97.6638202,213.287746 Z" id="Combined-Shape"></path>
|
7
|
-
<path d="M384,7.10542736e-15 L384,149.333333 L341.333333,149.333333 L341.332444,72.836 L243.503444,170.665777 L183.163444,170.666667 L311.162444,42.666 L234.666667,42.6666667 L234.666667,7.10542736e-15 L384,7.10542736e-15 Z" id="Combined-Shape" fill-rule="nonzero"></path>
|
8
|
-
</g>
|
9
|
-
</g>
|
10
|
-
</svg>
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="512" height="512" viewBox="0 0 512 512"><g fill-rule="evenodd" transform="translate(42.667 42.667)"><path d="M178.0832,42.6666667 L231.972,85.2776667 L167.969,149.292667 L73.9840567,149.293232 L1.337,383.999667 L-2.13162821e-14,384 L-2.13162821e-14,42.6666667 L178.0832,42.6666667 Z M105.447376,191.954413 L436.204,191.958667 L377.916587,384 L46,383.999667 L105.447376,191.954413 Z"/><path fill-rule="nonzero" d="M384,7.10542736e-15 L384,149.333333 L341.333333,149.333333 L341.332777,72.836 L264.835777,149.332777 L204.496777,149.332777 L311.162777,42.666 L234.666667,42.6666667 L234.666667,7.10542736e-15 L384,7.10542736e-15 Z"/></g></svg>
|
package/dist/svg/open-file.svg
CHANGED
@@ -1,10 +1 @@
|
|
1
|
-
|
2
|
-
<svg width="512px" height="512px" viewBox="0 0 512 512" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
3
|
-
<title>open-file</title>
|
4
|
-
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
5
|
-
<g id="audio-description1" fill="#000000" transform="translate(42.666667, 42.666667)">
|
6
|
-
<path d="M178.0832,42.6666667 L221.594,77.0716667 L191.217,107.448667 L163.24992,85.3333333 L42.6666667,85.3333333 L42.6666667,296.106667 L82.0209067,170.666667 L341.333333,170.666667 L341.333,170.665667 L384,170.665667 L384,170.666667 L426.354347,170.666667 L361.604267,384 L7.10542736e-15,384 L7.10542736e-15,42.6666667 L178.0832,42.6666667 Z M368.812373,213.333333 L113.354027,213.333333 L73.1874133,341.333333 L329.979093,341.333333 L368.812373,213.333333 Z M319.999,127.999667 L316.328,127.999667 L319.999697,124.326961 L319.999,127.999667 Z" id="Combined-Shape"></path>
|
7
|
-
<path d="M384,7.10542736e-15 L384,149.333333 L341.333333,149.333333 L341.332777,72.836 L264.836777,149.332777 L204.496777,149.333333 L311.162777,42.666 L234.666667,42.6666667 L234.666667,7.10542736e-15 L384,7.10542736e-15 Z" id="Combined-Shape" fill-rule="nonzero"></path>
|
8
|
-
</g>
|
9
|
-
</g>
|
10
|
-
</svg>
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="512" height="512" viewBox="0 0 512 512"><g fill-rule="evenodd" transform="translate(42.667 42.667)"><path d="M178.0832,42.6666667 L221.594,77.0716667 L191.217,107.448667 L163.24992,85.3333333 L42.6666667,85.3333333 L42.6666667,296.106667 L82.0209067,170.666667 L341.333333,170.666667 L341.333,170.665667 L384,170.665667 L437.333333,170.666667 L372.583253,384 L-2.13162821e-14,384 L-2.13162821e-14,42.6666667 L178.0832,42.6666667 Z M379.79136,213.333333 L113.354027,213.333333 L73.1874133,341.333333 L340.95808,341.333333 L379.79136,213.333333 Z"/><path fill-rule="nonzero" d="M384,7.10542736e-15 L384,149.333333 L341.333333,149.333333 L341.332777,72.836 L264.836777,149.332777 L204.496777,149.333333 L311.162777,42.666 L234.666667,42.6666667 L234.666667,7.10542736e-15 L384,7.10542736e-15 Z"/></g></svg>
|
package/dist/svg/pin-filled.svg
CHANGED
@@ -1,15 +1 @@
|
|
1
|
-
|
2
|
-
<svg width="512px" height="512px" viewBox="0 0 512 512" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
3
|
-
<title>pin-filled</title>
|
4
|
-
<defs>
|
5
|
-
<polygon id="path-1" points="407.374933 180.927147 226.291627 7.10542736e-15 196.135467 30.18752 226.30336 60.3306667 159.0624 127.562453 79.7706667 146.510293 15.17696 211.104 90.5898667 286.51712 -2.84217094e-14 376.955947 -2.84217094e-14 407.12512 30.1691733 407.12512 120.76032 316.687573 196.19776 392.125013 260.812373 327.520853 279.749973 248.22912 347.02464 180.954453 377.20832 211.114667"></polygon>
|
6
|
-
</defs>
|
7
|
-
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
8
|
-
<g id="drop" transform="translate(64.000000, 40.874880)">
|
9
|
-
<mask id="mask-2" fill="white">
|
10
|
-
<use xlink:href="#path-1"></use>
|
11
|
-
</mask>
|
12
|
-
<use id="pin" fill="#000000" xlink:href="#path-1"></use>
|
13
|
-
</g>
|
14
|
-
</g>
|
15
|
-
</svg>
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="512" height="512" viewBox="0 0 512 512"><polygon fill-rule="evenodd" points="407.375 180.927 226.292 0 196.135 30.188 226.303 60.331 159.062 127.562 79.771 146.51 15.177 211.104 90.59 286.517 0 376.956 0 407.125 30.169 407.125 120.76 316.688 196.198 392.125 260.812 327.521 279.75 248.229 347.025 180.954 377.208 211.115" transform="translate(64 40.875)"/></svg>
|
package/dist/svg/pin.svg
CHANGED
@@ -1,9 +1 @@
|
|
1
|
-
|
2
|
-
<svg width="512px" height="512px" viewBox="0 0 512 512" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
3
|
-
<title>pin</title>
|
4
|
-
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
5
|
-
<g id="pin" fill="#000000" transform="translate(64.000000, 40.874880)">
|
6
|
-
<path d="M407.374933,180.927147 L226.291627,7.10542736e-15 L196.135467,30.18752 L226.30336,60.3306667 L159.0624,127.562453 L79.7706667,146.510293 L15.17696,211.104 L90.5898667,286.51712 L0,376.955947 L0,407.12512 L30.1691733,407.12512 L120.76032,316.687573 L196.19776,392.125013 L260.812373,327.520853 L279.749973,248.22912 L347.02464,180.954453 L377.20832,211.114667 L407.374933,180.927147 Z M241.041707,226.59392 L222.104107,305.896107 L196.19776,331.792 L75.5101867,211.104427 L101.416533,185.19808 L180.708267,166.25024 L256.481707,90.4859733 L316.845013,150.799787 L241.041707,226.59392 Z"></path>
|
7
|
-
</g>
|
8
|
-
</g>
|
9
|
-
</svg>
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="512" height="512" viewBox="0 0 512 512"><path fill-rule="evenodd" d="M226.291627,7.10542736e-15 L407.374933,180.927147 L377.20832,211.114667 L347.02464,180.954453 L279.749973,248.22912 L260.812373,327.520853 L196.19776,392.125013 L120.76032,316.687573 L30.1691733,407.12512 L7.10542736e-15,407.12512 L7.10542736e-15,376.955947 L90.5898667,286.51712 L15.17696,211.104 L79.7706667,146.510293 L159.0624,127.562453 L226.30336,60.3306667 L196.135467,30.18752 L226.291627,7.10542736e-15 Z M256.481707,90.4859733 L180.708267,166.25024 L101.416533,185.19808 L75.5101867,211.104427 L196.19776,331.792 L222.104107,305.896107 L241.041707,226.59392 L316.845013,150.799787 L256.481707,90.4859733 Z" transform="translate(64 40.875)"/></svg>
|
@@ -0,0 +1 @@
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="512" height="512" viewBox="0 0 512 512"><polygon fill-rule="evenodd" points="298.667 149.333 0 298.667 0 0" transform="translate(128 106.667)"/></svg>
|
package/dist/svg/play.svg
CHANGED
@@ -1,9 +1 @@
|
|
1
|
-
|
2
|
-
<svg width="512px" height="512px" viewBox="0 0 512 512" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
3
|
-
<title>play</title>
|
4
|
-
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
5
|
-
<g id="stop" fill="#000000" transform="translate(149.333333, 128.000000)">
|
6
|
-
<polygon id="Play" points="234.666667 117.333333 5.68434189e-14 234.666667 5.68434189e-14 0"></polygon>
|
7
|
-
</g>
|
8
|
-
</g>
|
9
|
-
</svg>
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="512" height="512" viewBox="0 0 512 512"><path fill-rule="evenodd" d="M0,4.26325641e-14 L298.666667,149.333333 L0,298.666667 L0,4.26325641e-14 Z M42.6666667,64 L42.6666667,234.666667 L213.333333,149.343338 L42.6666667,64 Z" transform="translate(128 106.667)"/></svg>
|
@@ -0,0 +1 @@
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="512" height="512" viewBox="0 0 512 512"><path fill-rule="evenodd" d="M113.289264,70.6225973 L368.951995,70.6225973 C392.516145,70.6225973 411.618662,89.7251147 411.618662,113.289264 L411.618662,368.951995 C411.618662,392.516145 392.516145,411.618662 368.951995,411.618662 L113.289264,411.618662 C89.7251147,411.618662 70.6225973,392.516145 70.6225973,368.951995 L70.6225973,113.289264 C70.6225973,89.7251147 89.7251147,70.6225973 113.289264,70.6225973 Z" transform="rotate(45 230.6 266.521)"/></svg>
|
@@ -0,0 +1 @@
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="512" height="512" viewBox="0 0 512 512"><path fill-rule="evenodd" d="M368.951995,70.6225973 C392.516145,70.6225973 411.618662,89.7251147 411.618662,113.289264 L411.618662,368.951995 C411.618662,392.516145 392.516145,411.618662 368.951995,411.618662 L113.289264,411.618662 C89.7251147,411.618662 70.6225973,392.516145 70.6225973,368.951995 L70.6225973,113.289264 C70.6225973,89.7251147 89.7251147,70.6225973 113.289264,70.6225973 L368.951995,70.6225973 Z M368.951995,113.289264 L113.289264,113.289264 L113.289264,368.951995 L368.951995,368.951995 L368.951995,113.289264 Z" transform="rotate(45 230.6 266.521)"/></svg>
|
@@ -0,0 +1,9 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<svg width="512px" height="512px" viewBox="0 0 512 512" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
3
|
+
<title>split-horizontally</title>
|
4
|
+
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
5
|
+
<g id="audio-description1" fill="#000000" transform="translate(64.000000, 64.000000)">
|
6
|
+
<path d="M384,1.42108547e-14 L384,384 L1.42108547e-14,384 L1.42108547e-14,1.42108547e-14 L384,1.42108547e-14 Z M42.6666667,213.333333 L42.6666667,341.333333 L341.333333,341.333333 L341.333333,213.333333 L42.6666667,213.333333 Z M42.6666667,170.666667 L341.333333,170.666667 L341.333333,42.6666667 L42.6666667,42.6666667 L42.6666667,170.666667 Z" id="Combined-Shape"></path>
|
7
|
+
</g>
|
8
|
+
</g>
|
9
|
+
</svg>
|
@@ -0,0 +1,9 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<svg width="512px" height="512px" viewBox="0 0 512 512" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
3
|
+
<title>split-vertically</title>
|
4
|
+
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
5
|
+
<g id="audio-description1" fill="#000000" transform="translate(64.000000, 64.000000)">
|
6
|
+
<path d="M384,1.42108547e-14 L384,384 L1.42108547e-14,384 L1.42108547e-14,1.42108547e-14 L384,1.42108547e-14 Z M42.6666667,42.6666667 L42.6666667,341.333333 L170.666667,341.333333 L170.666667,42.6666667 L42.6666667,42.6666667 Z M213.333333,341.333333 L341.333333,341.333333 L341.333333,42.6666667 L213.333333,42.6666667 L213.333333,341.333333 Z" id="Combined-Shape"></path>
|
7
|
+
</g>
|
8
|
+
</g>
|
9
|
+
</svg>
|
@@ -0,0 +1 @@
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="512" height="512" viewBox="0 0 512 512"><rect width="256" height="256" fill-rule="evenodd" transform="translate(128 128)"/></svg>
|
package/dist/svg/stop.svg
CHANGED
@@ -1,9 +1 @@
|
|
1
|
-
|
2
|
-
<svg width="512px" height="512px" viewBox="0 0 512 512" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
3
|
-
<title>stop</title>
|
4
|
-
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
5
|
-
<g id="Rectangle-2" fill="#000000" transform="translate(106.666667, 106.666667)">
|
6
|
-
<rect x="4.26325641e-14" y="4.26325641e-14" width="298.666667" height="298.666667"></rect>
|
7
|
-
</g>
|
8
|
-
</g>
|
9
|
-
</svg>
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="512" height="512" viewBox="0 0 512 512"><path fill-rule="evenodd" d="M256,-2.84217094e-14 L256,256 L-2.84217094e-14,256 L-2.84217094e-14,-2.84217094e-14 L256,-2.84217094e-14 Z M213.333333,42.6666667 L42.6666667,42.6666667 L42.6666667,213.333333 L213.333333,213.333333 L213.333333,42.6666667 Z" transform="translate(128 128)"/></svg>
|
@@ -0,0 +1 @@
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="512" height="512" viewBox="0 0 512 512"><path fill-rule="evenodd" d="M253.617407,12.4967773 L434.398258,193.277628 C451.060628,209.939998 451.060628,236.955037 434.398258,253.617407 L253.617407,434.398258 C236.955037,451.060628 209.939998,451.060628 193.277628,434.398258 L12.4967773,253.617407 C-4.16559245,236.955037 -4.16559245,209.939998 12.4967773,193.277628 L193.277628,12.4967773 C209.939998,-4.16559245 236.955037,-4.16559245 253.617407,12.4967773 Z M223.447518,282.114184 C208.209422,282.114184 196.780851,293.378184 196.780851,308.396851 C196.780851,324.098184 207.863102,335.362184 223.447518,335.362184 C238.685613,335.362184 250.114184,324.098184 250.114184,308.738184 C250.114184,293.378184 238.685613,282.114184 223.447518,282.114184 Z M244.780851,116.780851 L202.114184,116.780851 L202.114184,244.780851 L244.780851,244.780851 L244.780851,116.780851 Z" transform="translate(32.552 32.552)"/></svg>
|
@@ -0,0 +1 @@
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="512" height="512" viewBox="0 0 512 512"><path fill-rule="evenodd" d="M253.617407,12.4967773 L434.398258,193.277628 C451.060628,209.939998 451.060628,236.955037 434.398258,253.617407 L253.617407,434.398258 C236.955037,451.060628 209.939998,451.060628 193.277628,434.398258 L12.4967773,253.617407 C-4.16559245,236.955037 -4.16559245,209.939998 12.4967773,193.277628 L193.277628,12.4967773 C209.939998,-4.16559245 236.955037,-4.16559245 253.617407,12.4967773 Z M223.447518,42.6666667 L42.6666667,223.447518 L223.447518,404.228369 L404.228369,223.447518 L223.447518,42.6666667 Z M223.447518,282.114184 C238.685613,282.114184 250.114184,293.378184 250.114184,308.738184 C250.114184,324.098184 238.685613,335.362184 223.447518,335.362184 C207.863102,335.362184 196.780851,324.098184 196.780851,308.396851 C196.780851,293.378184 208.209422,282.114184 223.447518,282.114184 Z M244.780851,116.780851 L244.780851,244.780851 L202.114184,244.780851 L202.114184,116.780851 L244.780851,116.780851 Z" transform="translate(32.552 32.552)"/></svg>
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@siemens/ix-icons",
|
3
|
-
"version": "1.0.
|
3
|
+
"version": "1.0.2",
|
4
4
|
"license": "MIT",
|
5
5
|
"description": "Siemens ix icon library",
|
6
6
|
"author": "Siemens AG",
|
@@ -19,8 +19,9 @@
|
|
19
19
|
},
|
20
20
|
"scripts": {
|
21
21
|
"start": "gulp watch",
|
22
|
-
"build": "gulp symbols",
|
23
|
-
"test": "node ./tests/is-icon-generated.mjs"
|
22
|
+
"build": "rimraf dist && gulp symbols",
|
23
|
+
"test": "node ./tests/is-icon-generated.mjs && playwright test",
|
24
|
+
"host": "http-server -a 127.0.0.1 -p 8080 ./dist"
|
24
25
|
},
|
25
26
|
"private": false,
|
26
27
|
"files": [
|
@@ -32,12 +33,15 @@
|
|
32
33
|
"dist/sample.json"
|
33
34
|
],
|
34
35
|
"devDependencies": {
|
36
|
+
"@playwright/test": "^1.26.1",
|
35
37
|
"@types/fs-extra": "^9.0.13",
|
36
38
|
"fs-extra": "^10.1.0",
|
37
39
|
"gulp": "^4.0.2",
|
38
40
|
"gulp-consolidate": "^0.2.0",
|
39
41
|
"gulp-iconfont": "^11.0.0",
|
40
42
|
"gulp-rename": "^2.0.0",
|
41
|
-
"
|
43
|
+
"http-server": "^14.1.1",
|
44
|
+
"lodash": "^4.17.2",
|
45
|
+
"rimraf": "^3.0.2"
|
42
46
|
}
|
43
47
|
}
|