1
0
mirror of https://github.com/tabler/tabler-icons.git synced 2025-09-01 18:04:10 +02:00

Merge branches 'dev' and 'master' of https://github.com/tabler/tabler-icons

This commit is contained in:
codecalm
2020-08-19 16:00:26 +02:00
232 changed files with 404 additions and 68 deletions

1
.gitignore vendored
View File

@@ -9,6 +9,5 @@ packages/*
icons-outlined/
github
src/_icons/test.svg
src/_icons/test*.svg
src/test.svg
src/test*.svg

View File

@@ -399,6 +399,10 @@ gulp.task('icons-stroke', gulp.series('build-jekyll', function (cb) {
}));
gulp.task('optimize', function (cb) {
const addFloats = function(n1, n2) {
return Math.round((parseFloat(n1) + parseFloat(n2)) * 1000) / 1000
};
glob("src/_icons/*.svg", {}, function (er, files) {
files.forEach(function (file, i) {
@@ -412,7 +416,20 @@ gulp.task('optimize', function (cb) {
.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(/a\s?([0-9.]+)\s([0-9.]+)\s([0-9.]+)\s?([0-1])\s?([0-1])\s?(-?[0-9.]+)\s?(-?[0-9.]+)/g, 'a$1 $2 $3 $4 $5 $6 $7')
.replace(/\n\n+/g, "\n");
.replace(/\n\n+/g, "\n")
.replace(/<path d="M([0-9.]*) ([0-9.]*)l([-0-9.]*) ([-0-9.]*)"/g, function(f, r1, r2, r3, r4){
return `<line x1="${r1}" y1="${r2}" x2="${addFloats(r1, r3)}" y2="${addFloats(r2, r4)}"`;
})
.replace(/<path d="M([0-9.]*) ([0-9.]*)v([0-9.]*)"/g, function(f, r1, r2, r3){
return `<line x1="${r1}" y1="${r2}" x2="${r1}" y2="${addFloats(r2, r3)}"`;
})
.replace(/<path d="M([0-9.]*) ([0-9.]*)h([0-9.]*)"/g, function(f, r1, r2, r3){
return `<line x1="${r1}" y1="${r2}" x2="${addFloats(r1, r3)}" y2="${r2}"`;
});
//
//
if(svgFile.toString() !== svgFileContent) {
fs.writeFileSync(file, svgFileContent);

View File

@@ -2,6 +2,6 @@
---
<svg>
<path d="M3 16v-5.5a2.5 2.5 0 0 1 5 0v5.5m0 -4h-5" />
<path d="M12 6v12" />
<line x1="12" y1="6" x2="12" y2="18" />
<path d="M16 16v-8h3a2 2 0 0 1 0 4h-3m3 0a2 2 0 0 1 0 4h-3" />
</svg>

View File

@@ -1,5 +1,6 @@
---
tags: [text, alignment, position]
category: Text
---
<svg>
<line x1="4" y1="6" x2="20" y2="6" />

View File

@@ -1,5 +1,6 @@
---
tags: [text, alignment, position]
category: Text
---
<svg>
<line x1="4" y1="6" x2="20" y2="6" />

View File

@@ -1,5 +1,6 @@
---
tags: [text, alignment, position]
category: Text
---
<svg>
<line x1="4" y1="6" x2="20" y2="6" />

View File

@@ -1,5 +1,6 @@
---
tags: [text, alignment, position]
category: Text
---
<svg>
<line x1="4" y1="6" x2="20" y2="6" />

View File

@@ -1,4 +1,5 @@
---
category: Vehicles
---
<svg>
<circle cx="7" cy="17" r="2" />

View File

@@ -1,5 +1,6 @@
---
tags: [pointer, return, revert, reverse]
category: Arrows
---
<svg>
<path d="M9 13l-4 -4l4 -4m-4 4h11a4 4 0 0 1 0 8h-1" />

View File

@@ -1,5 +1,6 @@
---
tags: [pointer, return, revert, reverse]
category: Arrows
---
<svg>
<path d="M9 11l-4 4l4 4m-4 -4h11a4 4 0 0 0 0 -8h-1" />

View File

@@ -1,5 +1,6 @@
---
tags: [drag, move]
category: Arrows
---
<svg>
<line x1="12" y1="20" x2="12" y2="10" />

View File

@@ -1,5 +1,6 @@
---
tags: [drag, move]
category: Arrows
---
<svg>
<line x1="4" y1="12" x2="14" y2="12" />

View File

@@ -1,5 +1,6 @@
---
tags: [drag, move]
category: Arrows
---
<svg>
<line x1="20" y1="12" x2="10" y2="12" />

View File

@@ -1,5 +1,6 @@
---
tags: [drag, move]
category: Arrows
---
<svg>
<line x1="12" y1="4" x2="12" y2="14" />

View File

@@ -1,5 +1,6 @@
---
tags: [proceed, swipe, below, bottom]
category: Arrows
---
<svg>
<circle cx="12" cy="12" r="9" />

View File

@@ -1,5 +1,6 @@
---
tags: [corner, bottom, point]
category: Arrows
---
<svg>
<circle cx="12" cy="12" r="9" />

View File

@@ -1,5 +1,6 @@
---
tags: [corner, bottom, point]
category: Arrows
---
<svg>
<line x1="17" y1="7" x2="7" y2="17" />

View File

@@ -1,5 +1,6 @@
---
tags: [corner, bottom, point]
category: Arrows
---
<svg>
<circle cx="12" cy="12" r="9" />

View File

@@ -1,5 +1,6 @@
---
tags: [corner, bottom, point]
category: Arrows
---
<svg>
<line x1="7" y1="7" x2="17" y2="17" />

View File

@@ -1,5 +1,6 @@
---
tags: [proceed, swipe, below, bottom]
category: Arrows
---
<svg>
<line x1="12" y1="5" x2="12" y2="19" />

View File

@@ -1,5 +1,6 @@
---
tags: [point, turn, next]
category: Arrows
---
<svg>
<path d="M15 13l4 -4l-4 -4m4 4h-11a4 4 0 0 0 0 8h1" />

View File

@@ -1,5 +1,6 @@
---
tags: [point, turn, next]
category: Arrows
---
<svg>
<path d="M15 11l4 4l-4 4m4 -4h-11a4 4 0 0 1 0 -8h1" />

View File

@@ -1,5 +1,6 @@
---
tags: [back, swipe, return]
category: Arrows
---
<svg>
<circle cx="12" cy="12" r="9" />

View File

@@ -1,5 +1,6 @@
---
tags: [back, swipe, return]
category: Arrows
---
<svg>
<line x1="5" y1="12" x2="19" y2="12" />

View File

@@ -1,5 +1,6 @@
---
tags: [bottom, proceed, swipe, next]
category: Arrows
---
<svg>
<line x1="12" y1="5" x2="12" y2="19" />

View File

@@ -1,5 +1,6 @@
---
tags: [back, previous, pointer, point]
category: Arrows
---
<svg>
<line x1="5" y1="12" x2="19" y2="12" />

View File

@@ -1,5 +1,6 @@
---
tags: [next, proceed, point, pointer]
category: Arrows
---
<svg>
<line x1="5" y1="12" x2="19" y2="12" />

View File

@@ -1,5 +1,6 @@
---
tags: [top, point]
category: Arrows
---
<svg>
<line x1="12" y1="5" x2="12" y2="19" />

View File

@@ -1,5 +1,6 @@
---
tags: [next, proceed, swipe]
category: Arrows
---
<svg>
<circle cx="12" cy="12" r="9" />

View File

@@ -1,5 +1,6 @@
---
tags: [next, proceed, swipe]
category: Arrows
---
<svg>
<line x1="5" y1="12" x2="19" y2="12" />

View File

@@ -1,5 +1,6 @@
---
tags: [top, point]
category: Arrows
---
<svg>
<circle cx="12" cy="12" r="9" />

View File

@@ -1,5 +1,6 @@
---
tags: [top, corner, point]
category: Arrows
---
<svg>
<circle cx="12" cy="12" r="9" />

View File

@@ -1,5 +1,6 @@
---
tags: [top, corner, point]
category: Arrows
---
<svg>
<line x1="7" y1="7" x2="17" y2="17" />

View File

@@ -1,5 +1,6 @@
---
tags: [top, corner, point]
category: Arrows
---
<svg>
<circle cx="12" cy="12" r="9" />

View File

@@ -1,5 +1,6 @@
---
tags: [top, corner, point]
category: Arrows
---
<svg>
<line x1="17" y1="7" x2="7" y2="17" />

View File

@@ -1,5 +1,6 @@
---
tags: [top, point]
category: Arrows
---
<svg>
<line x1="12" y1="5" x2="12" y2="19" />

View File

@@ -1,5 +1,6 @@
---
tags: [zoom, corners, stretch]
category: Arrows
---
<svg>
<polyline points="16 20 20 20 20 16" />

View File

@@ -1,5 +1,6 @@
---
tags: [zoom, corners, stretch]
category: Arrows
---
<svg>
<polyline points="16 4 20 4 20 8" />

View File

@@ -1,5 +1,6 @@
---
tags: [zoom, stretch, left, right]
category: Arrows
---
<svg>
<polyline points="7 8 3 12 7 16" />

View File

@@ -1,5 +1,6 @@
---
tags: [fullscreen, expand]
category: Arrows
---
<svg>
<polyline points="16 4 20 4 20 8" />

View File

@@ -1,5 +1,6 @@
---
tags: [fullscreen, exit, close]
category: Arrows
---
<svg>
<polyline points="5 9 9 9 9 5" />

View File

@@ -1,5 +1,6 @@
---
tags: [top, bottom, parallel, order]
category: Arrows
---
<svg>
<path d="M3 9l4-4l4 4m-4 -4v14" />

View File

@@ -1,5 +1,6 @@
---
tags: [expand, stretch, top, bottom]
category: Arrows
---
<svg>
<polyline points="8 7 12 3 16 7" />

View File

@@ -1,4 +1,5 @@
---
category: Sport
---
<svg>
<circle cx="12" cy="12" r="9" />

View File

@@ -1,4 +1,5 @@
---
category: Sport
---
<svg>
<circle cx="12" cy="12" r="9" />

View File

@@ -1,4 +1,5 @@
---
category: Sport
---
<svg>
<circle cx="12" cy="12" r="9" />

View File

@@ -1,4 +1,5 @@
---
category: Sport
---
<svg>
<circle cx="12" cy="12" r="9" />

View File

@@ -1,5 +1,6 @@
---
tags: [cycling, bicycle, sport, wheel]
category: Vehicles
---
<svg>
<circle cx="5" cy="18" r="3" />

View File

@@ -1,5 +1,6 @@
---
tags: [font, style, boldface]
category: Text
---
<svg>
<path d="M7 5h6a3.5 3.5 0 0 1 0 7h-6z" />

View File

@@ -1,8 +1,9 @@
---
category: Brand
---
<svg>
<line x1="3" y1="10" x2="3" y2="16" />
<line x1="21" y1="10" x2="21" y2="16" />
<line x1="4" y1="10" x2="4" y2="16" />
<line x1="20" y1="10" x2="20" 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" />

View File

@@ -1,4 +1,5 @@
---
category: Brand
---
<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" />

View File

@@ -0,0 +1,9 @@
---
category: Brand
---
<svg>
<path d="M3 18v-12h4.5a3 3 0 0 1 0 6a3 3 0 0 1 0 6h-4.5" />
<line x1="3" y1="12" x2="7.5" y2="12" />
<path d="M14 13h7a3.5 3.5 0 0 0 -7 0v2a3.5 3.5 0 0 0 6.64 1" />
<line x1="16" y1="6" x2="19" y2="6" />
</svg>

View File

@@ -1,5 +1,6 @@
---
tags: [browser, internet, web]
category: Brand
---
<svg>
<circle cx="12" cy="12" r="9" />

View File

@@ -0,0 +1,11 @@
---
category: Brand
---
<svg>
<path d="M3 15l9 6l9 -6l-9 -6l-9 6" />
<path d="M3 9l9 6l9 -6l-9 -6l-9 6" />
<line x1="3" y1="9" x2="3" y2="15" />
<line x1="21" y1="9" x2="21" y2="15" />
<line x1="12" y1="3" x2="12" y2="9" />
<line x1="12" y1="15" x2="12" y2="21" />
</svg>

View File

@@ -1,4 +1,5 @@
---
category: Brand
---
<svg>
<circle cx="12" cy="12" r="9" />

View File

@@ -1,4 +1,5 @@
---
category: Brand
---
<svg>
<path d="M7 10v4h3v7h4v-7h3l1 -4h-4v-2a1 1 0 0 1 1 -1h3v-4h-3a5 5 0 0 0 -5 5v2h-3" />

View File

@@ -1,4 +1,5 @@
---
category: Brand
---
<svg>
<path d="M6 15h12l-12 -12h12v6h-12v6l6 6v-6" />

View File

@@ -1,4 +1,5 @@
---
category: Brand
---
<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.21 4.192 4.192 0 00-.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 004 9.486c0 4.64 2.709 5.68 5.5 6.014-.591.589-.56 1.183-.5 2V21" />

View File

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

View File

@@ -1,4 +1,5 @@
---
category: Brand
---
<svg>
<path d="M12 10L6 20l-3-5L9 5z" />

View File

@@ -1,4 +1,5 @@
---
category: Brand
---
<svg>
<path d="M17.788 5.108A9 9 0 1021 12h-8" />

View File

@@ -1,4 +1,5 @@
---
category: Brand
---
<svg>
<rect x="4" y="4" width="16" height="16" rx="4" />

View File

@@ -0,0 +1,11 @@
---
category: Brand
---
<svg>
<rect x="4" y="4" width="16" height="16" rx="2" />
<path d="M8 9h1l3 3l3 -3h1" />
<line x1="8" y1="15" x2="10" y2="15" />
<line x1="14" y1="15" x2="16" y2="15" />
<line x1="9" y1="9" x2="9" y2="15" />
<line x1="15" y1="9" x2="15" y2="15" />
</svg>

View File

@@ -0,0 +1,7 @@
---
category: Brand
---
<svg>
<path d="M3 20l1.3 -3.9a9 8 0 1 1 3.4 2.9l-4.7 1" />
<path d="M8 13l3 -2l2 2l3 -2" />
</svg>

View File

@@ -1,5 +1,6 @@
---
tags: [navigation, compass, travel, direction, discover]
category: Brand
---
<svg>
<circle cx="12" cy="12" r="9" />

View File

@@ -1,4 +1,5 @@
---
category: Brand
---
<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" />

View File

@@ -1,5 +1,6 @@
---
tags: [navigation, compass, travel, direction, discover]
category: Brand
---
<svg>
<polyline points="8 16 10 10 16 8 14 14 8 16" />

View File

@@ -1,4 +1,5 @@
---
category: Brand
---
<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" />

View File

@@ -0,0 +1,9 @@
---
category: Brand
---
<svg>
<path d="M12 12V6a2 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 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" />
</svg>

View File

@@ -1,4 +1,5 @@
---
category: Brand
---
<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" />

View File

@@ -1,4 +1,5 @@
---
category: Brand
---
<svg>
<path d="M15 10l-4 4l6 6l4 -16l-18 7l4 2l2 6l3 -4" />

View File

@@ -0,0 +1,6 @@
---
category: Brand
---
<svg>
<path d="M9 12a4 4 0 1 0 4 4v-12a5 5 0 0 0 5 5" />
</svg>

View File

@@ -1,4 +1,5 @@
---
category: Brand
---
<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" />

View File

@@ -0,0 +1,7 @@
---
category: Brand
---
<svg>
<path d="M3 21l1.65 -3.8a9 9 0 1 1 3.4 2.9l-5.05 .9" />
<path d="M9 10a.5 .5 0 0 0 1 0v-1a.5 .5 0 0 0 -1 0v1a5 5 0 0 0 5 5h1a.5 .5 0 0 0 0 -1h-1a.5 .5 0 0 0 0 1" />
</svg>

View File

@@ -4,7 +4,7 @@ tags: [light, dark, screen]
<svg>
<circle cx="12" cy="12" r="9" />
<line x1="12" y1="3" x2="12" y2="21" />
<path d="M12 9l4.65 -4.65" />
<path d="M12 14.3l7.37 -7.37" />
<path d="M12 19.6l8.85 -8.85" />
<line x1="12" y1="9" x2="16.65" y2="4.35" />
<line x1="12" y1="14.3" x2="19.37" y2="6.93" />
<line x1="12" y1="19.6" x2="20.85" y2="10.75" />
</svg>

View File

@@ -1,5 +1,6 @@
---
tags: [arc, curve, dome, monument, history, architecture]
category: Buildings
---
<svg>
<line x1="3" y1="21" x2="21" y2="21" />

View File

@@ -1,4 +1,5 @@
---
category: Buildings
---
<svg>
<line x1="3" y1="21" x2="21" y2="21" />

View File

@@ -1,5 +1,6 @@
---
tags: [architecture, urban, river, overpass, city, countryside]
category: Buildings
---
<svg>
<path d="M6 7h12a2 2 0 0 1 2 2v9a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1v-2a4 4 0 0 0 -8 0v2a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1v-9a2 2 0 0 1 2 -2" />

View File

@@ -1,5 +1,6 @@
---
tags: [architecture, urban, river, overpass, city, countryside]
category: Buildings
---
<svg>
<line x1="6" y1="5" x2="6" y2="19" />

View File

@@ -1,5 +1,6 @@
---
tags: [religion, chapel, sanctuary, temple, cathedral, pray, prayer]
category: Buildings
---
<svg>
<line x1="3" y1="21" x2="21" y2="21" />

View File

@@ -1,4 +1,5 @@
---
category: Buildings
---
<svg>
<path d="M8 9l5 5v7h-5v-4m0 4h-5v-7l5 -5m1 1v-6a1 1 0 0 1 1 -1h10a1 1 0 0 1 1 1v17h-8" />

View File

@@ -1,5 +1,6 @@
---
tags: [doctor, sickness, illness, nurse, medication, emergency, treat, surgery]
category: Buildings
---
<svg>
<line x1="3" y1="21" x2="21" y2="21" />

View File

@@ -1,4 +1,5 @@
---
category: Buildings
---
<svg>
<path d="M3 21h7v-3a2 2 0 0 1 4 0v3h7" />

View File

@@ -1,4 +1,5 @@
---
category: Buildings
---
<svg>
<line x1="3" y1="21" x2="21" y2="21" />

View File

@@ -1,5 +1,6 @@
---
tags: [shopping, shop, supermarket, market, products, retail, buy, sell]
category: Buildings
---
<svg>
<line x1="3" y1="21" x2="21" y2="21" />

View File

@@ -1,4 +1,5 @@
---
category: Buildings
---
<svg>
<path d="M3 21v-13l9-4l9 4v13" />

View File

@@ -1,5 +1,6 @@
---
tags: [flat, office, city, urban, scyscraper, architecture, construction]
category: Buildings
---
<svg>
<line x1="3" y1="21" x2="21" y2="21" />

View File

@@ -1,5 +1,6 @@
---
tags: [vehicle, drive, driver, engine, motor, journey, trip]
category: Vehicles
---
<svg>
<circle cx="6" cy="17" r="2" />

View File

@@ -1,5 +1,6 @@
---
tags: [vehicle, drive, driver, engine, motor, journey, trip]
category: Vehicles
---
<svg>
<circle cx="7" cy="17" r="2" />

View File

@@ -1,5 +1,6 @@
---
tags: [statistics, diagram, graph, rhythm, data, analysis]
category: Charts
---
<svg>
<polyline points="4 19 8 13 12 15 16 10 20 14 20 19 4 19" />

View File

@@ -1,5 +1,6 @@
---
tags: [statistics, diagram, graph, rhythm, data, analysis]
category: Charts
---
<svg>
<line x1="4" y1="19" x2="20" y2="19" />

View File

@@ -1,5 +1,6 @@
---
tags: [statistics, diagram, graph, rhythm, data, analysis]
category: Charts
---
<svg>
<rect x="3" y="12" width="6" height="8" rx="1" />

View File

@@ -0,0 +1,8 @@
---
category: Charts
---
<svg>
<circle cx="6" cy="16" r="3" />
<circle cx="16" cy="19" r="2" />
<circle cx="14.5" cy="7.5" r="4.5" />
</svg>

View File

@@ -1,5 +1,6 @@
---
tags: [statistics, diagram, graph, rhythm, data, analysis]
category: Charts
---
<svg>
<rect x="4" y="6" width="4" height="5" rx="1" />

View File

@@ -1,5 +1,6 @@
---
tags: [statistics, diagram, graph, rhythm, data, analysis]
category: Charts
---
<svg>
<path d="M10 3.2a9 9 0 1 0 10.8 10.8a1 1 0 0 0 -1 -1h-3.8a4.1 4.1 0 1 1 -5 -5v-4a.9 .9 0 0 0 -1 -.8" />

View File

@@ -1,5 +1,6 @@
---
tags: [statistics, diagram, graph, rhythm, data, analysis]
category: Charts
---
<svg>
<line x1="4" y1="19" x2="20" y2="19" />

View File

@@ -1,5 +1,6 @@
---
tags: [statistics, diagram, graph, rhythm, data, analysis]
category: Charts
---
<svg>
<path d="M10 3.2a9 9 0 1 0 10.8 10.8a1 1 0 0 0 -1 -1h-6.8a2 2 0 0 1 -2 -2v-7a.9 .9 0 0 0 -1 -.8" />

View File

@@ -1,5 +1,6 @@
---
tags: [move, next, swipe, bottom]
category: Arrows
---
<svg>
<polyline points="6 9 12 15 18 9" />

View File

@@ -1,5 +1,6 @@
---
tags: [move, previous, back]
category: Arrows
---
<svg>
<polyline points="15 6 9 12 15 18" />

View File

@@ -1,5 +1,6 @@
---
tags: [move, checklist, next]
category: Arrows
---
<svg>
<polyline points="9 6 15 12 9 18" />

Some files were not shown because too many files have changed in this diff Show More