diff options
Diffstat (limited to 'vendor/twbs/bootstrap/site/layouts/partials/icons/hamburger.svg')
-rw-r--r-- | vendor/twbs/bootstrap/site/layouts/partials/icons/hamburger.svg | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/vendor/twbs/bootstrap/site/layouts/partials/icons/hamburger.svg b/vendor/twbs/bootstrap/site/layouts/partials/icons/hamburger.svg new file mode 100644 index 000000000..955d8a651 --- /dev/null +++ b/vendor/twbs/bootstrap/site/layouts/partials/icons/hamburger.svg @@ -0,0 +1,3 @@ +<svg xmlns="http://www.w3.org/2000/svg"{{ with .width }} width="{{ . }}"{{ end }}{{ with .height }} height="{{ . }}"{{ end }}{{ with .class }} class="{{ . }}"{{ end }} fill="currentColor" viewBox="0 0 16 16"> + <path fill-rule="evenodd" d="M2.5 11.5A.5.5 0 0 1 3 11h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm0-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm0-4A.5.5 0 0 1 3 3h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5z"/> +</svg> |