diff options
Diffstat (limited to 'src/_icons')
| -rw-r--r-- | src/_icons/smoking-no.svg | 8 | ||||
| -rw-r--r-- | src/_icons/smoking.svg | 7 | 
2 files changed, 15 insertions, 0 deletions
| diff --git a/src/_icons/smoking-no.svg b/src/_icons/smoking-no.svg new file mode 100644 index 00000000..e81002ec --- /dev/null +++ b/src/_icons/smoking-no.svg @@ -0,0 +1,8 @@ +--- +--- +<svg> +  <rect x="3" y="13" width="18" height="4" rx="1" /> +  <line x1="8" y1="13" x2="8" y2="17" /> +  <path d="M16 5v.5a2 2 0 0 0 2 2a2 2 0 0 1 2 2v.5" /> +  <line x1="3" y1="3" x2="21" y2="21" /> +</svg> diff --git a/src/_icons/smoking.svg b/src/_icons/smoking.svg new file mode 100644 index 00000000..c938eadc --- /dev/null +++ b/src/_icons/smoking.svg @@ -0,0 +1,7 @@ +--- +--- +<svg> +  <rect x="3" y="13" width="18" height="4" rx="1" /> +  <line x1="8" y1="13" x2="8" y2="17" /> +  <path d="M16 5v.5a2 2 0 0 0 2 2a2 2 0 0 1 2 2v.5" /> +</svg> | 
