1
0
mirror of https://github.com/tabler/tabler.git synced 2026-08-10 21:32:22 +04:00

svg icons increment build speed

This commit is contained in:
codecalm
2020-04-19 16:18:36 +02:00
parent e00fcd4293
commit cef66d41cb
814 changed files with 4049 additions and 5441 deletions
+23
View File
@@ -0,0 +1,23 @@
const gulp = require('gulp'),
glob = require('glob'),
fs = require('fs'),
path = require('path'),
YAML = require('yaml'),
cp = require('child_process');
const prepareSvgFile = function(svg) {
return svg.replace(/\n/g, '');
};
gulp.task('svg-icons', function (cb) {
const files = glob.sync("./node_modules/tabler-icons/icons/*.svg");
let svgList = {};
files.forEach(function(file){
const basename = path.basename(file, '.svg');
svgList[basename] = prepareSvgFile(fs.readFileSync(file).toString());
});
fs.writeFileSync('./pages/_data/icons-tabler.yml', YAML.stringify(svgList));
cb();
});
+1027 -3
View File
File diff suppressed because it is too large Load Diff
+3 -2
View File
@@ -17,7 +17,6 @@
"lint": "npm-run-all --parallel js-lint css-lint",
"clean": "rm -rf tmp-dist && mkdir tmp-dist && mkdir tmp-dist/css && mkdir tmp-dist/js",
"clean-build": "rm -rf dist && mkdir dist && mkdir dist/css && mkdir dist/js && mkdir dist/img",
"copy-icons": "rm -f pages/_includes/svg/*.svg && cp node_modules/tabler-icons/icons/*.svg pages/_includes/svg/",
"css": "npm-run-all css-compile",
"css-build": "npm-run-all css-compile css-prefix-build css-minify-build",
"css-compile": "node build/scss-compile.js",
@@ -80,6 +79,7 @@
"@babel/preset-env": "^7.9.5",
"browser-sync": "^2.26.7",
"bundlesize": "^0.18.0",
"child_process": "^1.0.2",
"clean-css-cli": "^4.3.0",
"cross-env": "^7.0.2",
"eslint": "^6.8.0",
@@ -87,6 +87,7 @@
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-unicorn": "^18.0.1",
"glob": "^7.1.6",
"gulp": "^4.0.2",
"http-server": "^0.12.1",
"icon-font-generator": "^2.1.10",
"node-sass": "^4.13.1",
@@ -106,7 +107,7 @@
"stylelint": "^13.3.2",
"stylelint-config-twbs-bootstrap": "^2.0.1",
"svgo": "^1.3.2",
"tabler-icons": "^1.5.0",
"tabler-icons": "^1.5.1",
"terser": "^4.6.11",
"yaml": "^1.9.1"
},
File diff suppressed because it is too large Load Diff
-738
View File
@@ -68,741 +68,3 @@ brand:
- brand/wordpress
- brand/ycombinator
- brand/youtube
bootstrap:
- bootstrap/alarm
- bootstrap/alarm-fill
- bootstrap/alert-circle
- bootstrap/alert-circle-fill
- bootstrap/alert-octagon
- bootstrap/alert-octagon-fill
- bootstrap/alert-square
- bootstrap/alert-square-fill
- bootstrap/alert-triangle
- bootstrap/alert-triangle-fill
- bootstrap/archive
- bootstrap/archive-fill
- bootstrap/arrow-bar-bottom
- bootstrap/arrow-bar-left
- bootstrap/arrow-bar-right
- bootstrap/arrow-bar-up
- bootstrap/arrow-clockwise
- bootstrap/arrow-counterclockwise
- bootstrap/arrow-down
- bootstrap/arrow-down-left
- bootstrap/arrow-down-right
- bootstrap/arrow-down-short
- bootstrap/arrow-left
- bootstrap/arrow-left-right
- bootstrap/arrow-left-short
- bootstrap/arrow-repeat
- bootstrap/arrow-right
- bootstrap/arrow-right-short
- bootstrap/arrow-up
- bootstrap/arrow-up-down
- bootstrap/arrow-up-left
- bootstrap/arrow-up-right
- bootstrap/arrow-up-short
- bootstrap/arrows-angle-contract
- bootstrap/arrows-angle-expand
- bootstrap/arrows-collapse
- bootstrap/arrows-expand
- bootstrap/arrows-fullscreen
- bootstrap/at
- bootstrap/award
- bootstrap/backspace
- bootstrap/backspace-fill
- bootstrap/backspace-reverse
- bootstrap/backspace-reverse-fill
- bootstrap/bar-chart
- bootstrap/bar-chart-fill
- bootstrap/battery
- bootstrap/battery-charging
- bootstrap/battery-full
- bootstrap/bell
- bootstrap/bell-fill
- bootstrap/blockquote-left
- bootstrap/blockquote-right
- bootstrap/book
- bootstrap/book-half-fill
- bootstrap/bookmark
- bootstrap/bookmark-fill
- bootstrap/bootstrap
- bootstrap/bootstrap-fill
- bootstrap/bootstrap-reboot
- bootstrap/box-arrow-bottom-left
- bootstrap/box-arrow-bottom-right
- bootstrap/box-arrow-down
- bootstrap/box-arrow-left
- bootstrap/box-arrow-right
- bootstrap/box-arrow-up
- bootstrap/box-arrow-up-left
- bootstrap/box-arrow-up-right
- bootstrap/braces
- bootstrap/brightness-fill-high
- bootstrap/brightness-fill-low
- bootstrap/brightness-high
- bootstrap/brightness-low
- bootstrap/brush
- bootstrap/bucket
- bootstrap/bucket-fill
- bootstrap/building
- bootstrap/bullseye
- bootstrap/calendar
- bootstrap/calendar-fill
- bootstrap/camera
- bootstrap/camera-video
- bootstrap/camera-video-fill
- bootstrap/capslock
- bootstrap/capslock-fill
- bootstrap/chat
- bootstrap/chat-fill
- bootstrap/check
- bootstrap/check-box
- bootstrap/check-circle
- bootstrap/chevron-compact-down
- bootstrap/chevron-compact-left
- bootstrap/chevron-compact-right
- bootstrap/chevron-compact-up
- bootstrap/chevron-down
- bootstrap/chevron-left
- bootstrap/chevron-right
- bootstrap/chevron-up
- bootstrap/circle
- bootstrap/circle-fill
- bootstrap/circle-half
- bootstrap/circle-slash
- bootstrap/clock
- bootstrap/clock-fill
- bootstrap/cloud
- bootstrap/cloud-download
- bootstrap/cloud-fill
- bootstrap/cloud-upload
- bootstrap/code
- bootstrap/code-slash
- bootstrap/columns
- bootstrap/columns-gutters
- bootstrap/command
- bootstrap/compass
- bootstrap/cone
- bootstrap/cone-striped
- bootstrap/controller
- bootstrap/credit-card
- bootstrap/cursor
- bootstrap/cursor-fill
- bootstrap/dash
- bootstrap/diamond
- bootstrap/diamond-half
- bootstrap/display
- bootstrap/display-fill
- bootstrap/document
- bootstrap/document-code
- bootstrap/document-diff
- bootstrap/document-richtext
- bootstrap/document-spreadsheet
- bootstrap/document-text
- bootstrap/documents
- bootstrap/documents-alt
- bootstrap/dot
- bootstrap/download
- bootstrap/egg-fried
- bootstrap/eject
- bootstrap/eject-fill
- bootstrap/envelope
- bootstrap/envelope-fill
- bootstrap/envelope-open
- bootstrap/envelope-open-fill
- bootstrap/eye
- bootstrap/eye-fill
- bootstrap/eye-slash
- bootstrap/eye-slash-fill
- bootstrap/filter
- bootstrap/flag
- bootstrap/flag-fill
- bootstrap/folder
- bootstrap/folder-fill
- bootstrap/folder-symlink
- bootstrap/folder-symlink-fill
- bootstrap/fonts
- bootstrap/forward
- bootstrap/forward-fill
- bootstrap/gear
- bootstrap/gear-fill
- bootstrap/gear-wide
- bootstrap/gear-wide-connected
- bootstrap/geo
- bootstrap/graph-down
- bootstrap/graph-up
- bootstrap/grid
- bootstrap/grid-fill
- bootstrap/hammer
- bootstrap/hash
- bootstrap/heart
- bootstrap/heart-fill
- bootstrap/house
- bootstrap/house-fill
- bootstrap/image
- bootstrap/image-alt
- bootstrap/image-fill
- bootstrap/images
- bootstrap/inbox
- bootstrap/inbox-fill
- bootstrap/inboxes
- bootstrap/inboxes-fill
- bootstrap/info
- bootstrap/info-fill
- bootstrap/info-square
- bootstrap/info-square-fill
- bootstrap/justify
- bootstrap/justify-left
- bootstrap/justify-right
- bootstrap/kanban
- bootstrap/kanban-fill
- bootstrap/laptop
- bootstrap/layout-sidebar
- bootstrap/layout-sidebar-reverse
- bootstrap/layout-split
- bootstrap/list
- bootstrap/list-check
- bootstrap/list-ol
- bootstrap/list-task
- bootstrap/list-ul
- bootstrap/lock
- bootstrap/lock-fill
- bootstrap/map
- bootstrap/mic
- bootstrap/moon
- bootstrap/music-player
- bootstrap/music-player-fill
- bootstrap/option
- bootstrap/outlet
- bootstrap/pause
- bootstrap/pause-fill
- bootstrap/pen
- bootstrap/pencil
- bootstrap/people
- bootstrap/people-fill
- bootstrap/person
- bootstrap/person-fill
- bootstrap/phone
- bootstrap/phone-landscape
- bootstrap/pie-chart
- bootstrap/pie-chart-fill
- bootstrap/play
- bootstrap/play-fill
- bootstrap/plug
- bootstrap/plus
- bootstrap/power
- bootstrap/question
- bootstrap/question-fill
- bootstrap/question-square
- bootstrap/question-square-fill
- bootstrap/reply
- bootstrap/reply-all
- bootstrap/reply-all-fill
- bootstrap/reply-fill
- bootstrap/screwdriver
- bootstrap/search
- bootstrap/shield
- bootstrap/shield-fill
- bootstrap/shield-lock
- bootstrap/shield-lock-fill
- bootstrap/shield-shaded
- bootstrap/shift
- bootstrap/shift-fill
- bootstrap/skip-backward
- bootstrap/skip-backward-fill
- bootstrap/skip-end
- bootstrap/skip-end-fill
- bootstrap/skip-forward
- bootstrap/skip-forward-fill
- bootstrap/skip-start
- bootstrap/skip-start-fill
- bootstrap/speaker
- bootstrap/square
- bootstrap/square-fill
- bootstrap/square-half
- bootstrap/star
- bootstrap/star-fill
- bootstrap/star-half
- bootstrap/stop
- bootstrap/stop-fill
- bootstrap/stopwatch
- bootstrap/stopwatch-fill
- bootstrap/sun
- bootstrap/table
- bootstrap/tablet
- bootstrap/tablet-landscape
- bootstrap/tag
- bootstrap/tag-fill
- bootstrap/terminal
- bootstrap/terminal-fill
- bootstrap/text-center
- bootstrap/text-indent-left
- bootstrap/text-indent-right
- bootstrap/text-left
- bootstrap/text-right
- bootstrap/three-dots
- bootstrap/three-dots-vertical
- bootstrap/toggle-off
- bootstrap/toggle-on
- bootstrap/toggles
- bootstrap/tools
- bootstrap/trash
- bootstrap/trash-fill
- bootstrap/triangle
- bootstrap/triangle-fill
- bootstrap/triangle-half
- bootstrap/trophy
- bootstrap/tv
- bootstrap/tv-fill
- bootstrap/type
- bootstrap/type-bold
- bootstrap/type-h1
- bootstrap/type-h2
- bootstrap/type-h3
- bootstrap/type-italic
- bootstrap/type-strikethrough
- bootstrap/type-underline
- bootstrap/unlock
- bootstrap/unlock-fill
- bootstrap/upload
- bootstrap/volume-down
- bootstrap/volume-down-fill
- bootstrap/volume-mute
- bootstrap/volume-mute-fill
- bootstrap/volume-up
- bootstrap/volume-up-fill
- bootstrap/wallet
- bootstrap/watch
- bootstrap/wifi
- bootstrap/window
- bootstrap/wrench
- bootstrap/x
- bootstrap/x-circle
- bootstrap/x-circle-fill
- bootstrap/x-octagon
- bootstrap/x-octagon-fill
- bootstrap/x-square
- bootstrap/x-square-fill
tabler:
- activity
- ad
- adjustments
- alarm
- alert-circle
- alert-triangle
- align-center
- align-justified
- align-left
- align-right
- anchor
- aperture
- archive
- arrow-back
- arrow-back-up
- arrow-bar-down
- arrow-bar-left
- arrow-bar-right
- arrow-bar-up
- arrow-down
- arrow-down-circle
- arrow-down-left
- arrow-down-left-circle
- arrow-down-right
- arrow-down-right-circle
- arrow-forward
- arrow-forward-up
- arrow-left
- arrow-left-circle
- arrow-narrow-down
- arrow-narrow-left
- arrow-narrow-right
- arrow-narrow-up
- arrow-right
- arrow-right-circle
- arrow-up
- arrow-up-circle
- arrow-up-left
- arrow-up-left-circle
- arrow-up-right
- arrow-up-right-circle
- arrows-diagonal
- arrows-diagonal-2
- arrows-horizontal
- arrows-maximize
- arrows-minimize
- arrows-sort
- arrows-vertical
- artboard
- at
- atom
- award
- backspace
- ban
- bandage
- battery
- battery-1
- battery-2
- battery-3
- battery-4
- battery-charging
- bed
- bell
- bike
- bluetooth
- bold
- bolt
- book
- bookmark
- border-all
- border-bottom
- border-horizontal
- border-inner
- border-left
- border-none
- border-outer
- border-radius
- border-right
- border-top
- border-vertical
- box
- briefcase
- brightness
- brightness-down
- brightness-up
- bucket
- bug
- building
- building-arch
- building-bridge
- building-bridge-2
- building-church
- building-hospital
- building-store
- bulb
- bulb-off
- calculator
- calendar
- calendar-event
- camera
- caret-down
- caret-left
- caret-right
- caret-up
- cash
- cast
- chart-area
- chart-area-line
- chart-bar
- chart-candle
- chart-donut
- chart-line
- chart-pie
- check
- chevron-down
- chevron-left
- chevron-right
- chevron-up
- chevrons-down
- chevrons-left
- chevrons-right
- chevrons-up
- chrome
- circle
- circle-check
- circle-minus
- circle-plus
- circle-x
- clipboard
- clipboard-check
- clipboard-list
- clipboard-x
- clock
- cloud
- cloud-download
- cloud-rain
- cloud-snow
- cloud-storm
- cloud-upload
- code
- coin
- color-swatch
- columns
- command
- compass
- copy
- copyright
- corner-down-left
- corner-down-right
- corner-left-down
- corner-left-up
- corner-right-down
- corner-right-up
- corner-up-left
- corner-up-right
- credit-card
- crop
- currency-dollar
- currency-euro
- cut
- dashboard
- database
- device-desktop
- device-floppy
- device-gamepad
- device-laptop
- device-mobile
- device-mobile-vibration
- device-speaker
- device-tablet
- device-tv
- devices
- diamond
- dice
- directions
- disabled
- disc
- dots
- dots-circle-horizontal
- dots-diagonal
- dots-diagonal-2
- dots-vertical
- download
- drag-drop
- drag-drop-2
- droplet
- edit
- egg
- eraser
- exposure
- external-link
- eye
- face-id
- file
- file-check
- file-download
- file-invoice
- file-minus
- file-music
- file-plus
- file-shredder
- file-text
- file-x
- filter
- flag
- flip-horizontal
- flip-vertical
- floppy-disk
- focus
- folder
- folder-minus
- folder-plus
- folder-x
- folders
- frame
- friends
- gauge
- ghost
- gift
- git-branch
- git-commit
- git-compare
- git-fork
- git-merge
- git-pull-request
- glass
- glass-full
- globe
- grid
- grid-dots
- hash
- headphones
- headset
- heart
- help
- home
- home-2
- ice-cream
- id
- inbox
- indent-decrease
- indent-increase
- infinity
- info-circle
- info-square
- italic
- key
- layers-difference
- layers-intersect
- layers-subtract
- layers-union
- layout
- layout-2
- layout-align-bottom
- layout-align-center
- layout-align-left
- layout-align-middle
- layout-align-right
- layout-align-top
- layout-bottombar
- layout-columns
- layout-distribute-horizontal
- layout-distribute-vertical
- layout-navbar
- layout-rows
- layout-sidebar
- layout-sidebar-right
- lego
- lifebuoy
- line-height
- link
- list
- list-check
- live-photo
- location
- lock
- lock-open
- magnet
- mail
- mail-opened
- man
- map
- map-2
- map-pin
- maximize
- menu
- message
- message-2
- message-circle
- message-dots
- messages
- microphone
- minimize
- minus
- mood-confuzed
- mood-happy
- mood-neutral
- mood-sad
- mood-smile
- mood-tongue
- moon
- mouse
- movie
- mug
- music
- news
- note
- notebook
- notes
- notification
- omega
- package
- paint
- palette
- paperclip
- parking
- pencil
- phone
- phone-call
- phone-incoming
- phone-outgoing
- phone-pause
- photo
- pillow
- plane
- plane-arrival
- plane-departure
- plus
- point
- power
- presentation
- printer
- prompt
- puzzle
- qrcode
- record-mail
- recycle
- refresh
- registered
- repeat
- repeat-once
- rotate
- rotate-clockwise
- route
- router
- rss
- ruler
- scissors
- search
- selector
- send
- server
- settings
- shape
- share
- shield
- shield-check
- shield-x
- shopping-cart
- sitemap
- sort-ascending
- sort-descending
- square
- square-check
- square-minus
- square-plus
- square-x
- stack
- star
- sticker
- strikethrough
- subscript
- sum
- sun
- superscript
- switch
- switch-horizontal
- switch-vertical
- table
- tag
- target
- temperature
- temperature-celsius
- temperature-fahrenheit
- template
- test-pipe
- thumb-down
- thumb-up
- ticket
- toggle-left
- toggle-right
- tool
- trash
- trending-down
- trending-up
- triangle
- trophy
- underline
- unlink
- upload
- urgent
- user
- user-check
- user-minus
- user-plus
- user-x
- viewfinder
- virus
- volume
- volume-2
- volume-3
- wallet
- wifi
- wifi-0
- wifi-1
- wifi-2
- woman
- world
- x
- zoom-in
- zoom-out
-6
View File
@@ -1,6 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-activity" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
<path stroke="none" d="M0 0h24v24H0z"/>
<polyline points="21 12 17 12 14 20 10 4 7 12 3 12" />
</svg>

Before

Width:  |  Height:  |  Size: 336 B

-9
View File
@@ -1,9 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-ad" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
<path stroke="none" d="M0 0h24v24H0z"/>
<rect x="3" y="5" width="18" height="14" rx="2" />
<path d="M7 15v-4a2 2 0 0 1 4 0v4" />
<line x1="7" y1="13" x2="11" y2="13" />
<path d="M17 9v6h-1.5a1.5 1.5 0 1 1 1.5 -1.5" />
</svg>

Before

Width:  |  Height:  |  Size: 459 B

-14
View File
@@ -1,14 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-adjustments" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
<path stroke="none" d="M0 0h24v24H0z"/>
<circle cx="6" cy="10" r="2" />
<line x1="6" y1="4" x2="6" y2="8" />
<line x1="6" y1="12" x2="6" y2="20" />
<circle cx="12" cy="16" r="2" />
<line x1="12" y1="4" x2="12" y2="14" />
<line x1="12" y1="18" x2="12" y2="20" />
<circle cx="18" cy="7" r="2" />
<line x1="18" y1="4" x2="18" y2="5" />
<line x1="18" y1="9" x2="18" y2="20" />
</svg>

Before

Width:  |  Height:  |  Size: 633 B

-9
View File
@@ -1,9 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-alarm" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
<path stroke="none" d="M0 0h24v24H0z"/>
<circle cx="12" cy="13" r="7" />
<polyline points="12 10 12 13 14 13" />
<line x1="7" y1="4" x2="4.25" y2="6" />
<line x1="17" y1="4" x2="19.75" y2="6" />
</svg>

Before

Width:  |  Height:  |  Size: 439 B

-8
View File
@@ -1,8 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-alert-circle" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
<path stroke="none" d="M0 0h24v24H0z"/>
<circle cx="12" cy="12" r="9" />
<line x1="12" y1="8" x2="12" y2="12" />
<line x1="12" y1="16" x2="12.01" y2="16" />
</svg>

Before

Width:  |  Height:  |  Size: 406 B

-7
View File
@@ -1,7 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-alert-triangle" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
<path stroke="none" d="M0 0h24v24H0z"/>
<path d="M12 9v2m0 4v.01" />
<path d="M5.07 19H19a2 2 0 0 0 1.75 -2.75L13.75 4a2 2 0 0 0 -3.5 0L3.25 16.25a2 2 0 0 0 1.75 2.75" />
</svg>

Before

Width:  |  Height:  |  Size: 420 B

-8
View File
@@ -1,8 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-align-center" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
<path stroke="none" d="M0 0h24v24H0z"/>
<line x1="4" y1="6" x2="20" y2="6" />
<line x1="8" y1="12" x2="16" y2="12" />
<line x1="6" y1="18" x2="18" y2="18" />
</svg>

Before

Width:  |  Height:  |  Size: 407 B

-8
View File
@@ -1,8 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-align-justified" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
<path stroke="none" d="M0 0h24v24H0z"/>
<line x1="4" y1="6" x2="20" y2="6" />
<line x1="4" y1="12" x2="20" y2="12" />
<line x1="4" y1="18" x2="20" y2="18" />
</svg>

Before

Width:  |  Height:  |  Size: 410 B

-8
View File
@@ -1,8 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-align-left" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
<path stroke="none" d="M0 0h24v24H0z"/>
<line x1="4" y1="6" x2="20" y2="6" />
<line x1="4" y1="12" x2="14" y2="12" />
<line x1="4" y1="18" x2="18" y2="18" />
</svg>

Before

Width:  |  Height:  |  Size: 405 B

-8
View File
@@ -1,8 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-align-right" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
<path stroke="none" d="M0 0h24v24H0z"/>
<line x1="4" y1="6" x2="20" y2="6" />
<line x1="10" y1="12" x2="20" y2="12" />
<line x1="6" y1="18" x2="20" y2="18" />
</svg>

Before

Width:  |  Height:  |  Size: 407 B

-7
View File
@@ -1,7 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-anchor" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
<path stroke="none" d="M0 0h24v24H0z"/>
<path d="M12 9v12m-8 -8a8 8 0 0 0 16 0m1 0h-2m-14 0h-2" />
<circle cx="12" cy="6" r="3" />
</svg>

Before

Width:  |  Height:  |  Size: 372 B

-11
View File
@@ -1,11 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-aperture" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
<path stroke="none" d="M0 0h24v24H0z"/>
<circle cx="12" cy="12" r="9" />
<line x1="3.6" y1="15" x2="14.15" y2="15" />
<line x1="3.6" y1="15" x2="14.15" y2="15" transform="rotate(72 12 12)" />
<line x1="3.6" y1="15" x2="14.15" y2="15" transform="rotate(144 12 12)" />
<line x1="3.6" y1="15" x2="14.15" y2="15" transform="rotate(216 12 12)" />
<line x1="3.6" y1="15" x2="14.15" y2="15" transform="rotate(288 12 12)" />
</svg>

Before

Width:  |  Height:  |  Size: 668 B

-8
View File
@@ -1,8 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-archive" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
<path stroke="none" d="M0 0h24v24H0z"/>
<rect x="3" y="4" width="18" height="4" rx="2" />
<path d="M5 8v10a2 2 0 0 0 2 2h10a2 2 0 0 0 2 -2v-10" />
<line x1="10" y1="12" x2="14" y2="12" />
</svg>

Before

Width:  |  Height:  |  Size: 432 B

-6
View File
@@ -1,6 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-arrow-back-up" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
<path stroke="none" d="M0 0h24v24H0z"/>
<path d="M9 13l-4 -4l4 -4m-4 4h11a4 4 0 0 1 0 8h-1" />
</svg>

Before

Width:  |  Height:  |  Size: 341 B

-6
View File
@@ -1,6 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-arrow-back" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
<path stroke="none" d="M0 0h24v24H0z"/>
<path d="M9 11l-4 4l4 4m-4 -4h11a4 4 0 0 0 0 -8h-1" />
</svg>

Before

Width:  |  Height:  |  Size: 338 B

-9
View File
@@ -1,9 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-arrow-bar-down" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
<path stroke="none" d="M0 0h24v24H0z"/>
<line x1="12" y1="20" x2="12" y2="10" />
<line x1="12" y1="20" x2="16" y2="16" />
<line x1="12" y1="20" x2="8" y2="16" />
<line x1="4" y1="4" x2="20" y2="4" />
</svg>

Before

Width:  |  Height:  |  Size: 453 B

-9
View File
@@ -1,9 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-arrow-bar-left" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
<path stroke="none" d="M0 0h24v24H0z"/>
<line x1="4" y1="12" x2="14" y2="12" />
<line x1="4" y1="12" x2="8" y2="16" />
<line x1="4" y1="12" x2="8" y2="8" />
<line x1="20" y1="4" x2="20" y2="20" />
</svg>

Before

Width:  |  Height:  |  Size: 450 B

-9
View File
@@ -1,9 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-arrow-bar-right" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
<path stroke="none" d="M0 0h24v24H0z"/>
<line x1="20" y1="12" x2="10" y2="12" />
<line x1="20" y1="12" x2="16" y2="16" />
<line x1="20" y1="12" x2="16" y2="8" />
<line x1="4" y1="4" x2="4" y2="20" />
</svg>

Before

Width:  |  Height:  |  Size: 454 B

-9
View File
@@ -1,9 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-arrow-bar-up" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
<path stroke="none" d="M0 0h24v24H0z"/>
<line x1="12" y1="4" x2="12" y2="14" />
<line x1="12" y1="4" x2="16" y2="8" />
<line x1="12" y1="4" x2="8" y2="8" />
<line x1="4" y1="20" x2="20" y2="20" />
</svg>

Before

Width:  |  Height:  |  Size: 448 B

@@ -1,9 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-arrow-down-circle" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
<path stroke="none" d="M0 0h24v24H0z"/>
<circle cx="12" cy="12" r="9" />
<line x1="8" y1="12" x2="12" y2="16" />
<line x1="12" y1="8" x2="12" y2="16" />
<line x1="16" y1="12" x2="12" y2="16" />
</svg>

Before

Width:  |  Height:  |  Size: 450 B

@@ -1,8 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-arrow-down-left-circle" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
<path stroke="none" d="M0 0h24v24H0z"/>
<circle cx="12" cy="12" r="9" />
<line x1="15" y1="9" x2="9" y2="15" />
<polyline points="15 15 9 15 9 9" />
</svg>

Before

Width:  |  Height:  |  Size: 408 B

-7
View File
@@ -1,7 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-arrow-down-left" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
<path stroke="none" d="M0 0h24v24H0z"/>
<line x1="17" y1="7" x2="7" y2="17" />
<polyline points="16 17 7 17 7 8" />
</svg>

Before

Width:  |  Height:  |  Size: 366 B

@@ -1,8 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-arrow-down-right-circle" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
<path stroke="none" d="M0 0h24v24H0z"/>
<circle cx="12" cy="12" r="9" />
<line x1="15" y1="15" x2="9" y2="15" />
<polyline points="15 9 15 15 9 9" />
</svg>

Before

Width:  |  Height:  |  Size: 410 B

-7
View File
@@ -1,7 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-arrow-down-right" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
<path stroke="none" d="M0 0h24v24H0z"/>
<line x1="7" y1="7" x2="17" y2="17" />
<polyline points="17 8 17 17 8 17" />
</svg>

Before

Width:  |  Height:  |  Size: 368 B

-8
View File
@@ -1,8 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-arrow-down" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
<path stroke="none" d="M0 0h24v24H0z"/>
<line x1="12" y1="5" x2="12" y2="19" />
<line x1="18" y1="13" x2="12" y2="19" />
<line x1="6" y1="13" x2="12" y2="19" />
</svg>

Before

Width:  |  Height:  |  Size: 408 B

-6
View File
@@ -1,6 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-arrow-forward-up" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
<path stroke="none" d="M0 0h24v24H0z"/>
<path d="M15 13l4 -4l-4 -4m4 4h-11a4 4 0 0 0 0 8h1" />
</svg>

Before

Width:  |  Height:  |  Size: 344 B

-6
View File
@@ -1,6 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-arrow-forward" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
<path stroke="none" d="M0 0h24v24H0z"/>
<path d="M15 11l4 4l-4 4m4 -4h-11a4 4 0 0 1 0 -8h1" />
</svg>

Before

Width:  |  Height:  |  Size: 341 B

@@ -1,9 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-arrow-left-circle" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
<path stroke="none" d="M0 0h24v24H0z"/>
<circle cx="12" cy="12" r="9" />
<line x1="8" y1="12" x2="16" y2="12" />
<line x1="8" y1="12" x2="12" y2="16" />
<line x1="8" y1="12" x2="12" y2="8" />
</svg>

Before

Width:  |  Height:  |  Size: 448 B

-8
View File
@@ -1,8 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-arrow-left" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
<path stroke="none" d="M0 0h24v24H0z"/>
<line x1="5" y1="12" x2="19" y2="12" />
<line x1="5" y1="12" x2="11" y2="18" />
<line x1="5" y1="12" x2="11" y2="6" />
</svg>

Before

Width:  |  Height:  |  Size: 406 B

@@ -1,8 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-arrow-narrow-down" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
<path stroke="none" d="M0 0h24v24H0z"/>
<line x1="12" y1="5" x2="12" y2="19" />
<line x1="16" y1="15" x2="12" y2="19" />
<line x1="8" y1="15" x2="12" y2="19" />
</svg>

Before

Width:  |  Height:  |  Size: 415 B

@@ -1,8 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-arrow-narrow-left" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
<path stroke="none" d="M0 0h24v24H0z"/>
<line x1="5" y1="12" x2="19" y2="12" />
<line x1="5" y1="12" x2="9" y2="16" />
<line x1="5" y1="12" x2="9" y2="8" />
</svg>

Before

Width:  |  Height:  |  Size: 411 B

@@ -1,8 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-arrow-narrow-right" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
<path stroke="none" d="M0 0h24v24H0z"/>
<line x1="5" y1="12" x2="19" y2="12" />
<line x1="15" y1="16" x2="19" y2="12" />
<line x1="15" y1="8" x2="19" y2="12" />
</svg>

Before

Width:  |  Height:  |  Size: 416 B

-8
View File
@@ -1,8 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-arrow-narrow-up" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
<path stroke="none" d="M0 0h24v24H0z"/>
<line x1="12" y1="5" x2="12" y2="19" />
<line x1="16" y1="9" x2="12" y2="5" />
<line x1="8" y1="9" x2="12" y2="5" />
</svg>

Before

Width:  |  Height:  |  Size: 409 B

@@ -1,9 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-arrow-right-circle" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
<path stroke="none" d="M0 0h24v24H0z"/>
<circle cx="12" cy="12" r="9" />
<line x1="16" y1="12" x2="8" y2="12" />
<line x1="16" y1="12" x2="12" y2="16" />
<line x1="16" y1="12" x2="12" y2="8" />
</svg>

Before

Width:  |  Height:  |  Size: 451 B

-8
View File
@@ -1,8 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-arrow-right" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
<path stroke="none" d="M0 0h24v24H0z"/>
<line x1="5" y1="12" x2="19" y2="12" />
<line x1="13" y1="18" x2="19" y2="12" />
<line x1="13" y1="6" x2="19" y2="12" />
</svg>

Before

Width:  |  Height:  |  Size: 409 B

-9
View File
@@ -1,9 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-arrow-up-circle" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
<path stroke="none" d="M0 0h24v24H0z"/>
<circle cx="12" cy="12" r="9" />
<line x1="12" y1="8" x2="8" y2="12" />
<line x1="12" y1="8" x2="12" y2="16" />
<line x1="16" y1="12" x2="12" y2="8" />
</svg>

Before

Width:  |  Height:  |  Size: 446 B

@@ -1,8 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-arrow-up-left-circle" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
<path stroke="none" d="M0 0h24v24H0z"/>
<circle cx="12" cy="12" r="9" />
<line x1="9" y1="9" x2="15" y2="15" />
<polyline points="15 9 9 9 9 15" />
</svg>

Before

Width:  |  Height:  |  Size: 405 B

-7
View File
@@ -1,7 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-arrow-up-left" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
<path stroke="none" d="M0 0h24v24H0z"/>
<line x1="7" y1="7" x2="17" y2="17" />
<polyline points="16 7 7 7 7 16" />
</svg>

Before

Width:  |  Height:  |  Size: 363 B

@@ -1,8 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-arrow-up-right-circle" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
<path stroke="none" d="M0 0h24v24H0z"/>
<circle cx="12" cy="12" r="9" />
<line x1="15" y1="9" x2="9" y2="15" />
<polyline points="15 15 15 9 9 9" />
</svg>

Before

Width:  |  Height:  |  Size: 407 B

-7
View File
@@ -1,7 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-arrow-up-right" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
<path stroke="none" d="M0 0h24v24H0z"/>
<line x1="17" y1="7" x2="7" y2="17" />
<polyline points="8 7 17 7 17 16" />
</svg>

Before

Width:  |  Height:  |  Size: 365 B

-8
View File
@@ -1,8 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-arrow-up" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
<path stroke="none" d="M0 0h24v24H0z"/>
<line x1="12" y1="5" x2="12" y2="19" />
<line x1="18" y1="11" x2="12" y2="5" />
<line x1="6" y1="11" x2="12" y2="5" />
</svg>

Before

Width:  |  Height:  |  Size: 404 B

@@ -1,9 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-arrows-diagonal-2" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
<path stroke="none" d="M0 0h24v24H0z"/>
<polyline points="16 20 20 20 20 16" />
<line x1="14" y1="14" x2="20" y2="20" />
<polyline points="8 4 4 4 4 8" />
<line x1="4" y1="4" x2="10" y2="10" />
</svg>

Before

Width:  |  Height:  |  Size: 450 B

-9
View File
@@ -1,9 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-arrows-diagonal" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
<path stroke="none" d="M0 0h24v24H0z"/>
<polyline points="16 4 20 4 20 8" />
<line x1="14" y1="10" x2="20" y2="4" />
<polyline points="8 20 4 20 4 16" />
<line x1="4" y1="20" x2="10" y2="14" />
</svg>

Before

Width:  |  Height:  |  Size: 448 B

@@ -1,8 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-arrows-horizontal" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
<path stroke="none" d="M0 0h24v24H0z"/>
<polyline points="7 8 3 12 7 16" />
<polyline points="17 8 21 12 17 16" />
<line x1="3" y1="12" x2="21" y2="12" />
</svg>

Before

Width:  |  Height:  |  Size: 409 B

-13
View File
@@ -1,13 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-arrows-maximize" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
<path stroke="none" d="M0 0h24v24H0z"/>
<polyline points="16 4 20 4 20 8" />
<line x1="14" y1="10" x2="20" y2="4" />
<polyline points="8 20 4 20 4 16" />
<line x1="4" y1="20" x2="10" y2="14" />
<polyline points="16 20 20 20 20 16" />
<line x1="14" y1="14" x2="20" y2="20" />
<polyline points="8 4 4 4 4 8" />
<line x1="4" y1="4" x2="10" y2="10" />
</svg>

Before

Width:  |  Height:  |  Size: 610 B

-13
View File
@@ -1,13 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-arrows-minimize" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
<path stroke="none" d="M0 0h24v24H0z"/>
<polyline points="5 9 9 9 9 5" />
<line x1="3" y1="3" x2="9" y2="9" />
<polyline points="5 15 9 15 9 19" />
<line x1="3" y1="21" x2="9" y2="15" />
<polyline points="19 9 15 9 15 5" />
<line x1="15" y1="9" x2="21" y2="3" />
<polyline points="19 15 15 15 15 19" />
<line x1="15" y1="15" x2="21" y2="21" />
</svg>

Before

Width:  |  Height:  |  Size: 606 B

-7
View File
@@ -1,7 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-arrows-sort" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
<path stroke="none" d="M0 0h24v24H0z"/>
<path d="M3 9l4-4l4 4m-4 -4v14" />
<path d="M21 15l-4 4l-4-4m4 4v-14" />
</svg>

Before

Width:  |  Height:  |  Size: 359 B

-8
View File
@@ -1,8 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-arrows-vertical" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
<path stroke="none" d="M0 0h24v24H0z"/>
<polyline points="8 7 12 3 16 7" />
<polyline points="8 17 12 21 16 17" />
<line x1="12" y1="3" x2="12" y2="21" />
</svg>

Before

Width:  |  Height:  |  Size: 407 B

-14
View File
@@ -1,14 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-artboard" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
<path stroke="none" d="M0 0h24v24H0z"/>
<rect x="8" y="8" width="8" height="8" rx="1" />
<line x1="3" y1="8" x2="4" y2="8" />
<line x1="3" y1="16" x2="4" y2="16" />
<line x1="8" y1="3" x2="8" y2="4" />
<line x1="16" y1="3" x2="16" y2="4" />
<line x1="20" y1="8" x2="21" y2="8" />
<line x1="20" y1="16" x2="21" y2="16" />
<line x1="8" y1="20" x2="8" y2="21" />
<line x1="16" y1="20" x2="16" y2="21" />
</svg>

Before

Width:  |  Height:  |  Size: 658 B

-7
View File
@@ -1,7 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-at" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
<path stroke="none" d="M0 0h24v24H0z"/>
<circle cx="12" cy="12" r="4" />
<path d="M16 12v1.5a2.5 2.5 0 0 0 5 0v-1.5a9 9 0 1 0 -5.5 8.28" />
</svg>

Before

Width:  |  Height:  |  Size: 377 B

-8
View File
@@ -1,8 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-atom" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
<path stroke="none" d="M0 0h24v24H0z"/>
<line x1="12" y1="12" x2="12" y2="12.01" />
<path d="M12 2a4 10 0 0 0 -4 10a4 10 0 0 0 4 10a4 10 0 0 0 4 -10a4 10 0 0 0 -4 -10" transform="rotate(45 12 12)" />
<path d="M12 2a4 10 0 0 0 -4 10a4 10 0 0 0 4 10a4 10 0 0 0 4 -10a4 10 0 0 0 -4 -10" transform="rotate(-45 12 12)" />
</svg>

Before

Width:  |  Height:  |  Size: 558 B

-8
View File
@@ -1,8 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-award" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
<path stroke="none" d="M0 0h24v24H0z"/>
<circle cx="12" cy="9" r="6" />
<polyline points="9 14.2 9 21 12 19 15 21 15 14.2" transform="rotate(-30 12 9)" />
<polyline points="9 14.2 9 21 12 19 15 21 15 14.2" transform="rotate(30 12 9)" />
</svg>

Before

Width:  |  Height:  |  Size: 479 B

-7
View File
@@ -1,7 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-backspace" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
<path stroke="none" d="M0 0h24v24H0z"/>
<path d="M20 6a1 1 0 0 1 1 1v10a1 1 0 0 1 -1 1h-11l-5 -5a1.5 1.5 0 0 1 0 -2l5 -5Z" />
<path d="M12 10l4 4m0 -4l-4 4" />
</svg>

Before

Width:  |  Height:  |  Size: 404 B

-7
View File
@@ -1,7 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-ban" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
<path stroke="none" d="M0 0h24v24H0z"/>
<circle cx="12" cy="12" r="9" />
<line x1="5.7" y1="5.7" x2="18.3" y2="18.3" />
</svg>

Before

Width:  |  Height:  |  Size: 358 B

-10
View File
@@ -1,10 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-bandage" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
<path stroke="none" d="M0 0h24v24H0z"/>
<line x1="14" y1="12" x2="14" y2="12.01" />
<line x1="10" y1="12" x2="10" y2="12.01" />
<line x1="12" y1="10" x2="12" y2="10.01" />
<line x1="12" y1="14" x2="12" y2="14.01" />
<path d="M4.5 12.5l8 -8a4.94 4.94 0 0 1 7 7l-8 8a4.94 4.94 0 0 1 -7 -7" />
</svg>

Before

Width:  |  Height:  |  Size: 539 B

-7
View File
@@ -1,7 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-battery-1" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
<path stroke="none" d="M0 0h24v24H0z"/>
<path d="M6 7h11a2 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-11a2 2 0 0 1 -2 -2v-6a2 2 0 0 1 2 -2" />
<line x1="7" y1="10" x2="7" y2="14" />
</svg>

Before

Width:  |  Height:  |  Size: 493 B

-8
View File
@@ -1,8 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-battery-2" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
<path stroke="none" d="M0 0h24v24H0z"/>
<path d="M6 7h11a2 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-11a2 2 0 0 1 -2 -2v-6a2 2 0 0 1 2 -2" />
<line x1="7" y1="10" x2="7" y2="14" />
<line x1="10" y1="10" x2="10" y2="14" />
</svg>

Before

Width:  |  Height:  |  Size: 536 B

-9
View File
@@ -1,9 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-battery-3" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
<path stroke="none" d="M0 0h24v24H0z"/>
<path d="M6 7h11a2 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-11a2 2 0 0 1 -2 -2v-6a2 2 0 0 1 2 -2" />
<line x1="7" y1="10" x2="7" y2="14" />
<line x1="10" y1="10" x2="10" y2="14" />
<line x1="13" y1="10" x2="13" y2="14" />
</svg>

Before

Width:  |  Height:  |  Size: 579 B

-10
View File
@@ -1,10 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-battery-4" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
<path stroke="none" d="M0 0h24v24H0z"/>
<path d="M6 7h11a2 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-11a2 2 0 0 1 -2 -2v-6a2 2 0 0 1 2 -2" />
<line x1="7" y1="10" x2="7" y2="14" />
<line x1="10" y1="10" x2="10" y2="14" />
<line x1="13" y1="10" x2="13" y2="14" />
<line x1="16" y1="10" x2="16" y2="14" />
</svg>

Before

Width:  |  Height:  |  Size: 622 B

-8
View File
@@ -1,8 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-battery-charging" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
<path stroke="none" d="M0 0h24v24H0z"/>
<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" />
<polyline points="12 8 10 12 13 12 11 16" />
</svg>

Before

Width:  |  Height:  |  Size: 526 B

-6
View File
@@ -1,6 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-battery" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
<path stroke="none" d="M0 0h24v24H0z"/>
<path d="M6 7h11a2 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-11a2 2 0 0 1 -2 -2v-6a2 2 0 0 1 2 -2" />
</svg>

Before

Width:  |  Height:  |  Size: 450 B

-7
View File
@@ -1,7 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-bed" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
<path stroke="none" d="M0 0h24v24H0z"/>
<path d="M3 7v11m0 -4h18m0 4v-8a2 2 0 0 0 -2 -2h-8v6" />
<circle cx="7" cy="10" r="1" />
</svg>

Before

Width:  |  Height:  |  Size: 367 B

-7
View File
@@ -1,7 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-bell" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
<path stroke="none" d="M0 0h24v24H0z"/>
<path d="M10 5a2 2 0 0 1 4 0a7 7 0 0 1 4 6v3a4 4 0 0 0 2 3h-16a4 4 0 0 0 2 -3v-3a7 7 0 0 1 4 -6" />
<path d="M9 17v1a3 3 0 0 0 6 0v-1" />
</svg>

Before

Width:  |  Height:  |  Size: 417 B

-9
View File
@@ -1,9 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-bike" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
<path stroke="none" d="M0 0h24v24H0z"/>
<circle cx="5" cy="18" r="3" />
<circle cx="19" cy="18" r="3" />
<polyline points="12 19 12 15 9 12 14 8 16 11 19 11" />
<circle cx="17" cy="5" r="1" />
</svg>

Before

Width:  |  Height:  |  Size: 436 B

-6
View File
@@ -1,6 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-bluetooth" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
<path stroke="none" d="M0 0h24v24H0z"/>
<polyline points="6 8 18 16 12 20 12 4 18 8 6 16" />
</svg>

Before

Width:  |  Height:  |  Size: 335 B

-7
View File
@@ -1,7 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-bold" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
<path stroke="none" d="M0 0h24v24H0z"/>
<path d="M7 5h6a3.5 3.5 0 0 1 0 7h-6z" />
<path d="M13 12h1a3.5 3.5 0 0 1 0 7h-7v-7" />
</svg>

Before

Width:  |  Height:  |  Size: 367 B

-6
View File
@@ -1,6 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-bolt" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
<path stroke="none" d="M0 0h24v24H0z"/>
<polyline points="13 3 13 10 19 10 11 21 11 14 5 14 13 3" />
</svg>

Before

Width:  |  Height:  |  Size: 338 B

-10
View File
@@ -1,10 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-book" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
<path stroke="none" d="M0 0h24v24H0z"/>
<path d="M3 19a9 9 0 0 1 9 0a9 9 0 0 1 9 0" />
<path d="M3 6a9 9 0 0 1 9 0a9 9 0 0 1 9 0" />
<line x1="3" y1="6" x2="3" y2="19" />
<line x1="12" y1="6" x2="12" y2="19" />
<line x1="21" y1="6" x2="21" y2="19" />
</svg>

Before

Width:  |  Height:  |  Size: 496 B

-6
View File
@@ -1,6 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-bookmark" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
<path stroke="none" d="M0 0h24v24H0z"/>
<path d="M9 4h6a2 2 0 0 1 2 2v14l-5-3l-5 3v-14a2 2 0 0 1 2 -2" />
</svg>

Before

Width:  |  Height:  |  Size: 347 B

@@ -1,3 +0,0 @@
<svg class="bi bi-alarm-fill" width="1em" height="1em" viewBox="0 0 20 20" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" d="M7.5 2.5A.5.5 0 018 2h4a.5.5 0 010 1h-1v1.07a7.002 7.002 0 013.537 12.26l.817.816a.5.5 0 01-.708.708l-.924-.925A6.967 6.967 0 0110 18a6.967 6.967 0 01-3.722-1.07l-.924.924a.5.5 0 01-.708-.708l.817-.816A7.002 7.002 0 019 4.07V3H8a.5.5 0 01-.5-.5zM2.86 7.387A2.5 2.5 0 116.387 3.86 8.035 8.035 0 002.86 7.387zM15.5 3c-.753 0-1.429.333-1.887.86a8.035 8.035 0 013.527 3.527A2.5 2.5 0 0015.5 3zm-5 4a.5.5 0 00-1 0v3.882l-1.447 2.894a.5.5 0 10.894.448l1.5-3A.5.5 0 0010.5 11V7z" clip-rule="evenodd"/>
</svg>

Before

Width:  |  Height:  |  Size: 663 B

-7
View File
@@ -1,7 +0,0 @@
<svg class="bi bi-alarm" width="1em" height="1em" viewBox="0 0 20 20" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" d="M10 17a6 6 0 100-12 6 6 0 000 12zm0 1a7 7 0 100-14 7 7 0 000 14z" clip-rule="evenodd"/>
<path fill-rule="evenodd" d="M10 6.5a.5.5 0 01.5.5v4a.5.5 0 01-.053.224l-1.5 3a.5.5 0 11-.894-.448L9.5 10.882V7a.5.5 0 01.5-.5z" clip-rule="evenodd"/>
<path d="M2.86 7.387A2.5 2.5 0 116.387 3.86 8.035 8.035 0 002.86 7.387zM13.613 3.86a2.5 2.5 0 113.527 3.527 8.035 8.035 0 00-3.527-3.527z"/>
<path fill-rule="evenodd" d="M13.646 16.146a.5.5 0 01.708 0l1 1a.5.5 0 01-.708.708l-1-1a.5.5 0 010-.708zm-7.292 0a.5.5 0 00-.708 0l-1 1a.5.5 0 00.708.708l1-1a.5.5 0 000-.708zM7.5 2.5A.5.5 0 018 2h4a.5.5 0 010 1H8a.5.5 0 01-.5-.5z" clip-rule="evenodd"/>
<path d="M9 3h2v2H9V3z"/>
</svg>

Before

Width:  |  Height:  |  Size: 830 B

@@ -1,3 +0,0 @@
<svg class="bi bi-alert-circle-fill" width="1em" height="1em" viewBox="0 0 20 20" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" d="M18 10a8 8 0 11-16 0 8 8 0 0116 0zm-8.998 3a1 1 0 112 0 1 1 0 01-2 0zM10 6a.905.905 0 00-.9.995l.35 3.507a.553.553 0 001.1 0l.35-3.507A.905.905 0 0010 6z" clip-rule="evenodd"/>
</svg>

Before

Width:  |  Height:  |  Size: 352 B

@@ -1,4 +0,0 @@
<svg class="bi bi-alert-circle" width="1em" height="1em" viewBox="0 0 20 20" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" d="M10 17a7 7 0 100-14 7 7 0 000 14zm0 1a8 8 0 100-16 8 8 0 000 16z" clip-rule="evenodd"/>
<path d="M9.002 13a1 1 0 112 0 1 1 0 01-2 0zM9.1 6.995a.905.905 0 111.8 0l-.35 3.507a.553.553 0 01-1.1 0L9.1 6.995z"/>
</svg>

Before

Width:  |  Height:  |  Size: 379 B

@@ -1,3 +0,0 @@
<svg class="bi bi-alert-octagon-fill" width="1em" height="1em" viewBox="0 0 20 20" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" d="M13.107 2a.5.5 0 01.353.146l4.394 4.394a.5.5 0 01.146.353v6.214a.5.5 0 01-.146.353l-4.394 4.394a.5.5 0 01-.353.146H6.893a.5.5 0 01-.353-.146L2.146 13.46A.5.5 0 012 13.107V6.893a.5.5 0 01.146-.353L6.54 2.146A.5.5 0 016.893 2h6.214zM9.002 13a1 1 0 112 0 1 1 0 01-2 0zM10 6a.905.905 0 00-.9.995l.35 3.507a.553.553 0 001.1 0l.35-3.507A.905.905 0 0010 6z" clip-rule="evenodd"/>
</svg>

Before

Width:  |  Height:  |  Size: 549 B

@@ -1,5 +0,0 @@
<svg class="bi bi-alert-octagon" width="1em" height="1em" viewBox="0 0 20 20" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" d="M6.54 2.146A.5.5 0 016.893 2h6.214a.5.5 0 01.353.146l4.394 4.394a.5.5 0 01.146.353v6.214a.5.5 0 01-.146.353l-4.394 4.394a.5.5 0 01-.353.146H6.893a.5.5 0 01-.353-.146L2.146 13.46A.5.5 0 012 13.107V6.893a.5.5 0 01.146-.353L6.54 2.146zM7.1 3L3 7.1v5.8L7.1 17h5.8l4.1-4.1V7.1L12.9 3H7.1z" clip-rule="evenodd"/>
<rect width="2" height="2" x="9.002" y="12" rx="1"/>
<path d="M9.1 6.995a.905.905 0 111.8 0l-.35 3.507a.553.553 0 01-1.1 0L9.1 6.995z"/>
</svg>

Before

Width:  |  Height:  |  Size: 619 B

@@ -1,3 +0,0 @@
<svg class="bi bi-alert-square-fill" width="1em" height="1em" viewBox="0 0 20 20" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" d="M2 4a2 2 0 012-2h12a2 2 0 012 2v12a2 2 0 01-2 2H4a2 2 0 01-2-2V4zm7.002 9a1 1 0 112 0 1 1 0 01-2 0zM10 6a.905.905 0 00-.9.995l.35 3.507a.553.553 0 001.1 0l.35-3.507A.905.905 0 0010 6z" clip-rule="evenodd"/>
</svg>

Before

Width:  |  Height:  |  Size: 382 B

@@ -1,5 +0,0 @@
<svg class="bi bi-alert-square" width="1em" height="1em" viewBox="0 0 20 20" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" d="M16 3H4a1 1 0 00-1 1v12a1 1 0 001 1h12a1 1 0 001-1V4a1 1 0 00-1-1zM4 2a2 2 0 00-2 2v12a2 2 0 002 2h12a2 2 0 002-2V4a2 2 0 00-2-2H4z" clip-rule="evenodd"/>
<rect width="2" height="2" x="9.002" y="12" rx="1"/>
<path d="M9.1 6.995a.905.905 0 111.8 0l-.35 3.507a.553.553 0 01-1.1 0L9.1 6.995z"/>
</svg>

Before

Width:  |  Height:  |  Size: 466 B

@@ -1,3 +0,0 @@
<svg class="bi bi-alert-triangle-fill" width="1em" height="1em" viewBox="0 0 20 20" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" d="M9.022 3.566a1.13 1.13 0 011.96 0l6.857 11.667c.457.778-.092 1.767-.98 1.767H3.144c-.889 0-1.437-.99-.98-1.767L9.022 3.566zM9.002 14a1 1 0 112 0 1 1 0 01-2 0zM10 7a.905.905 0 00-.9.995l.35 3.507a.553.553 0 001.1 0l.35-3.507A.905.905 0 0010 7z" clip-rule="evenodd"/>
</svg>

Before

Width:  |  Height:  |  Size: 443 B

@@ -1,5 +0,0 @@
<svg class="bi bi-alert-triangle" width="1em" height="1em" viewBox="0 0 20 20" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" d="M9.938 4.016a.146.146 0 00-.054.057L3.027 15.74a.176.176 0 00-.002.183c.016.03.037.05.054.06.015.01.034.017.066.017h13.713a.12.12 0 00.066-.017.163.163 0 00.055-.06.176.176 0 00-.003-.183L10.12 4.073a.146.146 0 00-.054-.057.13.13 0 00-.063-.016.13.13 0 00-.064.016zm1.043-.45a1.13 1.13 0 00-1.96 0L2.166 15.233c-.457.778.091 1.767.98 1.767h13.713c.889 0 1.438-.99.98-1.767L10.982 3.566z" clip-rule="evenodd"/>
<rect width="2" height="2" x="9.002" y="13" rx="1"/>
<path d="M9.1 7.995a.905.905 0 111.8 0l-.35 3.507a.553.553 0 01-1.1 0L9.1 7.995z"/>
</svg>

Before

Width:  |  Height:  |  Size: 723 B

@@ -1,3 +0,0 @@
<svg class="bi bi-archive-fill" width="1em" height="1em" viewBox="0 0 20 20" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" d="M14.643 17C15.979 17 17 15.845 17 14.5V7H3v7.5C3 15.845 4.021 17 5.357 17h9.286zM8 9a.5.5 0 000 1h4a.5.5 0 000-1H8zM3 3a1 1 0 00-1 1v1.5a1 1 0 001 1h14a1 1 0 001-1V4a1 1 0 00-1-1H3z" clip-rule="evenodd"/>
</svg>

Before

Width:  |  Height:  |  Size: 375 B

@@ -1,4 +0,0 @@
<svg class="bi bi-archive" width="1em" height="1em" viewBox="0 0 20 20" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" d="M4 7v7.5c0 .864.642 1.5 1.357 1.5h9.286c.715 0 1.357-.636 1.357-1.5V7h1v7.5c0 1.345-1.021 2.5-2.357 2.5H5.357C4.021 17 3 15.845 3 14.5V7h1z" clip-rule="evenodd"/>
<path fill-rule="evenodd" d="M7.5 9.5A.5.5 0 018 9h4a.5.5 0 010 1H8a.5.5 0 01-.5-.5zM17 4H3v2h14V4zM3 3a1 1 0 00-1 1v2a1 1 0 001 1h14a1 1 0 001-1V4a1 1 0 00-1-1H3z" clip-rule="evenodd"/>
</svg>

Before

Width:  |  Height:  |  Size: 517 B

@@ -1,4 +0,0 @@
<svg class="bi bi-arrow-bar-bottom" width="1em" height="1em" viewBox="0 0 20 20" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" d="M13.354 12.146a.5.5 0 010 .708l-3 3a.5.5 0 01-.708 0l-3-3a.5.5 0 01.708-.708L10 14.793l2.646-2.647a.5.5 0 01.708 0z" clip-rule="evenodd"/>
<path fill-rule="evenodd" d="M10 8a.5.5 0 01.5.5V15a.5.5 0 01-1 0V8.5A.5.5 0 0110 8zM4 5.75a.5.5 0 01.5-.5h11a.5.5 0 010 1h-11a.5.5 0 01-.5-.5z" clip-rule="evenodd"/>
</svg>

Before

Width:  |  Height:  |  Size: 482 B

@@ -1,4 +0,0 @@
<svg class="bi bi-arrow-bar-left" width="1em" height="1em" viewBox="0 0 20 20" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" d="M7.854 6.646a.5.5 0 00-.708 0l-3 3a.5.5 0 000 .708l3 3a.5.5 0 00.708-.708L5.207 10l2.647-2.646a.5.5 0 000-.708z" clip-rule="evenodd"/>
<path fill-rule="evenodd" d="M12 10a.5.5 0 00-.5-.5H5a.5.5 0 000 1h6.5a.5.5 0 00.5-.5zm2.5 6a.5.5 0 01-.5-.5v-11a.5.5 0 011 0v11a.5.5 0 01-.5.5z" clip-rule="evenodd"/>
</svg>

Before

Width:  |  Height:  |  Size: 477 B

@@ -1,4 +0,0 @@
<svg class="bi bi-arrow-bar-right" width="1em" height="1em" viewBox="0 0 20 20" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" d="M12.146 6.646a.5.5 0 01.708 0l3 3a.5.5 0 010 .708l-3 3a.5.5 0 01-.708-.708L14.793 10l-2.647-2.646a.5.5 0 010-.708z" clip-rule="evenodd"/>
<path fill-rule="evenodd" d="M8 10a.5.5 0 01.5-.5H15a.5.5 0 010 1H8.5A.5.5 0 018 10zm-2.5 6a.5.5 0 01-.5-.5v-11a.5.5 0 011 0v11a.5.5 0 01-.5.5z" clip-rule="evenodd"/>
</svg>

Before

Width:  |  Height:  |  Size: 480 B

@@ -1,4 +0,0 @@
<svg class="bi bi-arrow-bar-up" width="1em" height="1em" viewBox="0 0 20 20" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" d="M13.354 7.854a.5.5 0 000-.708l-3-3a.5.5 0 00-.708 0l-3 3a.5.5 0 10.708.708L10 5.207l2.646 2.647a.5.5 0 00.708 0z" clip-rule="evenodd"/>
<path fill-rule="evenodd" d="M10 12a.5.5 0 00.5-.5V5a.5.5 0 00-1 0v6.5a.5.5 0 00.5.5zm-6 2.75a.5.5 0 01.5-.5h11a.5.5 0 010 1h-11a.5.5 0 01-.5-.5z" clip-rule="evenodd"/>
</svg>

Before

Width:  |  Height:  |  Size: 477 B

@@ -1,4 +0,0 @@
<svg class="bi bi-arrow-clockwise" width="1em" height="1em" viewBox="0 0 20 20" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" d="M10 4.5a5.5 5.5 0 105.5 5.5.5.5 0 011 0 6.5 6.5 0 11-3.25-5.63l-.5.865A5.472 5.472 0 0010 4.5z" clip-rule="evenodd"/>
<path fill-rule="evenodd" d="M10.646 1.646a.5.5 0 01.708 0l2.5 2.5a.5.5 0 010 .708l-2.5 2.5a.5.5 0 01-.708-.708L12.793 4.5l-2.147-2.146a.5.5 0 010-.708z" clip-rule="evenodd"/>
</svg>

Before

Width:  |  Height:  |  Size: 469 B

@@ -1,4 +0,0 @@
<svg class="bi bi-arrow-counterclockwise" width="1em" height="1em" viewBox="0 0 20 20" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" d="M10 4.5A5.5 5.5 0 114.5 10a.5.5 0 00-1 0 6.5 6.5 0 103.25-5.63l.5.865A5.472 5.472 0 0110 4.5z" clip-rule="evenodd"/>
<path fill-rule="evenodd" d="M9.354 1.646a.5.5 0 00-.708 0l-2.5 2.5a.5.5 0 000 .708l2.5 2.5a.5.5 0 10.708-.708L7.207 4.5l2.147-2.146a.5.5 0 000-.708z" clip-rule="evenodd"/>
</svg>

Before

Width:  |  Height:  |  Size: 472 B

@@ -1,4 +0,0 @@
<svg class="bi bi-arrow-down-left" width="1em" height="1em" viewBox="0 0 20 20" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" d="M5 9.5a.5.5 0 01.5.5v4.5H10a.5.5 0 010 1H5a.5.5 0 01-.5-.5v-5a.5.5 0 01.5-.5z" clip-rule="evenodd"/>
<path fill-rule="evenodd" d="M14.354 5.646a.5.5 0 010 .708l-9 9a.5.5 0 01-.708-.708l9-9a.5.5 0 01.708 0z" clip-rule="evenodd"/>
</svg>

Before

Width:  |  Height:  |  Size: 404 B

@@ -1,4 +0,0 @@
<svg class="bi bi-arrow-down-right" width="1em" height="1em" viewBox="0 0 20 20" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" d="M14 9.5a.5.5 0 01.5.5v5a.5.5 0 01-.5.5H9a.5.5 0 010-1h4.5V10a.5.5 0 01.5-.5z" clip-rule="evenodd"/>
<path fill-rule="evenodd" d="M4.646 5.646a.5.5 0 01.708 0l9 9a.5.5 0 01-.708.708l-9-9a.5.5 0 010-.708z" clip-rule="evenodd"/>
</svg>

Before

Width:  |  Height:  |  Size: 402 B

@@ -1,4 +0,0 @@
<svg class="bi bi-arrow-down-short" width="1em" height="1em" viewBox="0 0 20 20" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" d="M6.646 9.646a.5.5 0 01.708 0L10 12.293l2.646-2.647a.5.5 0 01.708.708l-3 3a.5.5 0 01-.708 0l-3-3a.5.5 0 010-.708z" clip-rule="evenodd"/>
<path fill-rule="evenodd" d="M10 6.5a.5.5 0 01.5.5v5a.5.5 0 01-1 0V7a.5.5 0 01.5-.5z" clip-rule="evenodd"/>
</svg>

Before

Width:  |  Height:  |  Size: 420 B

@@ -1,4 +0,0 @@
<svg class="bi bi-arrow-down" width="1em" height="1em" viewBox="0 0 20 20" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" d="M6.646 11.646a.5.5 0 01.708 0L10 14.293l2.646-2.647a.5.5 0 01.708.708l-3 3a.5.5 0 01-.708 0l-3-3a.5.5 0 010-.708z" clip-rule="evenodd"/>
<path fill-rule="evenodd" d="M10 4.5a.5.5 0 01.5.5v9a.5.5 0 01-1 0V5a.5.5 0 01.5-.5z" clip-rule="evenodd"/>
</svg>

Before

Width:  |  Height:  |  Size: 415 B

@@ -1,5 +0,0 @@
<svg class="bi bi-arrow-left-right" width="1em" height="1em" viewBox="0 0 20 20" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" d="M12.146 9.646a.5.5 0 01.708 0l3 3a.5.5 0 010 .708l-3 3a.5.5 0 01-.708-.708L14.793 13l-2.647-2.646a.5.5 0 010-.708z" clip-rule="evenodd"/>
<path fill-rule="evenodd" d="M4 13a.5.5 0 01.5-.5H15a.5.5 0 010 1H4.5A.5.5 0 014 13zm3.854-9.354a.5.5 0 010 .708L5.207 7l2.647 2.646a.5.5 0 01-.708.708l-3-3a.5.5 0 010-.708l3-3a.5.5 0 01.708 0z" clip-rule="evenodd"/>
<path fill-rule="evenodd" d="M4.5 7a.5.5 0 01.5-.5h10.5a.5.5 0 010 1H5a.5.5 0 01-.5-.5z" clip-rule="evenodd"/>
</svg>

Before

Width:  |  Height:  |  Size: 644 B

@@ -1,4 +0,0 @@
<svg class="bi bi-arrow-left-short" width="1em" height="1em" viewBox="0 0 20 20" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" d="M9.854 6.646a.5.5 0 010 .708L7.207 10l2.647 2.646a.5.5 0 01-.708.708l-3-3a.5.5 0 010-.708l3-3a.5.5 0 01.708 0z" clip-rule="evenodd"/>
<path fill-rule="evenodd" d="M6.5 10a.5.5 0 01.5-.5h6.5a.5.5 0 010 1H7a.5.5 0 01-.5-.5z" clip-rule="evenodd"/>
</svg>

Before

Width:  |  Height:  |  Size: 421 B

@@ -1,4 +0,0 @@
<svg class="bi bi-arrow-left" width="1em" height="1em" viewBox="0 0 20 20" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" d="M7.854 6.646a.5.5 0 010 .708L5.207 10l2.647 2.646a.5.5 0 01-.708.708l-3-3a.5.5 0 010-.708l3-3a.5.5 0 01.708 0z" clip-rule="evenodd"/>
<path fill-rule="evenodd" d="M4.5 10a.5.5 0 01.5-.5h10.5a.5.5 0 010 1H5a.5.5 0 01-.5-.5z" clip-rule="evenodd"/>
</svg>

Before

Width:  |  Height:  |  Size: 416 B

@@ -1,5 +0,0 @@
<svg class="bi bi-arrow-repeat" width="1em" height="1em" viewBox="0 0 20 20" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" d="M4 9.5a.5.5 0 00-.5.5 6.5 6.5 0 0012.13 3.25.5.5 0 00-.866-.5A5.5 5.5 0 014.5 10a.5.5 0 00-.5-.5z" clip-rule="evenodd"/>
<path fill-rule="evenodd" d="M4.354 9.146a.5.5 0 00-.708 0l-2 2a.5.5 0 00.708.708L4 10.207l1.646 1.647a.5.5 0 00.708-.708l-2-2zM15.947 10.5a.5.5 0 00.5-.5 6.5 6.5 0 00-12.13-3.25.5.5 0 10.866.5A5.5 5.5 0 0115.448 10a.5.5 0 00.5.5z" clip-rule="evenodd"/>
<path fill-rule="evenodd" d="M18.354 8.146a.5.5 0 00-.708 0L16 9.793l-1.646-1.647a.5.5 0 00-.708.708l2 2a.5.5 0 00.708 0l2-2a.5.5 0 000-.708z" clip-rule="evenodd"/>
</svg>

Before

Width:  |  Height:  |  Size: 714 B

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