Preview Bell Test

This commit is contained in:
Austin Andrews
2014-11-22 20:46:35 -06:00
parent cd4ec986b4
commit 493922a33b

View File

@@ -1,4 +1,9 @@
@title Getting Started
@previewBell () {
<svg style="width:24px;height:24px;">
<path fill="#6F6F6F" d="M14 20C14 21.1046 13.1046 22 12 22C10.8954 22 10 21.1046 10 20L14 20ZM12 2C12.5523 2 13 2.44772 13 3L13 4.08298C15.8377 4.55905 18 7.02702 18 10L18 16L21 19L3 19L6 16L6 10C6 7.02698 8.1623 4.55902 11 4.08294L11 3C11 2.44772 11.4477 2 12 2Z"></path>
</svg>
}
# @title
@@ -12,6 +17,8 @@ For those targetting the web your best option is to use the Web Font.
<i class="mdi mdi-bell"></i>
```
@previewBell()
## Inline SVG
If you only need a few icons or lack the ability to include fonts, you can inline insert icons.