Browse Source

exposure icon

pull/20/head
codecalm 5 years ago
parent
commit
568b124e5e
  1. 4
      src/_icons/bed.svg
  2. 8
      src/_icons/exposure.svg

4
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>

8
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>
Loading…
Cancel
Save