diff options
author | codecalm <codecalm@gmail.com> | 2022-04-16 14:09:10 +0200 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2022-04-16 14:09:10 +0200 |
commit | fafb43210eaf29621b147caf1822e60acb444089 (patch) | |
tree | b7dfef97c70aa7ed67bd89147641491d9f1c20eb /src | |
parent | add unicode to icons (diff) | |
parent | Release 1.64.0 (diff) | |
download | tabler-icons-fafb43210eaf29621b147caf1822e60acb444089.tar.xz |
Merge branch 'master' of https://github.com/tabler/tabler-icons into v2.0
Conflicts:
.gitignore
package.json
src/_icons/cell-signal-1.svg
src/_icons/cell-signal-2.svg
src/_icons/cell-signal-3.svg
src/_icons/cell-signal-4.svg
src/_icons/cell-signal-5.svg
src/_icons/cell-signal-off.svg
src/_icons/rainbow.svg
src/tags.json
Diffstat (limited to 'src')
37 files changed, 268 insertions, 11 deletions
diff --git a/src/_icons/activity-heartbeat.svg b/src/_icons/activity-heartbeat.svg new file mode 100644 index 00000000..352f1567 --- /dev/null +++ b/src/_icons/activity-heartbeat.svg @@ -0,0 +1,6 @@ +--- +version: "1.64" +--- +<svg> + <path d="M3 12h4.5l1.5 -6l4 12l2 -9l1.5 3h4.5" /> +</svg> diff --git a/src/_icons/brand-adobe.svg b/src/_icons/brand-adobe.svg new file mode 100644 index 00000000..3264d04d --- /dev/null +++ b/src/_icons/brand-adobe.svg @@ -0,0 +1,7 @@ +--- +category: Brand +version: "1.64" +--- +<svg> + <path d="M12.893 4.514l7.977 13.994a0.993 .993 0 0 1 -.394 1.365a1.04 1.04 0 0 1 -.5 .127h-3.476l-4.5 -8l-2.5 4h1.5l2 4h-8.977c-.565 0 -1.023 -.45 -1.023 -1.003c0 -.171 .045 -.34 .13 -.49l7.977 -13.993a1.034 1.034 0 0 1 1.786 0z" /> +</svg> diff --git a/src/_icons/brand-nextjs.svg b/src/_icons/brand-nextjs.svg new file mode 100644 index 00000000..71e9dbbd --- /dev/null +++ b/src/_icons/brand-nextjs.svg @@ -0,0 +1,8 @@ +--- +category: Brand +version: "1.64" +--- +<svg> + <path d="M9 15v-6l7.745 10.65a9 9 0 1 1 2.255 -1.993" /> + <path d="M15 12v-3" /> +</svg> diff --git a/src/_icons/brand-nuxt.svg b/src/_icons/brand-nuxt.svg new file mode 100644 index 00000000..37e6d458 --- /dev/null +++ b/src/_icons/brand-nuxt.svg @@ -0,0 +1,8 @@ +--- +category: Brand +version: "1.64" +--- +<svg> + <path d="M12.146 8.583l-1.3 -2.09a1.046 1.046 0 0 0 -1.786 .017l-5.91 9.908a1.046 1.046 0 0 0 .897 1.582h3.913" /> + <path d="M20.043 18c.743 0 1.201 -.843 .82 -1.505l-4.044 -7.013a0.936 .936 0 0 0 -1.638 0l-4.043 7.013c-.382 .662 .076 1.505 .819 1.505h8.086z" /> +</svg> diff --git a/src/_icons/brand-svelte.svg b/src/_icons/brand-svelte.svg new file mode 100644 index 00000000..31a1892f --- /dev/null +++ b/src/_icons/brand-svelte.svg @@ -0,0 +1,8 @@ +--- +category: Brand +version: "1.64" +--- +<svg> + <path d="M15 8l-5 3l.821 -.495c1.86 -1.15 4.412 -.49 5.574 1.352a3.91 3.91 0 0 1 -1.264 5.42l-5.053 3.126c-1.86 1.151 -4.312 .591 -5.474 -1.251a3.91 3.91 0 0 1 1.263 -5.42l.26 -.16" /> + <path d="M8 17l5 -3l-.822 .496c-1.86 1.151 -4.411 .491 -5.574 -1.351a3.91 3.91 0 0 1 1.264 -5.42l5.054 -3.127c1.86 -1.15 4.311 -.59 5.474 1.252a3.91 3.91 0 0 1 -1.264 5.42l-.26 .16" /> +</svg> diff --git a/src/_icons/brand-vk.svg b/src/_icons/brand-vk.svg index 0bc58d09..51589264 100644 --- a/src/_icons/brand-vk.svg +++ b/src/_icons/brand-vk.svg @@ -5,7 +5,5 @@ version: "1.32" unicode: "ed72" --- <svg> - <path d="M10 6h2v12c-4.5 -1 -8 -6.5 -9 -12" /> - <path d="M20 6c-1 2 -3 5 -5 6h-3" /> - <path d="M20 18c-1 -2 -3 -5 -5 -6" /> + <path d="M14 19h-4a8 8 0 0 1 -8 -8v-5h4v5a4 4 0 0 0 4 4h0v-9h4v4.5l.03 -.004a4.531 4.531 0 0 0 3.97 -4.496h4l-.342 1.711a6.858 6.858 0 0 1 -3.658 4.789h0a5.34 5.34 0 0 1 3.566 4.111l.434 2.389h0h-4a4.531 4.531 0 0 0 -3.97 -4.496v4.5z" /> </svg> diff --git a/src/_icons/brand-vue.svg b/src/_icons/brand-vue.svg new file mode 100644 index 00000000..fd90062a --- /dev/null +++ b/src/_icons/brand-vue.svg @@ -0,0 +1,8 @@ +--- +category: Brand +version: "1.64" +--- +<svg> + <path d="M18.5 5l-6.5 10l-6.5 -10" /> + <path d="M15 5l-3 4.5l-3 -4.5h-7l10 16l10 -16z" /> +</svg> diff --git a/src/_icons/cell-signal-1.svg b/src/_icons/cell-signal-1.svg index 14547abe..f23646bf 100644 --- a/src/_icons/cell-signal-1.svg +++ b/src/_icons/cell-signal-1.svg @@ -1,6 +1,6 @@ --- version: "1.60" -unicode: "f083" +category: Devices --- <svg> <path d="M20 20h-15.269a0.731 .731 0 0 1 -.517 -1.249l14.537 -14.537a0.731 .731 0 0 1 1.249 .517v15.269z" /> diff --git a/src/_icons/cell-signal-2.svg b/src/_icons/cell-signal-2.svg index 76de7a82..84662909 100644 --- a/src/_icons/cell-signal-2.svg +++ b/src/_icons/cell-signal-2.svg @@ -1,6 +1,6 @@ --- version: "1.60" -unicode: "f084" +category: Devices --- <svg> <path d="M20 20h-15.269a0.731 .731 0 0 1 -.517 -1.249l14.537 -14.537a0.731 .731 0 0 1 1.249 .517v15.269z" /> diff --git a/src/_icons/cell-signal-3.svg b/src/_icons/cell-signal-3.svg index 91b3f69b..bd98baa2 100644 --- a/src/_icons/cell-signal-3.svg +++ b/src/_icons/cell-signal-3.svg @@ -1,6 +1,6 @@ --- version: "1.60" -unicode: "f085" +category: Devices --- <svg> <path d="M20 20h-15.269a0.731 .731 0 0 1 -.517 -1.249l14.537 -14.537a0.731 .731 0 0 1 1.249 .517v15.269z" /> diff --git a/src/_icons/cell-signal-4.svg b/src/_icons/cell-signal-4.svg index c2302020..a179227c 100644 --- a/src/_icons/cell-signal-4.svg +++ b/src/_icons/cell-signal-4.svg @@ -1,6 +1,6 @@ --- version: "1.60" -unicode: "f086" +category: Devices --- <svg> <path d="M20 20h-15.269a0.731 .731 0 0 1 -.517 -1.249l14.537 -14.537a0.731 .731 0 0 1 1.249 .517v15.269z" /> diff --git a/src/_icons/cell-signal-5.svg b/src/_icons/cell-signal-5.svg index 76f62e34..0ce3ddbf 100644 --- a/src/_icons/cell-signal-5.svg +++ b/src/_icons/cell-signal-5.svg @@ -1,6 +1,6 @@ --- version: "1.60" -unicode: "f087" +category: Devices --- <svg> <path d="M20 20h-15.269a0.731 .731 0 0 1 -.517 -1.249l14.537 -14.537a0.731 .731 0 0 1 1.249 .517v15.269z" /> diff --git a/src/_icons/cell-signal-off.svg b/src/_icons/cell-signal-off.svg index e0aa1fd2..d83bd034 100644 --- a/src/_icons/cell-signal-off.svg +++ b/src/_icons/cell-signal-off.svg @@ -1,6 +1,6 @@ --- version: "1.60" -unicode: "f088" +category: Devices --- <svg> <path d="M20 20h-15.269a0.731 .731 0 0 1 -.517 -1.249l7.265 -7.264m2 -2.001l5.272 -5.272a0.731 .731 0 0 1 1.249 .517v11.269" /> diff --git a/src/_icons/gender-agender.svg b/src/_icons/gender-agender.svg new file mode 100644 index 00000000..4dda720e --- /dev/null +++ b/src/_icons/gender-agender.svg @@ -0,0 +1,8 @@ +--- +category: Gender +version: "1.64" +--- +<svg> + <circle cx="12" cy="12" r="6" /> + <path d="M7 12h11" /> +</svg> diff --git a/src/_icons/gender-androgyne.svg b/src/_icons/gender-androgyne.svg new file mode 100644 index 00000000..de8f5572 --- /dev/null +++ b/src/_icons/gender-androgyne.svg @@ -0,0 +1,10 @@ +--- +category: Gender +version: "1.64" +--- +<svg> + <path d="M13 11l6 -6" /> + <circle cx="9" cy="15" r="5" /> + <path d="M19 9v-4h-4" /> + <path d="M16.5 10.5l-3 -3" /> +</svg> diff --git a/src/_icons/gender-bigender.svg b/src/_icons/gender-bigender.svg new file mode 100644 index 00000000..771bcd7a --- /dev/null +++ b/src/_icons/gender-bigender.svg @@ -0,0 +1,11 @@ +--- +category: Gender +version: "1.64" +--- +<svg> + <circle cx="11" cy="11" r="4" /> + <path d="M19 3l-5 5" /> + <path d="M15 3h4v4" /> + <path d="M11 16v6" /> + <path d="M8 19h6" /> +</svg> diff --git a/src/_icons/gender-demiboy.svg b/src/_icons/gender-demiboy.svg new file mode 100644 index 00000000..a67d4e21 --- /dev/null +++ b/src/_icons/gender-demiboy.svg @@ -0,0 +1,9 @@ +--- +category: Gender +version: "1.64" +--- +<svg> + <circle cx="10" cy="14" r="5" /> + <path d="M19 5l-5.4 5.4" /> + <path d="M19 5h-5" /> +</svg> diff --git a/src/_icons/gender-demigirl.svg b/src/_icons/gender-demigirl.svg new file mode 100644 index 00000000..da4a790a --- /dev/null +++ b/src/_icons/gender-demigirl.svg @@ -0,0 +1,9 @@ +--- +category: Gender +version: "1.64" +--- +<svg> + <circle cx="12" cy="9" r="5" /> + <path d="M12 14v7" /> + <path d="M9 18h3" /> +</svg> diff --git a/src/_icons/gender-epicene.svg b/src/_icons/gender-epicene.svg new file mode 100644 index 00000000..539e8043 --- /dev/null +++ b/src/_icons/gender-epicene.svg @@ -0,0 +1,10 @@ +--- +category: Gender +version: "1.64" +--- +<svg> + <circle transform="rotate(-45 12 12)" cx="12" cy="12" r="5" /> + <path d="M15.536 15.535l5.464 -5.535" /> + <path d="M3 14l5.464 -5.535" /> + <path d="M12 12h.01" /> +</svg> diff --git a/src/_icons/gender-female.svg b/src/_icons/gender-female.svg new file mode 100644 index 00000000..0d8754c1 --- /dev/null +++ b/src/_icons/gender-female.svg @@ -0,0 +1,9 @@ +--- +category: Gender +version: "1.64" +--- +<svg> + <circle cx="12" cy="9" r="5" /> + <path d="M12 14v7" /> + <path d="M9 18h6" /> +</svg> diff --git a/src/_icons/gender-femme.svg b/src/_icons/gender-femme.svg new file mode 100644 index 00000000..7115a494 --- /dev/null +++ b/src/_icons/gender-femme.svg @@ -0,0 +1,9 @@ +--- +category: Gender +version: "1.64" +--- +<svg> + <circle cx="12" cy="9" r="5" /> + <path d="M12 14v7" /> + <path d="M7 18h10" /> +</svg> diff --git a/src/_icons/gender-genderfluid.svg b/src/_icons/gender-genderfluid.svg new file mode 100644 index 00000000..391d67a7 --- /dev/null +++ b/src/_icons/gender-genderfluid.svg @@ -0,0 +1,17 @@ +--- +category: Gender +version: "1.64" +--- +<svg> + <g transform="rotate(30 -2.778 22.523)"> + <circle cx="4.759" cy="6.021" r="4" /> + <path d="M8.758 6.02v-6" /> + <path d="M.758 12.02v-6" /> + </g> + <path d="M12 12h.01" /> + <path d="M9 9l-6 -6" /> + <path d="M5.5 8.5l3 -3" /> + <path d="M21 21l-6 -6" /> + <path d="M17 20l3 -3" /> + <path d="M3 7v-4h4" /> +</svg> diff --git a/src/_icons/gender-genderless.svg b/src/_icons/gender-genderless.svg new file mode 100644 index 00000000..618bdb90 --- /dev/null +++ b/src/_icons/gender-genderless.svg @@ -0,0 +1,9 @@ +--- +category: Gender +version: "1.64" +--- +<svg> + <circle transform="matrix(1 0 0 -1 0 30)" cx="12" cy="15" r="5" /> + <path d="M12 10v-7" /> + <path d="M7 15h10" /> +</svg> diff --git a/src/_icons/gender-genderqueer.svg b/src/_icons/gender-genderqueer.svg new file mode 100644 index 00000000..7f7bacab --- /dev/null +++ b/src/_icons/gender-genderqueer.svg @@ -0,0 +1,10 @@ +--- +category: Gender +version: "1.64" +--- +<svg> + <circle transform="matrix(1 0 0 -1 0 32)" cx="12" cy="16" r="5" /> + <path d="M12 11v-8" /> + <path d="M14.5 4.5l-5 3" /> + <path d="M9.5 4.5l5 3" /> +</svg> diff --git a/src/_icons/gender-hermaphrodite.svg b/src/_icons/gender-hermaphrodite.svg new file mode 100644 index 00000000..1b03be4d --- /dev/null +++ b/src/_icons/gender-hermaphrodite.svg @@ -0,0 +1,10 @@ +--- +category: Gender +version: "1.64" +--- +<svg> + <path d="M12 14v7" /> + <path d="M9 18h6" /> + <circle transform="matrix(1 0 0 -1 0 20)" cx="12" cy="10" r="4" /> + <path d="M15 3a3 3 0 0 1 -6 0" /> +</svg> diff --git a/src/_icons/gender-intergender.svg b/src/_icons/gender-intergender.svg new file mode 100644 index 00000000..278026a6 --- /dev/null +++ b/src/_icons/gender-intergender.svg @@ -0,0 +1,10 @@ +--- +category: Gender +version: "1.64" +--- +<svg> + <path d="M13.5 11.5l6.5 6.5v-4" /> + <path d="M11.5 13.5l6.5 6.5" /> + <circle transform="matrix(1 0 0 -1 0 18)" cx="9" cy="9" r="5" /> + <path d="M14 20l2 -2" /> +</svg> diff --git a/src/_icons/gender-male.svg b/src/_icons/gender-male.svg new file mode 100644 index 00000000..38eecc58 --- /dev/null +++ b/src/_icons/gender-male.svg @@ -0,0 +1,10 @@ +--- +category: Gender +version: "1.64" +--- +<svg> + <circle cx="10" cy="14" r="5" /> + <path d="M19 5l-5.4 5.4" /> + <path d="M19 5h-5" /> + <path d="M19 5v5" /> +</svg> diff --git a/src/_icons/gender-neutrois.svg b/src/_icons/gender-neutrois.svg new file mode 100644 index 00000000..e71513f7 --- /dev/null +++ b/src/_icons/gender-neutrois.svg @@ -0,0 +1,8 @@ +--- +category: Gender +version: "1.64" +--- +<svg> + <circle transform="matrix(1 0 0 -1 0 30)" cx="12" cy="15" r="5" /> + <path d="M12 10v-7" /> +</svg> diff --git a/src/_icons/gender-third.svg b/src/_icons/gender-third.svg new file mode 100644 index 00000000..9536f223 --- /dev/null +++ b/src/_icons/gender-third.svg @@ -0,0 +1,9 @@ +--- +category: Gender +version: "1.64" +--- +<svg> + <circle transform="rotate(90 16 12)" cx="16" cy="12" r="5" /> + <path d="M11 12h-3" /> + <path d="M8 12l-5 -4v8z" /> +</svg> diff --git a/src/_icons/gender-transgender.svg b/src/_icons/gender-transgender.svg new file mode 100644 index 00000000..f55f698c --- /dev/null +++ b/src/_icons/gender-transgender.svg @@ -0,0 +1,14 @@ +--- +category: Gender +version: "1.64" +--- +<svg> + <circle cx="12" cy="12" r="4" /> + <path d="M15 9l6 -6" /> + <path d="M21 7v-4h-4" /> + <path d="M9 9l-6 -6" /> + <path d="M3 7v-4h4" /> + <path d="M5.5 8.5l3 -3" /> + <path d="M12 16v5" /> + <path d="M9.5 19h5" /> +</svg> diff --git a/src/_icons/gender-trasvesti.svg b/src/_icons/gender-trasvesti.svg new file mode 100644 index 00000000..33f4f491 --- /dev/null +++ b/src/_icons/gender-trasvesti.svg @@ -0,0 +1,9 @@ +--- +category: Gender +version: "1.64" +--- +<svg> + <path d="M15 20a5 5 0 1 1 0 -10a5 5 0 0 1 0 10z" /> + <path d="M6 6l5.4 5.4" /> + <path d="M4 8l4 -4" /> +</svg> diff --git a/src/_icons/heart-handshake.svg b/src/_icons/heart-handshake.svg new file mode 100644 index 00000000..1bdf9eac --- /dev/null +++ b/src/_icons/heart-handshake.svg @@ -0,0 +1,9 @@ +--- +version: "1.64" +--- +<svg> + <path d="M19.5 13.572l-7.5 7.428l-7.5 -7.428a5 5 0 1 1 7.5 -6.566a5 5 0 1 1 7.5 6.572" /> + <path d="M12 7l-3.293 3.293a1 1 0 0 0 0 1.414l.543 .543c.69 .69 1.81 .69 2.5 0l1 -1a3.182 3.182 0 0 1 4.5 0l2.25 2.25" /> + <path d="M12.5 16.5l2 2" /> + <path d="M15 14l2 2" /> +</svg> diff --git a/src/_icons/math-avg.svg b/src/_icons/math-avg.svg new file mode 100644 index 00000000..30a6b3a6 --- /dev/null +++ b/src/_icons/math-avg.svg @@ -0,0 +1,8 @@ +--- +category: Math +version: "1.64" +--- +<svg> + <path d="M3 21l18 -18" /> + <circle cx="12" cy="12" r="8" /> +</svg> diff --git a/src/_icons/math-max.svg b/src/_icons/math-max.svg new file mode 100644 index 00000000..92b10e3b --- /dev/null +++ b/src/_icons/math-max.svg @@ -0,0 +1,8 @@ +--- +category: Math +version: "1.64" +--- +<svg> + <circle cx="12" cy="5" r="2" /> + <path d="M3 20c0 -8.75 4 -14 7 -14.5m4 0c3 .5 7 5.75 7 14.5" /> +</svg> diff --git a/src/_icons/math-min.svg b/src/_icons/math-min.svg new file mode 100644 index 00000000..1d4dcb9b --- /dev/null +++ b/src/_icons/math-min.svg @@ -0,0 +1,8 @@ +--- +category: Math +version: "1.64" +--- +<svg> + <circle transform="matrix(1 0 0 -1 0 38)" cx="12" cy="19" r="2" /> + <path d="M3 4c0 8.75 4 14 7 14.5m4 0c3 -.5 7 -5.75 7 -14.5" /> +</svg> diff --git a/src/_icons/rainbow.svg b/src/_icons/rainbow.svg index 62c91970..1bf42dfe 100644 --- a/src/_icons/rainbow.svg +++ b/src/_icons/rainbow.svg @@ -1,6 +1,6 @@ --- version: "1.35" -unicode: "edbc" +category: Weather --- <svg> <path d="M22 17c0 -5.523 -4.477 -10 -10 -10s-10 4.477 -10 10" /> diff --git a/src/tags.json b/src/tags.json index 3b2d3fef..3e698f20 100644 --- a/src/tags.json +++ b/src/tags.json @@ -3,7 +3,7 @@ { {% for icon in site.icons %} {% assign slug-tags = icon.slug | split: '-' %}{% assign tags = slug-tags | concat: icon.tags %} "{{ icon.slug }}": { "category": "{{ icon.category }}", - "tags": [{% for tag in tags %}"{{ tag }}"{% unless forloop.last %}, {% endunless %}{% endfor %}], + "tags": ["{{ tags | join: '", "' }}"], "version": "{{ icon.version }}", "unicode": "{{ icon.unicode }}" }{% unless forloop.last %}, {% endunless %}{% endfor %} |