diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2020-06-11 20:42:43 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2020-06-11 20:42:43 +0200 |
| commit | 392a65a4f3a1422c0164d69cb2bb4d1123c1bbeb (patch) | |
| tree | 98e4d7ca7bd6b9047cc2b896b22100684d281b0a /public/elements/menu.svg | |
initial repo. basic data models. pull in e-flux css
Diffstat (limited to 'public/elements/menu.svg')
| -rw-r--r-- | public/elements/menu.svg | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/public/elements/menu.svg b/public/elements/menu.svg new file mode 100644 index 0000000..98493da --- /dev/null +++ b/public/elements/menu.svg @@ -0,0 +1,19 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Generator: Adobe Illustrator 19.2.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> +<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" + viewBox="0 0 30 21" style="enable-background:new 0 0 30 21;" xml:space="preserve"> +<style type="text/css"> + .st0{clip-path:url(#SVGID_2_);fill:none;stroke:#010101;stroke-width:2;} +</style> +<g> + <defs> + <rect id="SVGID_1_" width="30" height="21"/> + </defs> + <clipPath id="SVGID_2_"> + <use xlink:href="#SVGID_1_" style="overflow:visible;"/> + </clipPath> + <line class="st0" x1="0" y1="1" x2="30" y2="1"/> + <line class="st0" x1="0" y1="10.5" x2="30" y2="10.5"/> + <line class="st0" x1="0" y1="20" x2="30" y2="20"/> +</g> +</svg> |
