@univerjs/icons-svg 1.35.0 → 1.38.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +4 -1
- package/single/add-image-icon.svg +4 -2
- package/single/chart-icon.svg +1 -1
- package/single/column-icon.svg +3 -2
- package/single/comment-icon.svg +2 -5
- package/single/direct-export-icon.svg +3 -3
- package/single/doc-setting-icon.svg +4 -5
- package/single/freeze-to-selected-icon.svg +3 -1
- package/single/function-icon.svg +1 -1
- package/single/graph-icon.svg +2 -8
- package/single/grid-icon.svg +2 -1
- package/single/header-footer-icon.svg +2 -3
- package/single/history-icon.svg +3 -9
- package/single/link-icon.svg +2 -2
- package/single/one-to-one-icon.svg +3 -5
- package/single/pdf-highlight-icon.svg +5 -0
- package/single/print-icon.svg +4 -2
- package/single/protect-icon.svg +4 -2
- package/single/reduce-icon.svg +1 -1
- package/single/shape-icon.svg +1 -1
- package/single/smart-art-icon.svg +6 -0
- package/single/table-icon.svg +2 -1
- package/single/text-icon.svg +1 -9
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@univerjs/icons-svg",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.38.0",
|
|
4
4
|
"description": "SVG icons for Univer",
|
|
5
5
|
"author": "DreamNum Co., Ltd. <developer@univer.ai>",
|
|
6
6
|
"license": "MIT",
|
|
@@ -28,5 +28,8 @@
|
|
|
28
28
|
"other",
|
|
29
29
|
"single"
|
|
30
30
|
],
|
|
31
|
+
"devDependencies": {
|
|
32
|
+
"svg-parser": "^2.0.4"
|
|
33
|
+
},
|
|
31
34
|
"scripts": {}
|
|
32
35
|
}
|
|
@@ -1,4 +1,6 @@
|
|
|
1
1
|
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path
|
|
3
|
-
<path d="
|
|
2
|
+
<path d="M7.9998 1.65005H3.64981C2.54524 1.65005 1.6498 2.54548 1.6498 3.65005V12.35C1.6498 13.4546 2.54523 14.35 3.6498 14.35H12.3498C13.4544 14.35 14.3498 13.4546 14.3498 12.3501V8.00005" stroke="black" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
+
<path d="M1.6498 11.2148L5.43408 8.29588L10.711 12.0198" stroke="black" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
|
+
<path d="M9.46559 10.1621L10.9774 8.65032C11.2042 8.42344 11.5634 8.39794 11.8201 8.59045L14.3498 10.4877" stroke="black" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
5
|
+
<path d="M11.8097 1.74783V6.24167M9.6603 3.897H14.1541" stroke="black" stroke-width="1.2" stroke-linecap="round"/>
|
|
4
6
|
</svg>
|
package/single/chart-icon.svg
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path
|
|
2
|
+
<path d="M1 14.4076H15" stroke="black" stroke-width="1.2" stroke-linecap="round"/>
|
|
3
3
|
<rect x="1.93789" y="6.4667" width="2.6" height="5.72481" rx="1.3" stroke="black" stroke-width="1.2"/>
|
|
4
4
|
<path d="M9.29961 5.6002V10.892C9.29961 11.61 8.71758 12.192 7.99961 12.192C7.28164 12.192 6.69961 11.61 6.69961 10.892V5.6002C6.69961 4.88222 7.28164 4.3002 7.99961 4.3002C8.71758 4.3002 9.29961 4.88223 9.29961 5.6002Z" stroke="black" stroke-width="1.2"/>
|
|
5
5
|
<rect x="11.4618" y="1.59219" width="2.6" height="10.5998" rx="1.3" stroke="black" stroke-width="1.2"/>
|
package/single/column-icon.svg
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
<svg width="17" height="17" viewBox="0 0 17 17" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<
|
|
3
|
-
<path
|
|
2
|
+
<rect x="2.63418" y="2.89202" width="12.522" height="3.99997" rx="1.1" stroke="black" stroke-width="1.2"/>
|
|
3
|
+
<path d="M6.80825 2.89202V6.89199M10.9821 2.89202V6.89199" stroke="black" stroke-width="1.2"/>
|
|
4
|
+
<rect x="2.63418" y="9.79952" width="3.99997" height="3.99998" rx="1.1" stroke="black" stroke-width="1.2"/>
|
|
4
5
|
</svg>
|
package/single/comment-icon.svg
CHANGED
|
@@ -1,7 +1,4 @@
|
|
|
1
1
|
<svg width="17" height="17" viewBox="0 0 17 17" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path
|
|
3
|
-
<path d="M5.83725
|
|
4
|
-
<path d="M8.73904 6.78345C9.12366 6.78345 9.43546 7.10742 9.43546 7.50706V8.41159C9.43546 8.81123 9.12366 9.13521 8.73904 9.13521C8.35441 9.13521 8.04261 8.81123 8.04261 8.41159V7.50706C8.04261 7.10742 8.35441 6.78345 8.73904 6.78345Z" fill="black"/>
|
|
5
|
-
<path d="M11.6408 6.78345C12.0254 6.78345 12.3372 7.10742 12.3372 7.50706V8.41159C12.3372 8.81123 12.0254 9.13521 11.6408 9.13521C11.2562 9.13521 10.9444 8.81123 10.9444 8.41159V7.50706C10.9444 7.10742 11.2562 6.78345 11.6408 6.78345Z" fill="black"/>
|
|
6
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M1.84351 3.41861C1.84351 3.01861 2.15531 2.69434 2.53993 2.69434H14.9381C15.3228 2.69434 15.6346 3.01861 15.6346 3.41861V12.4611C15.6346 12.8612 15.3228 13.1854 14.9381 13.1854H8.82117L6.06643 14.6179C5.85054 14.7301 5.59416 14.7181 5.38884 14.5862C5.18352 14.4542 5.05855 14.2211 5.05855 13.9701V13.1854H2.53993C2.15531 13.1854 1.84351 12.8612 1.84351 12.4611L1.84351 3.41861ZM6.45141 12.7982L8.34531 12.0135C8.44201 11.9632 8.54864 11.9371 8.65676 11.9371H14.2417C14.3522 11.9371 14.4417 11.8475 14.4417 11.7371V4.14271C14.4417 4.03225 14.3522 3.94271 14.2417 3.94271H3.23636C3.12591 3.94271 3.03636 4.03225 3.03636 4.14271L3.03636 11.7371C3.03636 11.8475 3.12591 11.9371 3.23636 11.9371L5.75498 11.9371C6.1396 11.9371 6.45141 12.0611 6.45141 12.4611V12.7982Z" fill="black"/>
|
|
2
|
+
<path d="M2.43993 3.31861H15.0381V12.5611H8.65676L5.75498 14.069V12.5611H2.43993V3.31861Z" stroke="black" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
+
<path d="M5.83725 7.50706V8.41159M8.73904 7.50706V8.41159M11.6408 7.50706V8.41159" stroke="black" stroke-width="1.39286" stroke-linecap="round"/>
|
|
7
4
|
</svg>
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path
|
|
3
|
-
<path d="
|
|
4
|
-
<path d="
|
|
2
|
+
<path d="M7.2 2H3.2C2.53726 2 2 2.53726 2 3.2V12.8C2 13.4627 2.53726 14 3.2 14H12.8C13.4627 14 14 13.4627 14 12.8V11.7" stroke="black" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
+
<path d="M7.2 2V8C7.2 10.2976 5.76983 12.6271 3.2 14" stroke="black" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
|
+
<path d="M9.4 8H14.4M12 5.6L14.4 8L12 10.4" stroke="black" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
5
5
|
</svg>
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="
|
|
3
|
-
<path
|
|
4
|
-
<path d="M10.
|
|
5
|
-
<path d="
|
|
6
|
-
<path d="M10.1007 3.92188C10.4034 3.98418 10.631 4.25215 10.631 4.57324C10.6309 4.8943 10.4033 5.16233 10.1007 5.22461L9.96594 5.23828H4.73547C4.36824 5.23828 4.0705 4.94046 4.07043 4.57324C4.07043 4.20597 4.3682 3.9082 4.73547 3.9082H9.96594L10.1007 3.92188Z" fill="black"/>
|
|
2
|
+
<path d="M6.18958 14.085H4.0929C2.98833 14.085 2.0929 13.1895 2.0929 12.085V3.5918C2.0929 2.48723 2.98833 1.5918 4.0929 1.5918H10.5031C11.6077 1.5918 12.5031 2.48723 12.5031 3.5918V6.41602" stroke="black" stroke-width="1.33" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
+
<path d="M4.73547 4.57324H9.96594M4.73547 7.08105H7.91614" stroke="black" stroke-width="1.33" stroke-linecap="round"/>
|
|
4
|
+
<path d="M10.0255 9.17969H11.9572L13.7687 11.7939L11.9572 14.4082H10.0255L8.21399 11.7939L10.0255 9.17969Z" stroke="black" stroke-width="1.33" stroke-linejoin="round"/>
|
|
5
|
+
<path d="M10.9913 11.7939H10.9914" stroke="black" stroke-width="1.832" stroke-linecap="round"/>
|
|
7
6
|
</svg>
|
|
@@ -1,3 +1,5 @@
|
|
|
1
1
|
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path
|
|
2
|
+
<path d="M1.74014 4.65986L4.66011 1.73989M1.74014 7.85986L7.86011 1.73989M1.74014 11.0599L11.2601 1.73989M1.74014 14.2599L7.39256 8.60744M8.89317 7.10684L14.2601 1.73989M4.94011 14.2599L7.39256 11.8074M12.0932 7.10684L14.2601 4.93989" stroke="black" stroke-width="1.2"/>
|
|
3
|
+
<path d="M7.39256 7.10684H14.2601M7.39256 7.10684V14.2599" stroke="black" stroke-width="1.2"/>
|
|
4
|
+
<rect x="1.74014" y="1.73989" width="12.52" height="12.52" rx="2" stroke="black" stroke-width="1.2"/>
|
|
3
5
|
</svg>
|
package/single/function-icon.svg
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path
|
|
2
|
+
<path d="M12.8325 3.00753L12.2725 2.44328C11.9909 2.15966 11.6076 1.9999 11.2079 1.9999H4.08689C3.55342 1.9999 3.28522 2.64412 3.66105 3.02295L7.78136 7.17471C8.25623 7.65323 8.25623 8.43812 7.78136 8.91664L3.66105 13.0684C3.28522 13.4473 3.55342 14.0915 4.08689 14.0915H11.2079C11.6076 14.0915 11.9909 13.9317 12.2725 13.648L12.8325 13.0838" stroke="black" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
3
|
</svg>
|
package/single/graph-icon.svg
CHANGED
|
@@ -1,10 +1,4 @@
|
|
|
1
1
|
<svg width="17" height="16" viewBox="0 0 17 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<
|
|
3
|
-
<
|
|
4
|
-
</g>
|
|
5
|
-
<defs>
|
|
6
|
-
<clipPath id="clip0_1293_28">
|
|
7
|
-
<rect width="16" height="16" fill="white" transform="translate(0.895508 0.00537109)"/>
|
|
8
|
-
</clipPath>
|
|
9
|
-
</defs>
|
|
2
|
+
<path d="M6.89541 10.66A4.66667 4.66667 0 1 1 11.8957 6.00527" stroke="black" stroke-width="1.2"/>
|
|
3
|
+
<rect x="6.89541" y="6.00527" width="8.66669" height="8.66663" rx="2" stroke="black" stroke-width="1.2"/>
|
|
10
4
|
</svg>
|
package/single/grid-icon.svg
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
1
|
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<
|
|
2
|
+
<rect x="1.96817" y="1.96817" width="12.0635" height="12.0635" rx="0.63492" stroke="black" stroke-width="1.26984"/>
|
|
3
|
+
<path d="M5.7777 1.96817V14.0317M9.90468 1.96817V14.0317M1.96817 6.09516H14.0317M1.96817 9.90468H14.0317" stroke="black" stroke-width="1.26984"/>
|
|
3
4
|
</svg>
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<
|
|
3
|
-
<path d="M4.9999
|
|
4
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M12.7 2.0999H3.30005C2.85822 2.0999 2.50005 2.45807 2.50005 2.8999V13.0999C2.50005 13.5417 2.85822 13.8999 3.30005 13.8999H12.7C13.1419 13.8999 13.5 13.5417 13.5 13.0999V2.8999C13.5 2.45808 13.1419 2.0999 12.7 2.0999ZM3.30005 0.899902C2.19548 0.899902 1.30005 1.79533 1.30005 2.8999V13.0999C1.30005 14.2045 2.19548 15.0999 3.30005 15.0999H12.7C13.8046 15.0999 14.7 14.2045 14.7 13.0999V2.8999C14.7 1.79533 13.8046 0.899902 12.7 0.899902H3.30005Z" fill="black"/>
|
|
2
|
+
<rect x="1.90005" y="1.4999" width="12.2" height="13" rx="1.4" stroke="black" stroke-width="1.2"/>
|
|
3
|
+
<path d="M4.9999 4.50137H10.9999M4.9999 11.4987H10.9999" stroke="black" stroke-width="1.2" stroke-linecap="round"/>
|
|
5
4
|
</svg>
|
package/single/history-icon.svg
CHANGED
|
@@ -1,11 +1,5 @@
|
|
|
1
1
|
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<
|
|
3
|
-
<path d="
|
|
4
|
-
<path d="
|
|
5
|
-
</g>
|
|
6
|
-
<defs>
|
|
7
|
-
<clipPath id="clip0_907_281">
|
|
8
|
-
<rect width="16" height="16" fill="white"/>
|
|
9
|
-
</clipPath>
|
|
10
|
-
</defs>
|
|
2
|
+
<path d="M2.35 4.9C3.43963 3.06782 5.43849 1.83984 7.725 1.83984C11.1768 1.83984 13.975 4.63806 13.975 8.08984C13.975 11.5416 11.1768 14.3398 7.725 14.3398C4.27322 14.3398 1.475 11.5416 1.475 8.08984" stroke="black" stroke-width="1.2" stroke-linecap="round"/>
|
|
3
|
+
<path d="M2.35 2.4V4.9H4.85" stroke="black" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
|
+
<path d="M7.725 4.9V8.45L10.2 10.65" stroke="black" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
11
5
|
</svg>
|
package/single/link-icon.svg
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="
|
|
3
|
-
<path d="
|
|
2
|
+
<path d="M7.30999 8.71386C6.39955 7.80343 6.37922 6.34731 7.26629 5.45772L10.313 2.41112C11.2111 1.51303 12.6799 1.51258 13.5691 2.45476C14.4811 3.36679 14.4798 4.84384 13.6128 5.71094L10.9677 8.35604" stroke="black" stroke-width="1.22" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
+
<path d="M5.0456 7.66774L2.4005 10.3128C1.50242 11.2109 1.50197 12.6798 2.44413 13.5691C3.35615 14.4811 4.8332 14.4798 5.70033 13.6127L8.747 10.566C9.65743 9.65558 9.67776 8.19945 8.7905 7.30999" stroke="black" stroke-width="1.22" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
4
|
</svg>
|
|
@@ -1,7 +1,5 @@
|
|
|
1
1
|
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<
|
|
3
|
-
<path d="
|
|
4
|
-
<path d="M8
|
|
5
|
-
<path d="M8.66675 8.99984C8.66675 8.63165 8.36827 8.33317 8.00008 8.33317C7.63189 8.33317 7.33341 8.63165 7.33341 8.99984V9.33317C7.33341 9.70136 7.63189 9.99984 8.00008 9.99984C8.36827 9.99984 8.66675 9.70136 8.66675 9.33317V8.99984Z" fill="black"/>
|
|
6
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M0.666748 2.99984C0.666748 2.26346 1.2637 1.6665 2.00008 1.6665H14.0001C14.7365 1.6665 15.3334 2.26346 15.3334 2.99984V12.9998C15.3334 13.7362 14.7365 14.3332 14.0001 14.3332H2.00008C1.26371 14.3332 0.666748 13.7362 0.666748 12.9998V2.99984ZM14.0001 2.99984H2.00008V12.9998H14.0001V2.99984Z" fill="black"/>
|
|
2
|
+
<rect x="1.2" y="2.2" width="13.6" height="11.6" rx="0.8" stroke="black" stroke-width="1.2"/>
|
|
3
|
+
<path d="M3.8 6.6L5.2 5.6V10.4M10.6 6.6L12 5.6V10.4" stroke="black" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
|
+
<path d="M8 6.7V6.71M8 9.3V9.31" stroke="black" stroke-width="1.4" stroke-linecap="round"/>
|
|
7
5
|
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M5.75 16.05L15.5 6.3A2 2 0 0 1 18.33 6.3L18.7 6.67A2 2 0 0 1 18.7 9.5L8.95 19.25L5.75 16.05Z" stroke="black" stroke-width="1.65" stroke-linejoin="round"/>
|
|
3
|
+
<path d="M5.75 16.05L8.95 19.25L3.8 20.2L5.75 16.05Z" fill="black"/>
|
|
4
|
+
<path d="M10.4 20.45H20.9" stroke="black" stroke-opacity="0.16" stroke-width="3.2"/>
|
|
5
|
+
</svg>
|
package/single/print-icon.svg
CHANGED
|
@@ -1,4 +1,6 @@
|
|
|
1
1
|
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M4
|
|
3
|
-
<path
|
|
2
|
+
<path d="M4 5.6V3.2C4 2.53726 4.53726 2 5.2 2H10.8C11.4627 2 12 2.53726 12 3.2V5.6" stroke="black" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
+
<path d="M4.8 13.8H3.2C2.53726 13.8 2 13.2627 2 12.6V7.2C2 6.53726 2.53726 6 3.2 6H12.8C13.4627 6 14 6.53726 14 7.2V12.6C14 13.2627 13.4627 13.8 12.8 13.8H11.2" stroke="black" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
|
+
<path d="M4.2 8.6H5.2" stroke="black" stroke-width="1.2" stroke-linecap="round"/>
|
|
5
|
+
<rect x="5.2" y="10.4" width="6" height="3.6" rx="0.6" stroke="black" stroke-width="1.2"/>
|
|
4
6
|
</svg>
|
package/single/protect-icon.svg
CHANGED
|
@@ -1,4 +1,6 @@
|
|
|
1
1
|
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path
|
|
3
|
-
<path
|
|
2
|
+
<path d="M14.2638 7.63727V3.9999C14.2638 2.89533 13.3683 1.9999 12.2638 1.9999L3.56389 1.99999C2.45932 2 1.56392 2.89542 1.56392 3.99998L1.56387 11.6666C1.56386 12.7712 2.4593 13.6666 3.56387 13.6666H8.0542" stroke="black" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
+
<path d="M1.5639 6.17762H14.2638M5.79725 1.99996V6.17762M10.0307 1.99993V6.17762" stroke="black" stroke-width="1.2"/>
|
|
4
|
+
<path d="M11.5223 11.2333V10.2333C11.5223 9.681 11.97 9.23328 12.5223 9.23328C13.0746 9.23328 13.5223 9.681 13.5223 10.2333V11.2333" stroke="black" stroke-width="1.2" stroke-linecap="round"/>
|
|
5
|
+
<rect x="10.5223" y="11.2333" width="4" height="2.66664" rx="1" stroke="black" stroke-width="1.2"/>
|
|
4
6
|
</svg>
|
package/single/reduce-icon.svg
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path
|
|
2
|
+
<path d="M1.9999 7.9999H13.9999" stroke="black" stroke-width="1.2" stroke-linecap="round"/>
|
|
3
3
|
</svg>
|
package/single/shape-icon.svg
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="
|
|
2
|
+
<path d="M14.35 5.3V4A2.35 2.35 0 0 0 12 1.65H4A2.35 2.35 0 0 0 1.65 4V12A2.35 2.35 0 0 0 4 14.35H5.3" stroke="black" stroke-width="1.3" stroke-linecap="round"/>
|
|
3
3
|
<circle cx="12.5" cy="12.5" r="5.85" stroke="black" stroke-width="1.3"/>
|
|
4
4
|
</svg>
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M1.8 3.7H9.9L12.6 6.55H5.9" stroke="black" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
+
<path d="M1.8 3.7L4.5 6.8L1.8 9.5H5.3" stroke="black" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
|
+
<rect x="5.9" y="6.55" width="8.3" height="5.75" stroke="black" stroke-width="1.2"/>
|
|
5
|
+
<path d="M7.2 7.9H7.9M8.8 7.9H13M7.2 9.4H7.9M8.8 9.4H13M7.2 10.9H7.9M8.8 10.9H13" stroke="black" stroke-width="0.8"/>
|
|
6
|
+
</svg>
|
package/single/table-icon.svg
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
1
|
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<
|
|
2
|
+
<rect x="1.8" y="1.8" width="12.4" height="12.4" rx="1.8" stroke="black" stroke-width="1.2"/>
|
|
3
|
+
<path d="M1.8 5.6H14.2M5.6 1.8V14.2" stroke="black" stroke-width="1.2"/>
|
|
3
4
|
</svg>
|
package/single/text-icon.svg
CHANGED
|
@@ -1,11 +1,3 @@
|
|
|
1
1
|
<svg width="17" height="16" viewBox="0 0 17 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<
|
|
3
|
-
<path d="M2.22891 2.07227C1.89754 2.07227 1.62891 2.34089 1.62891 2.67227C1.62891 3.00364 1.89754 3.27227 2.22891 3.27227H6.29541V14.0056C6.29541 14.337 6.56404 14.6056 6.89541 14.6056C7.22678 14.6056 7.49541 14.337 7.49541 14.0056V3.27227H11.5622C11.8936 3.27227 12.1622 3.00364 12.1622 2.67227C12.1622 2.34089 11.8936 2.07227 11.5622 2.07227H2.22891Z" fill="black"/>
|
|
4
|
-
<path d="M10.2289 6.40552C9.89754 6.40552 9.62891 6.67415 9.62891 7.00552C9.62891 7.33689 9.89754 7.60552 10.2289 7.60552H12.2954V14.0055C12.2954 14.3369 12.564 14.6055 12.8954 14.6055C13.2268 14.6055 13.4954 14.3369 13.4954 14.0055V7.60552H15.5622C15.8936 7.60552 16.1622 7.33689 16.1622 7.00552C16.1622 6.67415 15.8936 6.40552 15.5622 6.40552H10.2289Z" fill="black"/>
|
|
5
|
-
</g>
|
|
6
|
-
<defs>
|
|
7
|
-
<clipPath id="clip0_1293_26">
|
|
8
|
-
<rect width="16" height="16" fill="white" transform="translate(0.895508 0.00537109)"/>
|
|
9
|
-
</clipPath>
|
|
10
|
-
</defs>
|
|
2
|
+
<path d="M2.22891 2.67227H11.5622M6.89541 2.67227V14.0056M10.2289 7.00552H15.5622M12.8954 7.00552V14.0055" stroke="black" stroke-width="1.2" stroke-linecap="round"/>
|
|
11
3
|
</svg>
|