diff options
Diffstat (limited to 'src/_icons/heading.svg')
-rw-r--r-- | src/_icons/heading.svg | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/_icons/heading.svg b/src/_icons/heading.svg new file mode 100644 index 00000000..0702b03d --- /dev/null +++ b/src/_icons/heading.svg @@ -0,0 +1,12 @@ +--- +category: Text +--- +<svg> + <path d="M7 12h10" /> + <path d="M7 4v16" /> + <path d="M17 4v16" /> + <path d="M15 20h4" /> + <path d="M15 4h4" /> + <path d="M5 20h4" /> + <path d="M5 4h4" /> +</svg> |