diff options
Diffstat (limited to 'src/_icons/asterisk.svg')
-rw-r--r-- | src/_icons/asterisk.svg | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/_icons/asterisk.svg b/src/_icons/asterisk.svg new file mode 100644 index 00000000..d8a609f1 --- /dev/null +++ b/src/_icons/asterisk.svg @@ -0,0 +1,11 @@ +--- +category: Text +--- +<svg> + <path d="M12 12l8 -4.5" /> + <path d="M12 12v9" /> + <path d="M12 12l-8 -4.5" /> + <path d="M12 12l8 4.5" /> + <path d="M12 3v9" /> + <path d="M12 12l-8 4.5" /> +</svg> |