@mirohq/design-system-icons 0.8.0 → 0.9.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/dist/main.js +1226 -37
- package/dist/main.js.map +1 -1
- package/dist/module.js +1183 -38
- package/dist/module.js.map +1 -1
- package/dist/types.d.ts +92 -1
- package/package.json +3 -3
- package/react/arrow-arc-left.tsx +34 -0
- package/react/arrow-arc-right.tsx +34 -0
- package/react/arrow-bend-up-right.tsx +34 -0
- package/react/arrow-fat-up-right.tsx +31 -0
- package/react/arrow-up-circle.tsx +31 -0
- package/react/arrows-in-simple.tsx +34 -0
- package/react/arrows-out-cardinal.tsx +34 -0
- package/react/arrows-out-lines-horizontal.tsx +34 -0
- package/react/arrows-out-simple.tsx +34 -0
- package/react/chevron-down-double.tsx +34 -0
- package/react/chevron-left-double.tsx +34 -0
- package/react/chevron-right-double.tsx +34 -0
- package/react/chevron-up-double.tsx +34 -0
- package/react/chevron-up-down-line.tsx +34 -0
- package/react/chevron-up-down.tsx +34 -0
- package/react/circle-slash.tsx +33 -0
- package/react/cross-square.tsx +34 -0
- package/react/cursor-lines.tsx +31 -0
- package/react/dots-nine.tsx +25 -0
- package/react/dots-three.tsx +25 -0
- package/react/dots-two.tsx +25 -0
- package/react/download.tsx +34 -0
- package/react/export.tsx +34 -0
- package/react/grid.tsx +34 -0
- package/react/hand-pointing.tsx +31 -0
- package/react/index.ts +44 -0
- package/react/login.tsx +34 -0
- package/react/logout.tsx +34 -0
- package/react/navigation-arrow-lines.tsx +31 -0
- package/react/navigation-up-left-filled.tsx +31 -0
- package/react/navigation-up-left-slash.tsx +34 -0
- package/react/navigation-up-right.tsx +34 -0
- package/react/paper-plane-filled-right.tsx +27 -0
- package/react/paper-plane-tilt.tsx +34 -0
- package/react/rectangle-arrow-up-center.tsx +34 -0
- package/react/shuffle.tsx +34 -0
- package/react/star-filled.tsx +31 -0
- package/react/star.tsx +34 -0
- package/react/sticky-corners.tsx +1 -1
- package/react/stroke-1.tsx +34 -0
- package/react/stroke-2.tsx +34 -0
- package/react/stroke-3.tsx +34 -0
- package/react/stroke-4.tsx +34 -0
- package/react/stroke-5.tsx +34 -0
- package/react/stroke-6.tsx +34 -0
- package/react/tick-circle.tsx +31 -0
- package/svg/24/arrow-arc-left.svg +1 -0
- package/svg/24/arrow-arc-right.svg +1 -0
- package/svg/24/arrow-bend-up-right.svg +1 -0
- package/svg/24/arrow-fat-up-right.svg +1 -0
- package/svg/24/arrow-up-circle.svg +1 -0
- package/svg/24/arrows-in-simple.svg +1 -0
- package/svg/24/arrows-out-cardinal.svg +1 -0
- package/svg/24/arrows-out-lines-horizontal.svg +1 -0
- package/svg/24/arrows-out-simple.svg +1 -0
- package/svg/24/chevron-down-double.svg +1 -0
- package/svg/24/chevron-left-double.svg +1 -0
- package/svg/24/chevron-right-double.svg +1 -0
- package/svg/24/chevron-up-double.svg +1 -0
- package/svg/24/chevron-up-down-line.svg +1 -0
- package/svg/24/chevron-up-down.svg +1 -0
- package/svg/24/circle-slash.svg +1 -0
- package/svg/24/cross-square.svg +1 -0
- package/svg/24/cursor-lines.svg +1 -0
- package/svg/24/dots-nine.svg +1 -0
- package/svg/24/dots-three.svg +1 -0
- package/svg/24/dots-two.svg +1 -0
- package/svg/24/download.svg +1 -0
- package/svg/24/export.svg +1 -0
- package/svg/24/grid.svg +1 -0
- package/svg/24/hand-pointing.svg +1 -0
- package/svg/24/login.svg +1 -0
- package/svg/24/logout.svg +1 -0
- package/svg/24/navigation-arrow-lines.svg +1 -0
- package/svg/24/navigation-up-left-filled.svg +1 -0
- package/svg/24/navigation-up-left-slash.svg +1 -0
- package/svg/24/navigation-up-right.svg +1 -0
- package/svg/24/paper-plane-filled-right.svg +1 -0
- package/svg/24/paper-plane-tilt.svg +1 -0
- package/svg/24/rectangle-arrow-up-center.svg +1 -0
- package/svg/24/shuffle.svg +1 -0
- package/svg/24/star-filled.svg +1 -0
- package/svg/24/star.svg +1 -0
- package/svg/24/sticky-corners.svg +1 -1
- package/svg/24/stroke-1.svg +1 -0
- package/svg/24/stroke-2.svg +1 -0
- package/svg/24/stroke-3.svg +1 -0
- package/svg/24/stroke-4.svg +1 -0
- package/svg/24/stroke-5.svg +1 -0
- package/svg/24/stroke-6.svg +1 -0
- package/svg/24/tick-circle.svg +1 -0
- package/svg/meta.json +380 -7
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><g clip-path="url(#a)"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m10 15-3-3 3-3m7 6-3-3 3-3"/></g><defs><clipPath id="a"><path fill="none" d="M0 0h24v24H0z"/></clipPath></defs></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><g clip-path="url(#a)"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m14 9 3 3-3 3M7 9l3 3-3 3"/></g><defs><clipPath id="a"><path fill="none" d="M0 0h24v24H0z"/></clipPath></defs></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><g clip-path="url(#a)"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m9 10 3-3 3 3m-6 7 3-3 3 3"/></g><defs><clipPath id="a"><path fill="none" d="M0 0h24v24H0z"/></clipPath></defs></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><g clip-path="url(#a)"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m8 7.5 4-4 4 4m0 9-4 4-4-4M5 12h14"/></g><defs><clipPath id="a"><path fill="none" d="M0 0h24v24H0z"/></clipPath></defs></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><g clip-path="url(#a)"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m8 8.5 4-4 4 4m0 7-4 4-4-4"/></g><defs><clipPath id="a"><path fill="none" d="M0 0h24v24H0z"/></clipPath></defs></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><g clip-path="url(#a)"><path stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M15.806 2.75A9.97 9.97 0 0 0 12 2C6.477 2 2 6.477 2 12a9.97 9.97 0 0 0 .756 3.822m5.412 5.418c1.18.49 2.475.76 3.832.76 5.523 0 10-4.477 10-10a9.97 9.97 0 0 0-.758-3.827M4 20 20 4"/></g><defs><clipPath id="a"><path fill="none" d="M0 0h24v24H0z"/></clipPath></defs></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><g clip-path="url(#a)"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m8 8 8 8m0-8-8 8M4 4h16v16H4V4Z"/></g><defs><clipPath id="a"><path fill="none" d="M0 0h24v24H0z"/></clipPath></defs></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path fill="currentColor" d="M13.84 13.315 4.407 4.069C4.25 3.916 4 4.035 4 4.262v13.41c0 .451.495.69.807.39l3.437-3.292a.469.469 0 0 1 .285-.13l5.022-.417c.425-.035.604-.6.29-.909Z"/><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m10.5 20-1.917-4.97M11 4h10m-6 4h2M4.406 4.069l9.434 9.245c.315.309.136.874-.289.909l-5.022.416a.469.469 0 0 0-.285.13l-3.437 3.294c-.312.3-.807.06-.807-.391V4.262c0-.227.25-.346.406-.193Z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path fill="currentColor" d="M6 4a2 2 0 1 1-4 0 2 2 0 0 1 4 0ZM14 4a2 2 0 1 1-4 0 2 2 0 0 1 4 0ZM22 4a2 2 0 1 1-4 0 2 2 0 0 1 4 0ZM6 12a2 2 0 1 1-4 0 2 2 0 0 1 4 0ZM6 20a2 2 0 1 1-4 0 2 2 0 0 1 4 0ZM14 12a2 2 0 1 1-4 0 2 2 0 0 1 4 0ZM14 20a2 2 0 1 1-4 0 2 2 0 0 1 4 0ZM22 12a2 2 0 1 1-4 0 2 2 0 0 1 4 0ZM22 20a2 2 0 1 1-4 0 2 2 0 0 1 4 0Z"/><path stroke="currentColor" stroke-width="2" d="M22 21h.001"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path fill="currentColor" d="M6 12a2 2 0 1 1-4 0 2 2 0 0 1 4 0ZM14 12a2 2 0 1 1-4 0 2 2 0 0 1 4 0ZM22 12a2 2 0 1 1-4 0 2 2 0 0 1 4 0Z"/><path stroke="currentColor" stroke-width="2" d="M22 21h.001"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path fill="currentColor" d="M10 12a2 2 0 1 1-4 0 2 2 0 0 1 4 0ZM18 12a2 2 0 1 1-4 0 2 2 0 0 1 4 0Z"/><path stroke="currentColor" stroke-width="2" d="M22 21h.001"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><g clip-path="url(#a)"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M21 13v6a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1v-6m9-10v11m0 0L8 9.5m4 4.5 4-4.5"/></g><defs><clipPath id="a"><path fill="none" d="M0 0h24v24H0z"/></clipPath></defs></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><g clip-path="url(#a)"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M21 13v6a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1v-6m9 1V3m0 0 4 4.5M12 3 8 7.5"/></g><defs><clipPath id="a"><path fill="none" d="M0 0h24v24H0z"/></clipPath></defs></svg>
|
package/svg/24/grid.svg
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><g clip-path="url(#a)"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 6h18M3 12h18M3 18h18M6 3v18m6-18v18m6-18v18"/></g><defs><clipPath id="a"><path fill="none" d="M0 0h24v24H0z"/></clipPath></defs></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><g clip-path="url(#a)"><path fill="currentColor" d="m2.748 14.261-.847.531a.994.994 0 0 0 .042.063l.805-.594Zm18.29-2.511h1v-.019l-.001-.018-1 .037Zm-14 2.5-.718.697a1 1 0 0 0 1.717-.697h-1Zm3.44-5.5h-1v1h1v-1Zm-1 3a1 1 0 1 0 2 0h-2Zm3.5-.5a1 1 0 1 0 2 0h-2Zm3.5 1a1 1 0 1 0 2 0h-2Zm-11.13.263-.716.697.717-.697Zm-1.432-.634-.067-.997.067.997Zm2.86 7.715-.657.755.657-.755Zm-.49-.54-.804.595.805-.594Zm13.751-7.304v4.375h2V11.75h-2ZM4.632 13.21l1.688 1.737 1.434-1.394-1.688-1.737-1.434 1.393Zm3.405 1.04V3.75h-2v10.5h2Zm-4.354-1.292c.016-.015.081-.066.3-.08l-.134-1.996c-.439.029-1.072.155-1.578.66l1.412 1.416Zm-.088.772a.623.623 0 0 1 .088-.772l-1.412-1.416a2.623 2.623 0 0 0-.37 3.25l1.694-1.062Zm4.442-9.98c0-.443.327-.75.713-.75V1C7.203 1 6.037 2.26 6.037 3.75h2ZM8.75 3a.73.73 0 0 1 .727.75h2C11.477 2.249 10.286 1 8.75 1v2Zm.727.75v5h2v-5h-2Zm1 6h.06v-2h-.06v2Zm1-1A.77.77 0 0 1 12.25 8V6c-1.502 0-2.773 1.214-2.773 2.75h2ZM12.25 8a.73.73 0 0 1 .727.75h2c0-1.501-1.191-2.75-2.727-2.75v2Zm.727.75v1h2v-1h-2Zm5.5 3c0-.37.352-.75.81-.75V9c-1.474 0-2.81 1.188-2.81 2.75h2Zm.81-.75c.393 0 .732.288.751.787l1.999-.074C21.98 10.212 20.827 9 19.287 9v2Zm-4.31-1.25c0-.247.084-.425.194-.537.105-.106.292-.213.616-.213V7c-.806 0-1.525.285-2.042.812-.513.521-.768 1.219-.768 1.938h2Zm.81-.75c.37 0 .69.29.69.75h2c0-1.472-1.126-2.75-2.69-2.75v2Zm.69.75v2h2v-2h-2Zm-7-6v8h2v-8h-2Zm3.5 6v1.5h2v-1.5h-2Zm3.5 1.5v1h2v-1h-2Zm3.56 4.875c0 1.885-1.676 3.689-4.341 4.465-2.6.756-5.8.393-8.264-1.75l-1.313 1.509c3.054 2.656 6.985 3.078 10.136 2.16 3.086-.898 5.782-3.228 5.782-6.384h-2ZM7.091 18.461l-3.539-4.794-1.609 1.188 3.54 4.794L7.09 18.46Zm-1.025-6.645c-.501-.516-1.287-.997-2.217-.934l.134 1.995c.148-.01.397.073.649.332l1.434-1.393Zm1.366 7.024a2.348 2.348 0 0 1-.34-.38l-1.61 1.189c.176.238.386.481.637.7l1.313-1.51Z"/></g><defs><clipPath id="a"><path fill="none" d="M0 0h24v24H0z"/></clipPath></defs></svg>
|
package/svg/24/login.svg
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><g clip-path="url(#a)"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M13 3h8v18h-8M3 12h12m0 0-3-3m3 3-3 3"/></g><defs><clipPath id="a"><path fill="none" d="M0 0h24v24H0z"/></clipPath></defs></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><g clip-path="url(#a)"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M11 3H3v18h8m-2-9h12m0 0-3-3m3 3-3 3"/></g><defs><clipPath id="a"><path fill="none" d="M0 0h24v24H0z"/></clipPath></defs></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M11 4h10m-6 4h2M4.406 6.069l9.434 9.245c.315.309.136.874-.289.909H8.5a.468.468 0 0 0-.285.13l-3.408 3.71c-.312.3-.807.06-.807-.391V6.262c0-.227.25-.346.406-.193Z"/><path fill="currentColor" d="M13.84 15.315 4.407 6.069C4.25 5.916 4 6.035 4 6.262v13.41c0 .451.495.69.807.39l3.408-3.709a.468.468 0 0 1 .285-.13h5.051c.425-.035.604-.6.29-.908Z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M20.536 9.963 3.456 3.026c-.282-.114-.545.165-.427.454l6.98 17.058c.235.574 1.003.626 1.254.084l2.5-6.46a.65.65 0 0 1 .302-.313l6.568-2.583c.533-.261.473-1.072-.097-1.303Z"/><path fill="currentColor" d="M20.536 9.963 3.456 3.026c-.282-.114-.545.165-.427.454l6.98 17.058c.235.574 1.003.626 1.254.084l2.5-6.46a.65.65 0 0 1 .302-.313l6.568-2.583c.533-.261.473-1.072-.097-1.303Z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><g clip-path="url(#a)"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m7.897 15.375 2.112 5.163c.235.574 1.003.626 1.254.084l2.5-6.46a.65.65 0 0 1 .302-.313l6.568-2.583c.533-.261.473-1.072-.097-1.303l-5.09-2.067M5.594 9.75 3.029 3.48c-.118-.289.145-.568.427-.454L9.75 5.583M3 19.875 19.875 3"/></g><defs><clipPath id="a"><path fill="none" d="M0 0h24v24H0z"/></clipPath></defs></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><g clip-path="url(#a)"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m14.037 20.536 6.937-17.08c.114-.282-.165-.545-.454-.427l-17.058 6.98c-.574.235-.626 1.003-.084 1.254l6.46 2.5a.65.65 0 0 1 .313.302l2.583 6.568c.261.533 1.072.473 1.303-.097Z"/></g><defs><clipPath id="a"><path fill="none" d="M0 0h24v24H0z"/></clipPath></defs></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M3.421 2.595c-.847-.39-1.72.49-1.322 1.334L5 11h3.5c1.5 0 1.5 1.873 0 1.873H5l-2.901 7.056c-.397.843.475 1.723 1.322 1.334L21.6 12.984c.776-.356.776-1.627 0-1.984L3.42 2.595Z" clip-rule="evenodd"/><path stroke="currentColor" stroke-width="4" d="M22 21h.001"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><g clip-path="url(#a)"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10 14 21 3M10 14l4 8 7-19M10 14l-8-4 19-7"/></g><defs><clipPath id="a"><path fill="none" d="M0 0h24v24H0z"/></clipPath></defs></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><g clip-path="url(#a)"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 10V4a1 1 0 0 1 1-1h16a1 1 0 0 1 1 1v6m-9 10V9m0 0 4 4.5M12 9l-4 4.5"/></g><defs><clipPath id="a"><path fill="none" d="M0 0h24v24H0z"/></clipPath></defs></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><g clip-path="url(#a)"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 6s2.464-.282 4 0c5.761 1.06 3.282 10.73 9 12 1.906.424 5 0 5 0m0 0-3-3m3 3-3 3M3 18s2.464.282 4 0c.864-.159 1.542-.511 2.091-1M21 6s-3.094-.424-5 0a4.333 4.333 0 0 0-2 1.012M21 6l-3 3m3-3-3-3"/></g><defs><clipPath id="a"><path fill="none" d="M0 0h24v24H0z"/></clipPath></defs></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m15 9-2.776-5.553a.25.25 0 0 0-.448 0L9 9l-5.554.926a.25.25 0 0 0-.145.412L7 14.5l-.926 6.022a.25.25 0 0 0 .358.262L12 18l5.568 2.784a.25.25 0 0 0 .358-.262L17 14.5l3.7-4.162a.25.25 0 0 0-.146-.412L15 9Z"/><path fill="currentColor" d="m15 9-3-6-3 6-6 1 4 4.5L6 21l6-3 6 3-1-6.5 4-4.5-6-1Z"/></svg>
|
package/svg/24/star.svg
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><g clip-path="url(#a)"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m15 9-2.776-5.553a.25.25 0 0 0-.448 0L9 9l-5.554.926a.25.25 0 0 0-.145.412L7 14.5l-.926 6.022a.25.25 0 0 0 .358.262L12 18l5.568 2.784a.25.25 0 0 0 .358-.262L17 14.5l3.7-4.162a.25.25 0 0 0-.146-.412L15 9Z"/></g><defs><clipPath id="a"><path fill="none" d="M0 0h24v24H0z"/></clipPath></defs></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><g clip-path="url(#a)"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 7V3h4m10 0h4v4m0 10v4h-4M7 21H3v-
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><g clip-path="url(#a)"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 7V3h4m10 0h4v4m0 10v4h-4M7 21H3v-4m13-4V8H8v8h5m3-3-3 3m3-3h-3v3"/></g><defs><clipPath id="a"><path fill="none" d="M0 0h24v24H0z"/></clipPath></defs></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><g clip-path="url(#a)"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5.106 17.81 18.894 6.24"/></g><defs><clipPath id="a"><path fill="none" d="M0 0h24v24H0z"/></clipPath></defs></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><g clip-path="url(#a)"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M5.872 17.167 18.128 6.883"/></g><defs><clipPath id="a"><path fill="none" d="M0 0h24v24H0z"/></clipPath></defs></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><g clip-path="url(#a)"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="6" d="m6.638 16.524 10.724-8.999"/></g><defs><clipPath id="a"><path fill="none" d="M0 0h24v24H0z"/></clipPath></defs></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><g clip-path="url(#a)"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="8" d="m7.404 15.882 9.192-7.714"/></g><defs><clipPath id="a"><path fill="none" d="M0 0h24v24H0z"/></clipPath></defs></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><g clip-path="url(#a)"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="10" d="m8.17 15.239 7.66-6.428"/></g><defs><clipPath id="a"><path fill="none" d="M0 0h24v24H0z"/></clipPath></defs></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><g clip-path="url(#a)"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="12" d="m8.936 14.596 6.128-5.142"/></g><defs><clipPath id="a"><path fill="none" d="M0 0h24v24H0z"/></clipPath></defs></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><g clip-path="url(#a)"><path fill="currentColor" d="M8.707 11.293a1 1 0 0 0-1.414 1.414l1.414-1.414ZM11 15l-.707.707a1 1 0 0 0 1.414 0L11 15Zm6.707-5.293a1 1 0 0 0-1.414-1.414l1.414 1.414ZM21 12a9 9 0 0 1-9 9v2c6.075 0 11-4.925 11-11h-2Zm-9 9a9 9 0 0 1-9-9H1c0 6.075 4.925 11 11 11v-2Zm-9-9a9 9 0 0 1 9-9V1C5.925 1 1 5.925 1 12h2Zm9-9a9 9 0 0 1 9 9h2c0-6.075-4.925-11-11-11v2Zm-4.707 9.707 3 3 1.414-1.414-3-3-1.414 1.414Zm4.414 3 6-6-1.414-1.414-6 6 1.414 1.414Z"/></g><defs><clipPath id="a"><path fill="none" d="M0 0h24v24H0z"/></clipPath></defs></svg>
|
package/svg/meta.json
CHANGED
|
@@ -17,7 +17,8 @@
|
|
|
17
17
|
"tags": [
|
|
18
18
|
"arrow",
|
|
19
19
|
"arrow to left",
|
|
20
|
-
"arrow left"
|
|
20
|
+
"arrow left",
|
|
21
|
+
"back"
|
|
21
22
|
]
|
|
22
23
|
},
|
|
23
24
|
"arrow-right": {
|
|
@@ -29,12 +30,16 @@
|
|
|
29
30
|
},
|
|
30
31
|
"arrow-down": {
|
|
31
32
|
"tags": [
|
|
32
|
-
""
|
|
33
|
+
"arrow down",
|
|
34
|
+
"arrow",
|
|
35
|
+
"down"
|
|
33
36
|
]
|
|
34
37
|
},
|
|
35
38
|
"arrow-up": {
|
|
36
39
|
"tags": [
|
|
37
|
-
""
|
|
40
|
+
"arrow up",
|
|
41
|
+
"arrow",
|
|
42
|
+
"up"
|
|
38
43
|
]
|
|
39
44
|
},
|
|
40
45
|
"arrow-up-right": {
|
|
@@ -45,17 +50,26 @@
|
|
|
45
50
|
},
|
|
46
51
|
"arrow-down-left": {
|
|
47
52
|
"tags": [
|
|
48
|
-
""
|
|
53
|
+
"arrow down left",
|
|
54
|
+
"arrow",
|
|
55
|
+
"down",
|
|
56
|
+
"left"
|
|
49
57
|
]
|
|
50
58
|
},
|
|
51
59
|
"arrow-down-right": {
|
|
52
60
|
"tags": [
|
|
53
|
-
""
|
|
61
|
+
"arrow down right",
|
|
62
|
+
"arrow",
|
|
63
|
+
"down",
|
|
64
|
+
"right"
|
|
54
65
|
]
|
|
55
66
|
},
|
|
56
67
|
"arrow-up-left": {
|
|
57
68
|
"tags": [
|
|
58
|
-
""
|
|
69
|
+
"arrow up left",
|
|
70
|
+
"arrow",
|
|
71
|
+
"up",
|
|
72
|
+
"left"
|
|
59
73
|
]
|
|
60
74
|
},
|
|
61
75
|
"bar-three": {
|
|
@@ -2242,7 +2256,366 @@
|
|
|
2242
2256
|
"rectangle-tick": {
|
|
2243
2257
|
"tags": [
|
|
2244
2258
|
"rectangle tick",
|
|
2245
|
-
"accept criteria"
|
|
2259
|
+
"accept criteria",
|
|
2260
|
+
"checkbox"
|
|
2261
|
+
]
|
|
2262
|
+
},
|
|
2263
|
+
"rectangle-arrow-up-center": {
|
|
2264
|
+
"tags": [
|
|
2265
|
+
"rectangle arrow up center",
|
|
2266
|
+
"rectangle",
|
|
2267
|
+
"arrow",
|
|
2268
|
+
"up",
|
|
2269
|
+
"center",
|
|
2270
|
+
"centre",
|
|
2271
|
+
"upload"
|
|
2272
|
+
]
|
|
2273
|
+
},
|
|
2274
|
+
"hand-pointing": {
|
|
2275
|
+
"tags": [
|
|
2276
|
+
"hand pointing",
|
|
2277
|
+
"hand",
|
|
2278
|
+
"finger",
|
|
2279
|
+
"pointing"
|
|
2280
|
+
]
|
|
2281
|
+
},
|
|
2282
|
+
"stroke-4": {
|
|
2283
|
+
"tags": [
|
|
2284
|
+
""
|
|
2285
|
+
]
|
|
2286
|
+
},
|
|
2287
|
+
"stroke-5": {
|
|
2288
|
+
"tags": [
|
|
2289
|
+
""
|
|
2290
|
+
]
|
|
2291
|
+
},
|
|
2292
|
+
"stroke-1": {
|
|
2293
|
+
"tags": [
|
|
2294
|
+
""
|
|
2295
|
+
]
|
|
2296
|
+
},
|
|
2297
|
+
"stroke-6": {
|
|
2298
|
+
"tags": [
|
|
2299
|
+
""
|
|
2300
|
+
]
|
|
2301
|
+
},
|
|
2302
|
+
"stroke-2": {
|
|
2303
|
+
"tags": [
|
|
2304
|
+
""
|
|
2305
|
+
]
|
|
2306
|
+
},
|
|
2307
|
+
"stroke-3": {
|
|
2308
|
+
"tags": [
|
|
2309
|
+
""
|
|
2310
|
+
]
|
|
2311
|
+
},
|
|
2312
|
+
"star-filled": {
|
|
2313
|
+
"tags": [
|
|
2314
|
+
"star filled",
|
|
2315
|
+
"star",
|
|
2316
|
+
"filled"
|
|
2317
|
+
]
|
|
2318
|
+
},
|
|
2319
|
+
"star": {
|
|
2320
|
+
"tags": [
|
|
2321
|
+
"star"
|
|
2322
|
+
]
|
|
2323
|
+
},
|
|
2324
|
+
"download": {
|
|
2325
|
+
"tags": [
|
|
2326
|
+
"download"
|
|
2327
|
+
]
|
|
2328
|
+
},
|
|
2329
|
+
"export": {
|
|
2330
|
+
"tags": [
|
|
2331
|
+
"export"
|
|
2332
|
+
]
|
|
2333
|
+
},
|
|
2334
|
+
"arrows-in-simple": {
|
|
2335
|
+
"tags": [
|
|
2336
|
+
"arrows in simple",
|
|
2337
|
+
"arrows",
|
|
2338
|
+
"in",
|
|
2339
|
+
"simple",
|
|
2340
|
+
"collapse"
|
|
2341
|
+
]
|
|
2342
|
+
},
|
|
2343
|
+
"shuffle": {
|
|
2344
|
+
"tags": [
|
|
2345
|
+
"shuffle",
|
|
2346
|
+
"switch"
|
|
2347
|
+
]
|
|
2348
|
+
},
|
|
2349
|
+
"arrows-out-lines-horizontal": {
|
|
2350
|
+
"tags": [
|
|
2351
|
+
"arrows out lines horizontal",
|
|
2352
|
+
"arrows",
|
|
2353
|
+
"out",
|
|
2354
|
+
"lines",
|
|
2355
|
+
"horizontal",
|
|
2356
|
+
"fit"
|
|
2357
|
+
]
|
|
2358
|
+
},
|
|
2359
|
+
"arrow-up-circle": {
|
|
2360
|
+
"tags": [
|
|
2361
|
+
"arrow up circle",
|
|
2362
|
+
"arrow",
|
|
2363
|
+
"up",
|
|
2364
|
+
"circle",
|
|
2365
|
+
"upgrade"
|
|
2366
|
+
]
|
|
2367
|
+
},
|
|
2368
|
+
"arrows-out-cardinal": {
|
|
2369
|
+
"tags": [
|
|
2370
|
+
"arrows out cardinal",
|
|
2371
|
+
"arrows",
|
|
2372
|
+
"out",
|
|
2373
|
+
"cardinal",
|
|
2374
|
+
"navigation mode",
|
|
2375
|
+
"navigation",
|
|
2376
|
+
"mode",
|
|
2377
|
+
"drag"
|
|
2378
|
+
]
|
|
2379
|
+
},
|
|
2380
|
+
"tick-circle": {
|
|
2381
|
+
"tags": [
|
|
2382
|
+
"tick circle",
|
|
2383
|
+
"tick",
|
|
2384
|
+
"circle",
|
|
2385
|
+
"success"
|
|
2386
|
+
]
|
|
2387
|
+
},
|
|
2388
|
+
"logout": {
|
|
2389
|
+
"tags": [
|
|
2390
|
+
"logout",
|
|
2391
|
+
"log",
|
|
2392
|
+
"sign",
|
|
2393
|
+
"out"
|
|
2394
|
+
]
|
|
2395
|
+
},
|
|
2396
|
+
"circle-slash": {
|
|
2397
|
+
"tags": [
|
|
2398
|
+
"circle slash",
|
|
2399
|
+
"circle",
|
|
2400
|
+
"slash",
|
|
2401
|
+
"none"
|
|
2402
|
+
]
|
|
2403
|
+
},
|
|
2404
|
+
"arrow-arc-right": {
|
|
2405
|
+
"tags": [
|
|
2406
|
+
"arrow arc right",
|
|
2407
|
+
"arrow",
|
|
2408
|
+
"arc",
|
|
2409
|
+
"right",
|
|
2410
|
+
"redo"
|
|
2411
|
+
]
|
|
2412
|
+
},
|
|
2413
|
+
"arrow-arc-left": {
|
|
2414
|
+
"tags": [
|
|
2415
|
+
"arrow arc left",
|
|
2416
|
+
"arrow",
|
|
2417
|
+
"arc",
|
|
2418
|
+
"left",
|
|
2419
|
+
"undo"
|
|
2420
|
+
]
|
|
2421
|
+
},
|
|
2422
|
+
"arrow-bend-up-right": {
|
|
2423
|
+
"tags": [
|
|
2424
|
+
"arrow bend up right",
|
|
2425
|
+
"arrow",
|
|
2426
|
+
"bend",
|
|
2427
|
+
"up",
|
|
2428
|
+
"right",
|
|
2429
|
+
"share"
|
|
2430
|
+
]
|
|
2431
|
+
},
|
|
2432
|
+
"login": {
|
|
2433
|
+
"tags": [
|
|
2434
|
+
"login",
|
|
2435
|
+
"log",
|
|
2436
|
+
"sign",
|
|
2437
|
+
"in",
|
|
2438
|
+
"get back"
|
|
2439
|
+
]
|
|
2440
|
+
},
|
|
2441
|
+
"arrow-fat-up-right": {
|
|
2442
|
+
"tags": [
|
|
2443
|
+
"arrow fat up right",
|
|
2444
|
+
"arrow",
|
|
2445
|
+
"fat",
|
|
2446
|
+
"up",
|
|
2447
|
+
"right"
|
|
2448
|
+
]
|
|
2449
|
+
},
|
|
2450
|
+
"arrows-out-simple": {
|
|
2451
|
+
"tags": [
|
|
2452
|
+
"arrows out simple",
|
|
2453
|
+
"arrows",
|
|
2454
|
+
"out",
|
|
2455
|
+
"simple",
|
|
2456
|
+
"expand"
|
|
2457
|
+
]
|
|
2458
|
+
},
|
|
2459
|
+
"dots-nine": {
|
|
2460
|
+
"tags": [
|
|
2461
|
+
"dots nine",
|
|
2462
|
+
"dots",
|
|
2463
|
+
"nine",
|
|
2464
|
+
"9",
|
|
2465
|
+
"distribute grid",
|
|
2466
|
+
"distribute",
|
|
2467
|
+
"grid"
|
|
2468
|
+
]
|
|
2469
|
+
},
|
|
2470
|
+
"dots-two": {
|
|
2471
|
+
"tags": [
|
|
2472
|
+
"dots two",
|
|
2473
|
+
"dots",
|
|
2474
|
+
"two",
|
|
2475
|
+
"2",
|
|
2476
|
+
"more"
|
|
2477
|
+
]
|
|
2478
|
+
},
|
|
2479
|
+
"dots-three": {
|
|
2480
|
+
"tags": [
|
|
2481
|
+
"dots three",
|
|
2482
|
+
"dots",
|
|
2483
|
+
"three",
|
|
2484
|
+
"3",
|
|
2485
|
+
"more"
|
|
2486
|
+
]
|
|
2487
|
+
},
|
|
2488
|
+
"grid": {
|
|
2489
|
+
"tags": [
|
|
2490
|
+
"grid"
|
|
2491
|
+
]
|
|
2492
|
+
},
|
|
2493
|
+
"cursor-lines": {
|
|
2494
|
+
"tags": [
|
|
2495
|
+
"cursor lines",
|
|
2496
|
+
"cursor",
|
|
2497
|
+
"lines"
|
|
2498
|
+
]
|
|
2499
|
+
},
|
|
2500
|
+
"paper-plane-tilt": {
|
|
2501
|
+
"tags": [
|
|
2502
|
+
""
|
|
2503
|
+
]
|
|
2504
|
+
},
|
|
2505
|
+
"navigation-arrow-lines": {
|
|
2506
|
+
"tags": [
|
|
2507
|
+
"navigation arrow lines",
|
|
2508
|
+
"navigation",
|
|
2509
|
+
"arrow",
|
|
2510
|
+
"lines",
|
|
2511
|
+
"cursor user",
|
|
2512
|
+
"cursor",
|
|
2513
|
+
"user"
|
|
2514
|
+
]
|
|
2515
|
+
},
|
|
2516
|
+
"paper-plane-filled-right": {
|
|
2517
|
+
"tags": [
|
|
2518
|
+
"paper plane filled right",
|
|
2519
|
+
"paper",
|
|
2520
|
+
"plane",
|
|
2521
|
+
"filled",
|
|
2522
|
+
"right"
|
|
2523
|
+
]
|
|
2524
|
+
},
|
|
2525
|
+
"chevron-up-double": {
|
|
2526
|
+
"tags": [
|
|
2527
|
+
"chevron up double",
|
|
2528
|
+
"chevron",
|
|
2529
|
+
"up",
|
|
2530
|
+
"double",
|
|
2531
|
+
"arrow"
|
|
2532
|
+
]
|
|
2533
|
+
},
|
|
2534
|
+
"chevron-down-double": {
|
|
2535
|
+
"tags": [
|
|
2536
|
+
"chevron down double",
|
|
2537
|
+
"chevron",
|
|
2538
|
+
"down",
|
|
2539
|
+
"double",
|
|
2540
|
+
"arrow"
|
|
2541
|
+
]
|
|
2542
|
+
},
|
|
2543
|
+
"navigation-up-left-slash": {
|
|
2544
|
+
"tags": [
|
|
2545
|
+
"navigation up left slash",
|
|
2546
|
+
"navigation",
|
|
2547
|
+
"up",
|
|
2548
|
+
"left",
|
|
2549
|
+
"slash",
|
|
2550
|
+
"collaborator cursors off",
|
|
2551
|
+
"collaborator",
|
|
2552
|
+
"cursors",
|
|
2553
|
+
"off"
|
|
2554
|
+
]
|
|
2555
|
+
},
|
|
2556
|
+
"chevron-up-down": {
|
|
2557
|
+
"tags": [
|
|
2558
|
+
"chevron up down",
|
|
2559
|
+
"chevron",
|
|
2560
|
+
"up",
|
|
2561
|
+
"down",
|
|
2562
|
+
"arrow"
|
|
2563
|
+
]
|
|
2564
|
+
},
|
|
2565
|
+
"navigation-up-left-filled": {
|
|
2566
|
+
"tags": [
|
|
2567
|
+
"navigation up left filled",
|
|
2568
|
+
"navigation",
|
|
2569
|
+
"up",
|
|
2570
|
+
"left",
|
|
2571
|
+
"filled",
|
|
2572
|
+
"collaborator cursors on",
|
|
2573
|
+
"collaborator",
|
|
2574
|
+
"cursors",
|
|
2575
|
+
"on"
|
|
2576
|
+
]
|
|
2577
|
+
},
|
|
2578
|
+
"cross-square": {
|
|
2579
|
+
"tags": [
|
|
2580
|
+
"cross square",
|
|
2581
|
+
"cross",
|
|
2582
|
+
"square",
|
|
2583
|
+
"wireframes"
|
|
2584
|
+
]
|
|
2585
|
+
},
|
|
2586
|
+
"navigation-up-right": {
|
|
2587
|
+
"tags": [
|
|
2588
|
+
"navigation up right",
|
|
2589
|
+
"navigation",
|
|
2590
|
+
"up",
|
|
2591
|
+
"right"
|
|
2592
|
+
]
|
|
2593
|
+
},
|
|
2594
|
+
"chevron-up-down-line": {
|
|
2595
|
+
"tags": [
|
|
2596
|
+
"chevron up down line",
|
|
2597
|
+
"chevron",
|
|
2598
|
+
"up",
|
|
2599
|
+
"down",
|
|
2600
|
+
"line"
|
|
2601
|
+
]
|
|
2602
|
+
},
|
|
2603
|
+
"chevron-right-double": {
|
|
2604
|
+
"tags": [
|
|
2605
|
+
"chevron right double",
|
|
2606
|
+
"chevron",
|
|
2607
|
+
"right",
|
|
2608
|
+
"double",
|
|
2609
|
+
"arrow"
|
|
2610
|
+
]
|
|
2611
|
+
},
|
|
2612
|
+
"chevron-left-double": {
|
|
2613
|
+
"tags": [
|
|
2614
|
+
"chevron left double",
|
|
2615
|
+
"chevron",
|
|
2616
|
+
"left",
|
|
2617
|
+
"double",
|
|
2618
|
+
"arrow"
|
|
2246
2619
|
]
|
|
2247
2620
|
}
|
|
2248
2621
|
}
|