diff options
author | codecalm <codecalm@gmail.com> | 2020-03-25 20:41:04 +0100 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-03-25 20:41:04 +0100 |
commit | 568b124e5ed255e6a6b5b1c1bf2115bac30b5262 (patch) | |
tree | 29e6afd250eaf4e7c8a86ebad785849cb7273213 /src/_icons | |
parent | bed improved icon (diff) | |
download | tabler-icons-568b124e5ed255e6a6b5b1c1bf2115bac30b5262.tar.xz |
exposure icon
Diffstat (limited to 'src/_icons')
-rw-r--r-- | src/_icons/bed.svg | 4 | ||||
-rw-r--r-- | src/_icons/exposure.svg | 8 |
2 files changed, 10 insertions, 2 deletions
diff --git a/src/_icons/bed.svg b/src/_icons/bed.svg index aace1c96..7125132d 100644 --- a/src/_icons/bed.svg +++ b/src/_icons/bed.svg @@ -1,6 +1,6 @@ --- --- <svg> - <path d="M3 7v11m0 -4h18m0 4v-8a2 2 0 00-2 -2h-8v6"></path> - <circle cx="7" cy="10" r="1"></circle> + <path d="M3 7v11m0 -4h18m0 4v-8a2 2 0 0 0 -2 -2h-8v6" /> + <circle cx="7" cy="10" r="1" /> </svg> diff --git a/src/_icons/exposure.svg b/src/_icons/exposure.svg new file mode 100644 index 00000000..d8421a1e --- /dev/null +++ b/src/_icons/exposure.svg @@ -0,0 +1,8 @@ +--- +--- +<svg> + <rect x="4" y="4" width="16" height="16" rx="2" /> + <line x1="4.6" y1="19.4" x2="19.4" y2="4.6" /> + <path d="M7 9h4m-2 -2v4" /> + <path d="M13 16h4" /> +</svg> |