mirror of
https://github.com/tabler/tabler-icons.git
synced 2025-01-17 12:48:26 +01:00
next icons
This commit is contained in:
parent
d96c9230b6
commit
7735c9cc38
8
_icons/align-center.svg
Normal file
8
_icons/align-center.svg
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
---
|
||||||
|
---
|
||||||
|
<svg>
|
||||||
|
<line x1="3" y1="6" x2="21" y2="6" />
|
||||||
|
<line x1="6" y1="10" x2="18" y2="10" />
|
||||||
|
<line x1="3" y1="14" x2="21" y2="14" />
|
||||||
|
<line x1="5" y1="18" x2="19" y2="18" />
|
||||||
|
</svg>
|
8
_icons/align-justified.svg
Normal file
8
_icons/align-justified.svg
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
---
|
||||||
|
---
|
||||||
|
<svg>
|
||||||
|
<line x1="3" y1="6" x2="21" y2="6" />
|
||||||
|
<line x1="3" y1="10" x2="21" y2="10" />
|
||||||
|
<line x1="3" y1="14" x2="21" y2="14" />
|
||||||
|
<line x1="3" y1="18" x2="21" y2="18" />
|
||||||
|
</svg>
|
5
_icons/chevron-down.svg
Normal file
5
_icons/chevron-down.svg
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
---
|
||||||
|
<svg>
|
||||||
|
<polyline points="6 9 12 15 18 9" />
|
||||||
|
</svg>
|
5
_icons/chevron-left.svg
Normal file
5
_icons/chevron-left.svg
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
---
|
||||||
|
<svg>
|
||||||
|
<polyline points="15 6 9 12 15 18" />
|
||||||
|
</svg>
|
5
_icons/chevron-right.svg
Normal file
5
_icons/chevron-right.svg
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
---
|
||||||
|
<svg>
|
||||||
|
<polyline points="9 6 15 12 9 18" />
|
||||||
|
</svg>
|
5
_icons/chevron-up.svg
Normal file
5
_icons/chevron-up.svg
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
---
|
||||||
|
<svg>
|
||||||
|
<polyline points="6 15 12 9 18 15" />
|
||||||
|
</svg>
|
@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
---
|
---
|
||||||
<svg width="24" height="24" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
|
<svg width="24" height="24" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
|
||||||
<g fill="none" fill-rule="evenodd" stroke="#206bc4" stroke-width=".025" opacity="1">
|
<g fill="none" fill-rule="evenodd" stroke="#206bc4" stroke-width=".025" opacity=".5">
|
||||||
<rect x="4" y="1" width="16" height="22" rx="3"></rect>
|
<rect x="4" y="1" width="16" height="22" rx="3"></rect>
|
||||||
<rect x="2" y="2" width="20" height="20" rx="3"></rect>
|
<rect x="2" y="2" width="20" height="20" rx="3"></rect>
|
||||||
<rect x="1" y="4" width="22" height="16" rx="3"></rect>
|
<rect x="1" y="4" width="22" height="16" rx="3"></rect>
|
||||||
|
@ -101,6 +101,15 @@ a {
|
|||||||
height: 100%;
|
height: 100%;
|
||||||
stroke-width: 2;
|
stroke-width: 2;
|
||||||
opacity: .8;
|
opacity: .8;
|
||||||
|
|
||||||
|
+ svg {
|
||||||
|
stroke-width: .08;
|
||||||
|
opacity: 1;
|
||||||
|
stroke: red;
|
||||||
|
position: absolute;
|
||||||
|
left: 0;
|
||||||
|
top: 0;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -128,7 +137,6 @@ a {
|
|||||||
display: block;
|
display: block;
|
||||||
width: 1.5rem;
|
width: 1.5rem;
|
||||||
height: 1.5rem;
|
height: 1.5rem;
|
||||||
stroke-width: 2;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -33,6 +33,7 @@
|
|||||||
<div class="icon-preview-wrap">
|
<div class="icon-preview-wrap">
|
||||||
<div class="icon-preview">
|
<div class="icon-preview">
|
||||||
{{ first-icon }}
|
{{ first-icon }}
|
||||||
|
{{ first-icon }}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user