diff options
Diffstat (limited to 'src/icons/info-square.svg')
-rw-r--r-- | src/icons/info-square.svg | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/icons/info-square.svg b/src/icons/info-square.svg new file mode 100644 index 00000000..8bc3b397 --- /dev/null +++ b/src/icons/info-square.svg @@ -0,0 +1,10 @@ +--- +tags: [information, advice, news, tip, sign] +version: "1.0" +unicode: "eac6" +--- +<svg> + <line x1="12" y1="8" x2="12.01" y2="8" /> + <rect x="4" y="4" width="16" height="16" rx="2" /> + <polyline points="11 12 12 12 12 16 13 16" /> +</svg> |