diff options
author | codecalm <codecalm@gmail.com> | 2020-09-01 18:21:17 +0200 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-09-01 18:21:17 +0200 |
commit | c11d9970f754870dd73f9edfd0898616ac3e094d (patch) | |
tree | 699a0e7f33634cec3ff28aae5a57e8166bdd27bd /src/_icons | |
parent | Merge branches 'dev' and 'master' of https://github.com/tabler/tabler-icons i... (diff) | |
download | tabler-icons-c11d9970f754870dd73f9edfd0898616ac3e094d.tar.xz |
h1-h6 icons
Diffstat (limited to 'src/_icons')
-rw-r--r-- | src/_icons/h-1.svg | 8 | ||||
-rw-r--r-- | src/_icons/h-2.svg | 8 | ||||
-rw-r--r-- | src/_icons/h-3.svg | 8 | ||||
-rw-r--r-- | src/_icons/h-4.svg | 8 | ||||
-rw-r--r-- | src/_icons/h-5.svg | 8 | ||||
-rw-r--r-- | src/_icons/h-6.svg | 9 |
6 files changed, 49 insertions, 0 deletions
diff --git a/src/_icons/h-1.svg b/src/_icons/h-1.svg new file mode 100644 index 00000000..1ad75985 --- /dev/null +++ b/src/_icons/h-1.svg @@ -0,0 +1,8 @@ +--- +--- +<svg> + <line x1="3" y1="5" x2="3" y2="19" /> + <line x1="3" y1="12" x2="12" y2="12" /> + <line x1="12" y1="5" x2="12" y2="19" /> + <path d="M20 19v-10l-3 3" /> +</svg> diff --git a/src/_icons/h-2.svg b/src/_icons/h-2.svg new file mode 100644 index 00000000..75b61ba6 --- /dev/null +++ b/src/_icons/h-2.svg @@ -0,0 +1,8 @@ +--- +--- +<svg> + <line x1="3" y1="5" x2="3" y2="19" /> + <line x1="3" y1="12" x2="12" y2="12" /> + <line x1="12" y1="5" x2="12" y2="19" /> + <path d="M21 19h-5 l 4.47 -5.96 a2.5 2.5 0 1 0 -4.47 -1.54" /> +</svg> diff --git a/src/_icons/h-3.svg b/src/_icons/h-3.svg new file mode 100644 index 00000000..963285cf --- /dev/null +++ b/src/_icons/h-3.svg @@ -0,0 +1,8 @@ +--- +--- +<svg> + <line x1="3" y1="5" x2="3" y2="19" /> + <line x1="3" y1="12" x2="12" y2="12" /> + <line x1="12" y1="5" x2="12" y2="19" /> + <path d="M16 11.5a2.5 2.5 0 1 1 2.5 2.5a2.5 2.5 0 1 1 -2.5 2.5" /> +</svg> diff --git a/src/_icons/h-4.svg b/src/_icons/h-4.svg new file mode 100644 index 00000000..e3b1d796 --- /dev/null +++ b/src/_icons/h-4.svg @@ -0,0 +1,8 @@ +--- +--- +<svg> + <line x1="3" y1="5" x2="3" y2="19" /> + <line x1="3" y1="12" x2="12" y2="12" /> + <line x1="12" y1="5" x2="12" y2="19" /> + <path d="M20 19v-10l-5 8h7" /> +</svg> diff --git a/src/_icons/h-5.svg b/src/_icons/h-5.svg new file mode 100644 index 00000000..bf3c47ac --- /dev/null +++ b/src/_icons/h-5.svg @@ -0,0 +1,8 @@ +--- +--- +<svg> + <line x1="3" y1="5" x2="3" y2="19" /> + <line x1="3" y1="12" x2="12" y2="12" /> + <line x1="12" y1="5" x2="12" y2="19" /> + <path d="M16 18.27 a3 3 0 1 0 0 -4.537 l0 -4.733 h 5" /> +</svg> diff --git a/src/_icons/h-6.svg b/src/_icons/h-6.svg new file mode 100644 index 00000000..363c2b06 --- /dev/null +++ b/src/_icons/h-6.svg @@ -0,0 +1,9 @@ +--- +--- +<svg> + <line x1="3" y1="5" x2="3" y2="19" /> + <line x1="3" y1="12" x2="12" y2="12" /> + <line x1="12" y1="5" x2="12" y2="19" /> + <circle cx="18.5" cy="16.5" r="2.5" /> + <line x1="20" y1="9" x2="16.5" y2="15" /> +</svg> |