diff options
author | codecalm <codecalm@gmail.com> | 2020-09-21 17:28:25 +0200 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-09-21 17:28:25 +0200 |
commit | d1aa67fe8dc9c4ea0e1bf9bbd7435aa2662e71ae (patch) | |
tree | b01fa7fdeae691b368c03cafe8d2b0fb4c47cf6e /src/_icons | |
parent | bluetooth connected icon (diff) | |
download | tabler-icons-d1aa67fe8dc9c4ea0e1bf9bbd7435aa2662e71ae.tar.xz |
`school` icon
Diffstat (limited to 'src/_icons')
-rw-r--r-- | src/_icons/bluetooth-connected.svg | 4 | ||||
-rw-r--r-- | src/_icons/school.svg | 6 |
2 files changed, 8 insertions, 2 deletions
diff --git a/src/_icons/bluetooth-connected.svg b/src/_icons/bluetooth-connected.svg index 7b0fd9d1..df1d3062 100644 --- a/src/_icons/bluetooth-connected.svg +++ b/src/_icons/bluetooth-connected.svg @@ -3,6 +3,6 @@ tags: [wireless, connection, connect] --- <svg> <polyline points="7 8 17 16 12 20 12 4 17 8 7 16" /> - <polyline points="4 12 5 12"></polyline> - <polyline points="18 12 19 12"></polyline> + <line x1="4" y1="12" x2="5" y2="12" /> + <line x1="18" y1="12" x2="19" y2="12" /> </svg> diff --git a/src/_icons/school.svg b/src/_icons/school.svg new file mode 100644 index 00000000..793d9b7b --- /dev/null +++ b/src/_icons/school.svg @@ -0,0 +1,6 @@ +--- +--- +<svg> + <path d="M22 9l-10 -4l-10 4l10 4l10 -4v6" /> + <path d="M6 10.6v5.4a6 3 0 0 0 12 0v-5.4" /> +</svg> |