diff options
author | codecalm <codecalm@gmail.com> | 2020-09-17 22:46:12 +0200 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-09-17 22:46:12 +0200 |
commit | 60999ea20f6ec3570c23acc0f476e61f1f352065 (patch) | |
tree | 0a40ff96604552d25f9424eb0cb128d125a1d84d /src/_icons/step-into.svg | |
parent | `smart-home` icon (diff) | |
download | tabler-icons-60999ea20f6ec3570c23acc0f476e61f1f352065.tar.xz |
4 new icons: `cloud-fog`, `step-into`, `step-out`, `tornado`
Fixed icons: `3d-cube-sphere`, `brand-windows`, `curly-loop`, `device-mobile-rotated`, `road-sign`, `square-rotated`
Diffstat (limited to 'src/_icons/step-into.svg')
-rw-r--r-- | src/_icons/step-into.svg | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/_icons/step-into.svg b/src/_icons/step-into.svg new file mode 100644 index 00000000..deb0f3b0 --- /dev/null +++ b/src/_icons/step-into.svg @@ -0,0 +1,9 @@ +--- +category: Arrows +--- +<svg> + <line x1="12" y1="3" x2="12" y2="15" /> + <line x1="16" y1="11" x2="12" y2="15" /> + <line x1="8" y1="11" x2="12" y2="15" /> + <circle cx="12" cy="20" r="1" /> +</svg> |