diff options
author | codecalm <codecalm@gmail.com> | 2021-11-03 13:30:30 +0100 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2021-11-03 13:30:30 +0100 |
commit | 944a657e3d68ccf06e58b605ab90ff5c7d70a557 (patch) | |
tree | 1671e31bc7bf2be0a85189a0e5739235e48e3777 /src/_icons/brand-bootstrap.svg | |
parent | Merge pull request #119 from DevSrSouza/patch-1 (diff) | |
download | tabler-icons-944a657e3d68ccf06e58b605ab90ff5c7d70a557.tar.xz |
10 new icons: `arrow-autofit-down`, `arrow-autofit-height`, `arrow-autofit-left`, `arrow-autofit-right`, `arrow-autofit-up`, `arrow-autofit-width`, `arrows-diagonal-minimize-2`, `arrows-diagonal-minimize`, `brand-bootstrap`, `highlight`
Diffstat (limited to 'src/_icons/brand-bootstrap.svg')
-rw-r--r-- | src/_icons/brand-bootstrap.svg | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/_icons/brand-bootstrap.svg b/src/_icons/brand-bootstrap.svg new file mode 100644 index 00000000..ad8fccfa --- /dev/null +++ b/src/_icons/brand-bootstrap.svg @@ -0,0 +1,8 @@ +--- +category: Brand +--- +<svg> + <path d="M2 12a2 2 0 0 0 2 -2v-4a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v4a2 2 0 0 0 2 2" /> + <path d="M2 12a2 2 0 0 1 2 2v4a2 2 0 0 0 2 2h12a2 2 0 0 0 2 -2v-4a2 2 0 0 1 2 -2" /> + <path d="M9 16v-8h3.5a2 2 0 1 1 0 4h-3.5h4a2 2 0 1 1 0 4h-4z" /> +</svg> |