diff options
author | codecalm <codecalm@gmail.com> | 2021-11-03 14:20:13 +0100 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2021-11-03 14:20:13 +0100 |
commit | 808d2c65200c2db97452f5c317ed52d535c7e3e4 (patch) | |
tree | 339f74effbe66c53d5e3b0b7e9b8f6b50df7d4fc /src/_icons/list-details.svg | |
parent | 10 new icons: `arrow-autofit-down`, `arrow-autofit-height`, `arrow-autofit-le... (diff) | |
download | tabler-icons-808d2c65200c2db97452f5c317ed52d535c7e3e4.tar.xz |
10 new icons: `arrow-autofit-content`, `ballon`, `battery-charging-2`, `battery-eco`, `beach`, `list-details`, `multiplier-0-5x`, `multiplier-1-5x`, `multiplier-1x`, `multiplier-2x`
Fixed 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`, `highlight`
Diffstat (limited to 'src/_icons/list-details.svg')
-rw-r--r-- | src/_icons/list-details.svg | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/_icons/list-details.svg b/src/_icons/list-details.svg new file mode 100644 index 00000000..e71c744c --- /dev/null +++ b/src/_icons/list-details.svg @@ -0,0 +1,12 @@ +--- +tags: [to-do, checklist, form, template, task, reminder, schedule, agenda] +category: Text +--- +<svg> + <path d="M13 5h8" /> + <path d="M13 9h5" /> + <path d="M13 15h8" /> + <path d="M13 19h5" /> + <rect x="3" y="4" width="6" height="6" rx="1" /> + <rect x="3" y="14" width="6" height="6" rx="1" /> +</svg> |