mirror of
https://github.com/tabler/tabler-icons.git
synced 2025-08-30 17:20:31 +02:00
strikethrough icon #11
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
---
|
||||
---
|
||||
<svg>
|
||||
<line x1="10" y1="6" x2="20" y2="6" />
|
||||
<line x1="10" y1="12" x2="20" y2="12" />
|
||||
<line x1="10" y1="18" x2="20" y2="18" />
|
||||
<circle cx="5" cy="6" r="1" />
|
||||
<circle cx="5" cy="12" r="1" />
|
||||
<circle cx="5" cy="18" r="1" />
|
||||
<line x1="9" y1="6" x2="20" y2="6" />
|
||||
<line x1="9" y1="12" x2="20" y2="12" />
|
||||
<line x1="9" y1="18" x2="20" y2="18" />
|
||||
<line x1="5" y1="6" x2="5" y2="6.01" />
|
||||
<line x1="5" y1="12" x2="5" y2="12.01" />
|
||||
<line x1="5" y1="18" x2="5" y2="18.01" />
|
||||
</svg>
|
||||
|
6
src/_icons/strikethrough.svg
Normal file
6
src/_icons/strikethrough.svg
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
---
|
||||
<svg>
|
||||
<line x1="5" y1="12" x2="19" y2="12" />
|
||||
<path d="M16 6.5a4 2 0 0 0 -4 -1.5h-1a3.5 3.5 0 0 0 0 7h2a3.5 3.5 0 0 1 0 7h-1.5a4 2 0 0 1 -4 -1.5" />
|
||||
</svg>
|
@@ -2,7 +2,7 @@
|
||||
layout: default
|
||||
---
|
||||
|
||||
{% assign toolbar = 'bold,italic,underline|align-left,align-center,align-right,align-justified|list,list-check' | split: '|' %}
|
||||
{% assign toolbar = 'bold,italic,underline,strikethrough|align-left,align-center,align-right,align-justified|list,list-check|link,photo' | split: '|' %}
|
||||
|
||||
|
||||
<div class="container">
|
||||
|
Reference in New Issue
Block a user