1
0
mirror of https://github.com/tabler/tabler-icons.git synced 2025-08-25 15:01:16 +02:00

2 new icons: perfume, spray

This commit is contained in:
codecalm
2022-09-27 00:30:49 +02:00
parent 6def9150ea
commit d3dbafd87e
2 changed files with 22 additions and 0 deletions

9
src/_icons/perfume.svg Normal file
View File

@@ -0,0 +1,9 @@
---
---
<svg>
<path d="M10 6v3" />
<path d="M14 6v3" />
<rect x="5" y="9" width="14" height="12" rx="2" />
<circle cx="12" cy="15" r="2" />
<path d="M9 3h6v3h-6z" />
</svg>

13
src/_icons/spray.svg Normal file
View File

@@ -0,0 +1,13 @@
---
---
<svg>
<rect x="4" y="10" width="8" height="11" rx="2" />
<path d="M6 10v-4a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v4" />
<path d="M15 7h.01" />
<path d="M18 9h.01" />
<path d="M18 5h.01" />
<path d="M21 3h.01" />
<path d="M21 7h.01" />
<path d="M21 11h.01" />
<path d="M10 7h1" />
</svg>