1
0
mirror of https://github.com/tabler/tabler-icons.git synced 2025-08-31 01:30:04 +02:00

2 new icons: forbid-2, forbid

This commit is contained in:
codecalm
2020-04-20 06:45:29 +02:00
parent b9f4c23aee
commit 0fd09b6cc2
2 changed files with 12 additions and 0 deletions

6
src/_icons/forbid-2.svg Normal file
View File

@@ -0,0 +1,6 @@
---
---
<svg>
<circle cx="12" cy="12" r="9" />
<line x1="9" y1="15" x2="15" y2="9" />
</svg>

6
src/_icons/forbid.svg Normal file
View File

@@ -0,0 +1,6 @@
---
---
<svg>
<circle cx="12" cy="12" r="9" />
<line x1="9" y1="9" x2="15" y2="15" />
</svg>