diff options
author | codecalm <codecalm@gmail.com> | 2022-03-23 12:23:15 +0100 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2022-03-23 12:23:15 +0100 |
commit | 9e92929ed8fd6dcb50a83aa42408dedaf893d961 (patch) | |
tree | ef70e37a0b49899d4a8c9b01c986280150389fb1 /src/_icons/baby-carriage.svg | |
parent | Fix #147 (diff) | |
download | tabler-icons-9e92929ed8fd6dcb50a83aa42408dedaf893d961.tar.xz |
18 new icons: `abacus`, `baby-carriage`, `bell-school`, `cell`, `device-heart-monitor`, `device-laptop-off`, `device-mobile-off`, `device-tablet-off`, `device-tv-off`, `device-watch-off`, `devices-off`, `dialpad`, `fidget-spinner`, `mail-fast`, `pennant-2`, `sign-left`, `sign-right`, `windsock`
Fixed icons: `directions`
Diffstat (limited to 'src/_icons/baby-carriage.svg')
-rw-r--r-- | src/_icons/baby-carriage.svg | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/_icons/baby-carriage.svg b/src/_icons/baby-carriage.svg new file mode 100644 index 00000000..a93e58a0 --- /dev/null +++ b/src/_icons/baby-carriage.svg @@ -0,0 +1,10 @@ +--- +--- +<svg> + <circle cx="8" cy="19" r="2" /> + <circle cx="18" cy="19" r="2" /> + <path d="M2 5h2.5l1.632 4.897a6 6 0 0 0 5.693 4.103h2.675a5.5 5.5 0 0 0 0 -11h-.5v6" /> + <path d="M6 9h14" /> + <path d="M9 17l1 -3" /> + <path d="M16 14l1 3" /> +</svg> |