diff options
author | codecalm <codecalm@gmail.com> | 2020-03-25 21:58:08 +0100 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-03-25 21:58:08 +0100 |
commit | b37611bffe1dbb6107a0efd210e125c9a141856d (patch) | |
tree | 6e9287bb60324a1f1df13a54a30f8875028b455f /src/_icons | |
parent | plane fix, plane-arrival, plane-departure (diff) | |
download | tabler-icons-b37611bffe1dbb6107a0efd210e125c9a141856d.tar.xz |
bold, italic, underline icons #11
Diffstat (limited to 'src/_icons')
-rw-r--r-- | src/_icons/bold.svg | 6 | ||||
-rw-r--r-- | src/_icons/italic.svg | 7 | ||||
-rw-r--r-- | src/_icons/plane-arrival.svg | 2 | ||||
-rw-r--r-- | src/_icons/plane-departure.svg | 2 | ||||
-rw-r--r-- | src/_icons/underline.svg | 6 |
5 files changed, 21 insertions, 2 deletions
diff --git a/src/_icons/bold.svg b/src/_icons/bold.svg new file mode 100644 index 00000000..4624d0f3 --- /dev/null +++ b/src/_icons/bold.svg @@ -0,0 +1,6 @@ +--- +--- +<svg> + <path d="M7 5h6a3.5 3.5 0 0 1 0 7h-6z" /> + <path d="M13 12h1a3.5 3.5 0 0 1 0 7h-7v-7" /> +</svg> diff --git a/src/_icons/italic.svg b/src/_icons/italic.svg new file mode 100644 index 00000000..fcf4e2e7 --- /dev/null +++ b/src/_icons/italic.svg @@ -0,0 +1,7 @@ +--- +--- +<svg> + <line x1="11" y1="5" x2="17" y2="5" /> + <line x1="7" y1="19" x2="13" y2="19" /> + <line x1="14" y1="5" x2="10" y2="19" /> +</svg> diff --git a/src/_icons/plane-arrival.svg b/src/_icons/plane-arrival.svg index 2c8a64f8..15a63569 100644 --- a/src/_icons/plane-arrival.svg +++ b/src/_icons/plane-arrival.svg @@ -1,5 +1,5 @@ --- --- <svg> - <path d="M15 12h5a2 2 0 0 1 0 4h-15l-3 -6h3l2 2h3l-2 -7h3z" transform="rotate(26.5 12 12)"/> + <path d="M15 12h5a2 2 0 0 1 0 4h-15l-3 -6h3l2 2h3l-2 -7h3z" transform="rotate(26.5 12 12)" /> </svg> diff --git a/src/_icons/plane-departure.svg b/src/_icons/plane-departure.svg index c06d2121..ba3fcc43 100644 --- a/src/_icons/plane-departure.svg +++ b/src/_icons/plane-departure.svg @@ -1,5 +1,5 @@ --- --- <svg> - <path d="M15 12h5a2 2 0 0 1 0 4h-15l-3 -6h3l2 2h3l-2 -7h3z" transform="rotate(-26.5 12 12)"/> + <path d="M15 12h5a2 2 0 0 1 0 4h-15l-3 -6h3l2 2h3l-2 -7h3z" transform="rotate(-26.5 12 12)" /> </svg> diff --git a/src/_icons/underline.svg b/src/_icons/underline.svg new file mode 100644 index 00000000..94a68c25 --- /dev/null +++ b/src/_icons/underline.svg @@ -0,0 +1,6 @@ +--- +--- +<svg> + <line x1="7" y1="19" x2="17" y2="19" /> + <path d="M8 5v6a4 4 0 0 0 8 0v-6" /> +</svg> |