1
0
mirror of https://github.com/tabler/tabler-icons.git synced 2025-08-30 17:20:31 +02:00

icons optimize

This commit is contained in:
codecalm
2020-09-21 17:08:01 +02:00
parent 7475d57335
commit a106aed096
76 changed files with 97 additions and 87 deletions

View File

@@ -416,6 +416,7 @@ gulp.task('optimize', function (cb) {
.replace(/\s?\/>/g, ' />') .replace(/\s?\/>/g, ' />')
.replace(/\n\s*<(line|circle|path|polyline|rect)/g, "\n <$1") .replace(/\n\s*<(line|circle|path|polyline|rect)/g, "\n <$1")
.replace(/polyline points="([0-9.]+)\s([0-9.]+)\s([0-9.]+)\s([0-9.]+)"/g, 'line x1="$1" y1="$2" x2="$3" y2="$4"') .replace(/polyline points="([0-9.]+)\s([0-9.]+)\s([0-9.]+)\s([0-9.]+)"/g, 'line x1="$1" y1="$2" x2="$3" y2="$4"')
.replace(/d="m/g, 'd="M')
.replace(/([Aa])\s?([0-9.]+)\s([0-9.]+)\s([0-9.]+)\s?([0-1])\s?([0-1])\s?(-?[0-9.]+)\s?(-?[0-9.]+)/gi, '$1$2 $3 $4 $5 $6 $7 $8') .replace(/([Aa])\s?([0-9.]+)\s([0-9.]+)\s([0-9.]+)\s?([0-1])\s?([0-1])\s?(-?[0-9.]+)\s?(-?[0-9.]+)/gi, '$1$2 $3 $4 $5 $6 $7 $8')
.replace(/\n\n+/g, "\n") .replace(/\n\n+/g, "\n")
@@ -427,7 +428,16 @@ gulp.task('optimize', function (cb) {
}) })
.replace(/<path d="M([0-9.]*) ([0-9.]*)h\s?([0-9.]*)"/g, function (f, r1, r2, r3) { .replace(/<path d="M([0-9.]*) ([0-9.]*)h\s?([0-9.]*)"/g, function (f, r1, r2, r3) {
return `<line x1="${r1}" y1="${r2}" x2="${addFloats(r1, r3)}" y2="${r2}"`; return `<line x1="${r1}" y1="${r2}" x2="${addFloats(r1, r3)}" y2="${r2}"`;
}); })
.replace(/<path d="([^"]+)"/g, function (f, r1) {
r1 = r1
.replace(/ -0\./g, " -.")
.replace(/ 0\./g, " .")
.replace(/\s([a-z])/gi, "$1")
.replace(/([a-z])\s/gi, "$1");
return `<path d="${r1}"`;
})
;
// //
// //

View File

@@ -2,7 +2,7 @@
--- ---
<svg> <svg>
<path d="M11 17a2.5 2.5 0 0 0 2 0" /> <path d="M11 17a2.5 2.5 0 0 0 2 0" />
<path d="M12 3C7.336 3 4.604 5.331 4.138 8.595a11.816 11.816 0 0 0 1.998 8.592 10.777 10.777 0 003.199 3.064h0c1.666.999 3.664.999 5.33 0h0a10.777 10.777 0 0 0 3.199 -3.064 11.89 11.89 0 001.998-8.592C19.396 5.33 16.664 3 12 3z" /> <path d="M12 3c-4.664 0 -7.396 2.331 -7.862 5.595a11.816 11.816 0 0 0 1.998 8.592a10.777 10.777 0 0 0 3.199 3.064h0c1.666 .999 3.664 .999 5.33 0h0a10.777 10.777 0 0 0 3.199 -3.064a11.89 11.89 0 0 0 1.998 -8.592c-.466 -3.265 -3.198 -5.595 -7.862 -5.595z" />
<line x1="8" y1="11" x2="10" y2="13" /> <line x1="8" y1="11" x2="10" y2="13" />
<line x1="16" y1="11" x2="14" y2="13" /> <line x1="16" y1="11" x2="14" y2="13" />
</svg> </svg>

View File

@@ -3,7 +3,7 @@ category: Sport
--- ---
<svg> <svg>
<circle cx="12" cy="12" r="9" /> <circle cx="12" cy="12" r="9" />
{% for i in (0..2) %} <path d="M12 12a8 8 0 0 0 8 4m-12.5 -2.5a12 12 0 0 0 8.5 6.5" />
<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 %} /> <path d="M12 12a8 8 0 0 0 8 4m-12.5 -2.5a12 12 0 0 0 8.5 6.5" transform="rotate(120 12 12)" />
{% endfor %} <path d="M12 12a8 8 0 0 0 8 4m-12.5 -2.5a12 12 0 0 0 8.5 6.5" transform="rotate(240 12 12)" />
</svg> </svg>

View File

@@ -3,6 +3,6 @@ tags: [charge, energy, power, electricity]
--- ---
<svg> <svg>
<path d="M16 7h1a2 2 0 0 1 2 2v.5a.5 .5 0 0 0 .5 .5a.5 .5 0 0 1 .5 .5v3a.5 .5 0 0 1 -.5 .5a.5 .5 0 0 0 -.5 .5v.5a2 2 0 0 1 -2 2h-2" /> <path d="M16 7h1a2 2 0 0 1 2 2v.5a.5 .5 0 0 0 .5 .5a.5 .5 0 0 1 .5 .5v3a.5 .5 0 0 1 -.5 .5a.5 .5 0 0 0 -.5 .5v.5a2 2 0 0 1 -2 2h-2" />
<path d="M8 7H6a2 2 0 0 0 -2 2v6a2 2 0 0 0 2 2h1" /> <path d="M8 7h-2a2 2 0 0 0 -2 2v6a2 2 0 0 0 2 2h1" />
<path d="M12 8l-2 4h3l-2 4" /> <path d="M12 8l-2 4h3l-2 4" />
</svg> </svg>

View File

@@ -2,5 +2,5 @@
--- ---
<svg> <svg>
<circle cx="12" cy="12" r="2" /> <circle cx="12" cy="12" r="2" />
<path d="M11.939 14 c0.03 0.173 0.048 0.351 0.056 0.533 l 0.005 0.217 a4.75 4.75 0 0 1 -4.533 4.745 l -0.217 0.005 m -4.75 -4.75 a4.75 4.75 0 0 1 7.737 -3.693 m 6.513 8.443 a4.75 4.75 0 0 1 -4.69 -5.503 l -0.06 0.003 m 1.764 -2.944 a4.75 4.75 0 0 1 7.731 3.477 l 0.005 0.217 m -11.195 -3.813 a4.75 4.75 0 0 1 -1.828 -7.624 l 0.164 -0.172 m 6.718 0 a4.75 4.75 0 0 1 -1.665 7.798" /> <path d="M11.939 14c0.03 .173 .048 .351 .056 .533l0.005 .217a4.75 4.75 0 0 1 -4.533 4.745l-0.217 .005m-4.75 -4.75a4.75 4.75 0 0 1 7.737 -3.693m6.513 8.443a4.75 4.75 0 0 1 -4.69 -5.503l-.06 .003m1.764 -2.944a4.75 4.75 0 0 1 7.731 3.477l0.005 .217m-11.195 -3.813a4.75 4.75 0 0 1 -1.828 -7.624l0.164 -.172m6.718 0a4.75 4.75 0 0 1 -1.665 7.798" />
</svg> </svg>

View File

@@ -6,6 +6,6 @@ category: Brand
<circle cx="15" cy="12" r="1" /> <circle cx="15" cy="12" r="1" />
<path d="M7.5 7.5c3.5-1 5.5-1 9 0" /> <path d="M7.5 7.5c3.5-1 5.5-1 9 0" />
<path d="M7 16.5c3.5 1 6.5 1 10 0" /> <path d="M7 16.5c3.5 1 6.5 1 10 0" />
<path d="M15.5 17c0 1 1.5 3 2 3 1.5 0 2.833-1.667 3.5-3 .667-1.667.5-5.833-1.5-11.5C18.043 4.485 16.528 4.16 15 4l-1 2.5" /> <path d="M15.5 17c0 1 1.5 3 2 3c1.5 0 2.833 -1.667 3.5 -3c.667 -1.667 .5 -5.833 -1.5 -11.5c-1.457 -1.015 -2.972 -1.34 -4.5 -1.5l-1 2.5" />
<path d="M8.5 17c0 1-1.356 3-1.832 3-1.429 0-2.698-1.667-3.333-3-.635-1.667-.476-5.833 1.428-11.5C6.151 4.485 7.545 4.16 9 4l1 2.5" /> <path d="M8.5 17c0 1 -1.356 3 -1.832 3c-1.429 0 -2.698 -1.667 -3.333 -3c-.635 -1.667 -.476 -5.833 1.428 -11.5c1.388 -1.015 2.782 -1.34 4.237 -1.5l1 2.5" />
</svg> </svg>

View File

@@ -2,5 +2,5 @@
category: Brand category: Brand
--- ---
<svg> <svg>
<path d="M9 19c-4.286 1.35-4.286-2.55-6-3m12 5v-3.5c0-1 .099-1.405-.5-2 2.791-.3 5.5-1.366 5.5-6.04a4.567 4.567 0 0 0 -1.333 -3.21a4.192 4.192 0 0 0 -.08 -3.227s-1.05-.3-3.476 1.267a12.334 12.334 0 0 0 -6.222 0C6.462 2.723 5.413 3.023 5.413 3.023a4.192 4.192 0 0 0 -.08 3.227A4.566 4.566 0 0 0 4 9.486c0 4.64 2.709 5.68 5.5 6.014-.591.589-.56 1.183-.5 2V21" /> <path d="M9 19c-4.3 1.4 -4.3 -2.5 -6 -3m12 5v-3.5c0 -1 .1 -1.4 -.5 -2c2.8 -.3 5.5 -1.4 5.5 -6a4.6 4.6 0 0 0 -1.3 -3.2a4.2 4.2 0 0 0 -.1 -3.2s-1.1 -.3 -3.5 1.3a12.3 12.3 0 0 0 -6.2 0c-2.4 -1.6 -3.5 -1.3 -3.5 -1.3a4.2 4.2 0 0 0 -.1 3.2a4.6 4.6 0 0 0 -1.3 3.2c0 4.6 2.7 5.7 5.5 6c-.6 .6 -.6 1.2 -.5 2v3.5" />
</svg> </svg>

View File

@@ -2,5 +2,5 @@
category: Brand category: Brand
--- ---
<svg> <svg>
<path d="M21 14l-9 7-9-7L6 3l3 7h6l3-7z" /> <path d="M21 14l-9 7l-9 -7l3 -11l3 7h6l3 -7z" />
</svg> </svg>

View File

@@ -2,7 +2,7 @@
category: Brand category: Brand
--- ---
<svg> <svg>
<path d="M12 10L6 20l-3-5L9 5z" /> <path d="M12 10l-6 10l-3 -5l6 -10z" />
<path d="M9 15h12l-3 5h-12" /> <path d="M9 15h12l-3 5h-12" />
<path d="M15 15L9 5h6l6 10z" /> <path d="M15 15l-6 -10h6l6 10z" />
</svg> </svg>

View File

@@ -2,5 +2,5 @@
category: Brand category: Brand
--- ---
<svg> <svg>
<path d="M17.788 5.108A9 9 0 1 0 21 12h-8" /> <path d="M17.788 5.108a9 9 0 1 0 3.212 6.892h-8" />
</svg> </svg>

View File

@@ -2,5 +2,5 @@
category: Brand category: Brand
--- ---
<svg> <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 0 1 -.988 .844l-2.712-.002a.5 .5 0 0 1 -.494 -.578L7.846 19" /> <path d="M10 13l2.5 -0c2.5 0 5 -2.5 5 -5c0 -3 -1.9 -5 -5 -5h-5.5c-.5 0 -1 .5 -1 1l-2 14c0 .5 .5 1 1 1h2.8l1.2 -5c.1 -.6 .4 -1 1 -1zm7.5 -5.8c1.7 1 2.5 2.8 2.5 4.8c0 2.5 -2.5 4.5 -5 4.5h0h-2.6l-.6 3.6a1 1 0 0 1 -1 .8l-2.7 -0a0.5 .5 0 0 1 -.5 -.6l.2 -1.4" />
</svg> </svg>

View File

@@ -3,6 +3,6 @@ category: Brand
--- ---
<svg> <svg>
<line x1="8" y1="20" x2="12" y2="11" /> <line x1="8" y1="20" x2="12" y2="11" />
<path d="M10.7 14C11.137 15.263 12.13 16 13.25 16c2.071 0 3.75-1.554 3.75-4a5 5 0 1 0 -9.7 1.7" /> <path d="M10.7 14c.437 1.263 1.43 2 2.55 2c2.071 0 3.75 -1.554 3.75 -4a5 5 0 1 0 -9.7 1.7" />
<circle cx="12" cy="12" r="9" /> <circle cx="12" cy="12" r="9" />
</svg> </svg>

View File

@@ -2,7 +2,7 @@
category: Brand category: Brand
--- ---
<svg> <svg>
<path d="M12 8c2.648 0 5.028 .826 6.675 2.14a2.5 2.5 0 0 1 2.326 4.36 C21 18.09 16.971 21 12 21c-4.875 0-8.845-2.8-8.996-6.294L3 14.5h0a2.5 2.5 0 0 1 2.326 -4.36C6.972 8.827 9.352 8 12 8z" /> <path d="M12 8c2.648 0 5.028 .826 6.675 2.14a2.5 2.5 0 0 1 2.326 4.36c-.001 3.59 -4.03 6.5 -9.001 6.5c-4.875 0 -8.845 -2.8 -8.996 -6.294l-.004 -.206h0a2.5 2.5 0 0 1 2.326 -4.36c1.646 -1.313 4.026 -2.14 6.674 -2.14z" />
<path d="M12 8l1-5 6 1" /> <path d="M12 8l1-5 6 1" />
<circle cx="19" cy="4" r="1" /> <circle cx="19" cy="4" r="1" />
<circle cx="9" cy="13" r=".5" fill="currentColor" /> <circle cx="9" cy="13" r=".5" fill="currentColor" />

View File

@@ -2,5 +2,5 @@
category: Brand category: Brand
--- ---
<svg> <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.44a1 1 0 0 0 -.823 -.436H7.538a1 1 0 0 0 -.823 .436l-3.54 5.192c-.263 .385 -.227 .901 .087 1.246z" /> <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.243l-3.537 -5.194a1 1 0 0 0 -.823 -.436h-8.926a1 1 0 0 0 -.823 .436l-3.54 5.192c-.263 .385 -.227 .901 .087 1.246z" />
</svg> </svg>

View File

@@ -2,8 +2,8 @@
category: Brand category: Brand
--- ---
<svg> <svg>
<path d="M12 12V6a2 2 0 0 1 4 0v6m0-2a2 2 0 1 1 2 2h-6" /> <path d="M12 12v-6a2 2 0 0 1 4 0v6m0 -2a2 2 0 1 1 2 2h-6" />
<path d="M12 12h6a2 2 0 0 1 0 4h-6m2 0a2 2 0 1 1 -2 2v-6" /> <path d="M12 12h6a2 2 0 0 1 0 4h-6m2 0a2 2 0 1 1 -2 2v-6" />
<path d="M12 12v6a2 2 0 0 1 -4 0v-6m0 2a2 2 0 1 1 -2 -2h6" /> <path d="M12 12v6a2 2 0 0 1 -4 0v-6m0 2a2 2 0 1 1 -2 -2h6" />
<path d="M12 12H6a2 2 0 0 1 0 -4h6m-2 0a2 2 0 1 1 2 -2v6" /> <path d="M12 12h-6a2 2 0 0 1 0 -4h6m-2 0a2 2 0 1 1 2 -2v6" />
</svg> </svg>

View File

@@ -2,5 +2,5 @@
category: Brand category: Brand
--- ---
<svg> <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" /> <path d="M16.882 7.842a4.882 4.882 0 0 0 -9.764 0c0 4.273 -.213 6.409 -4.118 8.118c2 .882 2 .882 3 3c3 0 4 2 6 2s3 -2 6 -2c1 -2.118 1 -2.118 3 -3c-3.906 -1.709 -4.118 -3.845 -4.118 -8.118h0zm-13.882 8.119c4 -2.118 4 -4.118 1 -7.118m17 7.118c-4 -2.118 -4 -4.118 -1 -7.118" />
</svg> </svg>

View File

@@ -2,5 +2,5 @@
category: Brand category: Brand
--- ---
<svg> <svg>
<path d="M11.667 6 c -2.49 0 -4.044 1.222 -4.667 3.667 c 0.933 -1.223 2.023 -1.68 3.267 -1.375 c 0.71 0.174 1.217 0.68 1.778 1.24 c 0.916 0.912 1.975 1.968 4.288 1.968 c 2.49 0 4.044 -1.222 4.667 -3.667 c -0.933 1.223 -2.023 1.68 -3.267 1.375 c -0.71 -0.174 -1.217 -0.68 -1.778 -1.24 c -0.916 -0.912 -1.975 -1.968 -4.288 -1.968 z m-4 6.5 c -2.49 0 -4.044 1.222 -4.667 3.667 c 0.933 -1.223 2.023 -1.68 3.267 -1.375 c 0.71 0.174 1.217 0.68 1.778 1.24 c 0.916 0.912 1.975 1.968 4.288 1.968 c 2.49 0 4.044 -1.222 4.667 -3.667 c -0.933 1.223 -2.023 1.68 -3.267 1.375 c -0.71 -0.174 -1.217 -0.68 -1.778 -1.24 c -0.916 -0.912 -1.975 -1.968 -4.288 -1.968 z" /> <path d="M11.667 6c-2.49 0 -4.044 1.222 -4.667 3.667c0.933 -1.223 2.023 -1.68 3.267 -1.375c0.71 .174 1.217 .68 1.778 1.24c0.916 .912 1.975 1.968 4.288 1.968c2.49 0 4.044 -1.222 4.667 -3.667c-.933 1.223 -2.023 1.68 -3.267 1.375c-.71 -.174 -1.217 -.68 -1.778 -1.24c-.916 -.912 -1.975 -1.968 -4.288 -1.968zm-4 6.5c-2.49 0 -4.044 1.222 -4.667 3.667c.933 -1.223 2.023 -1.68 3.267 -1.375c.71 .174 1.217 .68 1.778 1.24c.916 .912 1.975 1.968 4.288 1.968c2.49 0 4.044 -1.222 4.667 -3.667c-.933 1.223 -2.023 1.68 -3.267 1.375c-.71 -.174 -1.217 -.68 -1.778 -1.24c-.916 -.912 -1.975 -1.968 -4.288 -1.968z" />
</svg> </svg>

View File

@@ -2,5 +2,5 @@
category: Brand category: Brand
--- ---
<svg> <svg>
<path d="M22 4.01c-1 .49-1.98.689-3 .99-1.121-1.265-2.783-1.335-4.38-.737S11.977 6.323 12 8v1c-3.245.083-6.135-1.395-8-4 0 0-4.182 7.433 4 11-1.872 1.247-3.739 2.088-6 2 3.308 1.803 6.913 2.423 10.034 1.517 3.58-1.04 6.522-3.723 7.651-7.742a13.84 13.84 0 0 0 .497 -3.753C20.18 7.773 21.692 5.25 22 4.009z" /> <path d="M3 17h1m16 0h1m-15.4 -6.4l.7 .7m12.1 -.7l-.7 .7m-9.7 5.7a4 4 0 0 1 8 0" />
</svg> </svg>

View File

@@ -2,7 +2,7 @@
tags: [energy, power, electricity, creativity, light, idea] tags: [energy, power, electricity, creativity, light, idea]
--- ---
<svg> <svg>
<path d="M3 12h1M12 3v1M20 12h1M5.6 5.6l.7 .7M18.4 5.6l-.7 .7" /> <path d="M3 12h1m8 -9v1m8 8h1m-15.4 -6.4l.7 .7m12.1 -.7l-.7 .7" />
<path d="M9 16a5 5 0 1 1 6 0a3.5 3.5 0 0 0 -1 3a2 2 0 0 1 -4 0a3.5 3.5 0 0 0 -1 -3" /> <path d="M9 16a5 5 0 1 1 6 0a3.5 3.5 0 0 0 -1 3a2 2 0 0 1 -4 0a3.5 3.5 0 0 0 -1 -3" />
<line x1="9.7" y1="17" x2="14.3" y2="17" /> <line x1="9.7" y1="17" x2="14.3" y2="17" />
</svg> </svg>

View File

@@ -2,7 +2,7 @@
tags: [copy, items] tags: [copy, items]
--- ---
<svg> <svg>
<path d="M9 5H7a2 2 0 0 0 -2 2v12a2 2 0 0 0 2 2h10a2 2 0 0 0 2 -2V7a2 2 0 0 0 -2 -2h-2" /> <path d="M9 5h-2a2 2 0 0 0 -2 2v12a2 2 0 0 0 2 2h10a2 2 0 0 0 2 -2v-12a2 2 0 0 0 -2 -2h-2" />
<rect x="9" y="3" width="6" height="4" rx="2" /> <rect x="9" y="3" width="6" height="4" rx="2" />
<line x1="9" y1="12" x2="9.01" y2="12" /> <line x1="9" y1="12" x2="9.01" y2="12" />
<line x1="13" y1="12" x2="15" y2="12" /> <line x1="13" y1="12" x2="15" y2="12" />

View File

@@ -2,7 +2,7 @@
tags: [copy, "no"] tags: [copy, "no"]
--- ---
<svg> <svg>
<path d="M9 5H7a2 2 0 0 0 -2 2v12a2 2 0 0 0 2 2h10a2 2 0 0 0 2 -2V7a2 2 0 0 0 -2 -2h-2" /> <path d="M9 5h-2a2 2 0 0 0 -2 2v12a2 2 0 0 0 2 2h10a2 2 0 0 0 2 -2v-12a2 2 0 0 0 -2 -2h-2" />
<rect x="9" y="3" width="6" height="4" rx="2" /> <rect x="9" y="3" width="6" height="4" rx="2" />
<path d="M10 12l4 4m0 -4l-4 4" /> <path d="M10 12l4 4m0 -4l-4 4" />
</svg> </svg>

View File

@@ -2,6 +2,6 @@
tags: [copy] tags: [copy]
--- ---
<svg> <svg>
<path d="M9 5H7a2 2 0 0 0 -2 2v12a2 2 0 0 0 2 2h10a2 2 0 0 0 2 -2V7a2 2 0 0 0 -2 -2h-2" /> <path d="M9 5h-2a2 2 0 0 0 -2 2v12a2 2 0 0 0 2 2h10a2 2 0 0 0 2 -2v-12a2 2 0 0 0 -2 -2h-2" />
<rect x="9" y="3" width="6" height="4" rx="2" /> <rect x="9" y="3" width="6" height="4" rx="2" />
</svg> </svg>

View File

@@ -2,5 +2,5 @@
tags: [funnel, hopper, filtration] tags: [funnel, hopper, filtration]
--- ---
<svg> <svg>
<path d="M5.5 5h13a1 1 0 0 1 0.5 1.5L14 12L14 19L10 16L10 12L5 6.5a1 1 0 0 1 0.5 -1.5" /> <path d="M5.5 5h13a1 1 0 0 1 .5 1.5l-5 5.5l0 7l-4 -3l0 -4l-5 -5.5a1 1 0 0 1 .5 -1.5" />
</svg> </svg>

View File

@@ -2,5 +2,5 @@
tags: [navigation, map, direction, discover, travel] tags: [navigation, map, direction, discover, travel]
--- ---
<svg> <svg>
<path d="M21 3L14.5 21a.55 .55 0 0 1 -1 0L10 14L3 10.5a.55 .55 0 0 1 0 -1L21 3" /> <path d="M21 3l-6.5 18a0.55 .55 0 0 1 -1 0l-3.5 -7l-7 -3.5a0.55 .55 0 0 1 0 -1l18 -6.5" />
</svg> </svg>

View File

@@ -3,5 +3,5 @@ tags: [navigation, location, travel, pin, position, marker]
--- ---
<svg> <svg>
<circle cx="12" cy="11" r="3" /> <circle cx="12" cy="11" r="3" />
<path d="M17.657 16.657L13.414 20.9a1.998 1.998 0 0 1 -2.827 0l-4.244-4.243a8 8 0 1 1 11.314 0z" /> <path d="M17.657 16.657l-4.243 4.243a1.998 1.998 0 0 1 -2.827 0l-4.244 -4.243a8 8 0 1 1 11.314 0z" />
</svg> </svg>

View File

@@ -1,6 +1,6 @@
--- ---
--- ---
<svg> <svg>
<path d="M12 4v3M8 4v6m8-6v6" /> <path d="M12 4v3m-4 -3v6m8 -6v6" />
<path d="M12 18.5l-3 1.5l.5-3.5-2-2 3-.5 1.5-3 1.5 3 3 .5-2 2 .5 3.5z" /> <path d="M12 18.5l-3 1.5l.5-3.5-2-2 3-.5 1.5-3 1.5 3 3 .5-2 2 .5 3.5z" />
</svg> </svg>

View File

@@ -1,5 +1,5 @@
--- ---
--- ---
<svg> <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" /> <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.366l-3.927 2.268l3.927 2.269a1 1 0 0 1 .366 1.366l-1 1.732a1 1 0 0 1 -1.366 .366l-3.928 -2.269v4.536a1 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.366l3.927 -2.268l-3.927 -2.268a1 1 0 0 1 -.366 -1.366l1 -1.732a1 1 0 0 1 1.366 -.366l3.928 2.267v-4.535a1 1 0 0 1 1 -1h2z" />
</svg> </svg>

View File

@@ -6,6 +6,6 @@ category: Mood
<line x1="9" y1="10" x2="9.01" y2="10" /> <line x1="9" y1="10" x2="9.01" y2="10" />
<line x1="15" y1="10" x2="15.01" y2="10" /> <line x1="15" y1="10" x2="15.01" y2="10" />
<path d="M9.5 15.25a3.5 3.5 0 0 1 5 0" /> <path d="M9.5 15.25a3.5 3.5 0 0 1 5 0" />
<path d="M17.566 17.606 a2 2 0 1 0 2.897 0.03 l-1.463 -1.636 l-1.434 1.606z" /> <path d="M17.566 17.606a2 2 0 1 0 2.897 .03l-1.463 -1.636l-1.434 1.606z" />
<path d="M20.865 13.517 a8.937 8.937 0 0 0 0.135 -1.517 a9 9 0 1 0 -9 9 c0.69 0 1.36 -0.076 2.005 -0.222" /> <path d="M20.865 13.517a8.937 8.937 0 0 0 .135 -1.517a9 9 0 1 0 -9 9c0.69 0 1.36 -.076 2.005 -.222" />
</svg> </svg>

View File

@@ -6,5 +6,5 @@ category: Mood
<circle cx="12" cy="12" r="9" /> <circle cx="12" cy="12" r="9" />
<line x1="9" y1="9" x2="9.01" y2="9" /> <line x1="9" y1="9" x2="9.01" y2="9" />
<line x1="15" y1="9" x2="15.01" y2="9" /> <line x1="15" y1="9" x2="15.01" y2="9" />
<path d="M8 13a4 4 0 1 0 8 0m0 0H8" /> <path d="M8 13a4 4 0 1 0 8 0m0 0h-8" />
</svg> </svg>

View File

@@ -3,7 +3,7 @@ tags: [night, dark mode]
category: Weather category: Weather
--- ---
<svg> <svg>
<path d="M12 3 c 0.132 0 0.263 0.003 0.393 0.008 a7.5 7.5 0 0 0 7.92 12.446 a9 9 0 1 1 -8.313 -12.454 z" /> <path d="M12 3c0.132 0 .263 .003 .393 .008a7.5 7.5 0 0 0 7.92 12.446a9 9 0 1 1 -8.313 -12.454z" />
<path d="M17 4a2 2 0 0 0 2 2a2 2 0 0 0 -2 2a2 2 0 0 0 -2 -2a2 2 0 0 0 2 -2" /> <path d="M17 4a2 2 0 0 0 2 2a2 2 0 0 0 -2 2a2 2 0 0 0 -2 -2a2 2 0 0 0 2 -2" />
<path d="M19 11h2m-1 -1v2" /> <path d="M19 11h2m-1 -1v2" />
</svg> </svg>

View File

@@ -3,5 +3,5 @@ tags: [night, dark mode]
category: Weather category: Weather
--- ---
<svg> <svg>
<path d="m 12 3 c 0.132 0 0.263 0.003 0.393 0.008 a7.5 7.5 0 0 0 7.92 12.446 a9 9 0 1 1 -8.313 -12.454 z" /> <path d="M12 3c0.132 0 .263 .003 .393 .008a7.5 7.5 0 0 0 7.92 12.446a9 9 0 1 1 -8.313 -12.454z" />
</svg> </svg>

View File

@@ -3,5 +3,5 @@ tags: [message, mail, email, gmail, paper, airplane, aeroplane]
--- ---
<svg> <svg>
<line x1="10" y1="14" x2="21" y2="3" /> <line x1="10" y1="14" x2="21" y2="3" />
<path d="M21 3L14.5 21a.55 .55 0 0 1 -1 0L10 14L3 10.5a.55 .55 0 0 1 0 -1L21 3" /> <path d="M21 3l-6.5 18a0.55 .55 0 0 1 -1 0l-3.5 -7l-7 -3.5a0.55 .55 0 0 1 0 -1l18 -6.5" />
</svg> </svg>

View File

@@ -1,6 +1,6 @@
--- ---
--- ---
<svg> <svg>
<path d="M18.97 8.71l-5.333 -4.148a2.666 2.666 0 0 0 -3.274 0l-5.334 4.148a2.665 2.665 0 0 0 -1.029 2.105v7.2a2 2 0 0 0 2 2h12a2 2 0 0 0 2 -2v-7.2c0 -0.823 -0.38 -1.6 -1.03 -2.105" /> <path d="M18.97 8.71l-5.333 -4.148a2.666 2.666 0 0 0 -3.274 0l-5.334 4.148a2.665 2.665 0 0 0 -1.029 2.105v7.2a2 2 0 0 0 2 2h12a2 2 0 0 0 2 -2v-7.2c0 -.823 -.38 -1.6 -1.03 -2.105" />
<path d="M16 15c-2.21 1.333-5.792 1.333-8 0" /> <path d="M16 15c-2.21 1.333-5.792 1.333-8 0" />
</svg> </svg>

View File

@@ -2,5 +2,5 @@
tags: [favorite, like, mark, bookmark, grade] tags: [favorite, like, mark, bookmark, grade]
--- ---
<svg> <svg>
<path d="M12 17.75l-6.172 3.245 1.179-6.873-4.993-4.867 6.9-1.002L12 2l3.086 6.253 6.9 1.002-4.993 4.867 1.179 6.873z" /> <path d="M12 17.75l-6.172 3.245l1.179 -6.873l-4.993 -4.867l6.9 -1.002l3.086 -6.253l3.086 6.253l6.9 1.002l-4.993 4.867l1.179 6.873z" />
</svg> </svg>

View File

@@ -4,5 +4,5 @@ category: Weather
--- ---
<svg> <svg>
<circle cx="12" cy="12" r="4" /> <circle cx="12" cy="12" r="4" />
<path d="M3 12h1M12 3v1M20 12h1M12 20v1M5.6 5.6l.7 .7M18.4 5.6l-.7 .7M17.7 17.7l.7 .7M6.3 17.7l-.7 .7" /> <path d="M3 12h1m8 -9v1m8 8h1m-9 8v1m-6.4 -15.4l.7 .7m12.1 -.7l-.7 .7m0 11.4l.7 .7m-12.1 -.7l-.7 .7" />
</svg> </svg>

View File

@@ -2,7 +2,7 @@
category: Weather category: Weather
--- ---
<svg> <svg>
<path d="M3 17h1m16 0h1M5.6 10.6l.7.7m12.1-.7l-.7.7M8 17a4 4 0 0 1 8 0" /> <path d="M3 17h1m16 0h1m-15.4 -6.4l.7 .7m12.1 -.7l-.7 .7m-9.7 5.7a4 4 0 0 1 8 0" />
<line x1="3" y1="21" x2="21" y2="21" /> <line x1="3" y1="21" x2="21" y2="21" />
<path d="M12 9v-6l3 3m-6 0l3 -3" /> <path d="M12 9v-6l3 3m-6 0l3 -3" />
</svg> </svg>

View File

@@ -2,7 +2,7 @@
category: Weather category: Weather
--- ---
<svg> <svg>
<path d="M3 17h1m16 0h1M5.6 10.6l.7.7m12.1-.7l-.7.7M8 17a4 4 0 0 1 8 0" /> <path d="M3 17h1m16 0h1m-15.4 -6.4l.7 .7m12.1 -.7l-.7 .7m-9.7 5.7a4 4 0 0 1 8 0" />
<line x1="3" y1="21" x2="21" y2="21" /> <line x1="3" y1="21" x2="21" y2="21" />
<path d="M12 3v6l3 -3m-6 0l3 3" /> <path d="M12 3v6l3 -3m-6 0l3 3" />
</svg> </svg>

View File

@@ -2,6 +2,6 @@
tags: [label, price] tags: [label, price]
--- ---
<svg> <svg>
<path d="M11 3L20 12a1.5 1.5 0 0 1 0 2L14 20a1.5 1.5 0 0 1 -2 0L3 11v-4a4 4 0 0 1 4 -4h4" /> <path d="M11 3l9 9a1.5 1.5 0 0 1 0 2l-6 6a1.5 1.5 0 0 1 -2 0l-9 -9v-4a4 4 0 0 1 4 -4h4" />
<circle cx="9" cy="9" r="2" /> <circle cx="9" cy="9" r="2" />
</svg> </svg>

View File

@@ -1,5 +1,5 @@
--- ---
--- ---
<svg> <svg>
<path d="M13.69 4.198 l 6.56 6.25 c 1 0.798 1 2.306 0 3.105 l -6.564 6.252 c -0.67 0.48 -1.686 0.008 -1.686 -0.805 v -4 l -5.394 4.808 c -0.669 0.478 -1.606 0.003 -1.606 -0.808 v -14 c 0 -0.812 0.936 -1.285 1.602 -0.809 l 5.398 4.809 v -4 c 0 -0.816 1.02 -1.28 1.69 -0.802 z" /> <path d="M13.69 4.198l6.56 6.25c1 .798 1 2.306 0 3.105l-6.564 6.252c-.67 .48 -1.686 .008 -1.686 -.805v-4l-5.394 4.808c-.669 .478 -1.606 .003 -1.606 -.808v-14c0 -.812 .936 -1.285 1.602 -.809l5.398 4.809v-4c0 -.816 1.02 -1.28 1.69 -.802z" />
</svg> </svg>

View File

@@ -1,5 +1,5 @@
--- ---
--- ---
<svg> <svg>
<path d="M10.31 19.802 l -6.56 -6.249 c -1 -0.799 -1 -2.307 0 -3.106 l 6.564 -6.252 c 0.67 -0.48 1.686 -0.008 1.686 0.805 v 4 l 5.394 -4.808 c 0.669 -0.478 1.606 -0.003 1.606 0.808 v 14 c 0 0.812 -0.936 1.285 -1.602 0.809 l -5.398 -4.809 v 4 c 0 0.816 -1.02 1.281 -1.69 0.802 z" /> <path d="M10.31 19.802l-6.56 -6.249c-1 -.799 -1 -2.307 0 -3.106l6.564 -6.252c.67 -.48 1.686 -.008 1.686 .805v4l5.394 -4.808c.669 -.478 1.606 -.003 1.606 .808v14c0 .812 -.936 1.285 -1.602 .809l-5.398 -4.809v4c0 .816 -1.02 1.281 -1.69 .802z" />
</svg> </svg>

View File

@@ -3,6 +3,6 @@ tags: [alert, important]
--- ---
<svg> <svg>
<path d="M8 16v-4a4 4 0 0 1 8 0v4" /> <path d="M8 16v-4a4 4 0 0 1 8 0v4" />
<path d="M3 12h1M12 3v1M20 12h1M5.6 5.6l.7 .7M18.4 5.6l-.7 .7" /> <path d="M3 12h1m8 -9v1m8 8h1m-15.4 -6.4l.7 .7m12.1 -.7l-.7 .7" />
<rect x="6" y="16" width="12" height="4" rx="1" /> <rect x="6" y="16" width="12" height="4" rx="1" />
</svg> </svg>

View File

@@ -1,5 +1,5 @@
--- ---
--- ---
<svg> <svg>
<path d="M21 12 h -2 c -0.894 0 -1.662 -0.857 -1.761 -2 c -0.296 -3.45 -0.749 -6 -2.749 -6 s -2.5 3.582 -2.5 8 s -0.5 8 -2.5 8 s -2.452 -2.547 -2.749 -6 c -0.1 -1.147 -0.867 -2 -1.763 -2 h -2" /> <path d="M21 12h-2c-0.894 0 -1.662 -.857 -1.761 -2c-0.296 -3.45 -.749 -6 -2.749 -6s-2.5 3.582 -2.5 8s-.5 8 -2.5 8s-2.452 -2.547 -2.749 -6c-.1 -1.147 -.867 -2 -1.763 -2h-2" />
</svg> </svg>