diff options
author | codecalm <codecalm@gmail.com> | 2020-10-16 18:16:24 +0200 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-10-16 18:16:24 +0200 |
commit | 804e6915f8d6ec0f83b9f14e4c1f3eb33f668803 (patch) | |
tree | 632f1c74b2987b24e8704e8330a31fbf5fde8647 /src/_icons/box-margin.svg | |
parent | 22 new icons: `calendar-stats`, `calendar-time`, `circle-half-vertical`, `cir... (diff) | |
download | tabler-icons-804e6915f8d6ec0f83b9f14e4c1f3eb33f668803.tar.xz |
9 new icons: `box-margin`, `box-model`, `box-padding`, `container`, `heading`, `section`, `shadow-off`, `shadow`, `stack-2`
Fixed icons: `credit-card-off`, `database-off`, `dimensions`, `frame`, `h-1`, `h-2`, `h-3`, `h-4`, `h-5`, `h-6`, `letter-case-lower`, `letter-case-toggle`, `letter-case-upper`, `letter-case`, `letter-spacing`, `mask-off`, `mask`, `overline`, `receipt-off`, `report`, `stack`, `strikethrough`, `underline`
Diffstat (limited to 'src/_icons/box-margin.svg')
-rw-r--r-- | src/_icons/box-margin.svg | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/src/_icons/box-margin.svg b/src/_icons/box-margin.svg new file mode 100644 index 00000000..6be98b9b --- /dev/null +++ b/src/_icons/box-margin.svg @@ -0,0 +1,22 @@ +--- +category: Design +--- +<svg> + <path d="M8 8h8v8h-8z" /> + <path d="M4 4v.01" /> + <path d="M8 4v.01" /> + <path d="M12 4v.01" /> + <path d="M16 4v.01" /> + <path d="M20 4v.01" /> + <path d="M4 20v.01" /> + <path d="M8 20v.01" /> + <path d="M12 20v.01" /> + <path d="M16 20v.01" /> + <path d="M20 20v.01" /> + <path d="M20 16v.01" /> + <path d="M20 12v.01" /> + <path d="M20 8v.01" /> + <path d="M4 16v.01" /> + <path d="M4 12v.01" /> + <path d="M4 8v.01" /> +</svg> |