diff options
Diffstat (limited to 'src/icons/lego.svg')
-rw-r--r-- | src/icons/lego.svg | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/icons/lego.svg b/src/icons/lego.svg new file mode 100644 index 00000000..a27a3263 --- /dev/null +++ b/src/icons/lego.svg @@ -0,0 +1,11 @@ +--- +tags: [toy, boy, face, play] +version: "1.0" +unicode: "eadc" +--- +<svg> + <line x1="9.5" y1="11" x2="9.51" y2="11" /> + <line x1="14.5" y1="11" x2="14.51" y2="11" /> + <path d="M9.5 15a3.5 3.5 0 0 0 5 0" /> + <path d="M7 5h1v-2h8v2h1a3 3 0 0 1 3 3v9a3 3 0 0 1 -3 3v1h-10v-1a3 3 0 0 1 -3 -3v-9a3 3 0 0 1 3 -3" /> +</svg> |