diff options
author | codecalm <codecalm@gmail.com> | 2020-08-04 23:07:06 +0200 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-08-04 23:07:06 +0200 |
commit | 161682119831916148515cb1d0a6433fa2d7ca2b (patch) | |
tree | b45f47db4e39907d72c3a5edc8b6da1357639772 /src | |
parent | a-b (diff) | |
parent | Update README.md (diff) | |
download | tabler-icons-161682119831916148515cb1d0a6433fa2d7ca2b.tar.xz |
Merge branches 'dev' and 'master' of https://github.com/tabler/tabler-icons into dev
Conflicts:
src/editor.html
Diffstat (limited to 'src')
38 files changed, 180 insertions, 24 deletions
diff --git a/src/_icons/accessible.svg b/src/_icons/accessible.svg index cfc363df..e5cc45c6 100644 --- a/src/_icons/accessible.svg +++ b/src/_icons/accessible.svg @@ -4,5 +4,5 @@ tags: [low-vision, blind, disability, handicapped] <svg> <circle cx="12" cy="12" r="9" /> <path d="M10 16.5l2 -3l2 3m-2 -3v-2l3 -1m-6 0l3 1" /> - <circle cx="12" cy="7.5" r=".5" /> + <circle cx="12" cy="7.5" r=".5" fill="currentColor" /> </svg> diff --git a/src/_icons/ball.svg b/src/_icons/ball-basketball.svg index 371df1af..371df1af 100644 --- a/src/_icons/ball.svg +++ b/src/_icons/ball-basketball.svg diff --git a/src/_icons/ball-bowling.svg b/src/_icons/ball-bowling.svg new file mode 100644 index 00000000..33718d61 --- /dev/null +++ b/src/_icons/ball-bowling.svg @@ -0,0 +1,8 @@ +--- +--- +<svg> + <circle cx="12" cy="12" r="9" /> + <line x1="11" y1="9" x2="11" y2="9.01" /> + <line x1="15" y1="8" x2="15" y2="8.01" /> + <line x1="14" y1="12" x2="14" y2="12.01" /> +</svg> diff --git a/src/_icons/ball-tennis.svg b/src/_icons/ball-tennis.svg new file mode 100644 index 00000000..d85ae52c --- /dev/null +++ b/src/_icons/ball-tennis.svg @@ -0,0 +1,8 @@ +--- +--- +<svg> + <circle cx="12" cy="12" r="9" /> + {% for i in (0..1) %} + <path d="M6 5.3a9 9 0 0 1 0 13.4"{% if i > 0 %} transform="rotate({{ i | times: 180 }} 12 12)"{% endif %} /> + {% endfor %} +</svg> diff --git a/src/_icons/ball-volleyball.svg b/src/_icons/ball-volleyball.svg new file mode 100644 index 00000000..181484ae --- /dev/null +++ b/src/_icons/ball-volleyball.svg @@ -0,0 +1,8 @@ +--- +--- +<svg> + <circle cx="12" cy="12" r="9" /> + {% for i in (0..2) %} + <path d="M12 12a8 8 0 0 0 8 4M7.5 13.5a12 12 0 0 0 8.5 6.5"{% if i > 0 %} transform="rotate({{ i | times: 120 }} 12 12)"{% endif %} /> + {% endfor %} +</svg> diff --git a/src/_icons/brand-android.svg b/src/_icons/brand-android.svg new file mode 100644 index 00000000..c1f74eea --- /dev/null +++ b/src/_icons/brand-android.svg @@ -0,0 +1,11 @@ +--- +--- +<svg> + <line x1="3" y1="10" x2="3" y2="16" /> + <line x1="21" y1="10" x2="21" y2="16" /> + <path d="M7 9h10v8a1 1 0 0 1 -1 1h-8a1 1 0 0 1 -1 -1v-8a5 5 0 0 1 10 0" /> + <line x1="8" y1="3" x2="9" y2="5" /> + <line x1="16" y1="3" x2="15" y2="5" /> + <line x1="9" y1="18" x2="9" y2="21" /> + <line x1="15" y1="18" x2="15" y2="21" /> +</svg> diff --git a/src/_icons/brand-apple.svg b/src/_icons/brand-apple.svg new file mode 100644 index 00000000..63ff60f5 --- /dev/null +++ b/src/_icons/brand-apple.svg @@ -0,0 +1,6 @@ +--- +--- +<svg> + <path d="M9 7c-3 0-4 3-4 5.5 0 3 2 7.5 4 7.5 1.088-.046 1.679-.5 3-.5 1.312 0 1.5.5 3 .5s4-3 4-5c-.028-.01-2.472-.403-2.5-3-.019-2.17 2.416-2.954 2.5-3-1.023-1.492-2.951-1.963-3.5-2-1.433-.111-2.83 1-3.5 1-.68 0-1.9-1-3-1z" /> + <path d="M12 4a2 2 0 0 0 2 -2a2 2 0 0 0 -2 2" /> +</svg> diff --git a/src/_icons/brand-chrome.svg b/src/_icons/brand-chrome.svg new file mode 100644 index 00000000..5c9b7118 --- /dev/null +++ b/src/_icons/brand-chrome.svg @@ -0,0 +1,10 @@ +--- +tags: [browser, internet, web] +--- +<svg> + <circle cx="12" cy="12" r="9" /> + <circle cx="12" cy="12" r="3" /> + <line x1="12" y1="9" x2="20.4" y2="9" /> + <line x1="12" y1="9" x2="20.4" y2="9" transform="rotate(120 12 12)" /> + <line x1="12" y1="9" x2="20.4" y2="9" transform="rotate(240 12 12)" /> +</svg> diff --git a/src/_icons/dribbble.svg b/src/_icons/brand-dribbble.svg index eff0a1dd..eff0a1dd 100644 --- a/src/_icons/dribbble.svg +++ b/src/_icons/brand-dribbble.svg diff --git a/src/_icons/facebook.svg b/src/_icons/brand-facebook.svg index 579aeda7..579aeda7 100644 --- a/src/_icons/facebook.svg +++ b/src/_icons/brand-facebook.svg diff --git a/src/_icons/brand-framer.svg b/src/_icons/brand-framer.svg new file mode 100644 index 00000000..ed776b70 --- /dev/null +++ b/src/_icons/brand-framer.svg @@ -0,0 +1,5 @@ +--- +--- +<svg> + <path d="M6 15h12l-12 -12h12v6h-12v6l6 6v-6" /> +</svg> diff --git a/src/_icons/github.svg b/src/_icons/brand-github.svg index 399b07c5..399b07c5 100644 --- a/src/_icons/github.svg +++ b/src/_icons/brand-github.svg diff --git a/src/_icons/brand-gitlab.svg b/src/_icons/brand-gitlab.svg new file mode 100644 index 00000000..c7e5352c --- /dev/null +++ b/src/_icons/brand-gitlab.svg @@ -0,0 +1,5 @@ +--- +--- +<svg> + <path d="M21 14l-9 7-9-7L6 3l3 7h6l3-7z" /> +</svg> diff --git a/src/_icons/brand-google-drive.svg b/src/_icons/brand-google-drive.svg new file mode 100644 index 00000000..10d49d4e --- /dev/null +++ b/src/_icons/brand-google-drive.svg @@ -0,0 +1,7 @@ +--- +--- +<svg> + <path d="M12 10L6 20l-3-5L9 5z" /> + <path d="M9 15h12l-3 5h-12" /> + <path d="M15 15L9 5h6l6 10z" /> +</svg> diff --git a/src/_icons/google.svg b/src/_icons/brand-google.svg index 9ce8aff3..9ce8aff3 100644 --- a/src/_icons/google.svg +++ b/src/_icons/brand-google.svg diff --git a/src/_icons/brand-instagram.svg b/src/_icons/brand-instagram.svg new file mode 100644 index 00000000..d760ed8b --- /dev/null +++ b/src/_icons/brand-instagram.svg @@ -0,0 +1,7 @@ +--- +--- +<svg> + <rect x="4" y="4" width="16" height="16" rx="4" /> + <circle cx="12" cy="12" r="3" /> + <line x1="16.5" y1="7.5" x2="16.5" y2="7.501" /> +</svg> diff --git a/src/_icons/brand-opera.svg b/src/_icons/brand-opera.svg new file mode 100644 index 00000000..31b969c2 --- /dev/null +++ b/src/_icons/brand-opera.svg @@ -0,0 +1,7 @@ +--- +tags: [navigation, compass, travel, direction, discover] +--- +<svg> + <circle cx="12" cy="12" r="9" /> + <ellipse cx="12" cy="12" rx="3" ry="5" /> +</svg> diff --git a/src/_icons/brand-paypal.svg b/src/_icons/brand-paypal.svg new file mode 100644 index 00000000..47312102 --- /dev/null +++ b/src/_icons/brand-paypal.svg @@ -0,0 +1,5 @@ +--- +--- +<svg> + <path d="M10 13l2.538-.003c2.46 0 4.962-2.497 4.962-4.997 0-3-1.89-5-4.962-5H7c-.5 0-1 .5-1 1L4 18c0 .5.5 1 1 1h2.846L9 14c.089-.564.43-1 1-1zm7.467-5.837C19.204 8.153 20 10 20 12c0 2.467-2.54 4.505-5 4.505h.021-2.629l-.576 3.65a.998.998 0 01-.988.844l-2.712-.002a.5.5 0 01-.494-.578L7.846 19" /> +</svg> diff --git a/src/_icons/brand-safari.svg b/src/_icons/brand-safari.svg new file mode 100644 index 00000000..d977bfe7 --- /dev/null +++ b/src/_icons/brand-safari.svg @@ -0,0 +1,7 @@ +--- +tags: [navigation, compass, travel, direction, discover] +--- +<svg> + <polyline points="8 16 10 10 16 8 14 14 8 16" /> + <circle cx="12" cy="12" r="9" /> +</svg> diff --git a/src/_icons/brand-sketch.svg b/src/_icons/brand-sketch.svg new file mode 100644 index 00000000..08d2e145 --- /dev/null +++ b/src/_icons/brand-sketch.svg @@ -0,0 +1,5 @@ +--- +--- +<svg> + <path d="M3.262 10.878l7.991 8.789c.4.44 1.091.44 1.491 0l7.993-8.79c.313-.344.349-.859.087-1.243L17.287 4.44a.996.996 0 00-.823-.436H7.538a.996.996 0 00-.823.436 2713782426.663 2713782426.663 0 01-3.54 5.192c-.263.385-.227.901.087 1.246z" /> +</svg> diff --git a/src/_icons/brand-snapchat.svg b/src/_icons/brand-snapchat.svg new file mode 100644 index 00000000..8d7f5d2d --- /dev/null +++ b/src/_icons/brand-snapchat.svg @@ -0,0 +1,5 @@ +--- +--- +<svg> + <path d="M16.882 7.842a4.882 4.882 0 0 0 -9.764 0c0 4.273-.213 6.409-4.118 8.118 2 .882 2 .882 3 3 3 0 4 2 6 2s3-2 6-2c1-2.118 1-2.118 3-3-3.906-1.709-4.118-3.845-4.118-8.118h0zM3 15.961c4-2.118 4-4.118 1-7.118m17 7.118c-4-2.118-4-4.118-1-7.118" /> +</svg> diff --git a/src/_icons/brand-telegram.svg b/src/_icons/brand-telegram.svg new file mode 100644 index 00000000..6b8f7ce2 --- /dev/null +++ b/src/_icons/brand-telegram.svg @@ -0,0 +1,5 @@ +--- +--- +<svg> + <path d="M15 10l-4 4l6 6l4 -16l-18 7l4 2l2 6l3 -4" /> +</svg> diff --git a/src/_icons/twitter.svg b/src/_icons/brand-twitter.svg index 0dc252be..0dc252be 100644 --- a/src/_icons/twitter.svg +++ b/src/_icons/brand-twitter.svg diff --git a/src/_icons/chrome.svg b/src/_icons/chrome.svg deleted file mode 100644 index 5f571cb1..00000000 --- a/src/_icons/chrome.svg +++ /dev/null @@ -1,10 +0,0 @@ ---- -tags: [browser, internet, web] ---- -<svg> - <circle cx="12" cy="12" r="9" /> - <circle cx="12" cy="12" r="3" /> - <line x1="12" y1="9" x2="20.5" y2="9" /> - <line x1="12" y1="9" x2="20.5" y2="9" transform="rotate(120 12 12)" /> - <line x1="12" y1="9" x2="20.5" y2="9" transform="rotate(240 12 12)" /> -</svg> diff --git a/src/_icons/device-mobile-vibration.svg b/src/_icons/device-mobile-vibration.svg index c0e67aab..c4c46598 100644 --- a/src/_icons/device-mobile-vibration.svg +++ b/src/_icons/device-mobile-vibration.svg @@ -6,7 +6,7 @@ tags: [iphone, phone, smartphone, cellphone] <rect x="7" y="4" width="10" height="16" rx="1" /> <line x1="11" y1="5" x2="13" y2="5" /> <line x1="12" y1="17" x2="12" y2="17.01" /> - <path d="M21 8l1 2l-1 2l1 2l-1 2" /> - <path d="M3 8l-1 2l1 2l-1 2l1 2" /> </g> + <path d="M6 4l-2 1v2.5l-2 1v2.5" /> + <path d="M22 13v2.5l-2 1v2.5l-2 1" /> </svg> diff --git a/src/_icons/dice.svg b/src/_icons/dice.svg index f00f7ea8..21f2ea26 100644 --- a/src/_icons/dice.svg +++ b/src/_icons/dice.svg @@ -3,8 +3,8 @@ tags: [game, boardgame, roll, throw, cube, numbers, gambling] --- <svg> <rect x="4" y="4" width="16" height="16" rx="2" /> - <circle cx="8.5" cy="8.5" r=".5" /> - <circle cx="15.5" cy="8.5" r=".5" /> - <circle cx="15.5" cy="15.5" r=".5" /> - <circle cx="8.5" cy="15.5" r=".5" /> + <circle cx="8.5" cy="8.5" r=".5" fill="currentColor" /> + <circle cx="15.5" cy="8.5" r=".5" fill="currentColor" /> + <circle cx="15.5" cy="15.5" r=".5" fill="currentColor" /> + <circle cx="8.5" cy="15.5" r=".5" fill="currentColor" /> </svg> diff --git a/src/_icons/discount.svg b/src/_icons/discount.svg index d4c464db..2194ffec 100644 --- a/src/_icons/discount.svg +++ b/src/_icons/discount.svg @@ -3,7 +3,7 @@ tags: [sale, reduction, price, cost, money, shopping, bargain] --- <svg> <line x1="9" y1="15" x2="15" y2="9" /> - <circle cx="9.5" cy="9.5" r=".5" /> - <circle cx="14.5" cy="14.5" r=".5" /> + <circle cx="9.5" cy="9.5" r=".5" fill="currentColor" /> + <circle cx="14.5" cy="14.5" r=".5" fill="currentColor" /> <path d="M5 7.2a2.2 2.2 0 0 1 2.2 -2.2h1a2.2 2.2 0 0 0 1.55 -.64l.7 -.7a2.2 2.2 0 0 1 3.12 0l.7 .7a2.2 2.2 0 0 0 1.55 .64h1a2.2 2.2 0 0 1 2.2 2.2v1a2.2 2.2 0 0 0 .64 1.55l.7 .7a2.2 2.2 0 0 1 0 3.12l-.7 .7a2.2 2.2 0 0 0 -.64 1.55 v1a2.2 2.2 0 0 1 -2.2 2.2h-1a2.2 2.2 0 0 0 -1.55 .64l-.7 .7a2.2 2.2 0 0 1 -3.12 0l-.7 -.7a2.2 2.2 0 0 0 -1.55 -.64h-1a2.2 2.2 0 0 1 -2.2 -2.2v-1a2.2 2.2 0 0 0 -.64 -1.55l-.7 -.7a2.2 2.2 0 0 1 0 -3.12l.7 -.7a2.2 2.2 0 0 0 .64 -1.55 v-1" /> </svg> diff --git a/src/_icons/flame.svg b/src/_icons/flame.svg new file mode 100644 index 00000000..99b73b6a --- /dev/null +++ b/src/_icons/flame.svg @@ -0,0 +1,5 @@ +--- +--- +<svg> + <path d="M18 15a6 6 0 1 1 -10.853 -3.529c1.926-2.338 4.763-3.327 3.848-8.47 2.355 1.761 5.84 5.38 2.022 9.406-1.136 1.091-.244 2.767 1.221 2.593.882-.105 2.023-.966 3.23-2.3.532.68.532 1.717.532 2.3z" /> +</svg> diff --git a/src/_icons/hand-middle-finger.svg b/src/_icons/hand-middle-finger.svg new file mode 100644 index 00000000..c91fc76c --- /dev/null +++ b/src/_icons/hand-middle-finger.svg @@ -0,0 +1,5 @@ +--- +--- +<svg> + <path d="M8 13.5v-4a1.5 1.5 0 0 1 3 0v2.5m0 -2.5v-6a1.5 1.5 0 0 1 3 0v8.5m0 -2.5a1.5 1.5 0 0 1 3 0v2.5m0 -1.5a1.5 1.5 0 0 1 3 0v5.5a6 6 0 0 1 -6 6h-2a7 6 0 0 1 -5 -3l-2.7 -5.25a1.4 1.4 0 0 1 2.75 -2l.9 1.75" /> +</svg> diff --git a/src/_icons/hand-stop.svg b/src/_icons/hand-stop.svg new file mode 100644 index 00000000..76af35cc --- /dev/null +++ b/src/_icons/hand-stop.svg @@ -0,0 +1,5 @@ +--- +--- +<svg> + <path d="M8 13.5v-8a1.5 1.5 0 0 1 3 0v6.5m0 -6.5v-2a1.5 1.5 0 0 1 3 0v8.5m0 -6.5a1.5 1.5 0 0 1 3 0v6.5m0 -4.5a1.5 1.5 0 0 1 3 0v8.5a6 6 0 0 1 -6 6h-2a7 6 0 0 1 -5 -3l-2.7 -5.25a1.4 1.4 0 0 1 2.75 -2l.9 1.75" /> +</svg> diff --git a/src/_icons/medical-cross.svg b/src/_icons/medical-cross.svg new file mode 100644 index 00000000..3a9b1c85 --- /dev/null +++ b/src/_icons/medical-cross.svg @@ -0,0 +1,5 @@ +--- +--- +<svg> + <path d="M13 3a1 1 0 0 1 1 1v4.535l3.928 -2.267a1 1 0 0 1 1.366 .366l1 1.732a1 1 0 0 1 -.366 1.366L16.001 12l3.927 2.269a1 1 0 0 1 .366 1.366l-1 1.732a1 1 0 0 1 -1.366 .366L14 15.464V20a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1v-4.536l-3.928 2.268a1 1 0 0 1 -1.366 -.366l-1-1.732a1 1 0 0 1 .366 -1.366L7.999 12 4.072 9.732a1 1 0 0 1 -.366 -1.366l1-1.732a1 1 0 0 1 1.366 -.366L10 8.535V4a1 1 0 0 1 1 -1h2z" /> +</svg> diff --git a/src/_icons/mist.svg b/src/_icons/mist.svg new file mode 100644 index 00000000..d10c37f9 --- /dev/null +++ b/src/_icons/mist.svg @@ -0,0 +1,8 @@ +--- +--- +<svg> + <path d="M5 5h3m4 0h9" /> + <path d="M3 10h11m4 0h1" /> + <path d="M5 15h5m4 0h7" /> + <path d="M3 20h9m4 0h3" /> +</svg> diff --git a/src/_icons/palette.svg b/src/_icons/palette.svg index a792a8ac..0d14e960 100644 --- a/src/_icons/palette.svg +++ b/src/_icons/palette.svg @@ -3,7 +3,7 @@ tags: [color, paint, painter, picture, board, artist] --- <svg> <path d="M12 21a9 9 0 1 1 0 -18a9 8 0 0 1 9 8a4.5 4 0 0 1 -4.5 4h-2.5a2 2 0 0 0 -1 3.75a1.3 1.3 0 0 1 -1 2.25" /> - <circle cx="7.5" cy="10.5" r=".5" /> - <circle cx="12" cy="7.5" r=".5" /> - <circle cx="16.5" cy="10.5" r=".5" /> + <circle cx="7.5" cy="10.5" r=".5" fill="currentColor" /> + <circle cx="12" cy="7.5" r=".5" fill="currentColor" /> + <circle cx="16.5" cy="10.5" r=".5" fill="currentColor" /> </svg> diff --git a/src/_icons/sunset.svg b/src/_icons/sunset.svg new file mode 100644 index 00000000..15b792a9 --- /dev/null +++ b/src/_icons/sunset.svg @@ -0,0 +1,7 @@ +--- +--- +<svg> + <path d="M3 17h1m16 0h1M5.6 10.6l.7.7m12.1-.7l-.7.7M8 17a4 4 0 0 1 8 0" /> + <line x1="3" y1="21" x2="21" y2="21" /> + <path d="M12 9v-6l3 3m-6 0l3 -3" /> +</svg> diff --git a/src/_icons/sunshine.svg b/src/_icons/sunshine.svg new file mode 100644 index 00000000..6890d4a3 --- /dev/null +++ b/src/_icons/sunshine.svg @@ -0,0 +1,7 @@ +--- +--- +<svg> + <path d="M3 17h1m16 0h1M5.6 10.6l.7.7m12.1-.7l-.7.7M8 17a4 4 0 0 1 8 0" /> + <line x1="3" y1="21" x2="21" y2="21" /> + <path d="M12 3v6l3 -3m-6 0l3 3" /> +</svg> diff --git a/src/_icons/tax.svg b/src/_icons/tax.svg index c7a54406..933085df 100644 --- a/src/_icons/tax.svg +++ b/src/_icons/tax.svg @@ -3,7 +3,7 @@ tags: [income, percentage, money, finance, charge, obligation, taxpayer, vat] --- <svg> <line x1="9" y1="14" x2="15" y2="8" /> - <circle cx="9.5" cy="8.5" r=".5" /> - <circle cx="14.5" cy="13.5" r=".5" /> + <circle cx="9.5" cy="8.5" r=".5" fill="currentColor" /> + <circle cx="14.5" cy="13.5" r=".5" fill="currentColor" /> <path d="M5 21v-16a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2v16l-3 -2l-2 2l-2 -2l-2 2l-2 -2l-3 2" /> </svg> diff --git a/src/_icons/wind.svg b/src/_icons/wind.svg new file mode 100644 index 00000000..7c4ebec6 --- /dev/null +++ b/src/_icons/wind.svg @@ -0,0 +1,7 @@ +--- +--- +<svg> + <path d="M5 8h8.5a2.5 2.5 0 1 0 -2.34 -3.24" /> + <path d="M3 12h15.5a2.5 2.5 0 1 1 -2.34 3.24" /> + <path d="M4 16h5.5a2.5 2.5 0 1 1 -2.34 3.24" /> +</svg> diff --git a/src/_icons/yin-yang.svg b/src/_icons/yin-yang.svg new file mode 100644 index 00000000..c3bbdc77 --- /dev/null +++ b/src/_icons/yin-yang.svg @@ -0,0 +1,8 @@ +--- +--- +<svg> + <circle cx="12" cy="12" r="9" /> + <path d="M12 3a4.5 4.5 0 0 0 0 9a4.5 4.5 0 0 1 0 9" /> + <circle cx="12" cy="7.5" r=".5" fill="currentColor" /> + <circle cx="12" cy="16.5" r=".5" fill="currentColor" /> +</svg> |