diff options
author | codecalm <codecalm@gmail.com> | 2022-04-11 22:56:53 +0200 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2022-04-11 22:56:53 +0200 |
commit | fcaf6b34c3eb172b958a3b2733d772359321c6b5 (patch) | |
tree | 6122929062045082b8505dd561eabe16b57029be /src/_icons/math-max.svg | |
parent | fix `antenna-bars-off` (diff) | |
download | tabler-icons-fcaf6b34c3eb172b958a3b2733d772359321c6b5.tar.xz |
28 new icons: `activity-heartbeat`, `brand-adobe`, `brand-nextjs`, `brand-nuxt`, `brand-svelte`, `brand-vue`, `gender-agender`, `gender-androgyne`, `gender-bigender`, `gender-demiboy`, `gender-demigirl`, `gender-epicene`, `gender-female`, `gender-femme`, `gender-genderfluid`, `gender-genderless`, `gender-genderqueer`, `gender-hermaphrodite`, `gender-intergender`, `gender-male`, `gender-neutrois`, `gender-third`, `gender-transgender`, `gender-trasvesti`, `heart-handshake`, `math-avg`, `math-max`, `math-min`
Fixed icons: `brand-vk`, `cell-signal-1`, `cell-signal-2`, `cell-signal-3`, `cell-signal-4`, `cell-signal-5`, `cell-signal-off`, `rainbow`
Diffstat (limited to 'src/_icons/math-max.svg')
-rw-r--r-- | src/_icons/math-max.svg | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/_icons/math-max.svg b/src/_icons/math-max.svg new file mode 100644 index 00000000..c513ae84 --- /dev/null +++ b/src/_icons/math-max.svg @@ -0,0 +1,7 @@ +--- +category: Math +--- +<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> |