From dda649a2e9fb6b15754a9ba7ca88baf14f0ae5f9 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Fri, 4 Dec 2020 11:30:33 -0800 Subject: [PATCH 1/2] Change width and height from 1em to 16px Fixes broken rendering of 1x1px when opening current icons in Sketch, Illustrator, etc. Also reprocesses icons to reorder the attributes. Fixes #492 --- build/build-svgs.js | 25 +++++-------------------- 1 file changed, 5 insertions(+), 20 deletions(-) diff --git a/build/build-svgs.js b/build/build-svgs.js index b8ff0002c4..02312c09cd 100644 --- a/build/build-svgs.js +++ b/build/build-svgs.js @@ -12,9 +12,12 @@ const yaml = require('js-yaml') const iconsDir = path.join(__dirname, '../icons/') const svgAttributes = { - class: '', + xmlns: 'http://www.w3.org/2000/svg', + width: '16', + height: '16', fill: 'currentColor', - xmlns: 'http://www.w3.org/2000/svg' + class: '', + viewBox: '0 0 16 16' } const getSvgoConfig = async () => { @@ -50,24 +53,6 @@ const processFile = (file, config) => new Promise((resolve, reject) => { $(svg).attr(attr, val) } - const dimensions = $(svg).attr('viewBox').split(' ') - const svgWidth = dimensions[2] / 16 - const svgHeight = dimensions[3] / 16 - - $(svg).attr('width', `${svgWidth}em`) - $(svg).attr('height', `${svgHeight}em`) - - // Todo: Pass argument to script to flip between ems and pixels. - // Until then, leaving code here—font-family generation requires - // use of pixels. - - // const svgWidth = dimensions[2] - // const svgHeight = dimensions[3] - - // $(svg).attr('width', `${svgWidth}`) - // $(svg).attr('height', `${svgHeight}`) - - $(svg).attr('class', `bi bi-${path.basename(file, '.svg')}`) fs.writeFile(file, $(svg).toString(), 'utf8') From 6a810854836a8b5b883282d771a77ea2ca2c221c Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Fri, 4 Dec 2020 11:30:48 -0800 Subject: [PATCH 2/2] Reprocess all icons to update dimensions and attribute order --- bootstrap-icons.svg | 2 +- icons/alarm-fill.svg | 2 +- icons/alarm.svg | 2 +- icons/align-bottom.svg | 2 +- icons/align-center.svg | 2 +- icons/align-end.svg | 2 +- icons/align-middle.svg | 2 +- icons/align-start.svg | 2 +- icons/align-top.svg | 2 +- icons/alt.svg | 2 +- icons/app-indicator.svg | 2 +- icons/app.svg | 2 +- icons/archive-fill.svg | 2 +- icons/archive.svg | 2 +- icons/arrow-90deg-down.svg | 2 +- icons/arrow-90deg-left.svg | 2 +- icons/arrow-90deg-right.svg | 2 +- icons/arrow-90deg-up.svg | 2 +- icons/arrow-bar-down.svg | 2 +- icons/arrow-bar-left.svg | 2 +- icons/arrow-bar-right.svg | 2 +- icons/arrow-bar-up.svg | 2 +- icons/arrow-clockwise.svg | 2 +- icons/arrow-counterclockwise.svg | 2 +- icons/arrow-down-circle-fill.svg | 2 +- icons/arrow-down-circle.svg | 2 +- icons/arrow-down-left-circle-fill.svg | 2 +- icons/arrow-down-left-circle.svg | 2 +- icons/arrow-down-left-square-fill.svg | 2 +- icons/arrow-down-left-square.svg | 2 +- icons/arrow-down-left.svg | 2 +- icons/arrow-down-right-circle-fill.svg | 2 +- icons/arrow-down-right-circle.svg | 2 +- icons/arrow-down-right-square-fill.svg | 2 +- icons/arrow-down-right-square.svg | 2 +- icons/arrow-down-right.svg | 2 +- icons/arrow-down-short.svg | 2 +- icons/arrow-down-square-fill.svg | 2 +- icons/arrow-down-square.svg | 2 +- icons/arrow-down-up.svg | 2 +- icons/arrow-down.svg | 2 +- icons/arrow-left-circle-fill.svg | 2 +- icons/arrow-left-circle.svg | 2 +- icons/arrow-left-right.svg | 2 +- icons/arrow-left-short.svg | 2 +- icons/arrow-left-square-fill.svg | 2 +- icons/arrow-left-square.svg | 2 +- icons/arrow-left.svg | 2 +- icons/arrow-repeat.svg | 2 +- icons/arrow-return-left.svg | 2 +- icons/arrow-return-right.svg | 2 +- icons/arrow-right-circle-fill.svg | 2 +- icons/arrow-right-circle.svg | 2 +- icons/arrow-right-short.svg | 2 +- icons/arrow-right-square-fill.svg | 2 +- icons/arrow-right-square.svg | 2 +- icons/arrow-right.svg | 2 +- icons/arrow-up-circle-fill.svg | 2 +- icons/arrow-up-circle.svg | 2 +- icons/arrow-up-left-circle-fill.svg | 2 +- icons/arrow-up-left-circle.svg | 2 +- icons/arrow-up-left-square-fill.svg | 2 +- icons/arrow-up-left-square.svg | 2 +- icons/arrow-up-left.svg | 2 +- icons/arrow-up-right-circle-fill.svg | 2 +- icons/arrow-up-right-circle.svg | 2 +- icons/arrow-up-right-square-fill.svg | 2 +- icons/arrow-up-right-square.svg | 2 +- icons/arrow-up-right.svg | 2 +- icons/arrow-up-short.svg | 2 +- icons/arrow-up-square-fill.svg | 2 +- icons/arrow-up-square.svg | 2 +- icons/arrow-up.svg | 2 +- icons/arrows-angle-contract.svg | 2 +- icons/arrows-angle-expand.svg | 2 +- icons/arrows-collapse.svg | 2 +- icons/arrows-expand.svg | 2 +- icons/arrows-fullscreen.svg | 2 +- icons/arrows-move.svg | 2 +- icons/aspect-ratio-fill.svg | 2 +- icons/aspect-ratio.svg | 2 +- icons/asterisk.svg | 2 +- icons/at.svg | 2 +- icons/award-fill.svg | 2 +- icons/award.svg | 2 +- icons/back.svg | 2 +- icons/backspace-fill.svg | 2 +- icons/backspace-reverse-fill.svg | 2 +- icons/backspace-reverse.svg | 2 +- icons/backspace.svg | 2 +- icons/badge-4k-fill.svg | 2 +- icons/badge-4k.svg | 2 +- icons/badge-8k-fill.svg | 2 +- icons/badge-8k.svg | 2 +- icons/badge-ad-fill.svg | 2 +- icons/badge-ad.svg | 2 +- icons/badge-cc-fill.svg | 2 +- icons/badge-cc.svg | 2 +- icons/badge-hd-fill.svg | 2 +- icons/badge-hd.svg | 2 +- icons/badge-tm-fill.svg | 2 +- icons/badge-tm.svg | 2 +- icons/badge-vo-fill.svg | 2 +- icons/badge-vo.svg | 2 +- icons/bag-check-fill.svg | 2 +- icons/bag-check.svg | 2 +- icons/bag-dash-fill.svg | 2 +- icons/bag-dash.svg | 2 +- icons/bag-fill.svg | 2 +- icons/bag-plus-fill.svg | 2 +- icons/bag-plus.svg | 2 +- icons/bag-x-fill.svg | 2 +- icons/bag-x.svg | 2 +- icons/bag.svg | 2 +- icons/bar-chart-fill.svg | 2 +- icons/bar-chart-line-fill.svg | 2 +- icons/bar-chart-line.svg | 2 +- icons/bar-chart-steps.svg | 2 +- icons/bar-chart.svg | 2 +- icons/basket-fill.svg | 2 +- icons/basket.svg | 2 +- icons/basket2-fill.svg | 2 +- icons/basket2.svg | 2 +- icons/basket3-fill.svg | 2 +- icons/basket3.svg | 2 +- icons/battery-charging.svg | 2 +- icons/battery-full.svg | 2 +- icons/battery-half.svg | 2 +- icons/battery.svg | 2 +- icons/bell-fill.svg | 2 +- icons/bell.svg | 2 +- icons/bezier.svg | 2 +- icons/bezier2.svg | 2 +- icons/bicycle.svg | 2 +- icons/binoculars-fill.svg | 2 +- icons/binoculars.svg | 2 +- icons/blockquote-left.svg | 2 +- icons/blockquote-right.svg | 2 +- icons/book-fill.svg | 2 +- icons/book-half.svg | 2 +- icons/book.svg | 2 +- icons/bookmark-check-fill.svg | 2 +- icons/bookmark-check.svg | 2 +- icons/bookmark-dash-fill.svg | 2 +- icons/bookmark-dash.svg | 2 +- icons/bookmark-fill.svg | 2 +- icons/bookmark-heart-fill.svg | 2 +- icons/bookmark-heart.svg | 2 +- icons/bookmark-plus-fill.svg | 2 +- icons/bookmark-plus.svg | 2 +- icons/bookmark-star-fill.svg | 2 +- icons/bookmark-star.svg | 2 +- icons/bookmark-x-fill.svg | 2 +- icons/bookmark-x.svg | 2 +- icons/bookmark.svg | 2 +- icons/bookmarks-fill.svg | 2 +- icons/bookmarks.svg | 2 +- icons/bookshelf.svg | 2 +- icons/bootstrap-fill.svg | 2 +- icons/bootstrap-reboot.svg | 2 +- icons/bootstrap.svg | 2 +- icons/border-style.svg | 2 +- icons/border-width.svg | 2 +- icons/bounding-box-circles.svg | 2 +- icons/bounding-box.svg | 2 +- icons/box-arrow-down-left.svg | 2 +- icons/box-arrow-down-right.svg | 2 +- icons/box-arrow-down.svg | 2 +- icons/box-arrow-in-down-left.svg | 2 +- icons/box-arrow-in-down-right.svg | 2 +- icons/box-arrow-in-down.svg | 2 +- icons/box-arrow-in-left.svg | 2 +- icons/box-arrow-in-right.svg | 2 +- icons/box-arrow-in-up-left.svg | 2 +- icons/box-arrow-in-up-right.svg | 2 +- icons/box-arrow-in-up.svg | 2 +- icons/box-arrow-left.svg | 2 +- icons/box-arrow-right.svg | 2 +- icons/box-arrow-up-left.svg | 2 +- icons/box-arrow-up-right.svg | 2 +- icons/box-arrow-up.svg | 2 +- icons/box-seam.svg | 2 +- icons/box.svg | 2 +- icons/braces.svg | 2 +- icons/bricks.svg | 2 +- icons/briefcase-fill.svg | 2 +- icons/briefcase.svg | 2 +- icons/brightness-alt-high-fill.svg | 2 +- icons/brightness-alt-high.svg | 2 +- icons/brightness-alt-low-fill.svg | 2 +- icons/brightness-alt-low.svg | 2 +- icons/brightness-high-fill.svg | 2 +- icons/brightness-high.svg | 2 +- icons/brightness-low-fill.svg | 2 +- icons/brightness-low.svg | 2 +- icons/broadcast-pin.svg | 2 +- icons/broadcast.svg | 2 +- icons/brush-fill.svg | 2 +- icons/brush.svg | 2 +- icons/bucket-fill.svg | 2 +- icons/bucket.svg | 2 +- icons/bug-fill.svg | 2 +- icons/bug.svg | 2 +- icons/building.svg | 2 +- icons/bullseye.svg | 2 +- icons/calculator-fill.svg | 2 +- icons/calculator.svg | 2 +- icons/calendar-check-fill.svg | 2 +- icons/calendar-check.svg | 2 +- icons/calendar-date-fill.svg | 2 +- icons/calendar-date.svg | 2 +- icons/calendar-day-fill.svg | 2 +- icons/calendar-day.svg | 2 +- icons/calendar-event-fill.svg | 2 +- icons/calendar-event.svg | 2 +- icons/calendar-fill.svg | 2 +- icons/calendar-minus-fill.svg | 2 +- icons/calendar-minus.svg | 2 +- icons/calendar-month-fill.svg | 2 +- icons/calendar-month.svg | 2 +- icons/calendar-plus-fill.svg | 2 +- icons/calendar-plus.svg | 2 +- icons/calendar-range-fill.svg | 2 +- icons/calendar-range.svg | 2 +- icons/calendar-week-fill.svg | 2 +- icons/calendar-week.svg | 2 +- icons/calendar-x-fill.svg | 2 +- icons/calendar-x.svg | 2 +- icons/calendar.svg | 2 +- icons/calendar2-check-fill.svg | 2 +- icons/calendar2-check.svg | 2 +- icons/calendar2-date-fill.svg | 2 +- icons/calendar2-date.svg | 2 +- icons/calendar2-day-fill.svg | 2 +- icons/calendar2-day.svg | 2 +- icons/calendar2-event-fill.svg | 2 +- icons/calendar2-event.svg | 2 +- icons/calendar2-fill.svg | 2 +- icons/calendar2-minus-fill.svg | 2 +- icons/calendar2-minus.svg | 2 +- icons/calendar2-month-fill.svg | 2 +- icons/calendar2-month.svg | 2 +- icons/calendar2-plus-fill.svg | 2 +- icons/calendar2-plus.svg | 2 +- icons/calendar2-range-fill.svg | 2 +- icons/calendar2-range.svg | 2 +- icons/calendar2-week-fill.svg | 2 +- icons/calendar2-week.svg | 2 +- icons/calendar2-x-fill.svg | 2 +- icons/calendar2-x.svg | 2 +- icons/calendar2.svg | 2 +- icons/calendar3-event-fill.svg | 2 +- icons/calendar3-event.svg | 2 +- icons/calendar3-fill.svg | 2 +- icons/calendar3-range-fill.svg | 2 +- icons/calendar3-range.svg | 2 +- icons/calendar3-week-fill.svg | 2 +- icons/calendar3-week.svg | 2 +- icons/calendar3.svg | 2 +- icons/calendar4-event.svg | 2 +- icons/calendar4-range.svg | 2 +- icons/calendar4-week.svg | 2 +- icons/calendar4.svg | 2 +- icons/camera-fill.svg | 2 +- icons/camera-reels-fill.svg | 2 +- icons/camera-reels.svg | 2 +- icons/camera-video-fill.svg | 2 +- icons/camera-video-off-fill.svg | 2 +- icons/camera-video-off.svg | 2 +- icons/camera-video.svg | 2 +- icons/camera.svg | 2 +- icons/camera2.svg | 2 +- icons/capslock-fill.svg | 2 +- icons/capslock.svg | 2 +- icons/card-checklist.svg | 2 +- icons/card-heading.svg | 2 +- icons/card-image.svg | 2 +- icons/card-list.svg | 2 +- icons/card-text.svg | 2 +- icons/caret-down-fill.svg | 2 +- icons/caret-down-square-fill.svg | 2 +- icons/caret-down-square.svg | 2 +- icons/caret-down.svg | 2 +- icons/caret-left-fill.svg | 2 +- icons/caret-left-square-fill.svg | 2 +- icons/caret-left-square.svg | 2 +- icons/caret-left.svg | 2 +- icons/caret-right-fill.svg | 2 +- icons/caret-right-square-fill.svg | 2 +- icons/caret-right-square.svg | 2 +- icons/caret-right.svg | 2 +- icons/caret-up-fill.svg | 2 +- icons/caret-up-square-fill.svg | 2 +- icons/caret-up-square.svg | 2 +- icons/caret-up.svg | 2 +- icons/cart-check-fill.svg | 2 +- icons/cart-check.svg | 2 +- icons/cart-dash-fill.svg | 2 +- icons/cart-dash.svg | 2 +- icons/cart-fill.svg | 2 +- icons/cart-plus-fill.svg | 2 +- icons/cart-plus.svg | 2 +- icons/cart-x-fill.svg | 2 +- icons/cart-x.svg | 2 +- icons/cart.svg | 2 +- icons/cart2.svg | 2 +- icons/cart3.svg | 2 +- icons/cart4.svg | 2 +- icons/cash-stack.svg | 2 +- icons/cash.svg | 2 +- icons/cast.svg | 2 +- icons/chat-dots-fill.svg | 2 +- icons/chat-dots.svg | 2 +- icons/chat-fill.svg | 2 +- icons/chat-left-dots-fill.svg | 2 +- icons/chat-left-dots.svg | 2 +- icons/chat-left-fill.svg | 2 +- icons/chat-left-quote-fill.svg | 2 +- icons/chat-left-quote.svg | 2 +- icons/chat-left-text-fill.svg | 2 +- icons/chat-left-text.svg | 2 +- icons/chat-left.svg | 2 +- icons/chat-quote-fill.svg | 2 +- icons/chat-quote.svg | 2 +- icons/chat-right-dots-fill.svg | 2 +- icons/chat-right-dots.svg | 2 +- icons/chat-right-fill.svg | 2 +- icons/chat-right-quote-fill.svg | 2 +- icons/chat-right-quote.svg | 2 +- icons/chat-right-text-fill.svg | 2 +- icons/chat-right-text.svg | 2 +- icons/chat-right.svg | 2 +- icons/chat-square-dots-fill.svg | 2 +- icons/chat-square-dots.svg | 2 +- icons/chat-square-fill.svg | 2 +- icons/chat-square-quote-fill.svg | 2 +- icons/chat-square-quote.svg | 2 +- icons/chat-square-text-fill.svg | 2 +- icons/chat-square-text.svg | 2 +- icons/chat-square.svg | 2 +- icons/chat-text-fill.svg | 2 +- icons/chat-text.svg | 2 +- icons/chat.svg | 2 +- icons/check-all.svg | 2 +- icons/check-circle-fill.svg | 2 +- icons/check-circle.svg | 2 +- icons/check-square-fill.svg | 2 +- icons/check-square.svg | 2 +- icons/check.svg | 2 +- icons/check2-all.svg | 2 +- icons/check2-circle.svg | 2 +- icons/check2-square.svg | 2 +- icons/check2.svg | 2 +- icons/chevron-bar-contract.svg | 2 +- icons/chevron-bar-down.svg | 2 +- icons/chevron-bar-expand.svg | 2 +- icons/chevron-bar-left.svg | 2 +- icons/chevron-bar-right.svg | 2 +- icons/chevron-bar-up.svg | 2 +- icons/chevron-compact-down.svg | 2 +- icons/chevron-compact-left.svg | 2 +- icons/chevron-compact-right.svg | 2 +- icons/chevron-compact-up.svg | 2 +- icons/chevron-contract.svg | 2 +- icons/chevron-double-down.svg | 2 +- icons/chevron-double-left.svg | 2 +- icons/chevron-double-right.svg | 2 +- icons/chevron-double-up.svg | 2 +- icons/chevron-down.svg | 2 +- icons/chevron-expand.svg | 2 +- icons/chevron-left.svg | 2 +- icons/chevron-right.svg | 2 +- icons/chevron-up.svg | 2 +- icons/circle-fill.svg | 2 +- icons/circle-half.svg | 2 +- icons/circle-square.svg | 2 +- icons/circle.svg | 2 +- icons/clipboard-check.svg | 2 +- icons/clipboard-data.svg | 2 +- icons/clipboard-minus.svg | 2 +- icons/clipboard-plus.svg | 2 +- icons/clipboard-x.svg | 2 +- icons/clipboard.svg | 2 +- icons/clock-fill.svg | 2 +- icons/clock-history.svg | 2 +- icons/clock.svg | 2 +- icons/cloud-arrow-down-fill.svg | 2 +- icons/cloud-arrow-down.svg | 2 +- icons/cloud-arrow-up-fill.svg | 2 +- icons/cloud-arrow-up.svg | 2 +- icons/cloud-check-fill.svg | 2 +- icons/cloud-check.svg | 2 +- icons/cloud-download-fill.svg | 2 +- icons/cloud-download.svg | 2 +- icons/cloud-fill.svg | 2 +- icons/cloud-minus-fill.svg | 2 +- icons/cloud-minus.svg | 2 +- icons/cloud-plus-fill.svg | 2 +- icons/cloud-plus.svg | 2 +- icons/cloud-slash-fill.svg | 2 +- icons/cloud-slash.svg | 2 +- icons/cloud-upload-fill.svg | 2 +- icons/cloud-upload.svg | 2 +- icons/cloud.svg | 2 +- icons/code-slash.svg | 2 +- icons/code-square.svg | 2 +- icons/code.svg | 2 +- icons/collection-fill.svg | 2 +- icons/collection-play-fill.svg | 2 +- icons/collection-play.svg | 2 +- icons/collection.svg | 2 +- icons/columns-gap.svg | 2 +- icons/columns.svg | 2 +- icons/command.svg | 2 +- icons/compass-fill.svg | 2 +- icons/compass.svg | 2 +- icons/cone-striped.svg | 2 +- icons/cone.svg | 2 +- icons/controller.svg | 2 +- icons/cpu-fill.svg | 2 +- icons/cpu.svg | 2 +- icons/credit-card-2-back-fill.svg | 2 +- icons/credit-card-2-back.svg | 2 +- icons/credit-card-2-front-fill.svg | 2 +- icons/credit-card-2-front.svg | 2 +- icons/credit-card-fill.svg | 2 +- icons/credit-card.svg | 2 +- icons/crop.svg | 2 +- icons/cup-fill.svg | 2 +- icons/cup-straw.svg | 2 +- icons/cup.svg | 2 +- icons/cursor-fill.svg | 2 +- icons/cursor-text.svg | 2 +- icons/cursor.svg | 2 +- icons/dash-circle-fill.svg | 2 +- icons/dash-circle.svg | 2 +- icons/dash-square-fill.svg | 2 +- icons/dash-square.svg | 2 +- icons/dash.svg | 2 +- icons/diagram-2-fill.svg | 2 +- icons/diagram-2.svg | 2 +- icons/diagram-3-fill.svg | 2 +- icons/diagram-3.svg | 2 +- icons/diamond-fill.svg | 2 +- icons/diamond-half.svg | 2 +- icons/diamond.svg | 2 +- icons/dice-1-fill.svg | 2 +- icons/dice-1.svg | 2 +- icons/dice-2-fill.svg | 2 +- icons/dice-2.svg | 2 +- icons/dice-3-fill.svg | 2 +- icons/dice-3.svg | 2 +- icons/dice-4-fill.svg | 2 +- icons/dice-4.svg | 2 +- icons/dice-5-fill.svg | 2 +- icons/dice-5.svg | 2 +- icons/dice-6-fill.svg | 2 +- icons/dice-6.svg | 2 +- icons/display-fill.svg | 2 +- icons/display.svg | 2 +- icons/distribute-horizontal.svg | 2 +- icons/distribute-vertical.svg | 2 +- icons/door-closed-fill.svg | 2 +- icons/door-closed.svg | 2 +- icons/door-open-fill.svg | 2 +- icons/door-open.svg | 2 +- icons/dot.svg | 2 +- icons/download.svg | 2 +- icons/droplet-fill.svg | 2 +- icons/droplet-half.svg | 2 +- icons/droplet.svg | 2 +- icons/earbuds.svg | 2 +- icons/easel-fill.svg | 2 +- icons/easel.svg | 2 +- icons/egg-fill.svg | 2 +- icons/egg-fried.svg | 2 +- icons/egg.svg | 2 +- icons/eject-fill.svg | 2 +- icons/eject.svg | 2 +- icons/emoji-angry-fill.svg | 2 +- icons/emoji-angry.svg | 2 +- icons/emoji-dizzy-fill.svg | 2 +- icons/emoji-dizzy.svg | 2 +- icons/emoji-expressionless-fill.svg | 2 +- icons/emoji-expressionless.svg | 2 +- icons/emoji-frown-fill.svg | 2 +- icons/emoji-frown.svg | 2 +- icons/emoji-heart-eyes-fill.svg | 2 +- icons/emoji-heart-eyes.svg | 2 +- icons/emoji-laughing-fill.svg | 2 +- icons/emoji-laughing.svg | 2 +- icons/emoji-neutral-fill.svg | 2 +- icons/emoji-neutral.svg | 2 +- icons/emoji-smile-fill.svg | 2 +- icons/emoji-smile-upside-down-fill.svg | 2 +- icons/emoji-smile-upside-down.svg | 2 +- icons/emoji-smile.svg | 2 +- icons/emoji-sunglasses-fill.svg | 2 +- icons/emoji-sunglasses.svg | 2 +- icons/emoji-wink-fill.svg | 2 +- icons/emoji-wink.svg | 2 +- icons/envelope-fill.svg | 2 +- icons/envelope-open-fill.svg | 2 +- icons/envelope-open.svg | 2 +- icons/envelope.svg | 2 +- icons/exclamation-circle-fill.svg | 2 +- icons/exclamation-circle.svg | 2 +- icons/exclamation-diamond-fill.svg | 2 +- icons/exclamation-diamond.svg | 2 +- icons/exclamation-octagon-fill.svg | 2 +- icons/exclamation-octagon.svg | 2 +- icons/exclamation-square-fill.svg | 2 +- icons/exclamation-square.svg | 2 +- icons/exclamation-triangle-fill.svg | 2 +- icons/exclamation-triangle.svg | 2 +- icons/exclamation.svg | 2 +- icons/exclude.svg | 2 +- icons/eye-fill.svg | 2 +- icons/eye-slash-fill.svg | 2 +- icons/eye-slash.svg | 2 +- icons/eye.svg | 2 +- icons/eyeglasses.svg | 2 +- icons/file-arrow-down-fill.svg | 2 +- icons/file-arrow-down.svg | 2 +- icons/file-arrow-up-fill.svg | 2 +- icons/file-arrow-up.svg | 2 +- icons/file-bar-graph-fill.svg | 2 +- icons/file-bar-graph.svg | 2 +- icons/file-binary-fill.svg | 2 +- icons/file-binary.svg | 2 +- icons/file-break-fill.svg | 2 +- icons/file-break.svg | 2 +- icons/file-check-fill.svg | 2 +- icons/file-check.svg | 2 +- icons/file-code-fill.svg | 2 +- icons/file-code.svg | 2 +- icons/file-diff-fill.svg | 2 +- icons/file-diff.svg | 2 +- icons/file-earmark-arrow-down-fill.svg | 2 +- icons/file-earmark-arrow-down.svg | 2 +- icons/file-earmark-arrow-up-fill.svg | 2 +- icons/file-earmark-arrow-up.svg | 2 +- icons/file-earmark-bar-graph-fill.svg | 2 +- icons/file-earmark-bar-graph.svg | 2 +- icons/file-earmark-binary-fill.svg | 2 +- icons/file-earmark-binary.svg | 2 +- icons/file-earmark-break-fill.svg | 2 +- icons/file-earmark-break.svg | 2 +- icons/file-earmark-check-fill.svg | 2 +- icons/file-earmark-check.svg | 2 +- icons/file-earmark-code-fill.svg | 2 +- icons/file-earmark-code.svg | 2 +- icons/file-earmark-diff-fill.svg | 2 +- icons/file-earmark-diff.svg | 2 +- icons/file-earmark-easel-fill.svg | 2 +- icons/file-earmark-easel.svg | 2 +- icons/file-earmark-excel-fill.svg | 2 +- icons/file-earmark-excel.svg | 2 +- icons/file-earmark-fill.svg | 2 +- icons/file-earmark-font-fill.svg | 2 +- icons/file-earmark-font.svg | 2 +- icons/file-earmark-image-fill.svg | 2 +- icons/file-earmark-image.svg | 2 +- icons/file-earmark-lock-fill.svg | 2 +- icons/file-earmark-lock.svg | 2 +- icons/file-earmark-lock2-fill.svg | 2 +- icons/file-earmark-lock2.svg | 2 +- icons/file-earmark-medical-fill.svg | 2 +- icons/file-earmark-medical.svg | 2 +- icons/file-earmark-minus-fill.svg | 2 +- icons/file-earmark-minus.svg | 2 +- icons/file-earmark-music-fill.svg | 2 +- icons/file-earmark-music.svg | 2 +- icons/file-earmark-person-fill.svg | 2 +- icons/file-earmark-person.svg | 2 +- icons/file-earmark-play-fill.svg | 2 +- icons/file-earmark-play.svg | 2 +- icons/file-earmark-plus-fill.svg | 2 +- icons/file-earmark-plus.svg | 2 +- icons/file-earmark-post-fill.svg | 2 +- icons/file-earmark-post.svg | 2 +- icons/file-earmark-ppt-fill.svg | 2 +- icons/file-earmark-ppt.svg | 2 +- icons/file-earmark-richtext-fill.svg | 2 +- icons/file-earmark-richtext.svg | 2 +- icons/file-earmark-ruled-fill.svg | 2 +- icons/file-earmark-ruled.svg | 2 +- icons/file-earmark-slides-fill.svg | 2 +- icons/file-earmark-slides.svg | 2 +- icons/file-earmark-spreadsheet-fill.svg | 2 +- icons/file-earmark-spreadsheet.svg | 2 +- icons/file-earmark-text-fill.svg | 2 +- icons/file-earmark-text.svg | 2 +- icons/file-earmark-word-fill.svg | 2 +- icons/file-earmark-word.svg | 2 +- icons/file-earmark-x-fill.svg | 2 +- icons/file-earmark-x.svg | 2 +- icons/file-earmark-zip-fill.svg | 2 +- icons/file-earmark-zip.svg | 2 +- icons/file-earmark.svg | 2 +- icons/file-easel-fill.svg | 2 +- icons/file-easel.svg | 2 +- icons/file-excel-fill.svg | 2 +- icons/file-excel.svg | 2 +- icons/file-fill.svg | 2 +- icons/file-font-fill.svg | 2 +- icons/file-font.svg | 2 +- icons/file-image-fill.svg | 2 +- icons/file-image.svg | 2 +- icons/file-lock-fill.svg | 2 +- icons/file-lock.svg | 2 +- icons/file-lock2-fill.svg | 2 +- icons/file-lock2.svg | 2 +- icons/file-medical-fill.svg | 2 +- icons/file-medical.svg | 2 +- icons/file-minus-fill.svg | 2 +- icons/file-minus.svg | 2 +- icons/file-music-fill.svg | 2 +- icons/file-music.svg | 2 +- icons/file-person-fill.svg | 2 +- icons/file-person.svg | 2 +- icons/file-play-fill.svg | 2 +- icons/file-play.svg | 2 +- icons/file-plus-fill.svg | 2 +- icons/file-plus.svg | 2 +- icons/file-post-fill.svg | 2 +- icons/file-post.svg | 2 +- icons/file-ppt-fill.svg | 2 +- icons/file-ppt.svg | 2 +- icons/file-richtext-fill.svg | 2 +- icons/file-richtext.svg | 2 +- icons/file-ruled-fill.svg | 2 +- icons/file-ruled.svg | 2 +- icons/file-slides-fill.svg | 2 +- icons/file-slides.svg | 2 +- icons/file-spreadsheet-fill.svg | 2 +- icons/file-spreadsheet.svg | 2 +- icons/file-text-fill.svg | 2 +- icons/file-text.svg | 2 +- icons/file-word-fill.svg | 2 +- icons/file-word.svg | 2 +- icons/file-x-fill.svg | 2 +- icons/file-x.svg | 2 +- icons/file-zip-fill.svg | 2 +- icons/file-zip.svg | 2 +- icons/file.svg | 2 +- icons/files-alt.svg | 2 +- icons/files.svg | 2 +- icons/film.svg | 2 +- icons/filter-circle-fill.svg | 2 +- icons/filter-circle.svg | 2 +- icons/filter-left.svg | 2 +- icons/filter-right.svg | 2 +- icons/filter-square-fill.svg | 2 +- icons/filter-square.svg | 2 +- icons/filter.svg | 2 +- icons/flag-fill.svg | 2 +- icons/flag.svg | 2 +- icons/flower1.svg | 2 +- icons/flower2.svg | 2 +- icons/flower3.svg | 2 +- icons/folder-check.svg | 2 +- icons/folder-fill.svg | 2 +- icons/folder-minus.svg | 2 +- icons/folder-plus.svg | 2 +- icons/folder-symlink-fill.svg | 2 +- icons/folder-symlink.svg | 2 +- icons/folder-x.svg | 2 +- icons/folder.svg | 2 +- icons/folder2-open.svg | 2 +- icons/folder2.svg | 2 +- icons/fonts.svg | 2 +- icons/forward-fill.svg | 2 +- icons/forward.svg | 2 +- icons/front.svg | 2 +- icons/fullscreen-exit.svg | 2 +- icons/fullscreen.svg | 2 +- icons/funnel-fill.svg | 2 +- icons/funnel.svg | 2 +- icons/gear-fill.svg | 2 +- icons/gear-wide-connected.svg | 2 +- icons/gear-wide.svg | 2 +- icons/gear.svg | 2 +- icons/gem.svg | 2 +- icons/geo-alt-fill.svg | 2 +- icons/geo-alt.svg | 2 +- icons/geo-fill.svg | 2 +- icons/geo.svg | 2 +- icons/gift-fill.svg | 2 +- icons/gift.svg | 2 +- icons/globe.svg | 2 +- icons/globe2.svg | 2 +- icons/graph-down.svg | 2 +- icons/graph-up.svg | 2 +- icons/grid-1x2-fill.svg | 2 +- icons/grid-1x2.svg | 2 +- icons/grid-3x2-gap-fill.svg | 2 +- icons/grid-3x2-gap.svg | 2 +- icons/grid-3x2.svg | 2 +- icons/grid-3x3-gap-fill.svg | 2 +- icons/grid-3x3-gap.svg | 2 +- icons/grid-3x3.svg | 2 +- icons/grid-fill.svg | 2 +- icons/grid.svg | 2 +- icons/grip-horizontal.svg | 2 +- icons/grip-vertical.svg | 2 +- icons/hammer.svg | 2 +- icons/hand-index-thumb.svg | 2 +- icons/hand-index.svg | 2 +- icons/hand-thumbs-down.svg | 2 +- icons/hand-thumbs-up.svg | 2 +- icons/handbag-fill.svg | 2 +- icons/handbag.svg | 2 +- icons/hash.svg | 2 +- icons/hdd-fill.svg | 2 +- icons/hdd-network-fill.svg | 2 +- icons/hdd-network.svg | 2 +- icons/hdd-rack-fill.svg | 2 +- icons/hdd-rack.svg | 2 +- icons/hdd-stack-fill.svg | 2 +- icons/hdd-stack.svg | 2 +- icons/hdd.svg | 2 +- icons/headphones.svg | 2 +- icons/headset.svg | 2 +- icons/heart-fill.svg | 2 +- icons/heart-half.svg | 2 +- icons/heart.svg | 2 +- icons/heptagon-fill.svg | 2 +- icons/heptagon-half.svg | 2 +- icons/heptagon.svg | 2 +- icons/hexagon-fill.svg | 2 +- icons/hexagon-half.svg | 2 +- icons/hexagon.svg | 2 +- icons/hourglass-bottom.svg | 2 +- icons/hourglass-split.svg | 2 +- icons/hourglass-top.svg | 2 +- icons/hourglass.svg | 2 +- icons/house-door-fill.svg | 2 +- icons/house-door.svg | 2 +- icons/house-fill.svg | 2 +- icons/house.svg | 2 +- icons/hr.svg | 2 +- icons/image-alt.svg | 2 +- icons/image-fill.svg | 2 +- icons/image.svg | 2 +- icons/images.svg | 2 +- icons/inbox-fill.svg | 2 +- icons/inbox.svg | 2 +- icons/inboxes-fill.svg | 2 +- icons/inboxes.svg | 2 +- icons/info-circle-fill.svg | 2 +- icons/info-circle.svg | 2 +- icons/info-square-fill.svg | 2 +- icons/info-square.svg | 2 +- icons/info.svg | 2 +- icons/input-cursor-text.svg | 2 +- icons/input-cursor.svg | 2 +- icons/intersect.svg | 2 +- icons/journal-album.svg | 2 +- icons/journal-arrow-down.svg | 2 +- icons/journal-arrow-up.svg | 2 +- icons/journal-bookmark-fill.svg | 2 +- icons/journal-bookmark.svg | 2 +- icons/journal-check.svg | 2 +- icons/journal-code.svg | 2 +- icons/journal-medical.svg | 2 +- icons/journal-minus.svg | 2 +- icons/journal-plus.svg | 2 +- icons/journal-richtext.svg | 2 +- icons/journal-text.svg | 2 +- icons/journal-x.svg | 2 +- icons/journal.svg | 2 +- icons/journals.svg | 2 +- icons/joystick.svg | 2 +- icons/justify-left.svg | 2 +- icons/justify-right.svg | 2 +- icons/justify.svg | 2 +- icons/kanban-fill.svg | 2 +- icons/kanban.svg | 2 +- icons/key-fill.svg | 2 +- icons/key.svg | 2 +- icons/keyboard-fill.svg | 2 +- icons/keyboard.svg | 2 +- icons/ladder.svg | 2 +- icons/lamp-fill.svg | 2 +- icons/lamp.svg | 2 +- icons/laptop-fill.svg | 2 +- icons/laptop.svg | 2 +- icons/layers-fill.svg | 2 +- icons/layers-half.svg | 2 +- icons/layers.svg | 2 +- icons/layout-sidebar-inset-reverse.svg | 2 +- icons/layout-sidebar-inset.svg | 2 +- icons/layout-sidebar-reverse.svg | 2 +- icons/layout-sidebar.svg | 2 +- icons/layout-split.svg | 2 +- icons/layout-text-sidebar-reverse.svg | 2 +- icons/layout-text-sidebar.svg | 2 +- icons/layout-text-window-reverse.svg | 2 +- icons/layout-text-window.svg | 2 +- icons/layout-three-columns.svg | 2 +- icons/layout-wtf.svg | 2 +- icons/life-preserver.svg | 2 +- icons/lightning-fill.svg | 2 +- icons/lightning.svg | 2 +- icons/link-45deg.svg | 2 +- icons/link.svg | 2 +- icons/list-check.svg | 2 +- icons/list-nested.svg | 2 +- icons/list-ol.svg | 2 +- icons/list-stars.svg | 2 +- icons/list-task.svg | 2 +- icons/list-ul.svg | 2 +- icons/list.svg | 2 +- icons/lock-fill.svg | 2 +- icons/lock.svg | 2 +- icons/mailbox.svg | 2 +- icons/mailbox2.svg | 2 +- icons/map-fill.svg | 2 +- icons/map.svg | 2 +- icons/markdown-fill.svg | 2 +- icons/markdown.svg | 2 +- icons/menu-app-fill.svg | 2 +- icons/menu-app.svg | 2 +- icons/menu-button-fill.svg | 2 +- icons/menu-button-wide-fill.svg | 2 +- icons/menu-button-wide.svg | 2 +- icons/menu-button.svg | 2 +- icons/menu-down.svg | 2 +- icons/menu-up.svg | 2 +- icons/mic-fill.svg | 2 +- icons/mic-mute-fill.svg | 2 +- icons/mic-mute.svg | 2 +- icons/mic.svg | 2 +- icons/minecart-loaded.svg | 2 +- icons/minecart.svg | 2 +- icons/moon.svg | 2 +- icons/mouse.svg | 2 +- icons/mouse2.svg | 2 +- icons/mouse3.svg | 2 +- icons/music-note-beamed.svg | 2 +- icons/music-note-list.svg | 2 +- icons/music-note.svg | 2 +- icons/music-player-fill.svg | 2 +- icons/music-player.svg | 2 +- icons/newspaper.svg | 2 +- icons/node-minus-fill.svg | 2 +- icons/node-minus.svg | 2 +- icons/node-plus-fill.svg | 2 +- icons/node-plus.svg | 2 +- icons/nut-fill.svg | 2 +- icons/nut.svg | 2 +- icons/octagon-fill.svg | 2 +- icons/octagon-half.svg | 2 +- icons/octagon.svg | 2 +- icons/option.svg | 2 +- icons/outlet.svg | 2 +- icons/paperclip.svg | 2 +- icons/paragraph.svg | 2 +- icons/patch-check-fll.svg | 2 +- icons/patch-check.svg | 2 +- icons/patch-exclamation-fll.svg | 2 +- icons/patch-exclamation.svg | 2 +- icons/patch-minus-fll.svg | 2 +- icons/patch-minus.svg | 2 +- icons/patch-plus-fll.svg | 2 +- icons/patch-plus.svg | 2 +- icons/patch-question-fll.svg | 2 +- icons/patch-question.svg | 2 +- icons/pause-fill.svg | 2 +- icons/pause.svg | 2 +- icons/peace-fill.svg | 2 +- icons/peace.svg | 2 +- icons/pen-fill.svg | 2 +- icons/pen.svg | 2 +- icons/pencil-fill.svg | 2 +- icons/pencil-square.svg | 2 +- icons/pencil.svg | 2 +- icons/pentagon-fill.svg | 2 +- icons/pentagon-half.svg | 2 +- icons/pentagon.svg | 2 +- icons/people-fill.svg | 2 +- icons/people.svg | 2 +- icons/percent.svg | 2 +- icons/person-badge-fill.svg | 2 +- icons/person-badge.svg | 2 +- icons/person-bounding-box.svg | 2 +- icons/person-check-fill.svg | 2 +- icons/person-check.svg | 2 +- icons/person-circle.svg | 2 +- icons/person-dash-fill.svg | 2 +- icons/person-dash.svg | 2 +- icons/person-fill.svg | 2 +- icons/person-lines-fill.svg | 2 +- icons/person-plus-fill.svg | 2 +- icons/person-plus.svg | 2 +- icons/person-square.svg | 2 +- icons/person-x-fill.svg | 2 +- icons/person-x.svg | 2 +- icons/person.svg | 2 +- icons/phone-fill.svg | 2 +- icons/phone-landscape-fill.svg | 2 +- icons/phone-landscape.svg | 2 +- icons/phone-vibrate.svg | 2 +- icons/phone.svg | 2 +- icons/pie-chart-fill.svg | 2 +- icons/pie-chart.svg | 2 +- icons/pip-fill.svg | 2 +- icons/pip.svg | 2 +- icons/play-fill.svg | 2 +- icons/play.svg | 2 +- icons/plug-fill.svg | 2 +- icons/plug.svg | 2 +- icons/plus-circle-fill.svg | 2 +- icons/plus-circle.svg | 2 +- icons/plus-square-fill.svg | 2 +- icons/plus-square.svg | 2 +- icons/plus.svg | 2 +- icons/power.svg | 2 +- icons/printer-fill.svg | 2 +- icons/printer.svg | 2 +- icons/puzzle-fill.svg | 2 +- icons/puzzle.svg | 2 +- icons/question-circle-fill.svg | 2 +- icons/question-circle.svg | 2 +- icons/question-diamond-fill.svg | 2 +- icons/question-diamond.svg | 2 +- icons/question-octagon-fill.svg | 2 +- icons/question-octagon.svg | 2 +- icons/question-square-fill.svg | 2 +- icons/question-square.svg | 2 +- icons/question.svg | 2 +- icons/receipt-cutoff.svg | 2 +- icons/receipt.svg | 2 +- icons/reception-0.svg | 2 +- icons/reception-1.svg | 2 +- icons/reception-2.svg | 2 +- icons/reception-3.svg | 2 +- icons/reception-4.svg | 2 +- icons/reply-all-fill.svg | 2 +- icons/reply-all.svg | 2 +- icons/reply-fill.svg | 2 +- icons/reply.svg | 2 +- icons/rss-fill.svg | 2 +- icons/rss.svg | 2 +- icons/scissors.svg | 2 +- icons/screwdriver.svg | 2 +- icons/search.svg | 2 +- icons/segmented-nav.svg | 2 +- icons/server.svg | 2 +- icons/share-fill.svg | 2 +- icons/share.svg | 2 +- icons/shield-check.svg | 2 +- icons/shield-exclamation.svg | 2 +- icons/shield-fill-check.svg | 2 +- icons/shield-fill-exclamation.svg | 2 +- icons/shield-fill-minus.svg | 2 +- icons/shield-fill-plus.svg | 2 +- icons/shield-fill-x.svg | 2 +- icons/shield-fill.svg | 2 +- icons/shield-lock-fill.svg | 2 +- icons/shield-lock.svg | 2 +- icons/shield-minus.svg | 2 +- icons/shield-plus.svg | 2 +- icons/shield-shaded.svg | 2 +- icons/shield-slash-fill.svg | 2 +- icons/shield-slash.svg | 2 +- icons/shield-x.svg | 2 +- icons/shield.svg | 2 +- icons/shift-fill.svg | 2 +- icons/shift.svg | 2 +- icons/shop-window.svg | 2 +- icons/shop.svg | 2 +- icons/shuffle.svg | 2 +- icons/signpost-2-fill.svg | 2 +- icons/signpost-2.svg | 2 +- icons/signpost-fill.svg | 2 +- icons/signpost-split-fill.svg | 2 +- icons/signpost-split.svg | 2 +- icons/signpost.svg | 2 +- icons/sim-fill.svg | 2 +- icons/sim.svg | 2 +- icons/skip-backward-fill.svg | 2 +- icons/skip-backward.svg | 2 +- icons/skip-end-fill.svg | 2 +- icons/skip-end.svg | 2 +- icons/skip-forward-fill.svg | 2 +- icons/skip-forward.svg | 2 +- icons/skip-start-fill.svg | 2 +- icons/skip-start.svg | 2 +- icons/slash-circle-fill.svg | 2 +- icons/slash-circle.svg | 2 +- icons/slash-square-fill.svg | 2 +- icons/slash-square.svg | 2 +- icons/slash.svg | 2 +- icons/sliders.svg | 2 +- icons/smartwatch.svg | 2 +- icons/sort-alpha-down-alt.svg | 2 +- icons/sort-alpha-down.svg | 2 +- icons/sort-alpha-up-alt.svg | 2 +- icons/sort-alpha-up.svg | 2 +- icons/sort-down-alt.svg | 2 +- icons/sort-down.svg | 2 +- icons/sort-numeric-down-alt.svg | 2 +- icons/sort-numeric-down.svg | 2 +- icons/sort-numeric-up-alt.svg | 2 +- icons/sort-numeric-up.svg | 2 +- icons/sort-up-alt.svg | 2 +- icons/sort-up.svg | 2 +- icons/soundwave.svg | 2 +- icons/speaker-fill.svg | 2 +- icons/speaker.svg | 2 +- icons/spellcheck.svg | 2 +- icons/square-fill.svg | 2 +- icons/square-half.svg | 2 +- icons/square.svg | 2 +- icons/star-fill.svg | 2 +- icons/star-half.svg | 2 +- icons/star.svg | 2 +- icons/stickies-fill.svg | 2 +- icons/stickies.svg | 2 +- icons/sticky-fill.svg | 2 +- icons/sticky.svg | 2 +- icons/stop-fill.svg | 2 +- icons/stop.svg | 2 +- icons/stoplights-fill.svg | 2 +- icons/stoplights.svg | 2 +- icons/stopwatch-fill.svg | 2 +- icons/stopwatch.svg | 2 +- icons/subtract.svg | 2 +- icons/suit-club-fill.svg | 2 +- icons/suit-club.svg | 2 +- icons/suit-diamond-fill.svg | 2 +- icons/suit-diamond.svg | 2 +- icons/suit-heart-fill.svg | 2 +- icons/suit-heart.svg | 2 +- icons/suit-spade-fill.svg | 2 +- icons/suit-spade.svg | 2 +- icons/sun.svg | 2 +- icons/sunglasses.svg | 2 +- icons/table.svg | 2 +- icons/tablet-fill.svg | 2 +- icons/tablet-landscape-fill.svg | 2 +- icons/tablet-landscape.svg | 2 +- icons/tablet.svg | 2 +- icons/tag-fill.svg | 2 +- icons/tag.svg | 2 +- icons/tags-fill.svg | 2 +- icons/tags.svg | 2 +- icons/telephone-fill.svg | 2 +- icons/telephone-forward-fill.svg | 2 +- icons/telephone-forward.svg | 2 +- icons/telephone-inbound-fill.svg | 2 +- icons/telephone-inbound.svg | 2 +- icons/telephone-minus-fill.svg | 2 +- icons/telephone-minus.svg | 2 +- icons/telephone-outbound-fill.svg | 2 +- icons/telephone-outbound.svg | 2 +- icons/telephone-plus-fill.svg | 2 +- icons/telephone-plus.svg | 2 +- icons/telephone-x-fill.svg | 2 +- icons/telephone-x.svg | 2 +- icons/telephone.svg | 2 +- icons/terminal-fill.svg | 2 +- icons/terminal.svg | 2 +- icons/text-center.svg | 2 +- icons/text-indent-left.svg | 2 +- icons/text-indent-right.svg | 2 +- icons/text-left.svg | 2 +- icons/text-paragraph.svg | 2 +- icons/text-right.svg | 2 +- icons/textarea-resize.svg | 2 +- icons/textarea-t.svg | 2 +- icons/textarea.svg | 2 +- icons/thermometer-half.svg | 2 +- icons/thermometer.svg | 2 +- icons/three-dots-vertical.svg | 2 +- icons/three-dots.svg | 2 +- icons/toggle-off.svg | 2 +- icons/toggle-on.svg | 2 +- icons/toggle2-off.svg | 2 +- icons/toggle2-on.svg | 2 +- icons/toggles.svg | 2 +- icons/toggles2.svg | 2 +- icons/tools.svg | 2 +- icons/trash-fill.svg | 2 +- icons/trash.svg | 2 +- icons/trash2-fill.svg | 2 +- icons/trash2.svg | 2 +- icons/tree-fill.svg | 2 +- icons/tree.svg | 2 +- icons/triangle-fill.svg | 2 +- icons/triangle-half.svg | 2 +- icons/triangle.svg | 2 +- icons/trophy-fill.svg | 2 +- icons/trophy.svg | 2 +- icons/truck-flatbed.svg | 2 +- icons/truck.svg | 2 +- icons/tv-fill.svg | 2 +- icons/tv.svg | 2 +- icons/type-bold.svg | 2 +- icons/type-h1.svg | 2 +- icons/type-h2.svg | 2 +- icons/type-h3.svg | 2 +- icons/type-italic.svg | 2 +- icons/type-strikethrough.svg | 2 +- icons/type-underline.svg | 2 +- icons/type.svg | 2 +- icons/ui-checks-grid.svg | 2 +- icons/ui-checks.svg | 2 +- icons/ui-radios-grid.svg | 2 +- icons/ui-radios.svg | 2 +- icons/union.svg | 2 +- icons/unlock-fill.svg | 2 +- icons/unlock.svg | 2 +- icons/upc-scan.svg | 2 +- icons/upc.svg | 2 +- icons/upload.svg | 2 +- icons/vector-pen.svg | 2 +- icons/view-list.svg | 2 +- icons/view-stacked.svg | 2 +- icons/voicemail.svg | 2 +- icons/volume-down-fill.svg | 2 +- icons/volume-down.svg | 2 +- icons/volume-mute-fill.svg | 2 +- icons/volume-mute.svg | 2 +- icons/volume-off-fill.svg | 2 +- icons/volume-off.svg | 2 +- icons/volume-up-fill.svg | 2 +- icons/volume-up.svg | 2 +- icons/vr.svg | 2 +- icons/wallet-fill.svg | 2 +- icons/wallet.svg | 2 +- icons/wallet2.svg | 2 +- icons/watch.svg | 2 +- icons/wifi-1.svg | 2 +- icons/wifi-2.svg | 2 +- icons/wifi-off.svg | 2 +- icons/wifi.svg | 2 +- icons/window.svg | 2 +- icons/wrench.svg | 2 +- icons/x-circle-fill.svg | 2 +- icons/x-circle.svg | 2 +- icons/x-diamond-fill.svg | 2 +- icons/x-diamond.svg | 2 +- icons/x-octagon-fill.svg | 2 +- icons/x-octagon.svg | 2 +- icons/x-square-fill.svg | 2 +- icons/x-square.svg | 2 +- icons/x.svg | 2 +- icons/zoom-in.svg | 2 +- icons/zoom-out.svg | 2 +- 1152 files changed, 1152 insertions(+), 1152 deletions(-) diff --git a/bootstrap-icons.svg b/bootstrap-icons.svg index 6ccc9eb673..1e43855e6d 100644 --- a/bootstrap-icons.svg +++ b/bootstrap-icons.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/icons/alarm-fill.svg b/icons/alarm-fill.svg index ee5f4a4a43..7f3e917088 100644 --- a/icons/alarm-fill.svg +++ b/icons/alarm-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/alarm.svg b/icons/alarm.svg index 3e9cebba66..bb21db3718 100644 --- a/icons/alarm.svg +++ b/icons/alarm.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/align-bottom.svg b/icons/align-bottom.svg index c86cf890de..ab243b7d73 100644 --- a/icons/align-bottom.svg +++ b/icons/align-bottom.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/align-center.svg b/icons/align-center.svg index d2f043800a..af0d75b0ac 100644 --- a/icons/align-center.svg +++ b/icons/align-center.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/align-end.svg b/icons/align-end.svg index 0e27501fd8..28f861df24 100644 --- a/icons/align-end.svg +++ b/icons/align-end.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/align-middle.svg b/icons/align-middle.svg index eb95e804c4..95c6598f3f 100644 --- a/icons/align-middle.svg +++ b/icons/align-middle.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/align-start.svg b/icons/align-start.svg index 19db6ec278..a72ba984bf 100644 --- a/icons/align-start.svg +++ b/icons/align-start.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/align-top.svg b/icons/align-top.svg index 843e661424..8eb431ed6b 100644 --- a/icons/align-top.svg +++ b/icons/align-top.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/alt.svg b/icons/alt.svg index 794e0690b2..4f9a08b9d7 100644 --- a/icons/alt.svg +++ b/icons/alt.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/app-indicator.svg b/icons/app-indicator.svg index 92347f2f30..1bb3e45c0a 100644 --- a/icons/app-indicator.svg +++ b/icons/app-indicator.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/app.svg b/icons/app.svg index a5cb396c4e..751a594df8 100644 --- a/icons/app.svg +++ b/icons/app.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/archive-fill.svg b/icons/archive-fill.svg index 753662be08..b56a9bd010 100644 --- a/icons/archive-fill.svg +++ b/icons/archive-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/archive.svg b/icons/archive.svg index a4271550be..e93a2dea9d 100644 --- a/icons/archive.svg +++ b/icons/archive.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/arrow-90deg-down.svg b/icons/arrow-90deg-down.svg index ac2b8b1b2a..1193b5d5a6 100644 --- a/icons/arrow-90deg-down.svg +++ b/icons/arrow-90deg-down.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/arrow-90deg-left.svg b/icons/arrow-90deg-left.svg index 9c28e15d8b..1656b2286a 100644 --- a/icons/arrow-90deg-left.svg +++ b/icons/arrow-90deg-left.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/arrow-90deg-right.svg b/icons/arrow-90deg-right.svg index 613bc074cf..a7d32ce4a4 100644 --- a/icons/arrow-90deg-right.svg +++ b/icons/arrow-90deg-right.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/arrow-90deg-up.svg b/icons/arrow-90deg-up.svg index d42bfd8457..6c95e3de4e 100644 --- a/icons/arrow-90deg-up.svg +++ b/icons/arrow-90deg-up.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/arrow-bar-down.svg b/icons/arrow-bar-down.svg index 4d23ef9e6b..fe18e39150 100644 --- a/icons/arrow-bar-down.svg +++ b/icons/arrow-bar-down.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/arrow-bar-left.svg b/icons/arrow-bar-left.svg index 982eef5ff8..f53a1fdd70 100644 --- a/icons/arrow-bar-left.svg +++ b/icons/arrow-bar-left.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/arrow-bar-right.svg b/icons/arrow-bar-right.svg index 30c7ade1f5..5019863d76 100644 --- a/icons/arrow-bar-right.svg +++ b/icons/arrow-bar-right.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/arrow-bar-up.svg b/icons/arrow-bar-up.svg index 9741f25099..090b6bd4c9 100644 --- a/icons/arrow-bar-up.svg +++ b/icons/arrow-bar-up.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/arrow-clockwise.svg b/icons/arrow-clockwise.svg index 7a05f7d4b3..b072eb097a 100644 --- a/icons/arrow-clockwise.svg +++ b/icons/arrow-clockwise.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/arrow-counterclockwise.svg b/icons/arrow-counterclockwise.svg index 01a40bb001..b0b23b9bbc 100644 --- a/icons/arrow-counterclockwise.svg +++ b/icons/arrow-counterclockwise.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/arrow-down-circle-fill.svg b/icons/arrow-down-circle-fill.svg index fbc302ff2b..8110397126 100644 --- a/icons/arrow-down-circle-fill.svg +++ b/icons/arrow-down-circle-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/arrow-down-circle.svg b/icons/arrow-down-circle.svg index 6dd55436ea..5f60c78c21 100644 --- a/icons/arrow-down-circle.svg +++ b/icons/arrow-down-circle.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/arrow-down-left-circle-fill.svg b/icons/arrow-down-left-circle-fill.svg index 0019add17d..557d9da9ab 100644 --- a/icons/arrow-down-left-circle-fill.svg +++ b/icons/arrow-down-left-circle-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/arrow-down-left-circle.svg b/icons/arrow-down-left-circle.svg index 86ab33793d..d2189947c4 100644 --- a/icons/arrow-down-left-circle.svg +++ b/icons/arrow-down-left-circle.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/arrow-down-left-square-fill.svg b/icons/arrow-down-left-square-fill.svg index 1acc671ee2..32df7ca3b4 100644 --- a/icons/arrow-down-left-square-fill.svg +++ b/icons/arrow-down-left-square-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/arrow-down-left-square.svg b/icons/arrow-down-left-square.svg index 5445104849..b042948475 100644 --- a/icons/arrow-down-left-square.svg +++ b/icons/arrow-down-left-square.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/arrow-down-left.svg b/icons/arrow-down-left.svg index 8451f0b289..96a6b08db5 100644 --- a/icons/arrow-down-left.svg +++ b/icons/arrow-down-left.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/arrow-down-right-circle-fill.svg b/icons/arrow-down-right-circle-fill.svg index 54d29d152b..57a61c6c67 100644 --- a/icons/arrow-down-right-circle-fill.svg +++ b/icons/arrow-down-right-circle-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/arrow-down-right-circle.svg b/icons/arrow-down-right-circle.svg index 6a8fd73e3c..cd06425bff 100644 --- a/icons/arrow-down-right-circle.svg +++ b/icons/arrow-down-right-circle.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/arrow-down-right-square-fill.svg b/icons/arrow-down-right-square-fill.svg index 7884207824..3e13eda2af 100644 --- a/icons/arrow-down-right-square-fill.svg +++ b/icons/arrow-down-right-square-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/arrow-down-right-square.svg b/icons/arrow-down-right-square.svg index 1a638e181e..971e31b6f6 100644 --- a/icons/arrow-down-right-square.svg +++ b/icons/arrow-down-right-square.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/arrow-down-right.svg b/icons/arrow-down-right.svg index 87cc3517e5..80487bd0af 100644 --- a/icons/arrow-down-right.svg +++ b/icons/arrow-down-right.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/arrow-down-short.svg b/icons/arrow-down-short.svg index 35b1c03a71..2fda34073d 100644 --- a/icons/arrow-down-short.svg +++ b/icons/arrow-down-short.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/arrow-down-square-fill.svg b/icons/arrow-down-square-fill.svg index d735894b20..5cb9def04a 100644 --- a/icons/arrow-down-square-fill.svg +++ b/icons/arrow-down-square-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/arrow-down-square.svg b/icons/arrow-down-square.svg index 1ed66bfbbf..036b5230db 100644 --- a/icons/arrow-down-square.svg +++ b/icons/arrow-down-square.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/arrow-down-up.svg b/icons/arrow-down-up.svg index 24311109c9..a128d9bed7 100644 --- a/icons/arrow-down-up.svg +++ b/icons/arrow-down-up.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/arrow-down.svg b/icons/arrow-down.svg index 5956c24213..1344ca9ddb 100644 --- a/icons/arrow-down.svg +++ b/icons/arrow-down.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/arrow-left-circle-fill.svg b/icons/arrow-left-circle-fill.svg index 786ccdd227..4abfc14f99 100644 --- a/icons/arrow-left-circle-fill.svg +++ b/icons/arrow-left-circle-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/arrow-left-circle.svg b/icons/arrow-left-circle.svg index b059d271b6..1c492d8edf 100644 --- a/icons/arrow-left-circle.svg +++ b/icons/arrow-left-circle.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/arrow-left-right.svg b/icons/arrow-left-right.svg index 7d18f6859b..8aabd7beaa 100644 --- a/icons/arrow-left-right.svg +++ b/icons/arrow-left-right.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/arrow-left-short.svg b/icons/arrow-left-short.svg index 7ff82dd0cd..13005fb274 100644 --- a/icons/arrow-left-short.svg +++ b/icons/arrow-left-short.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/arrow-left-square-fill.svg b/icons/arrow-left-square-fill.svg index 70ea0a1623..005f27993e 100644 --- a/icons/arrow-left-square-fill.svg +++ b/icons/arrow-left-square-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/arrow-left-square.svg b/icons/arrow-left-square.svg index 13d761d430..c193df1a61 100644 --- a/icons/arrow-left-square.svg +++ b/icons/arrow-left-square.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/arrow-left.svg b/icons/arrow-left.svg index 5756eca839..9d885017c3 100644 --- a/icons/arrow-left.svg +++ b/icons/arrow-left.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/arrow-repeat.svg b/icons/arrow-repeat.svg index 14ba7b0e05..d0d71546a0 100644 --- a/icons/arrow-repeat.svg +++ b/icons/arrow-repeat.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/arrow-return-left.svg b/icons/arrow-return-left.svg index 93c8c5fc01..f6b125ede7 100644 --- a/icons/arrow-return-left.svg +++ b/icons/arrow-return-left.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/arrow-return-right.svg b/icons/arrow-return-right.svg index ae66cc8b86..228e24b4ac 100644 --- a/icons/arrow-return-right.svg +++ b/icons/arrow-return-right.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/arrow-right-circle-fill.svg b/icons/arrow-right-circle-fill.svg index 717e84ffc3..a1a93e961d 100644 --- a/icons/arrow-right-circle-fill.svg +++ b/icons/arrow-right-circle-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/arrow-right-circle.svg b/icons/arrow-right-circle.svg index 174bc9f3e0..134d0547fb 100644 --- a/icons/arrow-right-circle.svg +++ b/icons/arrow-right-circle.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/arrow-right-short.svg b/icons/arrow-right-short.svg index bd29f0b571..4626398ce7 100644 --- a/icons/arrow-right-short.svg +++ b/icons/arrow-right-short.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/arrow-right-square-fill.svg b/icons/arrow-right-square-fill.svg index af20fe8599..a2610e8350 100644 --- a/icons/arrow-right-square-fill.svg +++ b/icons/arrow-right-square-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/arrow-right-square.svg b/icons/arrow-right-square.svg index b7ff647005..ee87bf6926 100644 --- a/icons/arrow-right-square.svg +++ b/icons/arrow-right-square.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/arrow-right.svg b/icons/arrow-right.svg index cbbf545252..d4b878b34e 100644 --- a/icons/arrow-right.svg +++ b/icons/arrow-right.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/arrow-up-circle-fill.svg b/icons/arrow-up-circle-fill.svg index ca98a5aba9..f5932a5197 100644 --- a/icons/arrow-up-circle-fill.svg +++ b/icons/arrow-up-circle-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/arrow-up-circle.svg b/icons/arrow-up-circle.svg index c743a4da6a..2aab49d249 100644 --- a/icons/arrow-up-circle.svg +++ b/icons/arrow-up-circle.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/arrow-up-left-circle-fill.svg b/icons/arrow-up-left-circle-fill.svg index 155d19ae05..2a2bd1497a 100644 --- a/icons/arrow-up-left-circle-fill.svg +++ b/icons/arrow-up-left-circle-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/arrow-up-left-circle.svg b/icons/arrow-up-left-circle.svg index 117c1f47ab..4fb55fdb58 100644 --- a/icons/arrow-up-left-circle.svg +++ b/icons/arrow-up-left-circle.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/arrow-up-left-square-fill.svg b/icons/arrow-up-left-square-fill.svg index cbc323aae2..d574abcd03 100644 --- a/icons/arrow-up-left-square-fill.svg +++ b/icons/arrow-up-left-square-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/arrow-up-left-square.svg b/icons/arrow-up-left-square.svg index 73209c77cc..d1825dd156 100644 --- a/icons/arrow-up-left-square.svg +++ b/icons/arrow-up-left-square.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/arrow-up-left.svg b/icons/arrow-up-left.svg index 9af2a097b2..da5bb6c1cc 100644 --- a/icons/arrow-up-left.svg +++ b/icons/arrow-up-left.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/arrow-up-right-circle-fill.svg b/icons/arrow-up-right-circle-fill.svg index 2df562286e..7dfbe91800 100644 --- a/icons/arrow-up-right-circle-fill.svg +++ b/icons/arrow-up-right-circle-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/arrow-up-right-circle.svg b/icons/arrow-up-right-circle.svg index 512a7f0a9c..ce7a05b80f 100644 --- a/icons/arrow-up-right-circle.svg +++ b/icons/arrow-up-right-circle.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/arrow-up-right-square-fill.svg b/icons/arrow-up-right-square-fill.svg index 14873a0a96..874cba8829 100644 --- a/icons/arrow-up-right-square-fill.svg +++ b/icons/arrow-up-right-square-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/arrow-up-right-square.svg b/icons/arrow-up-right-square.svg index c73fc84612..5098d8a195 100644 --- a/icons/arrow-up-right-square.svg +++ b/icons/arrow-up-right-square.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/arrow-up-right.svg b/icons/arrow-up-right.svg index fc2a40d204..6924a38d06 100644 --- a/icons/arrow-up-right.svg +++ b/icons/arrow-up-right.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/arrow-up-short.svg b/icons/arrow-up-short.svg index fb69e8e030..3863f15351 100644 --- a/icons/arrow-up-short.svg +++ b/icons/arrow-up-short.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/arrow-up-square-fill.svg b/icons/arrow-up-square-fill.svg index 7a9d800871..cb283ed9dd 100644 --- a/icons/arrow-up-square-fill.svg +++ b/icons/arrow-up-square-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/arrow-up-square.svg b/icons/arrow-up-square.svg index 14193c0a05..39c33c95d8 100644 --- a/icons/arrow-up-square.svg +++ b/icons/arrow-up-square.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/arrow-up.svg b/icons/arrow-up.svg index caee545d6d..c46d49eb42 100644 --- a/icons/arrow-up.svg +++ b/icons/arrow-up.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/arrows-angle-contract.svg b/icons/arrows-angle-contract.svg index e4593f39a5..d140e19438 100644 --- a/icons/arrows-angle-contract.svg +++ b/icons/arrows-angle-contract.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/arrows-angle-expand.svg b/icons/arrows-angle-expand.svg index 76473c3631..3697f605b2 100644 --- a/icons/arrows-angle-expand.svg +++ b/icons/arrows-angle-expand.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/arrows-collapse.svg b/icons/arrows-collapse.svg index cb0c3af0db..b51738eec7 100644 --- a/icons/arrows-collapse.svg +++ b/icons/arrows-collapse.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/arrows-expand.svg b/icons/arrows-expand.svg index 4cd66e4c23..9880f25640 100644 --- a/icons/arrows-expand.svg +++ b/icons/arrows-expand.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/arrows-fullscreen.svg b/icons/arrows-fullscreen.svg index 4471e554a7..dc0acc3ca1 100644 --- a/icons/arrows-fullscreen.svg +++ b/icons/arrows-fullscreen.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/arrows-move.svg b/icons/arrows-move.svg index 3a88f46213..eef62ef00b 100644 --- a/icons/arrows-move.svg +++ b/icons/arrows-move.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/aspect-ratio-fill.svg b/icons/aspect-ratio-fill.svg index 97dd4b949c..cc3889313d 100644 --- a/icons/aspect-ratio-fill.svg +++ b/icons/aspect-ratio-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/aspect-ratio.svg b/icons/aspect-ratio.svg index 88ecb3fd2d..6f0919b9c5 100644 --- a/icons/aspect-ratio.svg +++ b/icons/aspect-ratio.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/asterisk.svg b/icons/asterisk.svg index d1f14e0321..f1e0205b9d 100644 --- a/icons/asterisk.svg +++ b/icons/asterisk.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/at.svg b/icons/at.svg index 8fca62b2a1..85a26313b1 100644 --- a/icons/at.svg +++ b/icons/at.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/award-fill.svg b/icons/award-fill.svg index 861f0c8b10..d7c837e83c 100644 --- a/icons/award-fill.svg +++ b/icons/award-fill.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/award.svg b/icons/award.svg index 02a0adf345..62a1bb7a74 100644 --- a/icons/award.svg +++ b/icons/award.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/back.svg b/icons/back.svg index c5505ab55e..47b736ee4c 100644 --- a/icons/back.svg +++ b/icons/back.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/backspace-fill.svg b/icons/backspace-fill.svg index 9733acd399..d05f32f652 100644 --- a/icons/backspace-fill.svg +++ b/icons/backspace-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/backspace-reverse-fill.svg b/icons/backspace-reverse-fill.svg index 343499c23d..811fbaac24 100644 --- a/icons/backspace-reverse-fill.svg +++ b/icons/backspace-reverse-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/backspace-reverse.svg b/icons/backspace-reverse.svg index c45a83bc05..e61377be32 100644 --- a/icons/backspace-reverse.svg +++ b/icons/backspace-reverse.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/backspace.svg b/icons/backspace.svg index 6d24460b2a..97d3054a03 100644 --- a/icons/backspace.svg +++ b/icons/backspace.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/badge-4k-fill.svg b/icons/badge-4k-fill.svg index e53f05c353..e4ea78aa88 100644 --- a/icons/badge-4k-fill.svg +++ b/icons/badge-4k-fill.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/badge-4k.svg b/icons/badge-4k.svg index 8439a0657c..f52fbae573 100644 --- a/icons/badge-4k.svg +++ b/icons/badge-4k.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/badge-8k-fill.svg b/icons/badge-8k-fill.svg index 95d73ca67b..b739fbd797 100644 --- a/icons/badge-8k-fill.svg +++ b/icons/badge-8k-fill.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/badge-8k.svg b/icons/badge-8k.svg index 32b5be3f44..3f89bc0657 100644 --- a/icons/badge-8k.svg +++ b/icons/badge-8k.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/badge-ad-fill.svg b/icons/badge-ad-fill.svg index e0d38b82f7..705f0ccff8 100644 --- a/icons/badge-ad-fill.svg +++ b/icons/badge-ad-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/badge-ad.svg b/icons/badge-ad.svg index 14ad72fbba..a4b4d484a8 100644 --- a/icons/badge-ad.svg +++ b/icons/badge-ad.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/badge-cc-fill.svg b/icons/badge-cc-fill.svg index d721b25976..28eeb9b55f 100644 --- a/icons/badge-cc-fill.svg +++ b/icons/badge-cc-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/badge-cc.svg b/icons/badge-cc.svg index f93bfde913..1e5ec3ae89 100644 --- a/icons/badge-cc.svg +++ b/icons/badge-cc.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/badge-hd-fill.svg b/icons/badge-hd-fill.svg index 17ac71de07..1b6aa12831 100644 --- a/icons/badge-hd-fill.svg +++ b/icons/badge-hd-fill.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/badge-hd.svg b/icons/badge-hd.svg index 66342f471a..47a88b4528 100644 --- a/icons/badge-hd.svg +++ b/icons/badge-hd.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/badge-tm-fill.svg b/icons/badge-tm-fill.svg index d09b269d75..db3c196d7e 100644 --- a/icons/badge-tm-fill.svg +++ b/icons/badge-tm-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/badge-tm.svg b/icons/badge-tm.svg index 008321ada8..172ee92afe 100644 --- a/icons/badge-tm.svg +++ b/icons/badge-tm.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/badge-vo-fill.svg b/icons/badge-vo-fill.svg index f14f6a7741..e975db4f25 100644 --- a/icons/badge-vo-fill.svg +++ b/icons/badge-vo-fill.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/badge-vo.svg b/icons/badge-vo.svg index 191e23218b..8a61537884 100644 --- a/icons/badge-vo.svg +++ b/icons/badge-vo.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/bag-check-fill.svg b/icons/bag-check-fill.svg index dc49c946d0..7f34a70d94 100644 --- a/icons/bag-check-fill.svg +++ b/icons/bag-check-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/bag-check.svg b/icons/bag-check.svg index ec0e000730..e7aa1e0071 100644 --- a/icons/bag-check.svg +++ b/icons/bag-check.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/bag-dash-fill.svg b/icons/bag-dash-fill.svg index 4836649b05..d7aae2bb5e 100644 --- a/icons/bag-dash-fill.svg +++ b/icons/bag-dash-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/bag-dash.svg b/icons/bag-dash.svg index aca495a62e..64b0919831 100644 --- a/icons/bag-dash.svg +++ b/icons/bag-dash.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/bag-fill.svg b/icons/bag-fill.svg index 01d33479fd..69bda0b0e6 100644 --- a/icons/bag-fill.svg +++ b/icons/bag-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/bag-plus-fill.svg b/icons/bag-plus-fill.svg index e6b12af400..86f63b4748 100644 --- a/icons/bag-plus-fill.svg +++ b/icons/bag-plus-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/bag-plus.svg b/icons/bag-plus.svg index b6f1d5f4f6..106d5a361d 100644 --- a/icons/bag-plus.svg +++ b/icons/bag-plus.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/bag-x-fill.svg b/icons/bag-x-fill.svg index 960ef82e3f..21bcc7982b 100644 --- a/icons/bag-x-fill.svg +++ b/icons/bag-x-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/bag-x.svg b/icons/bag-x.svg index 300ea7ae03..13b29faaaa 100644 --- a/icons/bag-x.svg +++ b/icons/bag-x.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/bag.svg b/icons/bag.svg index 152b01f55e..36ed255257 100644 --- a/icons/bag.svg +++ b/icons/bag.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/bar-chart-fill.svg b/icons/bar-chart-fill.svg index 8389187bf2..96fc8a771c 100644 --- a/icons/bar-chart-fill.svg +++ b/icons/bar-chart-fill.svg @@ -1,4 +1,4 @@ - + diff --git a/icons/bar-chart-line-fill.svg b/icons/bar-chart-line-fill.svg index 359c191986..f1dfe9b60c 100644 --- a/icons/bar-chart-line-fill.svg +++ b/icons/bar-chart-line-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/bar-chart-line.svg b/icons/bar-chart-line.svg index 191f8ff0cb..e883810e63 100644 --- a/icons/bar-chart-line.svg +++ b/icons/bar-chart-line.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/bar-chart-steps.svg b/icons/bar-chart-steps.svg index 47f7f42572..5dea919b92 100644 --- a/icons/bar-chart-steps.svg +++ b/icons/bar-chart-steps.svg @@ -1,4 +1,4 @@ - + diff --git a/icons/bar-chart.svg b/icons/bar-chart.svg index 7b0600dd63..7a6a008d50 100644 --- a/icons/bar-chart.svg +++ b/icons/bar-chart.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/basket-fill.svg b/icons/basket-fill.svg index ea9d9dca99..2afaf1a44d 100644 --- a/icons/basket-fill.svg +++ b/icons/basket-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/basket.svg b/icons/basket.svg index 36924db402..6a21ecf1d1 100644 --- a/icons/basket.svg +++ b/icons/basket.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/basket2-fill.svg b/icons/basket2-fill.svg index 8a14ddf585..44af98b1c7 100644 --- a/icons/basket2-fill.svg +++ b/icons/basket2-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/basket2.svg b/icons/basket2.svg index 704cb80721..ee7c87afb9 100644 --- a/icons/basket2.svg +++ b/icons/basket2.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/basket3-fill.svg b/icons/basket3-fill.svg index ee37c8153f..b151b4ea3c 100644 --- a/icons/basket3-fill.svg +++ b/icons/basket3-fill.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/basket3.svg b/icons/basket3.svg index 503313b9de..57953e227d 100644 --- a/icons/basket3.svg +++ b/icons/basket3.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/battery-charging.svg b/icons/battery-charging.svg index 1435a8d77e..d071fc3669 100644 --- a/icons/battery-charging.svg +++ b/icons/battery-charging.svg @@ -1,4 +1,4 @@ - + diff --git a/icons/battery-full.svg b/icons/battery-full.svg index 1dc0f36e31..f594806463 100644 --- a/icons/battery-full.svg +++ b/icons/battery-full.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/battery-half.svg b/icons/battery-half.svg index faedd06f10..f653dd2e2e 100644 --- a/icons/battery-half.svg +++ b/icons/battery-half.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/battery.svg b/icons/battery.svg index c3bb84decb..1f27097ddf 100644 --- a/icons/battery.svg +++ b/icons/battery.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/bell-fill.svg b/icons/bell-fill.svg index 8bed646f0f..76d9b60150 100644 --- a/icons/bell-fill.svg +++ b/icons/bell-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/bell.svg b/icons/bell.svg index 166c30ea69..eb4dad1209 100644 --- a/icons/bell.svg +++ b/icons/bell.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/bezier.svg b/icons/bezier.svg index e409955ed6..21ec7b3ef2 100644 --- a/icons/bezier.svg +++ b/icons/bezier.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/bezier2.svg b/icons/bezier2.svg index 370019b656..48722d0c4c 100644 --- a/icons/bezier2.svg +++ b/icons/bezier2.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/bicycle.svg b/icons/bicycle.svg index e476ef50d6..228a61fd4e 100644 --- a/icons/bicycle.svg +++ b/icons/bicycle.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/binoculars-fill.svg b/icons/binoculars-fill.svg index 2898671ca3..de09c7353e 100644 --- a/icons/binoculars-fill.svg +++ b/icons/binoculars-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/binoculars.svg b/icons/binoculars.svg index 1f6d03272b..6421209737 100644 --- a/icons/binoculars.svg +++ b/icons/binoculars.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/blockquote-left.svg b/icons/blockquote-left.svg index b3fb69bf3a..5cb1228829 100644 --- a/icons/blockquote-left.svg +++ b/icons/blockquote-left.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/blockquote-right.svg b/icons/blockquote-right.svg index a75eb6276a..af096fd083 100644 --- a/icons/blockquote-right.svg +++ b/icons/blockquote-right.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/book-fill.svg b/icons/book-fill.svg index 82b4d4bfec..4a9a11736d 100644 --- a/icons/book-fill.svg +++ b/icons/book-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/book-half.svg b/icons/book-half.svg index 653f02dd32..78d5db39d1 100644 --- a/icons/book-half.svg +++ b/icons/book-half.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/book.svg b/icons/book.svg index a6e1c2959d..442622e8a7 100644 --- a/icons/book.svg +++ b/icons/book.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/bookmark-check-fill.svg b/icons/bookmark-check-fill.svg index 536f0c090e..7a6e7f5ea6 100644 --- a/icons/bookmark-check-fill.svg +++ b/icons/bookmark-check-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/bookmark-check.svg b/icons/bookmark-check.svg index 43d751921d..8f515bd20e 100644 --- a/icons/bookmark-check.svg +++ b/icons/bookmark-check.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/bookmark-dash-fill.svg b/icons/bookmark-dash-fill.svg index 57ff610bb1..b4bfe06f69 100644 --- a/icons/bookmark-dash-fill.svg +++ b/icons/bookmark-dash-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/bookmark-dash.svg b/icons/bookmark-dash.svg index 63b132209a..0e97e48783 100644 --- a/icons/bookmark-dash.svg +++ b/icons/bookmark-dash.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/bookmark-fill.svg b/icons/bookmark-fill.svg index 9f1f04a2a3..824e0e4a23 100644 --- a/icons/bookmark-fill.svg +++ b/icons/bookmark-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/bookmark-heart-fill.svg b/icons/bookmark-heart-fill.svg index 69e757c3c4..9b65c11a66 100644 --- a/icons/bookmark-heart-fill.svg +++ b/icons/bookmark-heart-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/bookmark-heart.svg b/icons/bookmark-heart.svg index 34a4f5cb37..758644054a 100644 --- a/icons/bookmark-heart.svg +++ b/icons/bookmark-heart.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/bookmark-plus-fill.svg b/icons/bookmark-plus-fill.svg index 30239a4a98..3f54147579 100644 --- a/icons/bookmark-plus-fill.svg +++ b/icons/bookmark-plus-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/bookmark-plus.svg b/icons/bookmark-plus.svg index bc04b9edd8..559478f238 100644 --- a/icons/bookmark-plus.svg +++ b/icons/bookmark-plus.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/bookmark-star-fill.svg b/icons/bookmark-star-fill.svg index 6f53d81be9..a77e59d461 100644 --- a/icons/bookmark-star-fill.svg +++ b/icons/bookmark-star-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/bookmark-star.svg b/icons/bookmark-star.svg index 971f19d284..879d0be13c 100644 --- a/icons/bookmark-star.svg +++ b/icons/bookmark-star.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/bookmark-x-fill.svg b/icons/bookmark-x-fill.svg index b9f3d96640..18e28516d0 100644 --- a/icons/bookmark-x-fill.svg +++ b/icons/bookmark-x-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/bookmark-x.svg b/icons/bookmark-x.svg index 1fdf56e9d7..7629bc4e0b 100644 --- a/icons/bookmark-x.svg +++ b/icons/bookmark-x.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/bookmark.svg b/icons/bookmark.svg index 9b4a19a744..09ba5c273f 100644 --- a/icons/bookmark.svg +++ b/icons/bookmark.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/bookmarks-fill.svg b/icons/bookmarks-fill.svg index 822618f89e..ceff8f7b68 100644 --- a/icons/bookmarks-fill.svg +++ b/icons/bookmarks-fill.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/bookmarks.svg b/icons/bookmarks.svg index 30c8b9d77e..b34f7bd5bf 100644 --- a/icons/bookmarks.svg +++ b/icons/bookmarks.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/bookshelf.svg b/icons/bookshelf.svg index 8f012a4b3a..69af82135f 100644 --- a/icons/bookshelf.svg +++ b/icons/bookshelf.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/bootstrap-fill.svg b/icons/bootstrap-fill.svg index 2e23d38ab7..e6c3f46f5b 100644 --- a/icons/bootstrap-fill.svg +++ b/icons/bootstrap-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/bootstrap-reboot.svg b/icons/bootstrap-reboot.svg index a276e3c62f..b0bed1d767 100644 --- a/icons/bootstrap-reboot.svg +++ b/icons/bootstrap-reboot.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/bootstrap.svg b/icons/bootstrap.svg index c4b96abd62..97d2c08611 100644 --- a/icons/bootstrap.svg +++ b/icons/bootstrap.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/border-style.svg b/icons/border-style.svg index d2b5643244..d742b2c956 100644 --- a/icons/border-style.svg +++ b/icons/border-style.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/border-width.svg b/icons/border-width.svg index 50a95e381e..0cbd0e668d 100644 --- a/icons/border-width.svg +++ b/icons/border-width.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/bounding-box-circles.svg b/icons/bounding-box-circles.svg index adb5d58290..97c2e14887 100644 --- a/icons/bounding-box-circles.svg +++ b/icons/bounding-box-circles.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/bounding-box.svg b/icons/bounding-box.svg index 3136df4281..99ce913eb7 100644 --- a/icons/bounding-box.svg +++ b/icons/bounding-box.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/box-arrow-down-left.svg b/icons/box-arrow-down-left.svg index 0eb8e46597..6ad3e177dc 100644 --- a/icons/box-arrow-down-left.svg +++ b/icons/box-arrow-down-left.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/box-arrow-down-right.svg b/icons/box-arrow-down-right.svg index 181f42f066..321cddf0ba 100644 --- a/icons/box-arrow-down-right.svg +++ b/icons/box-arrow-down-right.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/box-arrow-down.svg b/icons/box-arrow-down.svg index ff3dcbc116..9a2ca12798 100644 --- a/icons/box-arrow-down.svg +++ b/icons/box-arrow-down.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/box-arrow-in-down-left.svg b/icons/box-arrow-in-down-left.svg index 17f8f29c2c..76a687a0d4 100644 --- a/icons/box-arrow-in-down-left.svg +++ b/icons/box-arrow-in-down-left.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/box-arrow-in-down-right.svg b/icons/box-arrow-in-down-right.svg index 10114b2799..9237293417 100644 --- a/icons/box-arrow-in-down-right.svg +++ b/icons/box-arrow-in-down-right.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/box-arrow-in-down.svg b/icons/box-arrow-in-down.svg index 672c6c06b5..90f9301cac 100644 --- a/icons/box-arrow-in-down.svg +++ b/icons/box-arrow-in-down.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/box-arrow-in-left.svg b/icons/box-arrow-in-left.svg index 764d781d3b..a237dafb3a 100644 --- a/icons/box-arrow-in-left.svg +++ b/icons/box-arrow-in-left.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/box-arrow-in-right.svg b/icons/box-arrow-in-right.svg index 7716ce8150..d158daede8 100644 --- a/icons/box-arrow-in-right.svg +++ b/icons/box-arrow-in-right.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/box-arrow-in-up-left.svg b/icons/box-arrow-in-up-left.svg index c88585fb0b..6937f6a69b 100644 --- a/icons/box-arrow-in-up-left.svg +++ b/icons/box-arrow-in-up-left.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/box-arrow-in-up-right.svg b/icons/box-arrow-in-up-right.svg index b1bbfac8f8..891861172d 100644 --- a/icons/box-arrow-in-up-right.svg +++ b/icons/box-arrow-in-up-right.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/box-arrow-in-up.svg b/icons/box-arrow-in-up.svg index 0ed4ca3ae3..e6a4a7becf 100644 --- a/icons/box-arrow-in-up.svg +++ b/icons/box-arrow-in-up.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/box-arrow-left.svg b/icons/box-arrow-left.svg index 4e86f176a9..8602603adf 100644 --- a/icons/box-arrow-left.svg +++ b/icons/box-arrow-left.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/box-arrow-right.svg b/icons/box-arrow-right.svg index 1ab8745e41..2c4e26c521 100644 --- a/icons/box-arrow-right.svg +++ b/icons/box-arrow-right.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/box-arrow-up-left.svg b/icons/box-arrow-up-left.svg index afada980c7..7fb0b4581e 100644 --- a/icons/box-arrow-up-left.svg +++ b/icons/box-arrow-up-left.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/box-arrow-up-right.svg b/icons/box-arrow-up-right.svg index 63c21b84e9..1d93acb91a 100644 --- a/icons/box-arrow-up-right.svg +++ b/icons/box-arrow-up-right.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/box-arrow-up.svg b/icons/box-arrow-up.svg index e5791228eb..beaf334672 100644 --- a/icons/box-arrow-up.svg +++ b/icons/box-arrow-up.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/box-seam.svg b/icons/box-seam.svg index b69adc9bfd..221eee2036 100644 --- a/icons/box-seam.svg +++ b/icons/box-seam.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/box.svg b/icons/box.svg index d88aa9dfd1..2caba5c880 100644 --- a/icons/box.svg +++ b/icons/box.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/braces.svg b/icons/braces.svg index b4cc0efa1d..3fed8c9037 100644 --- a/icons/braces.svg +++ b/icons/braces.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/bricks.svg b/icons/bricks.svg index 6a68546b3f..f712bf9a0d 100644 --- a/icons/bricks.svg +++ b/icons/bricks.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/briefcase-fill.svg b/icons/briefcase-fill.svg index eec485b959..61bb560301 100644 --- a/icons/briefcase-fill.svg +++ b/icons/briefcase-fill.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/briefcase.svg b/icons/briefcase.svg index 09cb65ca96..b3ac5406c6 100644 --- a/icons/briefcase.svg +++ b/icons/briefcase.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/brightness-alt-high-fill.svg b/icons/brightness-alt-high-fill.svg index f5516e2ee2..161a1778a2 100644 --- a/icons/brightness-alt-high-fill.svg +++ b/icons/brightness-alt-high-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/brightness-alt-high.svg b/icons/brightness-alt-high.svg index 49b8190b9a..1186632f57 100644 --- a/icons/brightness-alt-high.svg +++ b/icons/brightness-alt-high.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/brightness-alt-low-fill.svg b/icons/brightness-alt-low-fill.svg index cb66b6efb9..7e81556476 100644 --- a/icons/brightness-alt-low-fill.svg +++ b/icons/brightness-alt-low-fill.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/brightness-alt-low.svg b/icons/brightness-alt-low.svg index d11e3d30ce..15aa400fac 100644 --- a/icons/brightness-alt-low.svg +++ b/icons/brightness-alt-low.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/brightness-high-fill.svg b/icons/brightness-high-fill.svg index 9f24b9a006..996332607e 100644 --- a/icons/brightness-high-fill.svg +++ b/icons/brightness-high-fill.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/brightness-high.svg b/icons/brightness-high.svg index 7630c218ef..55a1606e54 100644 --- a/icons/brightness-high.svg +++ b/icons/brightness-high.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/brightness-low-fill.svg b/icons/brightness-low-fill.svg index cbe07f7a4f..29a1c3b1cb 100644 --- a/icons/brightness-low-fill.svg +++ b/icons/brightness-low-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/brightness-low.svg b/icons/brightness-low.svg index 0235848253..b41322ccf8 100644 --- a/icons/brightness-low.svg +++ b/icons/brightness-low.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/broadcast-pin.svg b/icons/broadcast-pin.svg index c93cccd3df..bbad890c1c 100644 --- a/icons/broadcast-pin.svg +++ b/icons/broadcast-pin.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/broadcast.svg b/icons/broadcast.svg index 4987eeb783..3702b7c8cf 100644 --- a/icons/broadcast.svg +++ b/icons/broadcast.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/brush-fill.svg b/icons/brush-fill.svg index bd5df359f9..c9171550e7 100644 --- a/icons/brush-fill.svg +++ b/icons/brush-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/brush.svg b/icons/brush.svg index d1b3544208..e2bbec8a83 100644 --- a/icons/brush.svg +++ b/icons/brush.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/bucket-fill.svg b/icons/bucket-fill.svg index 198e3a970f..15a0a78ef4 100644 --- a/icons/bucket-fill.svg +++ b/icons/bucket-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/bucket.svg b/icons/bucket.svg index 03ab5ef557..a609f41e04 100644 --- a/icons/bucket.svg +++ b/icons/bucket.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/bug-fill.svg b/icons/bug-fill.svg index 525749ce07..d168da2845 100644 --- a/icons/bug-fill.svg +++ b/icons/bug-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/bug.svg b/icons/bug.svg index 69b914229f..7d7ebcba14 100644 --- a/icons/bug.svg +++ b/icons/bug.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/building.svg b/icons/building.svg index f2541b354f..4e73ffa25b 100644 --- a/icons/building.svg +++ b/icons/building.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/bullseye.svg b/icons/bullseye.svg index b5daf974a6..1d24c5647b 100644 --- a/icons/bullseye.svg +++ b/icons/bullseye.svg @@ -1,4 +1,4 @@ - + diff --git a/icons/calculator-fill.svg b/icons/calculator-fill.svg index d633dabc50..dcef3c3dde 100644 --- a/icons/calculator-fill.svg +++ b/icons/calculator-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/calculator.svg b/icons/calculator.svg index 1a3de499a1..124c1a7728 100644 --- a/icons/calculator.svg +++ b/icons/calculator.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/calendar-check-fill.svg b/icons/calendar-check-fill.svg index 30620c3c83..45e73869c1 100644 --- a/icons/calendar-check-fill.svg +++ b/icons/calendar-check-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/calendar-check.svg b/icons/calendar-check.svg index 1a6d91943b..8aed225345 100644 --- a/icons/calendar-check.svg +++ b/icons/calendar-check.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/calendar-date-fill.svg b/icons/calendar-date-fill.svg index 41145a2998..71fca4b47f 100644 --- a/icons/calendar-date-fill.svg +++ b/icons/calendar-date-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/calendar-date.svg b/icons/calendar-date.svg index fc98b9ccec..1ec14d99b0 100644 --- a/icons/calendar-date.svg +++ b/icons/calendar-date.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/calendar-day-fill.svg b/icons/calendar-day-fill.svg index 39cffc39f7..8c9089a85a 100644 --- a/icons/calendar-day-fill.svg +++ b/icons/calendar-day-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/calendar-day.svg b/icons/calendar-day.svg index 73fa00ac83..bfa97e9ad9 100644 --- a/icons/calendar-day.svg +++ b/icons/calendar-day.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/calendar-event-fill.svg b/icons/calendar-event-fill.svg index 6310a295f6..773ead2f25 100644 --- a/icons/calendar-event-fill.svg +++ b/icons/calendar-event-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/calendar-event.svg b/icons/calendar-event.svg index 372d94ac35..f9190311ba 100644 --- a/icons/calendar-event.svg +++ b/icons/calendar-event.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/calendar-fill.svg b/icons/calendar-fill.svg index bacf7a63a0..0cdeb35ec8 100644 --- a/icons/calendar-fill.svg +++ b/icons/calendar-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/calendar-minus-fill.svg b/icons/calendar-minus-fill.svg index 2ef97b3160..c79a51ee27 100644 --- a/icons/calendar-minus-fill.svg +++ b/icons/calendar-minus-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/calendar-minus.svg b/icons/calendar-minus.svg index e8f1587f9a..29f2ab557c 100644 --- a/icons/calendar-minus.svg +++ b/icons/calendar-minus.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/calendar-month-fill.svg b/icons/calendar-month-fill.svg index a87369c9ba..25be328da6 100644 --- a/icons/calendar-month-fill.svg +++ b/icons/calendar-month-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/calendar-month.svg b/icons/calendar-month.svg index ecb99bfc5f..8f10bcc578 100644 --- a/icons/calendar-month.svg +++ b/icons/calendar-month.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/calendar-plus-fill.svg b/icons/calendar-plus-fill.svg index 0d55843682..b307b97e5c 100644 --- a/icons/calendar-plus-fill.svg +++ b/icons/calendar-plus-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/calendar-plus.svg b/icons/calendar-plus.svg index 41ccef0535..b3d67729c1 100644 --- a/icons/calendar-plus.svg +++ b/icons/calendar-plus.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/calendar-range-fill.svg b/icons/calendar-range-fill.svg index 77e2a409af..e08a2b7f56 100644 --- a/icons/calendar-range-fill.svg +++ b/icons/calendar-range-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/calendar-range.svg b/icons/calendar-range.svg index e6334f981d..82b1093ec3 100644 --- a/icons/calendar-range.svg +++ b/icons/calendar-range.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/calendar-week-fill.svg b/icons/calendar-week-fill.svg index ea9d3cfe88..f1c6f59b58 100644 --- a/icons/calendar-week-fill.svg +++ b/icons/calendar-week-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/calendar-week.svg b/icons/calendar-week.svg index 73c1007941..b67558faa2 100644 --- a/icons/calendar-week.svg +++ b/icons/calendar-week.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/calendar-x-fill.svg b/icons/calendar-x-fill.svg index 4fa7809336..6f5d5655da 100644 --- a/icons/calendar-x-fill.svg +++ b/icons/calendar-x-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/calendar-x.svg b/icons/calendar-x.svg index 4c794380e4..ab0b1a61f8 100644 --- a/icons/calendar-x.svg +++ b/icons/calendar-x.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/calendar.svg b/icons/calendar.svg index d5cb705ef5..897c355e52 100644 --- a/icons/calendar.svg +++ b/icons/calendar.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/calendar2-check-fill.svg b/icons/calendar2-check-fill.svg index f8f7693099..565bfccfe2 100644 --- a/icons/calendar2-check-fill.svg +++ b/icons/calendar2-check-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/calendar2-check.svg b/icons/calendar2-check.svg index e778db48c1..81fe66e094 100644 --- a/icons/calendar2-check.svg +++ b/icons/calendar2-check.svg @@ -1,4 +1,4 @@ - + diff --git a/icons/calendar2-date-fill.svg b/icons/calendar2-date-fill.svg index 0f5eb36f5f..119d982b2d 100644 --- a/icons/calendar2-date-fill.svg +++ b/icons/calendar2-date-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/calendar2-date.svg b/icons/calendar2-date.svg index 585fbc74d6..c77343c3f5 100644 --- a/icons/calendar2-date.svg +++ b/icons/calendar2-date.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/calendar2-day-fill.svg b/icons/calendar2-day-fill.svg index 57e82bc6cf..f0d96792fc 100644 --- a/icons/calendar2-day-fill.svg +++ b/icons/calendar2-day-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/calendar2-day.svg b/icons/calendar2-day.svg index 2a7b5a95b1..e4719f4e72 100644 --- a/icons/calendar2-day.svg +++ b/icons/calendar2-day.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/calendar2-event-fill.svg b/icons/calendar2-event-fill.svg index c8546a0ebd..b02a853f4c 100644 --- a/icons/calendar2-event-fill.svg +++ b/icons/calendar2-event-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/calendar2-event.svg b/icons/calendar2-event.svg index 7c6c223180..0b320ef294 100644 --- a/icons/calendar2-event.svg +++ b/icons/calendar2-event.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/calendar2-fill.svg b/icons/calendar2-fill.svg index 3176240fa4..791f3d474a 100644 --- a/icons/calendar2-fill.svg +++ b/icons/calendar2-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/calendar2-minus-fill.svg b/icons/calendar2-minus-fill.svg index 00e0c66008..2aaa48fe04 100644 --- a/icons/calendar2-minus-fill.svg +++ b/icons/calendar2-minus-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/calendar2-minus.svg b/icons/calendar2-minus.svg index b23c8a170e..10ea42d8ad 100644 --- a/icons/calendar2-minus.svg +++ b/icons/calendar2-minus.svg @@ -1,4 +1,4 @@ - + diff --git a/icons/calendar2-month-fill.svg b/icons/calendar2-month-fill.svg index f28ebfc440..7fece257cc 100644 --- a/icons/calendar2-month-fill.svg +++ b/icons/calendar2-month-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/calendar2-month.svg b/icons/calendar2-month.svg index 3f17f81012..3a5aac5096 100644 --- a/icons/calendar2-month.svg +++ b/icons/calendar2-month.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/calendar2-plus-fill.svg b/icons/calendar2-plus-fill.svg index b63cbe45d3..cc025ae285 100644 --- a/icons/calendar2-plus-fill.svg +++ b/icons/calendar2-plus-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/calendar2-plus.svg b/icons/calendar2-plus.svg index 353987f546..4b20b61a4e 100644 --- a/icons/calendar2-plus.svg +++ b/icons/calendar2-plus.svg @@ -1,4 +1,4 @@ - + diff --git a/icons/calendar2-range-fill.svg b/icons/calendar2-range-fill.svg index 2bb03f7a3b..9e2e7a3c87 100644 --- a/icons/calendar2-range-fill.svg +++ b/icons/calendar2-range-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/calendar2-range.svg b/icons/calendar2-range.svg index f5ed3e76d0..70a06813e4 100644 --- a/icons/calendar2-range.svg +++ b/icons/calendar2-range.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/calendar2-week-fill.svg b/icons/calendar2-week-fill.svg index d1e5216988..e7af7a7f83 100644 --- a/icons/calendar2-week-fill.svg +++ b/icons/calendar2-week-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/calendar2-week.svg b/icons/calendar2-week.svg index 634fe2be29..254684cd3b 100644 --- a/icons/calendar2-week.svg +++ b/icons/calendar2-week.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/calendar2-x-fill.svg b/icons/calendar2-x-fill.svg index cda7427cf5..885c74ee4e 100644 --- a/icons/calendar2-x-fill.svg +++ b/icons/calendar2-x-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/calendar2-x.svg b/icons/calendar2-x.svg index d7481003e2..6c67f72104 100644 --- a/icons/calendar2-x.svg +++ b/icons/calendar2-x.svg @@ -1,4 +1,4 @@ - + diff --git a/icons/calendar2.svg b/icons/calendar2.svg index c6da21c9a0..f9cdf8cc32 100644 --- a/icons/calendar2.svg +++ b/icons/calendar2.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/calendar3-event-fill.svg b/icons/calendar3-event-fill.svg index 22cf257eab..26127a41ba 100644 --- a/icons/calendar3-event-fill.svg +++ b/icons/calendar3-event-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/calendar3-event.svg b/icons/calendar3-event.svg index c282b5402f..5427b08087 100644 --- a/icons/calendar3-event.svg +++ b/icons/calendar3-event.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/calendar3-fill.svg b/icons/calendar3-fill.svg index 4bfe7c7aaa..7f11fcffc0 100644 --- a/icons/calendar3-fill.svg +++ b/icons/calendar3-fill.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/calendar3-range-fill.svg b/icons/calendar3-range-fill.svg index 8217446c4f..1c015b7218 100644 --- a/icons/calendar3-range-fill.svg +++ b/icons/calendar3-range-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/calendar3-range.svg b/icons/calendar3-range.svg index 61acf6b04f..3538b01152 100644 --- a/icons/calendar3-range.svg +++ b/icons/calendar3-range.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/calendar3-week-fill.svg b/icons/calendar3-week-fill.svg index a4d0dfd9ef..5342ce45d7 100644 --- a/icons/calendar3-week-fill.svg +++ b/icons/calendar3-week-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/calendar3-week.svg b/icons/calendar3-week.svg index adc2542576..0c4c0a8d2a 100644 --- a/icons/calendar3-week.svg +++ b/icons/calendar3-week.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/calendar3.svg b/icons/calendar3.svg index 0ca46dfa50..5c0746d586 100644 --- a/icons/calendar3.svg +++ b/icons/calendar3.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/calendar4-event.svg b/icons/calendar4-event.svg index 6f837658ea..5f262cf9bd 100644 --- a/icons/calendar4-event.svg +++ b/icons/calendar4-event.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/calendar4-range.svg b/icons/calendar4-range.svg index 65bb819fca..422efc40df 100644 --- a/icons/calendar4-range.svg +++ b/icons/calendar4-range.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/calendar4-week.svg b/icons/calendar4-week.svg index 5c2d25d710..aaf6a0a08b 100644 --- a/icons/calendar4-week.svg +++ b/icons/calendar4-week.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/calendar4.svg b/icons/calendar4.svg index 5645950a24..4f54eac634 100644 --- a/icons/calendar4.svg +++ b/icons/calendar4.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/camera-fill.svg b/icons/camera-fill.svg index ff252420d9..45d14b8621 100644 --- a/icons/camera-fill.svg +++ b/icons/camera-fill.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/camera-reels-fill.svg b/icons/camera-reels-fill.svg index f8f8115905..db2aead8d5 100644 --- a/icons/camera-reels-fill.svg +++ b/icons/camera-reels-fill.svg @@ -1,4 +1,4 @@ - + diff --git a/icons/camera-reels.svg b/icons/camera-reels.svg index d63ddb571f..81f94af718 100644 --- a/icons/camera-reels.svg +++ b/icons/camera-reels.svg @@ -1,4 +1,4 @@ - + diff --git a/icons/camera-video-fill.svg b/icons/camera-video-fill.svg index 7c71312164..0222b9587e 100644 --- a/icons/camera-video-fill.svg +++ b/icons/camera-video-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/camera-video-off-fill.svg b/icons/camera-video-off-fill.svg index f65627685b..f2a08ea9f6 100644 --- a/icons/camera-video-off-fill.svg +++ b/icons/camera-video-off-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/camera-video-off.svg b/icons/camera-video-off.svg index c27b9e01d7..ac79a539ed 100644 --- a/icons/camera-video-off.svg +++ b/icons/camera-video-off.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/camera-video.svg b/icons/camera-video.svg index 4d4a00d9ae..be3d458a4f 100644 --- a/icons/camera-video.svg +++ b/icons/camera-video.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/camera.svg b/icons/camera.svg index ac3e2cbed4..27cc51806e 100644 --- a/icons/camera.svg +++ b/icons/camera.svg @@ -1,4 +1,4 @@ - + diff --git a/icons/camera2.svg b/icons/camera2.svg index e7a294a47b..ec6e4cb7a9 100644 --- a/icons/camera2.svg +++ b/icons/camera2.svg @@ -1,4 +1,4 @@ - + diff --git a/icons/capslock-fill.svg b/icons/capslock-fill.svg index 6c5f9fc889..1a70e0c5a2 100644 --- a/icons/capslock-fill.svg +++ b/icons/capslock-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/capslock.svg b/icons/capslock.svg index a2de049e3f..9c4a7afeae 100644 --- a/icons/capslock.svg +++ b/icons/capslock.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/card-checklist.svg b/icons/card-checklist.svg index e94cb9c334..bcd728a4c5 100644 --- a/icons/card-checklist.svg +++ b/icons/card-checklist.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/card-heading.svg b/icons/card-heading.svg index b6e8a9163d..cd892b6737 100644 --- a/icons/card-heading.svg +++ b/icons/card-heading.svg @@ -1,4 +1,4 @@ - + diff --git a/icons/card-image.svg b/icons/card-image.svg index 3a33f2be2e..7518e34d1b 100644 --- a/icons/card-image.svg +++ b/icons/card-image.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/card-list.svg b/icons/card-list.svg index b47eba7303..bdae2ed753 100644 --- a/icons/card-list.svg +++ b/icons/card-list.svg @@ -1,4 +1,4 @@ - + diff --git a/icons/card-text.svg b/icons/card-text.svg index d5cde00c29..612703eccc 100644 --- a/icons/card-text.svg +++ b/icons/card-text.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/caret-down-fill.svg b/icons/caret-down-fill.svg index dad4fdebe9..64cc9f759e 100644 --- a/icons/caret-down-fill.svg +++ b/icons/caret-down-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/caret-down-square-fill.svg b/icons/caret-down-square-fill.svg index a63801f6dd..c455139280 100644 --- a/icons/caret-down-square-fill.svg +++ b/icons/caret-down-square-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/caret-down-square.svg b/icons/caret-down-square.svg index 4beabd0438..dcd287431b 100644 --- a/icons/caret-down-square.svg +++ b/icons/caret-down-square.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/caret-down.svg b/icons/caret-down.svg index 5f5e791432..1162860eb1 100644 --- a/icons/caret-down.svg +++ b/icons/caret-down.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/caret-left-fill.svg b/icons/caret-left-fill.svg index 85ab78d35f..ad82aeb096 100644 --- a/icons/caret-left-fill.svg +++ b/icons/caret-left-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/caret-left-square-fill.svg b/icons/caret-left-square-fill.svg index 32caf577f6..58accb7d9f 100644 --- a/icons/caret-left-square-fill.svg +++ b/icons/caret-left-square-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/caret-left-square.svg b/icons/caret-left-square.svg index 349dcea584..d0a16ea138 100644 --- a/icons/caret-left-square.svg +++ b/icons/caret-left-square.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/caret-left.svg b/icons/caret-left.svg index f4e662fe55..90c5070449 100644 --- a/icons/caret-left.svg +++ b/icons/caret-left.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/caret-right-fill.svg b/icons/caret-right-fill.svg index 3db00ba17e..936c956b89 100644 --- a/icons/caret-right-fill.svg +++ b/icons/caret-right-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/caret-right-square-fill.svg b/icons/caret-right-square-fill.svg index adb8f09c33..a84e695c3a 100644 --- a/icons/caret-right-square-fill.svg +++ b/icons/caret-right-square-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/caret-right-square.svg b/icons/caret-right-square.svg index 7f9c6aebad..b49fd6540c 100644 --- a/icons/caret-right-square.svg +++ b/icons/caret-right-square.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/caret-right.svg b/icons/caret-right.svg index bb20b7ee51..786841a7b5 100644 --- a/icons/caret-right.svg +++ b/icons/caret-right.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/caret-up-fill.svg b/icons/caret-up-fill.svg index 7e2fec4e7e..6723a56576 100644 --- a/icons/caret-up-fill.svg +++ b/icons/caret-up-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/caret-up-square-fill.svg b/icons/caret-up-square-fill.svg index 1f50c8d0ee..a1847dfafe 100644 --- a/icons/caret-up-square-fill.svg +++ b/icons/caret-up-square-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/caret-up-square.svg b/icons/caret-up-square.svg index ba8117c88c..54aa9a9fe5 100644 --- a/icons/caret-up-square.svg +++ b/icons/caret-up-square.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/caret-up.svg b/icons/caret-up.svg index b61eb80292..9f0b2070fc 100644 --- a/icons/caret-up.svg +++ b/icons/caret-up.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/cart-check-fill.svg b/icons/cart-check-fill.svg index aa4e23b559..d7765136c6 100644 --- a/icons/cart-check-fill.svg +++ b/icons/cart-check-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/cart-check.svg b/icons/cart-check.svg index e996204573..525f7f0f37 100644 --- a/icons/cart-check.svg +++ b/icons/cart-check.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/cart-dash-fill.svg b/icons/cart-dash-fill.svg index 61d8da6f75..7ca7699bdc 100644 --- a/icons/cart-dash-fill.svg +++ b/icons/cart-dash-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/cart-dash.svg b/icons/cart-dash.svg index 7aa8cc2802..bb7698275d 100644 --- a/icons/cart-dash.svg +++ b/icons/cart-dash.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/cart-fill.svg b/icons/cart-fill.svg index 6339b30efd..a2b54c3d30 100644 --- a/icons/cart-fill.svg +++ b/icons/cart-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/cart-plus-fill.svg b/icons/cart-plus-fill.svg index 78e2bb8bb4..84b9d106c7 100644 --- a/icons/cart-plus-fill.svg +++ b/icons/cart-plus-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/cart-plus.svg b/icons/cart-plus.svg index 5c02897b87..ffc1152834 100644 --- a/icons/cart-plus.svg +++ b/icons/cart-plus.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/cart-x-fill.svg b/icons/cart-x-fill.svg index c7fc85d40f..e60bec8a9c 100644 --- a/icons/cart-x-fill.svg +++ b/icons/cart-x-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/cart-x.svg b/icons/cart-x.svg index dd0c77bdbd..f8adfd297f 100644 --- a/icons/cart-x.svg +++ b/icons/cart-x.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/cart.svg b/icons/cart.svg index ccbe99ba72..51e2101e90 100644 --- a/icons/cart.svg +++ b/icons/cart.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/cart2.svg b/icons/cart2.svg index bbb06cc768..d7de09b254 100644 --- a/icons/cart2.svg +++ b/icons/cart2.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/cart3.svg b/icons/cart3.svg index 1fd56ea154..8bbffdf71f 100644 --- a/icons/cart3.svg +++ b/icons/cart3.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/cart4.svg b/icons/cart4.svg index c843ab0be7..48cc366c2d 100644 --- a/icons/cart4.svg +++ b/icons/cart4.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/cash-stack.svg b/icons/cash-stack.svg index d66265fff7..ce0de86666 100644 --- a/icons/cash-stack.svg +++ b/icons/cash-stack.svg @@ -1,4 +1,4 @@ - + diff --git a/icons/cash.svg b/icons/cash.svg index e87d01f504..8654eb5b90 100644 --- a/icons/cash.svg +++ b/icons/cash.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/cast.svg b/icons/cast.svg index 4b3cd65277..c61621c04c 100644 --- a/icons/cast.svg +++ b/icons/cast.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/chat-dots-fill.svg b/icons/chat-dots-fill.svg index 952d603247..15a48f504a 100644 --- a/icons/chat-dots-fill.svg +++ b/icons/chat-dots-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/chat-dots.svg b/icons/chat-dots.svg index cc6fba5af8..a1c664ee59 100644 --- a/icons/chat-dots.svg +++ b/icons/chat-dots.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/chat-fill.svg b/icons/chat-fill.svg index fe3eedc0f0..69ed44bea0 100644 --- a/icons/chat-fill.svg +++ b/icons/chat-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/chat-left-dots-fill.svg b/icons/chat-left-dots-fill.svg index 2cb86a6804..f370df388e 100644 --- a/icons/chat-left-dots-fill.svg +++ b/icons/chat-left-dots-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/chat-left-dots.svg b/icons/chat-left-dots.svg index 38be081a01..ef2467e485 100644 --- a/icons/chat-left-dots.svg +++ b/icons/chat-left-dots.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/chat-left-fill.svg b/icons/chat-left-fill.svg index 40ebeb467c..d96ea7d983 100644 --- a/icons/chat-left-fill.svg +++ b/icons/chat-left-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/chat-left-quote-fill.svg b/icons/chat-left-quote-fill.svg index 8d2d798869..9f06b557c3 100644 --- a/icons/chat-left-quote-fill.svg +++ b/icons/chat-left-quote-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/chat-left-quote.svg b/icons/chat-left-quote.svg index 87d94ed3a6..d3611689e9 100644 --- a/icons/chat-left-quote.svg +++ b/icons/chat-left-quote.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/chat-left-text-fill.svg b/icons/chat-left-text-fill.svg index bb10b22ce9..bcb42af934 100644 --- a/icons/chat-left-text-fill.svg +++ b/icons/chat-left-text-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/chat-left-text.svg b/icons/chat-left-text.svg index eba1919dde..7f87f063fd 100644 --- a/icons/chat-left-text.svg +++ b/icons/chat-left-text.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/chat-left.svg b/icons/chat-left.svg index 6440918399..0141ff2f51 100644 --- a/icons/chat-left.svg +++ b/icons/chat-left.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/chat-quote-fill.svg b/icons/chat-quote-fill.svg index d718be0157..1a4e07e211 100644 --- a/icons/chat-quote-fill.svg +++ b/icons/chat-quote-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/chat-quote.svg b/icons/chat-quote.svg index 1896934638..b00e520726 100644 --- a/icons/chat-quote.svg +++ b/icons/chat-quote.svg @@ -1,4 +1,4 @@ - + diff --git a/icons/chat-right-dots-fill.svg b/icons/chat-right-dots-fill.svg index 1e7de764bb..3e9f25d0ca 100644 --- a/icons/chat-right-dots-fill.svg +++ b/icons/chat-right-dots-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/chat-right-dots.svg b/icons/chat-right-dots.svg index 0745b79aea..057c813268 100644 --- a/icons/chat-right-dots.svg +++ b/icons/chat-right-dots.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/chat-right-fill.svg b/icons/chat-right-fill.svg index a405c4fec3..f057203af3 100644 --- a/icons/chat-right-fill.svg +++ b/icons/chat-right-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/chat-right-quote-fill.svg b/icons/chat-right-quote-fill.svg index 000352f9b3..cafae408b9 100644 --- a/icons/chat-right-quote-fill.svg +++ b/icons/chat-right-quote-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/chat-right-quote.svg b/icons/chat-right-quote.svg index 1636036d40..a17352680f 100644 --- a/icons/chat-right-quote.svg +++ b/icons/chat-right-quote.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/chat-right-text-fill.svg b/icons/chat-right-text-fill.svg index f9eb6f6d09..2f9cdb9536 100644 --- a/icons/chat-right-text-fill.svg +++ b/icons/chat-right-text-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/chat-right-text.svg b/icons/chat-right-text.svg index bc2680a136..466d19ab57 100644 --- a/icons/chat-right-text.svg +++ b/icons/chat-right-text.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/chat-right.svg b/icons/chat-right.svg index 474ae5a922..e5ca89d3af 100644 --- a/icons/chat-right.svg +++ b/icons/chat-right.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/chat-square-dots-fill.svg b/icons/chat-square-dots-fill.svg index 3b043516b9..a0fde3bda8 100644 --- a/icons/chat-square-dots-fill.svg +++ b/icons/chat-square-dots-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/chat-square-dots.svg b/icons/chat-square-dots.svg index f074f36e3d..3405104287 100644 --- a/icons/chat-square-dots.svg +++ b/icons/chat-square-dots.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/chat-square-fill.svg b/icons/chat-square-fill.svg index 7082edd5a2..3dbcb878e2 100644 --- a/icons/chat-square-fill.svg +++ b/icons/chat-square-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/chat-square-quote-fill.svg b/icons/chat-square-quote-fill.svg index 68778dfa5c..f8b6d532f8 100644 --- a/icons/chat-square-quote-fill.svg +++ b/icons/chat-square-quote-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/chat-square-quote.svg b/icons/chat-square-quote.svg index 50d88484a2..63e37b2b13 100644 --- a/icons/chat-square-quote.svg +++ b/icons/chat-square-quote.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/chat-square-text-fill.svg b/icons/chat-square-text-fill.svg index 5d6c4c922d..65fc93bd4c 100644 --- a/icons/chat-square-text-fill.svg +++ b/icons/chat-square-text-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/chat-square-text.svg b/icons/chat-square-text.svg index 4ab1736599..7db9a20b07 100644 --- a/icons/chat-square-text.svg +++ b/icons/chat-square-text.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/chat-square.svg b/icons/chat-square.svg index 59f5628bb4..82a9238107 100644 --- a/icons/chat-square.svg +++ b/icons/chat-square.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/chat-text-fill.svg b/icons/chat-text-fill.svg index 306dbb5d43..4a0d41ea0a 100644 --- a/icons/chat-text-fill.svg +++ b/icons/chat-text-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/chat-text.svg b/icons/chat-text.svg index b32cc8865e..5d80868563 100644 --- a/icons/chat-text.svg +++ b/icons/chat-text.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/chat.svg b/icons/chat.svg index ea981efaa1..b38f5da8dd 100644 --- a/icons/chat.svg +++ b/icons/chat.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/check-all.svg b/icons/check-all.svg index d2ef14ef65..d98503db59 100644 --- a/icons/check-all.svg +++ b/icons/check-all.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/check-circle-fill.svg b/icons/check-circle-fill.svg index 12bc82450b..aa47740479 100644 --- a/icons/check-circle-fill.svg +++ b/icons/check-circle-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/check-circle.svg b/icons/check-circle.svg index 8767f83478..5f58d259a0 100644 --- a/icons/check-circle.svg +++ b/icons/check-circle.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/check-square-fill.svg b/icons/check-square-fill.svg index 934e0b9aae..da4c5b44ae 100644 --- a/icons/check-square-fill.svg +++ b/icons/check-square-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/check-square.svg b/icons/check-square.svg index f093371d00..f15073b1f6 100644 --- a/icons/check-square.svg +++ b/icons/check-square.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/check.svg b/icons/check.svg index 7cae4c503a..d45670025a 100644 --- a/icons/check.svg +++ b/icons/check.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/check2-all.svg b/icons/check2-all.svg index cbb6550c4d..c180c685b5 100644 --- a/icons/check2-all.svg +++ b/icons/check2-all.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/check2-circle.svg b/icons/check2-circle.svg index aee2828784..8729cfb20e 100644 --- a/icons/check2-circle.svg +++ b/icons/check2-circle.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/check2-square.svg b/icons/check2-square.svg index 707ed7d891..17ccc98e3d 100644 --- a/icons/check2-square.svg +++ b/icons/check2-square.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/check2.svg b/icons/check2.svg index d8b9d98792..433985338d 100644 --- a/icons/check2.svg +++ b/icons/check2.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/chevron-bar-contract.svg b/icons/chevron-bar-contract.svg index 63f306d61c..f12917f79c 100644 --- a/icons/chevron-bar-contract.svg +++ b/icons/chevron-bar-contract.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/chevron-bar-down.svg b/icons/chevron-bar-down.svg index 238a288f63..4df2259f1b 100644 --- a/icons/chevron-bar-down.svg +++ b/icons/chevron-bar-down.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/chevron-bar-expand.svg b/icons/chevron-bar-expand.svg index 26f9fd5d1b..6cb775f94d 100644 --- a/icons/chevron-bar-expand.svg +++ b/icons/chevron-bar-expand.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/chevron-bar-left.svg b/icons/chevron-bar-left.svg index ecc53557c4..5d53406ece 100644 --- a/icons/chevron-bar-left.svg +++ b/icons/chevron-bar-left.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/chevron-bar-right.svg b/icons/chevron-bar-right.svg index 8f08b8fdcc..b71553ca9c 100644 --- a/icons/chevron-bar-right.svg +++ b/icons/chevron-bar-right.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/chevron-bar-up.svg b/icons/chevron-bar-up.svg index 98a1ef27e4..9ca140895a 100644 --- a/icons/chevron-bar-up.svg +++ b/icons/chevron-bar-up.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/chevron-compact-down.svg b/icons/chevron-compact-down.svg index 22e924e953..fb1767e018 100644 --- a/icons/chevron-compact-down.svg +++ b/icons/chevron-compact-down.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/chevron-compact-left.svg b/icons/chevron-compact-left.svg index 9c32bf3995..5dd6b6bfcf 100644 --- a/icons/chevron-compact-left.svg +++ b/icons/chevron-compact-left.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/chevron-compact-right.svg b/icons/chevron-compact-right.svg index 9c63470f73..ecb5994e4c 100644 --- a/icons/chevron-compact-right.svg +++ b/icons/chevron-compact-right.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/chevron-compact-up.svg b/icons/chevron-compact-up.svg index 5492fcea61..8bc0a55e63 100644 --- a/icons/chevron-compact-up.svg +++ b/icons/chevron-compact-up.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/chevron-contract.svg b/icons/chevron-contract.svg index 668e7b9f5d..5243d43549 100644 --- a/icons/chevron-contract.svg +++ b/icons/chevron-contract.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/chevron-double-down.svg b/icons/chevron-double-down.svg index 4a97278d63..0df76eed4b 100644 --- a/icons/chevron-double-down.svg +++ b/icons/chevron-double-down.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/chevron-double-left.svg b/icons/chevron-double-left.svg index 5fae374126..7181fd111a 100644 --- a/icons/chevron-double-left.svg +++ b/icons/chevron-double-left.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/chevron-double-right.svg b/icons/chevron-double-right.svg index 424ce01042..73e1b352d2 100644 --- a/icons/chevron-double-right.svg +++ b/icons/chevron-double-right.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/chevron-double-up.svg b/icons/chevron-double-up.svg index 18ddcce18f..5c9a013265 100644 --- a/icons/chevron-double-up.svg +++ b/icons/chevron-double-up.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/chevron-down.svg b/icons/chevron-down.svg index 88a251e0d3..1f0b8bc703 100644 --- a/icons/chevron-down.svg +++ b/icons/chevron-down.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/chevron-expand.svg b/icons/chevron-expand.svg index 282ef7c276..0a2b81a3b0 100644 --- a/icons/chevron-expand.svg +++ b/icons/chevron-expand.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/chevron-left.svg b/icons/chevron-left.svg index 52cb0c3337..018f8b6739 100644 --- a/icons/chevron-left.svg +++ b/icons/chevron-left.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/chevron-right.svg b/icons/chevron-right.svg index bcfa16b1b7..d621289b32 100644 --- a/icons/chevron-right.svg +++ b/icons/chevron-right.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/chevron-up.svg b/icons/chevron-up.svg index 3e9437e755..3b2bd42e6c 100644 --- a/icons/chevron-up.svg +++ b/icons/chevron-up.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/circle-fill.svg b/icons/circle-fill.svg index 5829b0d537..e0d1b51579 100644 --- a/icons/circle-fill.svg +++ b/icons/circle-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/circle-half.svg b/icons/circle-half.svg index f35195387f..a69ffb9ccf 100644 --- a/icons/circle-half.svg +++ b/icons/circle-half.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/circle-square.svg b/icons/circle-square.svg index 869bf01903..37d86229f4 100644 --- a/icons/circle-square.svg +++ b/icons/circle-square.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/circle.svg b/icons/circle.svg index 9f36f91a97..bb851347e4 100644 --- a/icons/circle.svg +++ b/icons/circle.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/clipboard-check.svg b/icons/clipboard-check.svg index 2f51207c54..02a0e91abf 100644 --- a/icons/clipboard-check.svg +++ b/icons/clipboard-check.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/clipboard-data.svg b/icons/clipboard-data.svg index 98ccf4a307..ba6152ac75 100644 --- a/icons/clipboard-data.svg +++ b/icons/clipboard-data.svg @@ -1,4 +1,4 @@ - + diff --git a/icons/clipboard-minus.svg b/icons/clipboard-minus.svg index d19e681988..4c6201f38d 100644 --- a/icons/clipboard-minus.svg +++ b/icons/clipboard-minus.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/clipboard-plus.svg b/icons/clipboard-plus.svg index 5fff5e7235..867f472fa3 100644 --- a/icons/clipboard-plus.svg +++ b/icons/clipboard-plus.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/clipboard-x.svg b/icons/clipboard-x.svg index 4cf301c9d7..cf3a65fe18 100644 --- a/icons/clipboard-x.svg +++ b/icons/clipboard-x.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/clipboard.svg b/icons/clipboard.svg index 938caf8ef4..6b265cede7 100644 --- a/icons/clipboard.svg +++ b/icons/clipboard.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/clock-fill.svg b/icons/clock-fill.svg index 57f53646e2..31b6088c04 100644 --- a/icons/clock-fill.svg +++ b/icons/clock-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/clock-history.svg b/icons/clock-history.svg index d5e9d8955b..2ff30b265f 100644 --- a/icons/clock-history.svg +++ b/icons/clock-history.svg @@ -1,4 +1,4 @@ - + diff --git a/icons/clock.svg b/icons/clock.svg index a8c0321744..2363c618e4 100644 --- a/icons/clock.svg +++ b/icons/clock.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/cloud-arrow-down-fill.svg b/icons/cloud-arrow-down-fill.svg index 261396a8ab..9bb23535de 100644 --- a/icons/cloud-arrow-down-fill.svg +++ b/icons/cloud-arrow-down-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/cloud-arrow-down.svg b/icons/cloud-arrow-down.svg index c96e5fe4e2..7d30ed70d0 100644 --- a/icons/cloud-arrow-down.svg +++ b/icons/cloud-arrow-down.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/cloud-arrow-up-fill.svg b/icons/cloud-arrow-up-fill.svg index b4f215f56e..fbd08ee8c2 100644 --- a/icons/cloud-arrow-up-fill.svg +++ b/icons/cloud-arrow-up-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/cloud-arrow-up.svg b/icons/cloud-arrow-up.svg index 9eb13cc94f..c1991c6200 100644 --- a/icons/cloud-arrow-up.svg +++ b/icons/cloud-arrow-up.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/cloud-check-fill.svg b/icons/cloud-check-fill.svg index 2365df9ab7..42936a4b7f 100644 --- a/icons/cloud-check-fill.svg +++ b/icons/cloud-check-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/cloud-check.svg b/icons/cloud-check.svg index 0336835470..2908867f94 100644 --- a/icons/cloud-check.svg +++ b/icons/cloud-check.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/cloud-download-fill.svg b/icons/cloud-download-fill.svg index 0656c61323..53c4242f83 100644 --- a/icons/cloud-download-fill.svg +++ b/icons/cloud-download-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/cloud-download.svg b/icons/cloud-download.svg index d489ade7cf..0a0d4a5ce3 100644 --- a/icons/cloud-download.svg +++ b/icons/cloud-download.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/cloud-fill.svg b/icons/cloud-fill.svg index 96843a967c..8cd2ac3983 100644 --- a/icons/cloud-fill.svg +++ b/icons/cloud-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/cloud-minus-fill.svg b/icons/cloud-minus-fill.svg index f6dffdfc05..b3a4260ae3 100644 --- a/icons/cloud-minus-fill.svg +++ b/icons/cloud-minus-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/cloud-minus.svg b/icons/cloud-minus.svg index 88932e22ec..14d1a4ddc6 100644 --- a/icons/cloud-minus.svg +++ b/icons/cloud-minus.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/cloud-plus-fill.svg b/icons/cloud-plus-fill.svg index 866b362868..4495ef904d 100644 --- a/icons/cloud-plus-fill.svg +++ b/icons/cloud-plus-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/cloud-plus.svg b/icons/cloud-plus.svg index 0f37302777..ae38ac9d62 100644 --- a/icons/cloud-plus.svg +++ b/icons/cloud-plus.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/cloud-slash-fill.svg b/icons/cloud-slash-fill.svg index 4fa8607837..269b6a8fdf 100644 --- a/icons/cloud-slash-fill.svg +++ b/icons/cloud-slash-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/cloud-slash.svg b/icons/cloud-slash.svg index 0643fffe15..f379a4353d 100644 --- a/icons/cloud-slash.svg +++ b/icons/cloud-slash.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/cloud-upload-fill.svg b/icons/cloud-upload-fill.svg index 296233ce3c..766015d4af 100644 --- a/icons/cloud-upload-fill.svg +++ b/icons/cloud-upload-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/cloud-upload.svg b/icons/cloud-upload.svg index 2a1e0cbe4b..6184b727fb 100644 --- a/icons/cloud-upload.svg +++ b/icons/cloud-upload.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/cloud.svg b/icons/cloud.svg index 07045a184f..cd0c433430 100644 --- a/icons/cloud.svg +++ b/icons/cloud.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/code-slash.svg b/icons/code-slash.svg index 3ff65f2c50..3d950632eb 100644 --- a/icons/code-slash.svg +++ b/icons/code-slash.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/code-square.svg b/icons/code-square.svg index fe4991d3e9..36503debfd 100644 --- a/icons/code-square.svg +++ b/icons/code-square.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/code.svg b/icons/code.svg index 256bf16286..ebdb5ca3cf 100644 --- a/icons/code.svg +++ b/icons/code.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/collection-fill.svg b/icons/collection-fill.svg index 7c046dff02..4ffd26dc75 100644 --- a/icons/collection-fill.svg +++ b/icons/collection-fill.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/collection-play-fill.svg b/icons/collection-play-fill.svg index 751d7e6976..bcb8459b41 100644 --- a/icons/collection-play-fill.svg +++ b/icons/collection-play-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/collection-play.svg b/icons/collection-play.svg index 8aaea0859c..cb4adb0b09 100644 --- a/icons/collection-play.svg +++ b/icons/collection-play.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/collection.svg b/icons/collection.svg index ace88f8105..1fc45d4296 100644 --- a/icons/collection.svg +++ b/icons/collection.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/columns-gap.svg b/icons/columns-gap.svg index b60bf1e21a..263ce462c5 100644 --- a/icons/columns-gap.svg +++ b/icons/columns-gap.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/columns.svg b/icons/columns.svg index 2553ddf8a5..ed850c6e5c 100644 --- a/icons/columns.svg +++ b/icons/columns.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/command.svg b/icons/command.svg index 2f0d43c4a8..c4361f9611 100644 --- a/icons/command.svg +++ b/icons/command.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/compass-fill.svg b/icons/compass-fill.svg index 3af7330567..ce2a8e552f 100644 --- a/icons/compass-fill.svg +++ b/icons/compass-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/compass.svg b/icons/compass.svg index d1e07bbf28..2f232cbbbd 100644 --- a/icons/compass.svg +++ b/icons/compass.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/cone-striped.svg b/icons/cone-striped.svg index 95db04705a..a0e94ad33f 100644 --- a/icons/cone-striped.svg +++ b/icons/cone-striped.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/cone.svg b/icons/cone.svg index 390f1f9495..2de05c5baa 100644 --- a/icons/cone.svg +++ b/icons/cone.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/controller.svg b/icons/controller.svg index 3c0d0a4b6f..4f45c68ab2 100644 --- a/icons/controller.svg +++ b/icons/controller.svg @@ -1,4 +1,4 @@ - + diff --git a/icons/cpu-fill.svg b/icons/cpu-fill.svg index 19f8e35059..4bb7b72b34 100644 --- a/icons/cpu-fill.svg +++ b/icons/cpu-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/cpu.svg b/icons/cpu.svg index c3694e182e..b29e1fea25 100644 --- a/icons/cpu.svg +++ b/icons/cpu.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/credit-card-2-back-fill.svg b/icons/credit-card-2-back-fill.svg index 49fc6cd339..83f9f94368 100644 --- a/icons/credit-card-2-back-fill.svg +++ b/icons/credit-card-2-back-fill.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/credit-card-2-back.svg b/icons/credit-card-2-back.svg index 92ecc1300c..5061f7b516 100644 --- a/icons/credit-card-2-back.svg +++ b/icons/credit-card-2-back.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/credit-card-2-front-fill.svg b/icons/credit-card-2-front-fill.svg index 44ab2de6b0..2652bc316d 100644 --- a/icons/credit-card-2-front-fill.svg +++ b/icons/credit-card-2-front-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/credit-card-2-front.svg b/icons/credit-card-2-front.svg index 458d723552..28a0f50f49 100644 --- a/icons/credit-card-2-front.svg +++ b/icons/credit-card-2-front.svg @@ -1,4 +1,4 @@ - + diff --git a/icons/credit-card-fill.svg b/icons/credit-card-fill.svg index 7c100d2416..f28a3976b9 100644 --- a/icons/credit-card-fill.svg +++ b/icons/credit-card-fill.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/credit-card.svg b/icons/credit-card.svg index 499bc2b52a..99d56f203c 100644 --- a/icons/credit-card.svg +++ b/icons/credit-card.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/crop.svg b/icons/crop.svg index e04a054816..739db371d0 100644 --- a/icons/crop.svg +++ b/icons/crop.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/cup-fill.svg b/icons/cup-fill.svg index 4d1f14234d..d72c3378b8 100644 --- a/icons/cup-fill.svg +++ b/icons/cup-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/cup-straw.svg b/icons/cup-straw.svg index efd790b8c1..c7d0edbdc9 100644 --- a/icons/cup-straw.svg +++ b/icons/cup-straw.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/cup.svg b/icons/cup.svg index 4cf1035039..713840361c 100644 --- a/icons/cup.svg +++ b/icons/cup.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/cursor-fill.svg b/icons/cursor-fill.svg index 5ea58e9d98..3e6c7bc0e8 100644 --- a/icons/cursor-fill.svg +++ b/icons/cursor-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/cursor-text.svg b/icons/cursor-text.svg index 0159044cd5..e34cf91e31 100644 --- a/icons/cursor-text.svg +++ b/icons/cursor-text.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/cursor.svg b/icons/cursor.svg index 9e19ca10b0..689024b755 100644 --- a/icons/cursor.svg +++ b/icons/cursor.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/dash-circle-fill.svg b/icons/dash-circle-fill.svg index d61d0490b8..1361b40dce 100644 --- a/icons/dash-circle-fill.svg +++ b/icons/dash-circle-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/dash-circle.svg b/icons/dash-circle.svg index eec0074cf9..0a96d5b5e1 100644 --- a/icons/dash-circle.svg +++ b/icons/dash-circle.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/dash-square-fill.svg b/icons/dash-square-fill.svg index 45f273ec84..61ab48c8a1 100644 --- a/icons/dash-square-fill.svg +++ b/icons/dash-square-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/dash-square.svg b/icons/dash-square.svg index 3fc830ccc9..071d662c95 100644 --- a/icons/dash-square.svg +++ b/icons/dash-square.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/dash.svg b/icons/dash.svg index 2969c8df1e..2cf4048d29 100644 --- a/icons/dash.svg +++ b/icons/dash.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/diagram-2-fill.svg b/icons/diagram-2-fill.svg index e04160018d..b46a21200e 100644 --- a/icons/diagram-2-fill.svg +++ b/icons/diagram-2-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/diagram-2.svg b/icons/diagram-2.svg index 849aeee8f4..2b330e550f 100644 --- a/icons/diagram-2.svg +++ b/icons/diagram-2.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/diagram-3-fill.svg b/icons/diagram-3-fill.svg index 58c6d0ba13..6cc31c04ce 100644 --- a/icons/diagram-3-fill.svg +++ b/icons/diagram-3-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/diagram-3.svg b/icons/diagram-3.svg index 6c1ba81aa5..464b051d86 100644 --- a/icons/diagram-3.svg +++ b/icons/diagram-3.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/diamond-fill.svg b/icons/diamond-fill.svg index 5905b8577f..e6e3151ff5 100644 --- a/icons/diamond-fill.svg +++ b/icons/diamond-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/diamond-half.svg b/icons/diamond-half.svg index d839c16604..0addeee015 100644 --- a/icons/diamond-half.svg +++ b/icons/diamond-half.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/diamond.svg b/icons/diamond.svg index 8913e2f59a..efa0b8ce83 100644 --- a/icons/diamond.svg +++ b/icons/diamond.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/dice-1-fill.svg b/icons/dice-1-fill.svg index f295e33098..571ef80134 100644 --- a/icons/dice-1-fill.svg +++ b/icons/dice-1-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/dice-1.svg b/icons/dice-1.svg index 1ce4630f7a..aa539de3ad 100644 --- a/icons/dice-1.svg +++ b/icons/dice-1.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/dice-2-fill.svg b/icons/dice-2-fill.svg index 0d20548970..2aa17085ab 100644 --- a/icons/dice-2-fill.svg +++ b/icons/dice-2-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/dice-2.svg b/icons/dice-2.svg index 1ab7ded59a..10f17650c1 100644 --- a/icons/dice-2.svg +++ b/icons/dice-2.svg @@ -1,4 +1,4 @@ - + diff --git a/icons/dice-3-fill.svg b/icons/dice-3-fill.svg index 6527147311..7aea936eaa 100644 --- a/icons/dice-3-fill.svg +++ b/icons/dice-3-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/dice-3.svg b/icons/dice-3.svg index 20f311c763..0757fdd437 100644 --- a/icons/dice-3.svg +++ b/icons/dice-3.svg @@ -1,4 +1,4 @@ - + diff --git a/icons/dice-4-fill.svg b/icons/dice-4-fill.svg index 0059bb48a1..dd931d3951 100644 --- a/icons/dice-4-fill.svg +++ b/icons/dice-4-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/dice-4.svg b/icons/dice-4.svg index c92e0fd0a1..b9f455339c 100644 --- a/icons/dice-4.svg +++ b/icons/dice-4.svg @@ -1,4 +1,4 @@ - + diff --git a/icons/dice-5-fill.svg b/icons/dice-5-fill.svg index b3d07cae3e..66770a83a4 100644 --- a/icons/dice-5-fill.svg +++ b/icons/dice-5-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/dice-5.svg b/icons/dice-5.svg index 6dd6c13b9d..223458b3b7 100644 --- a/icons/dice-5.svg +++ b/icons/dice-5.svg @@ -1,4 +1,4 @@ - + diff --git a/icons/dice-6-fill.svg b/icons/dice-6-fill.svg index 41b449a21e..51a32c2e9f 100644 --- a/icons/dice-6-fill.svg +++ b/icons/dice-6-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/dice-6.svg b/icons/dice-6.svg index c92c61bdfd..2292198cca 100644 --- a/icons/dice-6.svg +++ b/icons/dice-6.svg @@ -1,4 +1,4 @@ - + diff --git a/icons/display-fill.svg b/icons/display-fill.svg index 1f09421441..f7c3fca74f 100644 --- a/icons/display-fill.svg +++ b/icons/display-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/display.svg b/icons/display.svg index 57d581123a..66b3d8d160 100644 --- a/icons/display.svg +++ b/icons/display.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/distribute-horizontal.svg b/icons/distribute-horizontal.svg index 7f0785643b..fe90ff8c58 100644 --- a/icons/distribute-horizontal.svg +++ b/icons/distribute-horizontal.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/distribute-vertical.svg b/icons/distribute-vertical.svg index 0446659c24..234b2c2754 100644 --- a/icons/distribute-vertical.svg +++ b/icons/distribute-vertical.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/door-closed-fill.svg b/icons/door-closed-fill.svg index 9679ec9cfd..a8adffbcc7 100644 --- a/icons/door-closed-fill.svg +++ b/icons/door-closed-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/door-closed.svg b/icons/door-closed.svg index 7ddcbcc022..c274aebd63 100644 --- a/icons/door-closed.svg +++ b/icons/door-closed.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/door-open-fill.svg b/icons/door-open-fill.svg index 3c12474099..db4deddcfc 100644 --- a/icons/door-open-fill.svg +++ b/icons/door-open-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/door-open.svg b/icons/door-open.svg index af8f113b62..fc6e163626 100644 --- a/icons/door-open.svg +++ b/icons/door-open.svg @@ -1,4 +1,4 @@ - + diff --git a/icons/dot.svg b/icons/dot.svg index 57a6111a4c..78734181df 100644 --- a/icons/dot.svg +++ b/icons/dot.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/download.svg b/icons/download.svg index 9b6c93a36c..23fa22df9f 100644 --- a/icons/download.svg +++ b/icons/download.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/droplet-fill.svg b/icons/droplet-fill.svg index 91800a8b4f..7ddabc6a56 100644 --- a/icons/droplet-fill.svg +++ b/icons/droplet-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/droplet-half.svg b/icons/droplet-half.svg index cd29107bdd..43eb20850a 100644 --- a/icons/droplet-half.svg +++ b/icons/droplet-half.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/droplet.svg b/icons/droplet.svg index 6429fa0dd0..2b405d6824 100644 --- a/icons/droplet.svg +++ b/icons/droplet.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/earbuds.svg b/icons/earbuds.svg index 0181b5c487..7bc0019ea3 100644 --- a/icons/earbuds.svg +++ b/icons/earbuds.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/easel-fill.svg b/icons/easel-fill.svg index 5499874266..26605a7e3d 100644 --- a/icons/easel-fill.svg +++ b/icons/easel-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/easel.svg b/icons/easel.svg index 66e29a0f3d..578796e551 100644 --- a/icons/easel.svg +++ b/icons/easel.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/egg-fill.svg b/icons/egg-fill.svg index 2d9bd1cb08..33b7d4434f 100644 --- a/icons/egg-fill.svg +++ b/icons/egg-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/egg-fried.svg b/icons/egg-fried.svg index 6aceb024e6..759344c22b 100644 --- a/icons/egg-fried.svg +++ b/icons/egg-fried.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/egg.svg b/icons/egg.svg index b6cb21700d..e1599dab82 100644 --- a/icons/egg.svg +++ b/icons/egg.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/eject-fill.svg b/icons/eject-fill.svg index a074dee6c6..2dc532e9ca 100644 --- a/icons/eject-fill.svg +++ b/icons/eject-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/eject.svg b/icons/eject.svg index d627f56dae..227844f92b 100644 --- a/icons/eject.svg +++ b/icons/eject.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/emoji-angry-fill.svg b/icons/emoji-angry-fill.svg index c116cffb19..5e6f9d37af 100644 --- a/icons/emoji-angry-fill.svg +++ b/icons/emoji-angry-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/emoji-angry.svg b/icons/emoji-angry.svg index cbed4499d3..0257782a56 100644 --- a/icons/emoji-angry.svg +++ b/icons/emoji-angry.svg @@ -1,4 +1,4 @@ - + diff --git a/icons/emoji-dizzy-fill.svg b/icons/emoji-dizzy-fill.svg index d67116fc6f..788161604f 100644 --- a/icons/emoji-dizzy-fill.svg +++ b/icons/emoji-dizzy-fill.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/emoji-dizzy.svg b/icons/emoji-dizzy.svg index df9eba8fb7..b7bc32f814 100644 --- a/icons/emoji-dizzy.svg +++ b/icons/emoji-dizzy.svg @@ -1,4 +1,4 @@ - + diff --git a/icons/emoji-expressionless-fill.svg b/icons/emoji-expressionless-fill.svg index b422626a59..7fce372fb0 100644 --- a/icons/emoji-expressionless-fill.svg +++ b/icons/emoji-expressionless-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/emoji-expressionless.svg b/icons/emoji-expressionless.svg index ca36635430..83cff2686d 100644 --- a/icons/emoji-expressionless.svg +++ b/icons/emoji-expressionless.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/emoji-frown-fill.svg b/icons/emoji-frown-fill.svg index 440d954c61..b8f324bace 100644 --- a/icons/emoji-frown-fill.svg +++ b/icons/emoji-frown-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/emoji-frown.svg b/icons/emoji-frown.svg index 96f0f5b8a2..7dbd85ab3f 100644 --- a/icons/emoji-frown.svg +++ b/icons/emoji-frown.svg @@ -1,4 +1,4 @@ - + diff --git a/icons/emoji-heart-eyes-fill.svg b/icons/emoji-heart-eyes-fill.svg index 0c644f381e..9b1a90775a 100644 --- a/icons/emoji-heart-eyes-fill.svg +++ b/icons/emoji-heart-eyes-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/emoji-heart-eyes.svg b/icons/emoji-heart-eyes.svg index 4d217eabdf..6c5c73f852 100644 --- a/icons/emoji-heart-eyes.svg +++ b/icons/emoji-heart-eyes.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/emoji-laughing-fill.svg b/icons/emoji-laughing-fill.svg index 51a19c96d9..fc8a2e9154 100644 --- a/icons/emoji-laughing-fill.svg +++ b/icons/emoji-laughing-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/emoji-laughing.svg b/icons/emoji-laughing.svg index 8e840a992d..a8faaabb76 100644 --- a/icons/emoji-laughing.svg +++ b/icons/emoji-laughing.svg @@ -1,4 +1,4 @@ - + diff --git a/icons/emoji-neutral-fill.svg b/icons/emoji-neutral-fill.svg index 28bebbf70d..b692673fbf 100644 --- a/icons/emoji-neutral-fill.svg +++ b/icons/emoji-neutral-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/emoji-neutral.svg b/icons/emoji-neutral.svg index 5ba5c7c044..8e61e46621 100644 --- a/icons/emoji-neutral.svg +++ b/icons/emoji-neutral.svg @@ -1,4 +1,4 @@ - + diff --git a/icons/emoji-smile-fill.svg b/icons/emoji-smile-fill.svg index 0cd66b11ea..c05fb227d5 100644 --- a/icons/emoji-smile-fill.svg +++ b/icons/emoji-smile-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/emoji-smile-upside-down-fill.svg b/icons/emoji-smile-upside-down-fill.svg index ceb5f1d99e..286e5fda1b 100644 --- a/icons/emoji-smile-upside-down-fill.svg +++ b/icons/emoji-smile-upside-down-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/emoji-smile-upside-down.svg b/icons/emoji-smile-upside-down.svg index 7ea64de334..c6554501d7 100644 --- a/icons/emoji-smile-upside-down.svg +++ b/icons/emoji-smile-upside-down.svg @@ -1,4 +1,4 @@ - + diff --git a/icons/emoji-smile.svg b/icons/emoji-smile.svg index 8d6a8e37a7..08e119c4c0 100644 --- a/icons/emoji-smile.svg +++ b/icons/emoji-smile.svg @@ -1,4 +1,4 @@ - + diff --git a/icons/emoji-sunglasses-fill.svg b/icons/emoji-sunglasses-fill.svg index 0a28d90ba5..8faf434279 100644 --- a/icons/emoji-sunglasses-fill.svg +++ b/icons/emoji-sunglasses-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/emoji-sunglasses.svg b/icons/emoji-sunglasses.svg index 6dd7829aea..9b1700f1d5 100644 --- a/icons/emoji-sunglasses.svg +++ b/icons/emoji-sunglasses.svg @@ -1,4 +1,4 @@ - + diff --git a/icons/emoji-wink-fill.svg b/icons/emoji-wink-fill.svg index 581e17a53b..15bb9aa924 100644 --- a/icons/emoji-wink-fill.svg +++ b/icons/emoji-wink-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/emoji-wink.svg b/icons/emoji-wink.svg index 625260cbb2..ff6e47ca7a 100644 --- a/icons/emoji-wink.svg +++ b/icons/emoji-wink.svg @@ -1,4 +1,4 @@ - + diff --git a/icons/envelope-fill.svg b/icons/envelope-fill.svg index 5aee5d7636..1ff98ea968 100644 --- a/icons/envelope-fill.svg +++ b/icons/envelope-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/envelope-open-fill.svg b/icons/envelope-open-fill.svg index 72c6756b14..36006bb2ad 100644 --- a/icons/envelope-open-fill.svg +++ b/icons/envelope-open-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/envelope-open.svg b/icons/envelope-open.svg index 30a2f071a1..cd7cb360ca 100644 --- a/icons/envelope-open.svg +++ b/icons/envelope-open.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/envelope.svg b/icons/envelope.svg index 74451947f5..aa1cfa007e 100644 --- a/icons/envelope.svg +++ b/icons/envelope.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/exclamation-circle-fill.svg b/icons/exclamation-circle-fill.svg index 006789e66a..9f41edda36 100644 --- a/icons/exclamation-circle-fill.svg +++ b/icons/exclamation-circle-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/exclamation-circle.svg b/icons/exclamation-circle.svg index b5d51504da..5064864706 100644 --- a/icons/exclamation-circle.svg +++ b/icons/exclamation-circle.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/exclamation-diamond-fill.svg b/icons/exclamation-diamond-fill.svg index 6f13ab500c..40cf9fb9bd 100644 --- a/icons/exclamation-diamond-fill.svg +++ b/icons/exclamation-diamond-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/exclamation-diamond.svg b/icons/exclamation-diamond.svg index e475e20e2e..72d4a88523 100644 --- a/icons/exclamation-diamond.svg +++ b/icons/exclamation-diamond.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/exclamation-octagon-fill.svg b/icons/exclamation-octagon-fill.svg index 0e72ae77c5..d0ceef0b8a 100644 --- a/icons/exclamation-octagon-fill.svg +++ b/icons/exclamation-octagon-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/exclamation-octagon.svg b/icons/exclamation-octagon.svg index fb3a12fb18..559e8b78f3 100644 --- a/icons/exclamation-octagon.svg +++ b/icons/exclamation-octagon.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/exclamation-square-fill.svg b/icons/exclamation-square-fill.svg index 0d6a7fce77..54d14fb36f 100644 --- a/icons/exclamation-square-fill.svg +++ b/icons/exclamation-square-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/exclamation-square.svg b/icons/exclamation-square.svg index dabc82f7b4..8101f3f188 100644 --- a/icons/exclamation-square.svg +++ b/icons/exclamation-square.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/exclamation-triangle-fill.svg b/icons/exclamation-triangle-fill.svg index 1019c607ce..260810cb47 100644 --- a/icons/exclamation-triangle-fill.svg +++ b/icons/exclamation-triangle-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/exclamation-triangle.svg b/icons/exclamation-triangle.svg index 4c10f804d7..251ab0eff1 100644 --- a/icons/exclamation-triangle.svg +++ b/icons/exclamation-triangle.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/exclamation.svg b/icons/exclamation.svg index 378d35553d..4a4e0175b1 100644 --- a/icons/exclamation.svg +++ b/icons/exclamation.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/exclude.svg b/icons/exclude.svg index e210264b10..b6ee0fff2f 100644 --- a/icons/exclude.svg +++ b/icons/exclude.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/eye-fill.svg b/icons/eye-fill.svg index b85e1e3dd8..f2b5b5306b 100644 --- a/icons/eye-fill.svg +++ b/icons/eye-fill.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/eye-slash-fill.svg b/icons/eye-slash-fill.svg index c519f91444..6b9beff27e 100644 --- a/icons/eye-slash-fill.svg +++ b/icons/eye-slash-fill.svg @@ -1,4 +1,4 @@ - + diff --git a/icons/eye-slash.svg b/icons/eye-slash.svg index 27232814c8..eb6bfff437 100644 --- a/icons/eye-slash.svg +++ b/icons/eye-slash.svg @@ -1,4 +1,4 @@ - + diff --git a/icons/eye.svg b/icons/eye.svg index 4c11ecb4c5..cc4207ffca 100644 --- a/icons/eye.svg +++ b/icons/eye.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/eyeglasses.svg b/icons/eyeglasses.svg index 922458c335..6c737ff56b 100644 --- a/icons/eyeglasses.svg +++ b/icons/eyeglasses.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/file-arrow-down-fill.svg b/icons/file-arrow-down-fill.svg index af02abf0ed..9e8190964a 100644 --- a/icons/file-arrow-down-fill.svg +++ b/icons/file-arrow-down-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/file-arrow-down.svg b/icons/file-arrow-down.svg index 1e12d5317a..a15a8d6192 100644 --- a/icons/file-arrow-down.svg +++ b/icons/file-arrow-down.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/file-arrow-up-fill.svg b/icons/file-arrow-up-fill.svg index a5370fbcde..ca7ab0c57a 100644 --- a/icons/file-arrow-up-fill.svg +++ b/icons/file-arrow-up-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/file-arrow-up.svg b/icons/file-arrow-up.svg index a94c71a95b..ca71f210df 100644 --- a/icons/file-arrow-up.svg +++ b/icons/file-arrow-up.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/file-bar-graph-fill.svg b/icons/file-bar-graph-fill.svg index c0eebdc05b..59d6b27236 100644 --- a/icons/file-bar-graph-fill.svg +++ b/icons/file-bar-graph-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/file-bar-graph.svg b/icons/file-bar-graph.svg index 5e9d349d46..d73ae8118d 100644 --- a/icons/file-bar-graph.svg +++ b/icons/file-bar-graph.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/file-binary-fill.svg b/icons/file-binary-fill.svg index fb296aee05..e7bd86ef17 100644 --- a/icons/file-binary-fill.svg +++ b/icons/file-binary-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/file-binary.svg b/icons/file-binary.svg index 7cd162adb2..6b7f864ca3 100644 --- a/icons/file-binary.svg +++ b/icons/file-binary.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/file-break-fill.svg b/icons/file-break-fill.svg index 4da8f75e8f..bb39ff480a 100644 --- a/icons/file-break-fill.svg +++ b/icons/file-break-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/file-break.svg b/icons/file-break.svg index c29f68ec58..8ccce97b37 100644 --- a/icons/file-break.svg +++ b/icons/file-break.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/file-check-fill.svg b/icons/file-check-fill.svg index a76d6e7d75..fbae622a44 100644 --- a/icons/file-check-fill.svg +++ b/icons/file-check-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/file-check.svg b/icons/file-check.svg index 43bcb38894..7cef526854 100644 --- a/icons/file-check.svg +++ b/icons/file-check.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/file-code-fill.svg b/icons/file-code-fill.svg index 83c30fcb21..e7a9e26ee4 100644 --- a/icons/file-code-fill.svg +++ b/icons/file-code-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/file-code.svg b/icons/file-code.svg index d450940f20..c9a2889c52 100644 --- a/icons/file-code.svg +++ b/icons/file-code.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/file-diff-fill.svg b/icons/file-diff-fill.svg index d9406f2410..3b94b906ec 100644 --- a/icons/file-diff-fill.svg +++ b/icons/file-diff-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/file-diff.svg b/icons/file-diff.svg index 2928d5d316..9d37fb7427 100644 --- a/icons/file-diff.svg +++ b/icons/file-diff.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/file-earmark-arrow-down-fill.svg b/icons/file-earmark-arrow-down-fill.svg index 74d5225675..44aa1e6367 100644 --- a/icons/file-earmark-arrow-down-fill.svg +++ b/icons/file-earmark-arrow-down-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/file-earmark-arrow-down.svg b/icons/file-earmark-arrow-down.svg index 4dacf85e05..d9169eb76c 100644 --- a/icons/file-earmark-arrow-down.svg +++ b/icons/file-earmark-arrow-down.svg @@ -1,4 +1,4 @@ - + diff --git a/icons/file-earmark-arrow-up-fill.svg b/icons/file-earmark-arrow-up-fill.svg index ef363f400a..fe314514d4 100644 --- a/icons/file-earmark-arrow-up-fill.svg +++ b/icons/file-earmark-arrow-up-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/file-earmark-arrow-up.svg b/icons/file-earmark-arrow-up.svg index 8d2fb6f730..07eb6c101a 100644 --- a/icons/file-earmark-arrow-up.svg +++ b/icons/file-earmark-arrow-up.svg @@ -1,4 +1,4 @@ - + diff --git a/icons/file-earmark-bar-graph-fill.svg b/icons/file-earmark-bar-graph-fill.svg index 6eb05188e8..049d35be0d 100644 --- a/icons/file-earmark-bar-graph-fill.svg +++ b/icons/file-earmark-bar-graph-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/file-earmark-bar-graph.svg b/icons/file-earmark-bar-graph.svg index 7a02d62cfd..ebca84f164 100644 --- a/icons/file-earmark-bar-graph.svg +++ b/icons/file-earmark-bar-graph.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/file-earmark-binary-fill.svg b/icons/file-earmark-binary-fill.svg index f4e640a166..cbbeebf9c1 100644 --- a/icons/file-earmark-binary-fill.svg +++ b/icons/file-earmark-binary-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/file-earmark-binary.svg b/icons/file-earmark-binary.svg index 5ec33615bc..dd9d418904 100644 --- a/icons/file-earmark-binary.svg +++ b/icons/file-earmark-binary.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/file-earmark-break-fill.svg b/icons/file-earmark-break-fill.svg index 28207d67e2..879a48e929 100644 --- a/icons/file-earmark-break-fill.svg +++ b/icons/file-earmark-break-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/file-earmark-break.svg b/icons/file-earmark-break.svg index 09e07baf1f..21721fab1f 100644 --- a/icons/file-earmark-break.svg +++ b/icons/file-earmark-break.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/file-earmark-check-fill.svg b/icons/file-earmark-check-fill.svg index cf36b40e59..6fbfbc0144 100644 --- a/icons/file-earmark-check-fill.svg +++ b/icons/file-earmark-check-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/file-earmark-check.svg b/icons/file-earmark-check.svg index f514081d83..de469de661 100644 --- a/icons/file-earmark-check.svg +++ b/icons/file-earmark-check.svg @@ -1,4 +1,4 @@ - + diff --git a/icons/file-earmark-code-fill.svg b/icons/file-earmark-code-fill.svg index 0f237004fb..bc79c53df3 100644 --- a/icons/file-earmark-code-fill.svg +++ b/icons/file-earmark-code-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/file-earmark-code.svg b/icons/file-earmark-code.svg index de05c9f49a..6b9aa86a9c 100644 --- a/icons/file-earmark-code.svg +++ b/icons/file-earmark-code.svg @@ -1,4 +1,4 @@ - + diff --git a/icons/file-earmark-diff-fill.svg b/icons/file-earmark-diff-fill.svg index 1c9f8d21f1..d81a2878c2 100644 --- a/icons/file-earmark-diff-fill.svg +++ b/icons/file-earmark-diff-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/file-earmark-diff.svg b/icons/file-earmark-diff.svg index 980a9700a3..2595f2de6e 100644 --- a/icons/file-earmark-diff.svg +++ b/icons/file-earmark-diff.svg @@ -1,4 +1,4 @@ - + diff --git a/icons/file-earmark-easel-fill.svg b/icons/file-earmark-easel-fill.svg index 216be166e9..cae85f352d 100644 --- a/icons/file-earmark-easel-fill.svg +++ b/icons/file-earmark-easel-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/file-earmark-easel.svg b/icons/file-earmark-easel.svg index 6dfc89c4c8..0c2f0b0b5f 100644 --- a/icons/file-earmark-easel.svg +++ b/icons/file-earmark-easel.svg @@ -1,4 +1,4 @@ - + diff --git a/icons/file-earmark-excel-fill.svg b/icons/file-earmark-excel-fill.svg index 3a856c22f4..88a59cbac0 100644 --- a/icons/file-earmark-excel-fill.svg +++ b/icons/file-earmark-excel-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/file-earmark-excel.svg b/icons/file-earmark-excel.svg index a6a53efde6..bddf2f711d 100644 --- a/icons/file-earmark-excel.svg +++ b/icons/file-earmark-excel.svg @@ -1,4 +1,4 @@ - + diff --git a/icons/file-earmark-fill.svg b/icons/file-earmark-fill.svg index 474a4d1856..040c458831 100644 --- a/icons/file-earmark-fill.svg +++ b/icons/file-earmark-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/file-earmark-font-fill.svg b/icons/file-earmark-font-fill.svg index 4e4a0c7262..646d180dec 100644 --- a/icons/file-earmark-font-fill.svg +++ b/icons/file-earmark-font-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/file-earmark-font.svg b/icons/file-earmark-font.svg index 65353ff994..0a40d97841 100644 --- a/icons/file-earmark-font.svg +++ b/icons/file-earmark-font.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/file-earmark-image-fill.svg b/icons/file-earmark-image-fill.svg index 367f639213..623276764a 100644 --- a/icons/file-earmark-image-fill.svg +++ b/icons/file-earmark-image-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/file-earmark-image.svg b/icons/file-earmark-image.svg index b07bc9b143..f81e89a053 100644 --- a/icons/file-earmark-image.svg +++ b/icons/file-earmark-image.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/file-earmark-lock-fill.svg b/icons/file-earmark-lock-fill.svg index c9a84ce3bd..00636a3638 100644 --- a/icons/file-earmark-lock-fill.svg +++ b/icons/file-earmark-lock-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/file-earmark-lock.svg b/icons/file-earmark-lock.svg index 9bd5d29637..f13fc79915 100644 --- a/icons/file-earmark-lock.svg +++ b/icons/file-earmark-lock.svg @@ -1,4 +1,4 @@ - + diff --git a/icons/file-earmark-lock2-fill.svg b/icons/file-earmark-lock2-fill.svg index 3c31b2a78d..0cd0e13002 100644 --- a/icons/file-earmark-lock2-fill.svg +++ b/icons/file-earmark-lock2-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/file-earmark-lock2.svg b/icons/file-earmark-lock2.svg index 9b36db71a5..35231afc84 100644 --- a/icons/file-earmark-lock2.svg +++ b/icons/file-earmark-lock2.svg @@ -1,4 +1,4 @@ - + diff --git a/icons/file-earmark-medical-fill.svg b/icons/file-earmark-medical-fill.svg index 0558147097..dd5c598ad1 100644 --- a/icons/file-earmark-medical-fill.svg +++ b/icons/file-earmark-medical-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/file-earmark-medical.svg b/icons/file-earmark-medical.svg index 27b8bc9541..7650c7b5d2 100644 --- a/icons/file-earmark-medical.svg +++ b/icons/file-earmark-medical.svg @@ -1,4 +1,4 @@ - + diff --git a/icons/file-earmark-minus-fill.svg b/icons/file-earmark-minus-fill.svg index b470ed217c..0919677822 100644 --- a/icons/file-earmark-minus-fill.svg +++ b/icons/file-earmark-minus-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/file-earmark-minus.svg b/icons/file-earmark-minus.svg index 15f87c03d1..5dd99b6d4a 100644 --- a/icons/file-earmark-minus.svg +++ b/icons/file-earmark-minus.svg @@ -1,4 +1,4 @@ - + diff --git a/icons/file-earmark-music-fill.svg b/icons/file-earmark-music-fill.svg index 7eac826f3d..3345f50128 100644 --- a/icons/file-earmark-music-fill.svg +++ b/icons/file-earmark-music-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/file-earmark-music.svg b/icons/file-earmark-music.svg index 62a404ebe4..b2708de806 100644 --- a/icons/file-earmark-music.svg +++ b/icons/file-earmark-music.svg @@ -1,4 +1,4 @@ - + diff --git a/icons/file-earmark-person-fill.svg b/icons/file-earmark-person-fill.svg index 2b48e88445..ec6132a63b 100644 --- a/icons/file-earmark-person-fill.svg +++ b/icons/file-earmark-person-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/file-earmark-person.svg b/icons/file-earmark-person.svg index 2729dece91..6197a441b5 100644 --- a/icons/file-earmark-person.svg +++ b/icons/file-earmark-person.svg @@ -1,4 +1,4 @@ - + diff --git a/icons/file-earmark-play-fill.svg b/icons/file-earmark-play-fill.svg index d6e0f79085..b84c0f3112 100644 --- a/icons/file-earmark-play-fill.svg +++ b/icons/file-earmark-play-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/file-earmark-play.svg b/icons/file-earmark-play.svg index 24ee073c89..11d33aa215 100644 --- a/icons/file-earmark-play.svg +++ b/icons/file-earmark-play.svg @@ -1,4 +1,4 @@ - + diff --git a/icons/file-earmark-plus-fill.svg b/icons/file-earmark-plus-fill.svg index 1b055256ec..a78841562d 100644 --- a/icons/file-earmark-plus-fill.svg +++ b/icons/file-earmark-plus-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/file-earmark-plus.svg b/icons/file-earmark-plus.svg index 924d5e1337..b3f63ebf8d 100644 --- a/icons/file-earmark-plus.svg +++ b/icons/file-earmark-plus.svg @@ -1,4 +1,4 @@ - + diff --git a/icons/file-earmark-post-fill.svg b/icons/file-earmark-post-fill.svg index fad9a63bb3..e6ca042627 100644 --- a/icons/file-earmark-post-fill.svg +++ b/icons/file-earmark-post-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/file-earmark-post.svg b/icons/file-earmark-post.svg index bf959c88dd..4d86d5fedd 100644 --- a/icons/file-earmark-post.svg +++ b/icons/file-earmark-post.svg @@ -1,4 +1,4 @@ - + diff --git a/icons/file-earmark-ppt-fill.svg b/icons/file-earmark-ppt-fill.svg index 7171d5619c..b9dd7cf21c 100644 --- a/icons/file-earmark-ppt-fill.svg +++ b/icons/file-earmark-ppt-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/file-earmark-ppt.svg b/icons/file-earmark-ppt.svg index 512bfb6fd5..8b6b3757e7 100644 --- a/icons/file-earmark-ppt.svg +++ b/icons/file-earmark-ppt.svg @@ -1,4 +1,4 @@ - + diff --git a/icons/file-earmark-richtext-fill.svg b/icons/file-earmark-richtext-fill.svg index 3f6a86e363..a739bda956 100644 --- a/icons/file-earmark-richtext-fill.svg +++ b/icons/file-earmark-richtext-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/file-earmark-richtext.svg b/icons/file-earmark-richtext.svg index a99413c51f..ba423c3b5a 100644 --- a/icons/file-earmark-richtext.svg +++ b/icons/file-earmark-richtext.svg @@ -1,4 +1,4 @@ - + diff --git a/icons/file-earmark-ruled-fill.svg b/icons/file-earmark-ruled-fill.svg index 188936d02c..cb338d937a 100644 --- a/icons/file-earmark-ruled-fill.svg +++ b/icons/file-earmark-ruled-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/file-earmark-ruled.svg b/icons/file-earmark-ruled.svg index c4a43e92a0..317e120f0f 100644 --- a/icons/file-earmark-ruled.svg +++ b/icons/file-earmark-ruled.svg @@ -1,4 +1,4 @@ - + diff --git a/icons/file-earmark-slides-fill.svg b/icons/file-earmark-slides-fill.svg index 017c54c02b..033cc975e7 100644 --- a/icons/file-earmark-slides-fill.svg +++ b/icons/file-earmark-slides-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/file-earmark-slides.svg b/icons/file-earmark-slides.svg index b74d2305f6..a187438dec 100644 --- a/icons/file-earmark-slides.svg +++ b/icons/file-earmark-slides.svg @@ -1,4 +1,4 @@ - + diff --git a/icons/file-earmark-spreadsheet-fill.svg b/icons/file-earmark-spreadsheet-fill.svg index a1c52af20f..15f51e4e7f 100644 --- a/icons/file-earmark-spreadsheet-fill.svg +++ b/icons/file-earmark-spreadsheet-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/file-earmark-spreadsheet.svg b/icons/file-earmark-spreadsheet.svg index ca12123a9c..9d0340f1c9 100644 --- a/icons/file-earmark-spreadsheet.svg +++ b/icons/file-earmark-spreadsheet.svg @@ -1,4 +1,4 @@ - + diff --git a/icons/file-earmark-text-fill.svg b/icons/file-earmark-text-fill.svg index 905117af08..60d210f4ad 100644 --- a/icons/file-earmark-text-fill.svg +++ b/icons/file-earmark-text-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/file-earmark-text.svg b/icons/file-earmark-text.svg index 7e9e5fa183..8011531db4 100644 --- a/icons/file-earmark-text.svg +++ b/icons/file-earmark-text.svg @@ -1,4 +1,4 @@ - + diff --git a/icons/file-earmark-word-fill.svg b/icons/file-earmark-word-fill.svg index a7a95983fe..a36f4fa74e 100644 --- a/icons/file-earmark-word-fill.svg +++ b/icons/file-earmark-word-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/file-earmark-word.svg b/icons/file-earmark-word.svg index 2cdb8b4326..ccad0af603 100644 --- a/icons/file-earmark-word.svg +++ b/icons/file-earmark-word.svg @@ -1,4 +1,4 @@ - + diff --git a/icons/file-earmark-x-fill.svg b/icons/file-earmark-x-fill.svg index 91ee305b68..d2464dc5e3 100644 --- a/icons/file-earmark-x-fill.svg +++ b/icons/file-earmark-x-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/file-earmark-x.svg b/icons/file-earmark-x.svg index 841221ae7f..c6674cf235 100644 --- a/icons/file-earmark-x.svg +++ b/icons/file-earmark-x.svg @@ -1,4 +1,4 @@ - + diff --git a/icons/file-earmark-zip-fill.svg b/icons/file-earmark-zip-fill.svg index 80f1cba7ff..25c473d74a 100644 --- a/icons/file-earmark-zip-fill.svg +++ b/icons/file-earmark-zip-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/file-earmark-zip.svg b/icons/file-earmark-zip.svg index d0b967423e..1b2e38b44c 100644 --- a/icons/file-earmark-zip.svg +++ b/icons/file-earmark-zip.svg @@ -1,4 +1,4 @@ - + diff --git a/icons/file-earmark.svg b/icons/file-earmark.svg index 93be327e69..4b0c843a60 100644 --- a/icons/file-earmark.svg +++ b/icons/file-earmark.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/file-easel-fill.svg b/icons/file-easel-fill.svg index 3deb7efa4a..060c209e5c 100644 --- a/icons/file-easel-fill.svg +++ b/icons/file-easel-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/file-easel.svg b/icons/file-easel.svg index 537f57b6af..498cbdc6d3 100644 --- a/icons/file-easel.svg +++ b/icons/file-easel.svg @@ -1,4 +1,4 @@ - + diff --git a/icons/file-excel-fill.svg b/icons/file-excel-fill.svg index 222b49ccf1..59388ddf3b 100644 --- a/icons/file-excel-fill.svg +++ b/icons/file-excel-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/file-excel.svg b/icons/file-excel.svg index a159b492dd..7cea6f9ef2 100644 --- a/icons/file-excel.svg +++ b/icons/file-excel.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/file-fill.svg b/icons/file-fill.svg index cccd6af14b..a1f4de09a4 100644 --- a/icons/file-fill.svg +++ b/icons/file-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/file-font-fill.svg b/icons/file-font-fill.svg index 5f731166f3..d34340e655 100644 --- a/icons/file-font-fill.svg +++ b/icons/file-font-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/file-font.svg b/icons/file-font.svg index e5029954bb..044dba116b 100644 --- a/icons/file-font.svg +++ b/icons/file-font.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/file-image-fill.svg b/icons/file-image-fill.svg index 3b9a6186ae..ff7d6952f1 100644 --- a/icons/file-image-fill.svg +++ b/icons/file-image-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/file-image.svg b/icons/file-image.svg index 094f9d2fe7..f3a06a8d9c 100644 --- a/icons/file-image.svg +++ b/icons/file-image.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/file-lock-fill.svg b/icons/file-lock-fill.svg index f9a3902ab4..5cd34f2b0c 100644 --- a/icons/file-lock-fill.svg +++ b/icons/file-lock-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/file-lock.svg b/icons/file-lock.svg index 15cf9b43cc..f6c2d0e615 100644 --- a/icons/file-lock.svg +++ b/icons/file-lock.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/file-lock2-fill.svg b/icons/file-lock2-fill.svg index a917e3aacd..29ca20adce 100644 --- a/icons/file-lock2-fill.svg +++ b/icons/file-lock2-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/file-lock2.svg b/icons/file-lock2.svg index c9676f86f6..1fd4dc96bc 100644 --- a/icons/file-lock2.svg +++ b/icons/file-lock2.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/file-medical-fill.svg b/icons/file-medical-fill.svg index 38e583d611..2f9b4ecc50 100644 --- a/icons/file-medical-fill.svg +++ b/icons/file-medical-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/file-medical.svg b/icons/file-medical.svg index 183a03b86b..30f62d0478 100644 --- a/icons/file-medical.svg +++ b/icons/file-medical.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/file-minus-fill.svg b/icons/file-minus-fill.svg index e8ecf73eeb..7fac4c0728 100644 --- a/icons/file-minus-fill.svg +++ b/icons/file-minus-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/file-minus.svg b/icons/file-minus.svg index c0b6c93a66..508425210b 100644 --- a/icons/file-minus.svg +++ b/icons/file-minus.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/file-music-fill.svg b/icons/file-music-fill.svg index dd9ed937de..ce90ea6d7d 100644 --- a/icons/file-music-fill.svg +++ b/icons/file-music-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/file-music.svg b/icons/file-music.svg index c728ff3510..47b0d4a0c7 100644 --- a/icons/file-music.svg +++ b/icons/file-music.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/file-person-fill.svg b/icons/file-person-fill.svg index bce79212c5..ea4597ce18 100644 --- a/icons/file-person-fill.svg +++ b/icons/file-person-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/file-person.svg b/icons/file-person.svg index e68d60cb7a..ff2d4a8da2 100644 --- a/icons/file-person.svg +++ b/icons/file-person.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/file-play-fill.svg b/icons/file-play-fill.svg index 77e0f61fa5..5b8ff859b2 100644 --- a/icons/file-play-fill.svg +++ b/icons/file-play-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/file-play.svg b/icons/file-play.svg index 10f8c06d02..0c911171a7 100644 --- a/icons/file-play.svg +++ b/icons/file-play.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/file-plus-fill.svg b/icons/file-plus-fill.svg index fa8f413504..d656079db6 100644 --- a/icons/file-plus-fill.svg +++ b/icons/file-plus-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/file-plus.svg b/icons/file-plus.svg index bd7e9ffb30..60a2ca4712 100644 --- a/icons/file-plus.svg +++ b/icons/file-plus.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/file-post-fill.svg b/icons/file-post-fill.svg index ff9d8608d1..590dba4830 100644 --- a/icons/file-post-fill.svg +++ b/icons/file-post-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/file-post.svg b/icons/file-post.svg index 6ac22607e2..0b59143c89 100644 --- a/icons/file-post.svg +++ b/icons/file-post.svg @@ -1,4 +1,4 @@ - + diff --git a/icons/file-ppt-fill.svg b/icons/file-ppt-fill.svg index fda2db548f..a80c0b4e6a 100644 --- a/icons/file-ppt-fill.svg +++ b/icons/file-ppt-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/file-ppt.svg b/icons/file-ppt.svg index 4da767e3ae..575ec597db 100644 --- a/icons/file-ppt.svg +++ b/icons/file-ppt.svg @@ -1,4 +1,4 @@ - + diff --git a/icons/file-richtext-fill.svg b/icons/file-richtext-fill.svg index 7bd5a3c7c3..a52b1a8bdb 100644 --- a/icons/file-richtext-fill.svg +++ b/icons/file-richtext-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/file-richtext.svg b/icons/file-richtext.svg index aa7a32a5ff..11815b3334 100644 --- a/icons/file-richtext.svg +++ b/icons/file-richtext.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/file-ruled-fill.svg b/icons/file-ruled-fill.svg index 863ffd0b3c..e669198ec1 100644 --- a/icons/file-ruled-fill.svg +++ b/icons/file-ruled-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/file-ruled.svg b/icons/file-ruled.svg index 9875df4582..b8d6c5cfe6 100644 --- a/icons/file-ruled.svg +++ b/icons/file-ruled.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/file-slides-fill.svg b/icons/file-slides-fill.svg index d5e9af6b69..9359fde24a 100644 --- a/icons/file-slides-fill.svg +++ b/icons/file-slides-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/file-slides.svg b/icons/file-slides.svg index 96b769a317..a65d79d9d6 100644 --- a/icons/file-slides.svg +++ b/icons/file-slides.svg @@ -1,4 +1,4 @@ - + diff --git a/icons/file-spreadsheet-fill.svg b/icons/file-spreadsheet-fill.svg index 7016b48561..71b1388e10 100644 --- a/icons/file-spreadsheet-fill.svg +++ b/icons/file-spreadsheet-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/file-spreadsheet.svg b/icons/file-spreadsheet.svg index 6b108db132..66487e18db 100644 --- a/icons/file-spreadsheet.svg +++ b/icons/file-spreadsheet.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/file-text-fill.svg b/icons/file-text-fill.svg index 10f61783ce..93baa5bdc5 100644 --- a/icons/file-text-fill.svg +++ b/icons/file-text-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/file-text.svg b/icons/file-text.svg index 6f6dce8a82..ac1ededdba 100644 --- a/icons/file-text.svg +++ b/icons/file-text.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/file-word-fill.svg b/icons/file-word-fill.svg index ced535de5b..8daf44cde1 100644 --- a/icons/file-word-fill.svg +++ b/icons/file-word-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/file-word.svg b/icons/file-word.svg index 7cd706c74f..33961c3f03 100644 --- a/icons/file-word.svg +++ b/icons/file-word.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/file-x-fill.svg b/icons/file-x-fill.svg index a5c8983928..28dcc53a18 100644 --- a/icons/file-x-fill.svg +++ b/icons/file-x-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/file-x.svg b/icons/file-x.svg index 330ea3ad75..2855b8e333 100644 --- a/icons/file-x.svg +++ b/icons/file-x.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/file-zip-fill.svg b/icons/file-zip-fill.svg index 581694fbd8..b474e560f0 100644 --- a/icons/file-zip-fill.svg +++ b/icons/file-zip-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/file-zip.svg b/icons/file-zip.svg index 8cb5aa35e9..ce68d475c9 100644 --- a/icons/file-zip.svg +++ b/icons/file-zip.svg @@ -1,4 +1,4 @@ - + diff --git a/icons/file.svg b/icons/file.svg index f0e87e2921..596b7b9a34 100644 --- a/icons/file.svg +++ b/icons/file.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/files-alt.svg b/icons/files-alt.svg index d9b3b751cf..17570b35e0 100644 --- a/icons/files-alt.svg +++ b/icons/files-alt.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/files.svg b/icons/files.svg index c53f1e360d..7ccd9d3f47 100644 --- a/icons/files.svg +++ b/icons/files.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/film.svg b/icons/film.svg index bbfb29ee01..96b0348769 100644 --- a/icons/film.svg +++ b/icons/film.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/filter-circle-fill.svg b/icons/filter-circle-fill.svg index 41e3ba09a0..b07c9fa7fa 100644 --- a/icons/filter-circle-fill.svg +++ b/icons/filter-circle-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/filter-circle.svg b/icons/filter-circle.svg index 820450eac2..095592c633 100644 --- a/icons/filter-circle.svg +++ b/icons/filter-circle.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/filter-left.svg b/icons/filter-left.svg index 0fb8502927..07fc6d1158 100644 --- a/icons/filter-left.svg +++ b/icons/filter-left.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/filter-right.svg b/icons/filter-right.svg index 140da71448..e2a3fd81e4 100644 --- a/icons/filter-right.svg +++ b/icons/filter-right.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/filter-square-fill.svg b/icons/filter-square-fill.svg index 0ee5e070a1..9e7b4700f3 100644 --- a/icons/filter-square-fill.svg +++ b/icons/filter-square-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/filter-square.svg b/icons/filter-square.svg index 52c5d4138c..28c290d9b0 100644 --- a/icons/filter-square.svg +++ b/icons/filter-square.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/filter.svg b/icons/filter.svg index 0b44aa8822..cd388cdac5 100644 --- a/icons/filter.svg +++ b/icons/filter.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/flag-fill.svg b/icons/flag-fill.svg index e07ae3cd9f..c4392943c0 100644 --- a/icons/flag-fill.svg +++ b/icons/flag-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/flag.svg b/icons/flag.svg index 0ba351bade..180b4b6478 100644 --- a/icons/flag.svg +++ b/icons/flag.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/flower1.svg b/icons/flower1.svg index 6b3670d239..d965186cd6 100644 --- a/icons/flower1.svg +++ b/icons/flower1.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/flower2.svg b/icons/flower2.svg index c510e6b3f2..d9ed5aca7c 100644 --- a/icons/flower2.svg +++ b/icons/flower2.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/flower3.svg b/icons/flower3.svg index f02c6eab1a..1851b2b4c4 100644 --- a/icons/flower3.svg +++ b/icons/flower3.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/folder-check.svg b/icons/folder-check.svg index 529e319605..8691f87ff2 100644 --- a/icons/folder-check.svg +++ b/icons/folder-check.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/folder-fill.svg b/icons/folder-fill.svg index e75cb9460b..b7add8d53a 100644 --- a/icons/folder-fill.svg +++ b/icons/folder-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/folder-minus.svg b/icons/folder-minus.svg index 55554dedc5..a3507b14d7 100644 --- a/icons/folder-minus.svg +++ b/icons/folder-minus.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/folder-plus.svg b/icons/folder-plus.svg index bece76aa9e..1f7b99e37a 100644 --- a/icons/folder-plus.svg +++ b/icons/folder-plus.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/folder-symlink-fill.svg b/icons/folder-symlink-fill.svg index 748040a9f2..90f0cc2201 100644 --- a/icons/folder-symlink-fill.svg +++ b/icons/folder-symlink-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/folder-symlink.svg b/icons/folder-symlink.svg index ed5893fe9c..61bbd6d8c0 100644 --- a/icons/folder-symlink.svg +++ b/icons/folder-symlink.svg @@ -1,4 +1,4 @@ - + diff --git a/icons/folder-x.svg b/icons/folder-x.svg index ef6068f1c8..91e516075e 100644 --- a/icons/folder-x.svg +++ b/icons/folder-x.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/folder.svg b/icons/folder.svg index a125ca04b4..140e6d56a0 100644 --- a/icons/folder.svg +++ b/icons/folder.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/folder2-open.svg b/icons/folder2-open.svg index 1f180657ca..4c5bbb42da 100644 --- a/icons/folder2-open.svg +++ b/icons/folder2-open.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/folder2.svg b/icons/folder2.svg index 840698d457..a2d4f7a497 100644 --- a/icons/folder2.svg +++ b/icons/folder2.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/fonts.svg b/icons/fonts.svg index 36a6a1e848..f7d72b170f 100644 --- a/icons/fonts.svg +++ b/icons/fonts.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/forward-fill.svg b/icons/forward-fill.svg index e5b1e4d725..1d6e66d7b6 100644 --- a/icons/forward-fill.svg +++ b/icons/forward-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/forward.svg b/icons/forward.svg index c5b7c721e2..0b9019383b 100644 --- a/icons/forward.svg +++ b/icons/forward.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/front.svg b/icons/front.svg index 51d1a5f868..a9e3819ee5 100644 --- a/icons/front.svg +++ b/icons/front.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/fullscreen-exit.svg b/icons/fullscreen-exit.svg index 26b6727d33..2a33023ba1 100644 --- a/icons/fullscreen-exit.svg +++ b/icons/fullscreen-exit.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/fullscreen.svg b/icons/fullscreen.svg index 5ca11b2743..d4fabb5427 100644 --- a/icons/fullscreen.svg +++ b/icons/fullscreen.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/funnel-fill.svg b/icons/funnel-fill.svg index d959b6e2da..2d022747be 100644 --- a/icons/funnel-fill.svg +++ b/icons/funnel-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/funnel.svg b/icons/funnel.svg index e387ed59a9..0c0cd1190d 100644 --- a/icons/funnel.svg +++ b/icons/funnel.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/gear-fill.svg b/icons/gear-fill.svg index 9865bfdce7..5fbc612032 100644 --- a/icons/gear-fill.svg +++ b/icons/gear-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/gear-wide-connected.svg b/icons/gear-wide-connected.svg index 9f9609632c..e46e118dcf 100644 --- a/icons/gear-wide-connected.svg +++ b/icons/gear-wide-connected.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/gear-wide.svg b/icons/gear-wide.svg index 7437c98e4c..bb9ccb81d1 100644 --- a/icons/gear-wide.svg +++ b/icons/gear-wide.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/gear.svg b/icons/gear.svg index 5414b1de7c..6365183d4d 100644 --- a/icons/gear.svg +++ b/icons/gear.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/gem.svg b/icons/gem.svg index 8a711d5367..6103dc872b 100644 --- a/icons/gem.svg +++ b/icons/gem.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/geo-alt-fill.svg b/icons/geo-alt-fill.svg index e210786719..e9edc33891 100644 --- a/icons/geo-alt-fill.svg +++ b/icons/geo-alt-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/geo-alt.svg b/icons/geo-alt.svg index d19585a856..62499a528c 100644 --- a/icons/geo-alt.svg +++ b/icons/geo-alt.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/geo-fill.svg b/icons/geo-fill.svg index a171d4a01b..a53f2bdf70 100644 --- a/icons/geo-fill.svg +++ b/icons/geo-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/geo.svg b/icons/geo.svg index 3bd1962f75..6686fea981 100644 --- a/icons/geo.svg +++ b/icons/geo.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/gift-fill.svg b/icons/gift-fill.svg index efac98f715..366dd33fd9 100644 --- a/icons/gift-fill.svg +++ b/icons/gift-fill.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/gift.svg b/icons/gift.svg index 39b728517e..4651a3c925 100644 --- a/icons/gift.svg +++ b/icons/gift.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/globe.svg b/icons/globe.svg index 7500aaa91c..6630e72e12 100644 --- a/icons/globe.svg +++ b/icons/globe.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/globe2.svg b/icons/globe2.svg index f8910649a5..a4fa01ea2d 100644 --- a/icons/globe2.svg +++ b/icons/globe2.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/graph-down.svg b/icons/graph-down.svg index ad9b81abcf..705dcf2cdf 100644 --- a/icons/graph-down.svg +++ b/icons/graph-down.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/graph-up.svg b/icons/graph-up.svg index 96e146ee14..10785db8c7 100644 --- a/icons/graph-up.svg +++ b/icons/graph-up.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/grid-1x2-fill.svg b/icons/grid-1x2-fill.svg index 244eb24d5b..1195117637 100644 --- a/icons/grid-1x2-fill.svg +++ b/icons/grid-1x2-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/grid-1x2.svg b/icons/grid-1x2.svg index 549202d558..021a3c2fec 100644 --- a/icons/grid-1x2.svg +++ b/icons/grid-1x2.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/grid-3x2-gap-fill.svg b/icons/grid-3x2-gap-fill.svg index 36b4b91d89..4fe82884c9 100644 --- a/icons/grid-3x2-gap-fill.svg +++ b/icons/grid-3x2-gap-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/grid-3x2-gap.svg b/icons/grid-3x2-gap.svg index 27a9ea4c48..ac9dd423f6 100644 --- a/icons/grid-3x2-gap.svg +++ b/icons/grid-3x2-gap.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/grid-3x2.svg b/icons/grid-3x2.svg index 3ccae60085..4c1b2af978 100644 --- a/icons/grid-3x2.svg +++ b/icons/grid-3x2.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/grid-3x3-gap-fill.svg b/icons/grid-3x3-gap-fill.svg index 4658723dfe..d29616c75b 100644 --- a/icons/grid-3x3-gap-fill.svg +++ b/icons/grid-3x3-gap-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/grid-3x3-gap.svg b/icons/grid-3x3-gap.svg index db72d65889..678b3a06c3 100644 --- a/icons/grid-3x3-gap.svg +++ b/icons/grid-3x3-gap.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/grid-3x3.svg b/icons/grid-3x3.svg index fe22afb9a3..b8e80a6fe8 100644 --- a/icons/grid-3x3.svg +++ b/icons/grid-3x3.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/grid-fill.svg b/icons/grid-fill.svg index 8e26fc5d6b..153302c6d6 100644 --- a/icons/grid-fill.svg +++ b/icons/grid-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/grid.svg b/icons/grid.svg index 43b4d9c4ec..66a9ed3b10 100644 --- a/icons/grid.svg +++ b/icons/grid.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/grip-horizontal.svg b/icons/grip-horizontal.svg index 1f1de29dd1..c4439afec2 100644 --- a/icons/grip-horizontal.svg +++ b/icons/grip-horizontal.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/grip-vertical.svg b/icons/grip-vertical.svg index c2468ee456..0182ad9181 100644 --- a/icons/grip-vertical.svg +++ b/icons/grip-vertical.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/hammer.svg b/icons/hammer.svg index 9c40e9df0b..bba8428f07 100644 --- a/icons/hammer.svg +++ b/icons/hammer.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/hand-index-thumb.svg b/icons/hand-index-thumb.svg index 4810ef4736..7ae5165ef5 100644 --- a/icons/hand-index-thumb.svg +++ b/icons/hand-index-thumb.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/hand-index.svg b/icons/hand-index.svg index b190a571a3..87426abcf6 100644 --- a/icons/hand-index.svg +++ b/icons/hand-index.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/hand-thumbs-down.svg b/icons/hand-thumbs-down.svg index 19fb2c3f32..3224902f33 100644 --- a/icons/hand-thumbs-down.svg +++ b/icons/hand-thumbs-down.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/hand-thumbs-up.svg b/icons/hand-thumbs-up.svg index 63bcdf54ac..f878b2afe3 100644 --- a/icons/hand-thumbs-up.svg +++ b/icons/hand-thumbs-up.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/handbag-fill.svg b/icons/handbag-fill.svg index f5a4673c08..ae7820f135 100644 --- a/icons/handbag-fill.svg +++ b/icons/handbag-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/handbag.svg b/icons/handbag.svg index 41c6fb4aa7..2cb4edbb30 100644 --- a/icons/handbag.svg +++ b/icons/handbag.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/hash.svg b/icons/hash.svg index 658a591bca..4621b1dac8 100644 --- a/icons/hash.svg +++ b/icons/hash.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/hdd-fill.svg b/icons/hdd-fill.svg index 3bba3935bd..6f153d7852 100644 --- a/icons/hdd-fill.svg +++ b/icons/hdd-fill.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/hdd-network-fill.svg b/icons/hdd-network-fill.svg index d1c692c9a8..15814bf8bf 100644 --- a/icons/hdd-network-fill.svg +++ b/icons/hdd-network-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/hdd-network.svg b/icons/hdd-network.svg index 3dfd814022..bdab622cd4 100644 --- a/icons/hdd-network.svg +++ b/icons/hdd-network.svg @@ -1,4 +1,4 @@ - + diff --git a/icons/hdd-rack-fill.svg b/icons/hdd-rack-fill.svg index f9d7c498c1..d8be244f59 100644 --- a/icons/hdd-rack-fill.svg +++ b/icons/hdd-rack-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/hdd-rack.svg b/icons/hdd-rack.svg index e9be9f7d65..41610e0ab3 100644 --- a/icons/hdd-rack.svg +++ b/icons/hdd-rack.svg @@ -1,4 +1,4 @@ - + diff --git a/icons/hdd-stack-fill.svg b/icons/hdd-stack-fill.svg index 2b56d2be0c..1d9a7b5eef 100644 --- a/icons/hdd-stack-fill.svg +++ b/icons/hdd-stack-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/hdd-stack.svg b/icons/hdd-stack.svg index abbcf14a6b..c0a5d8e82b 100644 --- a/icons/hdd-stack.svg +++ b/icons/hdd-stack.svg @@ -1,4 +1,4 @@ - + diff --git a/icons/hdd.svg b/icons/hdd.svg index 051950bcef..b3919d441c 100644 --- a/icons/hdd.svg +++ b/icons/hdd.svg @@ -1,4 +1,4 @@ - + diff --git a/icons/headphones.svg b/icons/headphones.svg index 691cc96e32..7f99cde1ed 100644 --- a/icons/headphones.svg +++ b/icons/headphones.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/headset.svg b/icons/headset.svg index 2fe0aef0ef..70ecf045aa 100644 --- a/icons/headset.svg +++ b/icons/headset.svg @@ -1,4 +1,4 @@ - + diff --git a/icons/heart-fill.svg b/icons/heart-fill.svg index 93699ca940..4026252e98 100644 --- a/icons/heart-fill.svg +++ b/icons/heart-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/heart-half.svg b/icons/heart-half.svg index 78c44d2d64..376c9cf0fa 100644 --- a/icons/heart-half.svg +++ b/icons/heart-half.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/heart.svg b/icons/heart.svg index 1a53386794..4186670c59 100644 --- a/icons/heart.svg +++ b/icons/heart.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/heptagon-fill.svg b/icons/heptagon-fill.svg index 5627b224b2..ad8e058645 100644 --- a/icons/heptagon-fill.svg +++ b/icons/heptagon-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/heptagon-half.svg b/icons/heptagon-half.svg index 9b4187445d..f8d4787498 100644 --- a/icons/heptagon-half.svg +++ b/icons/heptagon-half.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/heptagon.svg b/icons/heptagon.svg index c6ee73587c..c76e54068d 100644 --- a/icons/heptagon.svg +++ b/icons/heptagon.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/hexagon-fill.svg b/icons/hexagon-fill.svg index c87e1179a5..afd7870eb1 100644 --- a/icons/hexagon-fill.svg +++ b/icons/hexagon-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/hexagon-half.svg b/icons/hexagon-half.svg index b14633562f..93642ece9d 100644 --- a/icons/hexagon-half.svg +++ b/icons/hexagon-half.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/hexagon.svg b/icons/hexagon.svg index 52a3927b40..fee1e490d6 100644 --- a/icons/hexagon.svg +++ b/icons/hexagon.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/hourglass-bottom.svg b/icons/hourglass-bottom.svg index c2d3df371d..e1a32612d9 100644 --- a/icons/hourglass-bottom.svg +++ b/icons/hourglass-bottom.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/hourglass-split.svg b/icons/hourglass-split.svg index 3d352d2916..305d89536b 100644 --- a/icons/hourglass-split.svg +++ b/icons/hourglass-split.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/hourglass-top.svg b/icons/hourglass-top.svg index f09528d725..c643199ca3 100644 --- a/icons/hourglass-top.svg +++ b/icons/hourglass-top.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/hourglass.svg b/icons/hourglass.svg index 934d7eaac9..9b6feaca55 100644 --- a/icons/hourglass.svg +++ b/icons/hourglass.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/house-door-fill.svg b/icons/house-door-fill.svg index dbe3e3d38f..c0758ae0d2 100644 --- a/icons/house-door-fill.svg +++ b/icons/house-door-fill.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/house-door.svg b/icons/house-door.svg index 04c427d677..3842e1d9ad 100644 --- a/icons/house-door.svg +++ b/icons/house-door.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/house-fill.svg b/icons/house-fill.svg index f67c371a67..a6091a7026 100644 --- a/icons/house-fill.svg +++ b/icons/house-fill.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/house.svg b/icons/house.svg index 16fd58c22b..7baa23d29d 100644 --- a/icons/house.svg +++ b/icons/house.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/hr.svg b/icons/hr.svg index 1853792d23..efb6fa2ef5 100644 --- a/icons/hr.svg +++ b/icons/hr.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/image-alt.svg b/icons/image-alt.svg index 694644b8e1..750c7db397 100644 --- a/icons/image-alt.svg +++ b/icons/image-alt.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/image-fill.svg b/icons/image-fill.svg index 773eb50f31..3b7ad68bc1 100644 --- a/icons/image-fill.svg +++ b/icons/image-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/image.svg b/icons/image.svg index 10ec9d7f9c..da97dd3279 100644 --- a/icons/image.svg +++ b/icons/image.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/images.svg b/icons/images.svg index affca7f259..f4d6e13762 100644 --- a/icons/images.svg +++ b/icons/images.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/inbox-fill.svg b/icons/inbox-fill.svg index fc247100df..2d2dc49c80 100644 --- a/icons/inbox-fill.svg +++ b/icons/inbox-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/inbox.svg b/icons/inbox.svg index a621f02317..9bfe2a5919 100644 --- a/icons/inbox.svg +++ b/icons/inbox.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/inboxes-fill.svg b/icons/inboxes-fill.svg index 15cce9a794..e1c2c92267 100644 --- a/icons/inboxes-fill.svg +++ b/icons/inboxes-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/inboxes.svg b/icons/inboxes.svg index 057402c15f..c6383590ee 100644 --- a/icons/inboxes.svg +++ b/icons/inboxes.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/info-circle-fill.svg b/icons/info-circle-fill.svg index ccb2410d28..5e278a6ffb 100644 --- a/icons/info-circle-fill.svg +++ b/icons/info-circle-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/info-circle.svg b/icons/info-circle.svg index 396f778b67..000dd0aaab 100644 --- a/icons/info-circle.svg +++ b/icons/info-circle.svg @@ -1,4 +1,4 @@ - + diff --git a/icons/info-square-fill.svg b/icons/info-square-fill.svg index f544b89c4f..ca13851f58 100644 --- a/icons/info-square-fill.svg +++ b/icons/info-square-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/info-square.svg b/icons/info-square.svg index 37a96b7dfe..c74e08380f 100644 --- a/icons/info-square.svg +++ b/icons/info-square.svg @@ -1,4 +1,4 @@ - + diff --git a/icons/info.svg b/icons/info.svg index 6b613c688f..c8008988b8 100644 --- a/icons/info.svg +++ b/icons/info.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/input-cursor-text.svg b/icons/input-cursor-text.svg index 217cc3ecd1..f2121113b6 100644 --- a/icons/input-cursor-text.svg +++ b/icons/input-cursor-text.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/input-cursor.svg b/icons/input-cursor.svg index bfe0ee0706..3a89bb7ee6 100644 --- a/icons/input-cursor.svg +++ b/icons/input-cursor.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/intersect.svg b/icons/intersect.svg index 01f585618f..ec648e56c7 100644 --- a/icons/intersect.svg +++ b/icons/intersect.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/journal-album.svg b/icons/journal-album.svg index b5b9f0440b..5f9cc1e618 100644 --- a/icons/journal-album.svg +++ b/icons/journal-album.svg @@ -1,4 +1,4 @@ - + diff --git a/icons/journal-arrow-down.svg b/icons/journal-arrow-down.svg index defc93b89a..e0ab4cebbe 100644 --- a/icons/journal-arrow-down.svg +++ b/icons/journal-arrow-down.svg @@ -1,4 +1,4 @@ - + diff --git a/icons/journal-arrow-up.svg b/icons/journal-arrow-up.svg index 5aa0a3a3df..ef7130c743 100644 --- a/icons/journal-arrow-up.svg +++ b/icons/journal-arrow-up.svg @@ -1,4 +1,4 @@ - + diff --git a/icons/journal-bookmark-fill.svg b/icons/journal-bookmark-fill.svg index ce2eb49330..3fe32477d8 100644 --- a/icons/journal-bookmark-fill.svg +++ b/icons/journal-bookmark-fill.svg @@ -1,4 +1,4 @@ - + diff --git a/icons/journal-bookmark.svg b/icons/journal-bookmark.svg index 7a6aa912aa..68ae51f668 100644 --- a/icons/journal-bookmark.svg +++ b/icons/journal-bookmark.svg @@ -1,4 +1,4 @@ - + diff --git a/icons/journal-check.svg b/icons/journal-check.svg index 0b928517cf..95065650b1 100644 --- a/icons/journal-check.svg +++ b/icons/journal-check.svg @@ -1,4 +1,4 @@ - + diff --git a/icons/journal-code.svg b/icons/journal-code.svg index 6bc10bf9bf..4a8a5bd2b4 100644 --- a/icons/journal-code.svg +++ b/icons/journal-code.svg @@ -1,4 +1,4 @@ - + diff --git a/icons/journal-medical.svg b/icons/journal-medical.svg index 33366b115c..a9737b3617 100644 --- a/icons/journal-medical.svg +++ b/icons/journal-medical.svg @@ -1,4 +1,4 @@ - + diff --git a/icons/journal-minus.svg b/icons/journal-minus.svg index 6f773d5fc8..c1b37cec4f 100644 --- a/icons/journal-minus.svg +++ b/icons/journal-minus.svg @@ -1,4 +1,4 @@ - + diff --git a/icons/journal-plus.svg b/icons/journal-plus.svg index 9b99e3814f..e3a7afd69a 100644 --- a/icons/journal-plus.svg +++ b/icons/journal-plus.svg @@ -1,4 +1,4 @@ - + diff --git a/icons/journal-richtext.svg b/icons/journal-richtext.svg index 7a27f87bed..8d1a96f4b4 100644 --- a/icons/journal-richtext.svg +++ b/icons/journal-richtext.svg @@ -1,4 +1,4 @@ - + diff --git a/icons/journal-text.svg b/icons/journal-text.svg index b31ce24bc6..3a809e77fa 100644 --- a/icons/journal-text.svg +++ b/icons/journal-text.svg @@ -1,4 +1,4 @@ - + diff --git a/icons/journal-x.svg b/icons/journal-x.svg index fa718e6990..8e43317e81 100644 --- a/icons/journal-x.svg +++ b/icons/journal-x.svg @@ -1,4 +1,4 @@ - + diff --git a/icons/journal.svg b/icons/journal.svg index 954f38a9c4..941c987830 100644 --- a/icons/journal.svg +++ b/icons/journal.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/journals.svg b/icons/journals.svg index dc7d96df85..11362b9796 100644 --- a/icons/journals.svg +++ b/icons/journals.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/joystick.svg b/icons/joystick.svg index 6221ed1914..3ad60cfec8 100644 --- a/icons/joystick.svg +++ b/icons/joystick.svg @@ -1,4 +1,4 @@ - + diff --git a/icons/justify-left.svg b/icons/justify-left.svg index d5a701974f..68859b8ec1 100644 --- a/icons/justify-left.svg +++ b/icons/justify-left.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/justify-right.svg b/icons/justify-right.svg index a21c24f97c..1efe4f3899 100644 --- a/icons/justify-right.svg +++ b/icons/justify-right.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/justify.svg b/icons/justify.svg index 1d483c3974..009bd7214d 100644 --- a/icons/justify.svg +++ b/icons/justify.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/kanban-fill.svg b/icons/kanban-fill.svg index be95eab042..8e90377c16 100644 --- a/icons/kanban-fill.svg +++ b/icons/kanban-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/kanban.svg b/icons/kanban.svg index e77cb5d7f1..2a8907959c 100644 --- a/icons/kanban.svg +++ b/icons/kanban.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/key-fill.svg b/icons/key-fill.svg index b42d1d0594..6caf5dc1e0 100644 --- a/icons/key-fill.svg +++ b/icons/key-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/key.svg b/icons/key.svg index 3f0150bce5..b24c2dc7f5 100644 --- a/icons/key.svg +++ b/icons/key.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/keyboard-fill.svg b/icons/keyboard-fill.svg index 8011d1805b..f690597879 100644 --- a/icons/keyboard-fill.svg +++ b/icons/keyboard-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/keyboard.svg b/icons/keyboard.svg index 5329bcaf5a..7a1cb90d80 100644 --- a/icons/keyboard.svg +++ b/icons/keyboard.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/ladder.svg b/icons/ladder.svg index fea6ed774b..d14219dab9 100644 --- a/icons/ladder.svg +++ b/icons/ladder.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/lamp-fill.svg b/icons/lamp-fill.svg index 02856a16cb..b507de9dad 100644 --- a/icons/lamp-fill.svg +++ b/icons/lamp-fill.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/lamp.svg b/icons/lamp.svg index 5287c0e82c..fa4e3add3c 100644 --- a/icons/lamp.svg +++ b/icons/lamp.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/laptop-fill.svg b/icons/laptop-fill.svg index 40518e9162..10b6dd6bc2 100644 --- a/icons/laptop-fill.svg +++ b/icons/laptop-fill.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/laptop.svg b/icons/laptop.svg index d48262e75c..280f6b8f51 100644 --- a/icons/laptop.svg +++ b/icons/laptop.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/layers-fill.svg b/icons/layers-fill.svg index c5bdba0d1c..bd3556dd9c 100644 --- a/icons/layers-fill.svg +++ b/icons/layers-fill.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/layers-half.svg b/icons/layers-half.svg index b4a726b696..92a61d01f1 100644 --- a/icons/layers-half.svg +++ b/icons/layers-half.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/layers.svg b/icons/layers.svg index dd76896619..9ab2b69277 100644 --- a/icons/layers.svg +++ b/icons/layers.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/layout-sidebar-inset-reverse.svg b/icons/layout-sidebar-inset-reverse.svg index 7eadea9cab..69f44b6fe8 100644 --- a/icons/layout-sidebar-inset-reverse.svg +++ b/icons/layout-sidebar-inset-reverse.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/layout-sidebar-inset.svg b/icons/layout-sidebar-inset.svg index 6e206f02d6..a7d6b3b548 100644 --- a/icons/layout-sidebar-inset.svg +++ b/icons/layout-sidebar-inset.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/layout-sidebar-reverse.svg b/icons/layout-sidebar-reverse.svg index 7481d686ce..bd0ceddadf 100644 --- a/icons/layout-sidebar-reverse.svg +++ b/icons/layout-sidebar-reverse.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/layout-sidebar.svg b/icons/layout-sidebar.svg index 2b39513fcf..fdbfb8910c 100644 --- a/icons/layout-sidebar.svg +++ b/icons/layout-sidebar.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/layout-split.svg b/icons/layout-split.svg index 601b8100d7..388b76687a 100644 --- a/icons/layout-split.svg +++ b/icons/layout-split.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/layout-text-sidebar-reverse.svg b/icons/layout-text-sidebar-reverse.svg index 0cc1ba8dc3..f3794e9550 100644 --- a/icons/layout-text-sidebar-reverse.svg +++ b/icons/layout-text-sidebar-reverse.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/layout-text-sidebar.svg b/icons/layout-text-sidebar.svg index 823fb79e98..8b16ad7a9d 100644 --- a/icons/layout-text-sidebar.svg +++ b/icons/layout-text-sidebar.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/layout-text-window-reverse.svg b/icons/layout-text-window-reverse.svg index 2838eeb944..e544879655 100644 --- a/icons/layout-text-window-reverse.svg +++ b/icons/layout-text-window-reverse.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/layout-text-window.svg b/icons/layout-text-window.svg index 5dede32d0e..5d02591a90 100644 --- a/icons/layout-text-window.svg +++ b/icons/layout-text-window.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/layout-three-columns.svg b/icons/layout-three-columns.svg index 8c2f7eda5f..e79e00d5d9 100644 --- a/icons/layout-three-columns.svg +++ b/icons/layout-three-columns.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/layout-wtf.svg b/icons/layout-wtf.svg index 8fe3a01501..d60b21b463 100644 --- a/icons/layout-wtf.svg +++ b/icons/layout-wtf.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/life-preserver.svg b/icons/life-preserver.svg index 6e1015ea2e..839c340d96 100644 --- a/icons/life-preserver.svg +++ b/icons/life-preserver.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/lightning-fill.svg b/icons/lightning-fill.svg index f07ccfdc0e..f627adaf18 100644 --- a/icons/lightning-fill.svg +++ b/icons/lightning-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/lightning.svg b/icons/lightning.svg index 0f3c5e9af3..ab5c8e763c 100644 --- a/icons/lightning.svg +++ b/icons/lightning.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/link-45deg.svg b/icons/link-45deg.svg index a94c4ceabd..67f4727e07 100644 --- a/icons/link-45deg.svg +++ b/icons/link-45deg.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/link.svg b/icons/link.svg index d51264ad44..df35bc8a1e 100644 --- a/icons/link.svg +++ b/icons/link.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/list-check.svg b/icons/list-check.svg index ad95265195..34dd42068a 100644 --- a/icons/list-check.svg +++ b/icons/list-check.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/list-nested.svg b/icons/list-nested.svg index a06191a5c9..21c9a7d245 100644 --- a/icons/list-nested.svg +++ b/icons/list-nested.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/list-ol.svg b/icons/list-ol.svg index f786e1d105..5782568d7c 100644 --- a/icons/list-ol.svg +++ b/icons/list-ol.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/list-stars.svg b/icons/list-stars.svg index d3a6bf8022..88dce521b7 100644 --- a/icons/list-stars.svg +++ b/icons/list-stars.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/list-task.svg b/icons/list-task.svg index 54b454edf0..81181905c8 100644 --- a/icons/list-task.svg +++ b/icons/list-task.svg @@ -1,4 +1,4 @@ - + diff --git a/icons/list-ul.svg b/icons/list-ul.svg index 2d7eb7c179..217d1539c5 100644 --- a/icons/list-ul.svg +++ b/icons/list-ul.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/list.svg b/icons/list.svg index 3e48191dd7..ac08f84032 100644 --- a/icons/list.svg +++ b/icons/list.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/lock-fill.svg b/icons/lock-fill.svg index 6552d35705..f37c19af93 100644 --- a/icons/lock-fill.svg +++ b/icons/lock-fill.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/lock.svg b/icons/lock.svg index 34100ad3c6..842149967e 100644 --- a/icons/lock.svg +++ b/icons/lock.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/mailbox.svg b/icons/mailbox.svg index 78b27ef1de..2e7cf1a7b2 100644 --- a/icons/mailbox.svg +++ b/icons/mailbox.svg @@ -1,4 +1,4 @@ - + diff --git a/icons/mailbox2.svg b/icons/mailbox2.svg index d8f12b5748..b87d7f1670 100644 --- a/icons/mailbox2.svg +++ b/icons/mailbox2.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/map-fill.svg b/icons/map-fill.svg index 58701c1973..6097c5f410 100644 --- a/icons/map-fill.svg +++ b/icons/map-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/map.svg b/icons/map.svg index 1425e0d1bc..5f248fcbe9 100644 --- a/icons/map.svg +++ b/icons/map.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/markdown-fill.svg b/icons/markdown-fill.svg index 8ea579745a..43dbc81ab8 100644 --- a/icons/markdown-fill.svg +++ b/icons/markdown-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/markdown.svg b/icons/markdown.svg index 83635beda4..e433ebfe98 100644 --- a/icons/markdown.svg +++ b/icons/markdown.svg @@ -1,4 +1,4 @@ - + diff --git a/icons/menu-app-fill.svg b/icons/menu-app-fill.svg index af521c616e..6a65c56516 100644 --- a/icons/menu-app-fill.svg +++ b/icons/menu-app-fill.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/menu-app.svg b/icons/menu-app.svg index 0035ce3ec6..0b5faed000 100644 --- a/icons/menu-app.svg +++ b/icons/menu-app.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/menu-button-fill.svg b/icons/menu-button-fill.svg index bbc5d6f85a..5497828f83 100644 --- a/icons/menu-button-fill.svg +++ b/icons/menu-button-fill.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/menu-button-wide-fill.svg b/icons/menu-button-wide-fill.svg index 9d73907c4d..144332b17b 100644 --- a/icons/menu-button-wide-fill.svg +++ b/icons/menu-button-wide-fill.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/menu-button-wide.svg b/icons/menu-button-wide.svg index 14456274ac..efed918db8 100644 --- a/icons/menu-button-wide.svg +++ b/icons/menu-button-wide.svg @@ -1,4 +1,4 @@ - + diff --git a/icons/menu-button.svg b/icons/menu-button.svg index 4d38ea1200..b64b1e72bd 100644 --- a/icons/menu-button.svg +++ b/icons/menu-button.svg @@ -1,4 +1,4 @@ - + diff --git a/icons/menu-down.svg b/icons/menu-down.svg index 6818632f49..af55ce339d 100644 --- a/icons/menu-down.svg +++ b/icons/menu-down.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/menu-up.svg b/icons/menu-up.svg index edf6bbcbd7..fa32a0fc35 100644 --- a/icons/menu-up.svg +++ b/icons/menu-up.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/mic-fill.svg b/icons/mic-fill.svg index ef0d7afc3a..755113c315 100644 --- a/icons/mic-fill.svg +++ b/icons/mic-fill.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/mic-mute-fill.svg b/icons/mic-mute-fill.svg index 5cefd0b923..749a852d6c 100644 --- a/icons/mic-mute-fill.svg +++ b/icons/mic-mute-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/mic-mute.svg b/icons/mic-mute.svg index 7014109be6..c9f012e9c0 100644 --- a/icons/mic-mute.svg +++ b/icons/mic-mute.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/mic.svg b/icons/mic.svg index 9608a1b69c..4a21794200 100644 --- a/icons/mic.svg +++ b/icons/mic.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/minecart-loaded.svg b/icons/minecart-loaded.svg index d6b49b3cb2..a1a081cbc0 100644 --- a/icons/minecart-loaded.svg +++ b/icons/minecart-loaded.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/minecart.svg b/icons/minecart.svg index 363043d394..1c926e6e73 100644 --- a/icons/minecart.svg +++ b/icons/minecart.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/moon.svg b/icons/moon.svg index 8d5cf14d7a..41e5e1ba4b 100644 --- a/icons/moon.svg +++ b/icons/moon.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/mouse.svg b/icons/mouse.svg index 6e2a878249..77631bd7e9 100644 --- a/icons/mouse.svg +++ b/icons/mouse.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/mouse2.svg b/icons/mouse2.svg index c409177fc1..eb16391613 100644 --- a/icons/mouse2.svg +++ b/icons/mouse2.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/mouse3.svg b/icons/mouse3.svg index 0a10ada01c..fa5a071c83 100644 --- a/icons/mouse3.svg +++ b/icons/mouse3.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/music-note-beamed.svg b/icons/music-note-beamed.svg index c862afa6ea..04cedf09db 100644 --- a/icons/music-note-beamed.svg +++ b/icons/music-note-beamed.svg @@ -1,4 +1,4 @@ - + diff --git a/icons/music-note-list.svg b/icons/music-note-list.svg index 4690ef6e30..5c306bd8f0 100644 --- a/icons/music-note-list.svg +++ b/icons/music-note-list.svg @@ -1,4 +1,4 @@ - + diff --git a/icons/music-note.svg b/icons/music-note.svg index 7a23b84a3a..1125a66273 100644 --- a/icons/music-note.svg +++ b/icons/music-note.svg @@ -1,4 +1,4 @@ - + diff --git a/icons/music-player-fill.svg b/icons/music-player-fill.svg index 9c63cb85c5..ae82675764 100644 --- a/icons/music-player-fill.svg +++ b/icons/music-player-fill.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/music-player.svg b/icons/music-player.svg index 01ee20fdd8..406ef4524a 100644 --- a/icons/music-player.svg +++ b/icons/music-player.svg @@ -1,4 +1,4 @@ - + diff --git a/icons/newspaper.svg b/icons/newspaper.svg index 8c5dfa9b0f..484df0aea7 100644 --- a/icons/newspaper.svg +++ b/icons/newspaper.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/node-minus-fill.svg b/icons/node-minus-fill.svg index 5ed4ab96f0..32430b9250 100644 --- a/icons/node-minus-fill.svg +++ b/icons/node-minus-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/node-minus.svg b/icons/node-minus.svg index 2e1620d888..b1accd4afd 100644 --- a/icons/node-minus.svg +++ b/icons/node-minus.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/node-plus-fill.svg b/icons/node-plus-fill.svg index 0b2b64e93f..18ac43e9a8 100644 --- a/icons/node-plus-fill.svg +++ b/icons/node-plus-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/node-plus.svg b/icons/node-plus.svg index a5ad50a782..085f04fe60 100644 --- a/icons/node-plus.svg +++ b/icons/node-plus.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/nut-fill.svg b/icons/nut-fill.svg index a0c1f5779c..cb24503669 100644 --- a/icons/nut-fill.svg +++ b/icons/nut-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/nut.svg b/icons/nut.svg index 30bba5d094..ea4fd04006 100644 --- a/icons/nut.svg +++ b/icons/nut.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/octagon-fill.svg b/icons/octagon-fill.svg index 45417b5a30..c1283178d7 100644 --- a/icons/octagon-fill.svg +++ b/icons/octagon-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/octagon-half.svg b/icons/octagon-half.svg index 90522d62cb..c8ea41490d 100644 --- a/icons/octagon-half.svg +++ b/icons/octagon-half.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/octagon.svg b/icons/octagon.svg index 374bad41b1..5056e96031 100644 --- a/icons/octagon.svg +++ b/icons/octagon.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/option.svg b/icons/option.svg index 99989741e1..9ef948164b 100644 --- a/icons/option.svg +++ b/icons/option.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/outlet.svg b/icons/outlet.svg index 5ac85f3a8c..9c94bd3314 100644 --- a/icons/outlet.svg +++ b/icons/outlet.svg @@ -1,4 +1,4 @@ - + diff --git a/icons/paperclip.svg b/icons/paperclip.svg index e146ea2e2b..ea0e2a6864 100644 --- a/icons/paperclip.svg +++ b/icons/paperclip.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/paragraph.svg b/icons/paragraph.svg index 399329c62c..d354c27dfa 100644 --- a/icons/paragraph.svg +++ b/icons/paragraph.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/patch-check-fll.svg b/icons/patch-check-fll.svg index 750b530ceb..8b52427f40 100644 --- a/icons/patch-check-fll.svg +++ b/icons/patch-check-fll.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/patch-check.svg b/icons/patch-check.svg index 50e12008e2..b314cb957a 100644 --- a/icons/patch-check.svg +++ b/icons/patch-check.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/patch-exclamation-fll.svg b/icons/patch-exclamation-fll.svg index 96400105b0..bf614e7ca3 100644 --- a/icons/patch-exclamation-fll.svg +++ b/icons/patch-exclamation-fll.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/patch-exclamation.svg b/icons/patch-exclamation.svg index 42ab96f8f5..889ddc6569 100644 --- a/icons/patch-exclamation.svg +++ b/icons/patch-exclamation.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/patch-minus-fll.svg b/icons/patch-minus-fll.svg index d490d2af84..dba7dd40b5 100644 --- a/icons/patch-minus-fll.svg +++ b/icons/patch-minus-fll.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/patch-minus.svg b/icons/patch-minus.svg index e45e8854dd..99d23c1272 100644 --- a/icons/patch-minus.svg +++ b/icons/patch-minus.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/patch-plus-fll.svg b/icons/patch-plus-fll.svg index a9b96cddea..7298d2306c 100644 --- a/icons/patch-plus-fll.svg +++ b/icons/patch-plus-fll.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/patch-plus.svg b/icons/patch-plus.svg index 4f8f1c801f..9fc4857f50 100644 --- a/icons/patch-plus.svg +++ b/icons/patch-plus.svg @@ -1,4 +1,4 @@ - + diff --git a/icons/patch-question-fll.svg b/icons/patch-question-fll.svg index 6f007b11a0..7491b0aa1e 100644 --- a/icons/patch-question-fll.svg +++ b/icons/patch-question-fll.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/patch-question.svg b/icons/patch-question.svg index ae317bc63e..f5b5d2efe4 100644 --- a/icons/patch-question.svg +++ b/icons/patch-question.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/pause-fill.svg b/icons/pause-fill.svg index 8d6d4746e1..68285b2fec 100644 --- a/icons/pause-fill.svg +++ b/icons/pause-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/pause.svg b/icons/pause.svg index ca1d03d9ff..c84dd30de2 100644 --- a/icons/pause.svg +++ b/icons/pause.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/peace-fill.svg b/icons/peace-fill.svg index 69b68c9faa..c8ed5bdd31 100644 --- a/icons/peace-fill.svg +++ b/icons/peace-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/peace.svg b/icons/peace.svg index 1f1766ab0f..0adb581ad6 100644 --- a/icons/peace.svg +++ b/icons/peace.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/pen-fill.svg b/icons/pen-fill.svg index 916ac564de..93b2d2885a 100644 --- a/icons/pen-fill.svg +++ b/icons/pen-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/pen.svg b/icons/pen.svg index 7eb9d4d552..50361dc3a4 100644 --- a/icons/pen.svg +++ b/icons/pen.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/pencil-fill.svg b/icons/pencil-fill.svg index 7479a0b811..0743401833 100644 --- a/icons/pencil-fill.svg +++ b/icons/pencil-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/pencil-square.svg b/icons/pencil-square.svg index 6835072c98..29a35c32be 100644 --- a/icons/pencil-square.svg +++ b/icons/pencil-square.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/pencil.svg b/icons/pencil.svg index aa3a6f7b55..a0e100f5cf 100644 --- a/icons/pencil.svg +++ b/icons/pencil.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/pentagon-fill.svg b/icons/pentagon-fill.svg index 515a4462da..1edc338d82 100644 --- a/icons/pentagon-fill.svg +++ b/icons/pentagon-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/pentagon-half.svg b/icons/pentagon-half.svg index 49da0f0ba7..758ba4d097 100644 --- a/icons/pentagon-half.svg +++ b/icons/pentagon-half.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/pentagon.svg b/icons/pentagon.svg index 25bb5dfd85..c50920ec93 100644 --- a/icons/pentagon.svg +++ b/icons/pentagon.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/people-fill.svg b/icons/people-fill.svg index 2c20ba77c8..4232a89823 100644 --- a/icons/people-fill.svg +++ b/icons/people-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/people.svg b/icons/people.svg index e07d514230..0e9f18852a 100644 --- a/icons/people.svg +++ b/icons/people.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/percent.svg b/icons/percent.svg index 0db19e2a70..d1f8545475 100644 --- a/icons/percent.svg +++ b/icons/percent.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/person-badge-fill.svg b/icons/person-badge-fill.svg index e57f68814e..3c26654ee0 100644 --- a/icons/person-badge-fill.svg +++ b/icons/person-badge-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/person-badge.svg b/icons/person-badge.svg index 3d2632280b..29bf18f1eb 100644 --- a/icons/person-badge.svg +++ b/icons/person-badge.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/person-bounding-box.svg b/icons/person-bounding-box.svg index 4f17dd323b..5cf7e619ba 100644 --- a/icons/person-bounding-box.svg +++ b/icons/person-bounding-box.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/person-check-fill.svg b/icons/person-check-fill.svg index 4e5dbfb66b..bc65f7c8d3 100644 --- a/icons/person-check-fill.svg +++ b/icons/person-check-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/person-check.svg b/icons/person-check.svg index a34e4efc06..084371390c 100644 --- a/icons/person-check.svg +++ b/icons/person-check.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/person-circle.svg b/icons/person-circle.svg index 992fbffd66..8562570086 100644 --- a/icons/person-circle.svg +++ b/icons/person-circle.svg @@ -1,4 +1,4 @@ - + diff --git a/icons/person-dash-fill.svg b/icons/person-dash-fill.svg index 351d449d36..e4a761fddd 100644 --- a/icons/person-dash-fill.svg +++ b/icons/person-dash-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/person-dash.svg b/icons/person-dash.svg index 810612b7bf..efd6a8c5d3 100644 --- a/icons/person-dash.svg +++ b/icons/person-dash.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/person-fill.svg b/icons/person-fill.svg index 1d1e64fce0..76d803388f 100644 --- a/icons/person-fill.svg +++ b/icons/person-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/person-lines-fill.svg b/icons/person-lines-fill.svg index 6aa83b6971..2c4f81ebc0 100644 --- a/icons/person-lines-fill.svg +++ b/icons/person-lines-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/person-plus-fill.svg b/icons/person-plus-fill.svg index c7af1ace53..bd38378eca 100644 --- a/icons/person-plus-fill.svg +++ b/icons/person-plus-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/person-plus.svg b/icons/person-plus.svg index f9365f9c7e..9595bc7eb6 100644 --- a/icons/person-plus.svg +++ b/icons/person-plus.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/person-square.svg b/icons/person-square.svg index 4dbc18b3ab..e5ffe31963 100644 --- a/icons/person-square.svg +++ b/icons/person-square.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/person-x-fill.svg b/icons/person-x-fill.svg index 1a8674ee57..d4903a6a44 100644 --- a/icons/person-x-fill.svg +++ b/icons/person-x-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/person-x.svg b/icons/person-x.svg index 0a1ef4d531..9d6e87ca39 100644 --- a/icons/person-x.svg +++ b/icons/person-x.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/person.svg b/icons/person.svg index bae757cfa1..820f1091aa 100644 --- a/icons/person.svg +++ b/icons/person.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/phone-fill.svg b/icons/phone-fill.svg index c82edd970a..f754884b55 100644 --- a/icons/phone-fill.svg +++ b/icons/phone-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/phone-landscape-fill.svg b/icons/phone-landscape-fill.svg index 2729277dbf..7e7f14efab 100644 --- a/icons/phone-landscape-fill.svg +++ b/icons/phone-landscape-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/phone-landscape.svg b/icons/phone-landscape.svg index aeeb3c45d3..9e4782af1c 100644 --- a/icons/phone-landscape.svg +++ b/icons/phone-landscape.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/phone-vibrate.svg b/icons/phone-vibrate.svg index 3e930c0c0f..98fd243ae9 100644 --- a/icons/phone-vibrate.svg +++ b/icons/phone-vibrate.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/phone.svg b/icons/phone.svg index ff6be95de1..2a85efa5cb 100644 --- a/icons/phone.svg +++ b/icons/phone.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/pie-chart-fill.svg b/icons/pie-chart-fill.svg index 310ab1468f..6aa71eb89d 100644 --- a/icons/pie-chart-fill.svg +++ b/icons/pie-chart-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/pie-chart.svg b/icons/pie-chart.svg index 78fd2ffe93..d7f8699e36 100644 --- a/icons/pie-chart.svg +++ b/icons/pie-chart.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/pip-fill.svg b/icons/pip-fill.svg index 69671d92f0..6c19fd646b 100644 --- a/icons/pip-fill.svg +++ b/icons/pip-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/pip.svg b/icons/pip.svg index 2bf45d0d70..88cfd93933 100644 --- a/icons/pip.svg +++ b/icons/pip.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/play-fill.svg b/icons/play-fill.svg index 21193fb9c0..01cfe93d02 100644 --- a/icons/play-fill.svg +++ b/icons/play-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/play.svg b/icons/play.svg index bafd685418..22a28133c0 100644 --- a/icons/play.svg +++ b/icons/play.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/plug-fill.svg b/icons/plug-fill.svg index 90a301f2f9..e565bef882 100644 --- a/icons/plug-fill.svg +++ b/icons/plug-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/plug.svg b/icons/plug.svg index 59af5b0e09..f8ae2820a6 100644 --- a/icons/plug.svg +++ b/icons/plug.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/plus-circle-fill.svg b/icons/plus-circle-fill.svg index ff3013c5b4..3d79d6545d 100644 --- a/icons/plus-circle-fill.svg +++ b/icons/plus-circle-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/plus-circle.svg b/icons/plus-circle.svg index da6dcd1fe8..a123be7aa0 100644 --- a/icons/plus-circle.svg +++ b/icons/plus-circle.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/plus-square-fill.svg b/icons/plus-square-fill.svg index c4829f1090..fab5ea2cec 100644 --- a/icons/plus-square-fill.svg +++ b/icons/plus-square-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/plus-square.svg b/icons/plus-square.svg index 29a0be3422..a8d18688f1 100644 --- a/icons/plus-square.svg +++ b/icons/plus-square.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/plus.svg b/icons/plus.svg index aadda81cf5..2ab1d6b4a1 100644 --- a/icons/plus.svg +++ b/icons/plus.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/power.svg b/icons/power.svg index cd9385a35e..9ef5d26eab 100644 --- a/icons/power.svg +++ b/icons/power.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/printer-fill.svg b/icons/printer-fill.svg index 6aece3ad3e..4130ca7da2 100644 --- a/icons/printer-fill.svg +++ b/icons/printer-fill.svg @@ -1,4 +1,4 @@ - + diff --git a/icons/printer.svg b/icons/printer.svg index f25973d722..1761014bdd 100644 --- a/icons/printer.svg +++ b/icons/printer.svg @@ -1,4 +1,4 @@ - + diff --git a/icons/puzzle-fill.svg b/icons/puzzle-fill.svg index cb6b57a136..9d7c2ef570 100644 --- a/icons/puzzle-fill.svg +++ b/icons/puzzle-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/puzzle.svg b/icons/puzzle.svg index 42d646d7c7..1f3a4ea4a6 100644 --- a/icons/puzzle.svg +++ b/icons/puzzle.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/question-circle-fill.svg b/icons/question-circle-fill.svg index 8204b40f9b..c2555c7e28 100644 --- a/icons/question-circle-fill.svg +++ b/icons/question-circle-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/question-circle.svg b/icons/question-circle.svg index f6cd3fdc18..9bc0f4e023 100644 --- a/icons/question-circle.svg +++ b/icons/question-circle.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/question-diamond-fill.svg b/icons/question-diamond-fill.svg index ca24786855..356631a2cc 100644 --- a/icons/question-diamond-fill.svg +++ b/icons/question-diamond-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/question-diamond.svg b/icons/question-diamond.svg index 5a5f89eb11..eb0dbe124b 100644 --- a/icons/question-diamond.svg +++ b/icons/question-diamond.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/question-octagon-fill.svg b/icons/question-octagon-fill.svg index e2eb81724f..1dac657aa3 100644 --- a/icons/question-octagon-fill.svg +++ b/icons/question-octagon-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/question-octagon.svg b/icons/question-octagon.svg index c10317d65b..0620e2fe68 100644 --- a/icons/question-octagon.svg +++ b/icons/question-octagon.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/question-square-fill.svg b/icons/question-square-fill.svg index 1f246f586c..0f02f4271b 100644 --- a/icons/question-square-fill.svg +++ b/icons/question-square-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/question-square.svg b/icons/question-square.svg index 5683022740..e2a99981ae 100644 --- a/icons/question-square.svg +++ b/icons/question-square.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/question.svg b/icons/question.svg index 7c43f8d2f8..05abe29c7f 100644 --- a/icons/question.svg +++ b/icons/question.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/receipt-cutoff.svg b/icons/receipt-cutoff.svg index 6b9470e5c3..b2bc9be0f1 100644 --- a/icons/receipt-cutoff.svg +++ b/icons/receipt-cutoff.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/receipt.svg b/icons/receipt.svg index cd288f3c83..92efeb542c 100644 --- a/icons/receipt.svg +++ b/icons/receipt.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/reception-0.svg b/icons/reception-0.svg index aefc9e54fc..885bf3bb34 100644 --- a/icons/reception-0.svg +++ b/icons/reception-0.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/reception-1.svg b/icons/reception-1.svg index 1b48b80d55..3deafb6220 100644 --- a/icons/reception-1.svg +++ b/icons/reception-1.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/reception-2.svg b/icons/reception-2.svg index 6d67f4d221..7dca57aca8 100644 --- a/icons/reception-2.svg +++ b/icons/reception-2.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/reception-3.svg b/icons/reception-3.svg index dd7c691271..b30d5fb79d 100644 --- a/icons/reception-3.svg +++ b/icons/reception-3.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/reception-4.svg b/icons/reception-4.svg index 6b6c1a720f..611bdf1b98 100644 --- a/icons/reception-4.svg +++ b/icons/reception-4.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/reply-all-fill.svg b/icons/reply-all-fill.svg index 5cae22fb2d..fa7b4fbd1e 100644 --- a/icons/reply-all-fill.svg +++ b/icons/reply-all-fill.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/reply-all.svg b/icons/reply-all.svg index 8b5ab2093b..55a81ac4fa 100644 --- a/icons/reply-all.svg +++ b/icons/reply-all.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/reply-fill.svg b/icons/reply-fill.svg index dac697362d..fe39c7b1d7 100644 --- a/icons/reply-fill.svg +++ b/icons/reply-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/reply.svg b/icons/reply.svg index db04297878..ebdc615254 100644 --- a/icons/reply.svg +++ b/icons/reply.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/rss-fill.svg b/icons/rss-fill.svg index 19e083c631..c6de796cc2 100644 --- a/icons/rss-fill.svg +++ b/icons/rss-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/rss.svg b/icons/rss.svg index a5e4ebcd00..416a629487 100644 --- a/icons/rss.svg +++ b/icons/rss.svg @@ -1,4 +1,4 @@ - + diff --git a/icons/scissors.svg b/icons/scissors.svg index 0c1dd4e50d..9d638dd5c5 100644 --- a/icons/scissors.svg +++ b/icons/scissors.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/screwdriver.svg b/icons/screwdriver.svg index 107193c922..bfa4c1645c 100644 --- a/icons/screwdriver.svg +++ b/icons/screwdriver.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/search.svg b/icons/search.svg index 3bd1605bcb..3e2bd896fb 100644 --- a/icons/search.svg +++ b/icons/search.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/segmented-nav.svg b/icons/segmented-nav.svg index 53d30eaa90..da36442d32 100644 --- a/icons/segmented-nav.svg +++ b/icons/segmented-nav.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/server.svg b/icons/server.svg index 76b598d9b2..4ef986fba5 100644 --- a/icons/server.svg +++ b/icons/server.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/share-fill.svg b/icons/share-fill.svg index 01d787b799..5da96c6171 100644 --- a/icons/share-fill.svg +++ b/icons/share-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/share.svg b/icons/share.svg index 66b32176f7..e8587573fe 100644 --- a/icons/share.svg +++ b/icons/share.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/shield-check.svg b/icons/shield-check.svg index c60179d51b..6d093bd156 100644 --- a/icons/shield-check.svg +++ b/icons/shield-check.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/shield-exclamation.svg b/icons/shield-exclamation.svg index 71e955e29c..d7758fba53 100644 --- a/icons/shield-exclamation.svg +++ b/icons/shield-exclamation.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/shield-fill-check.svg b/icons/shield-fill-check.svg index 2ede6759d4..b8aa3440db 100644 --- a/icons/shield-fill-check.svg +++ b/icons/shield-fill-check.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/shield-fill-exclamation.svg b/icons/shield-fill-exclamation.svg index 669308dc79..6e8750c60f 100644 --- a/icons/shield-fill-exclamation.svg +++ b/icons/shield-fill-exclamation.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/shield-fill-minus.svg b/icons/shield-fill-minus.svg index c8b9a1b1d6..b9c9ef4881 100644 --- a/icons/shield-fill-minus.svg +++ b/icons/shield-fill-minus.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/shield-fill-plus.svg b/icons/shield-fill-plus.svg index 3fc1bf2e19..6302747ab5 100644 --- a/icons/shield-fill-plus.svg +++ b/icons/shield-fill-plus.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/shield-fill-x.svg b/icons/shield-fill-x.svg index 3f7132cf88..44c8964b78 100644 --- a/icons/shield-fill-x.svg +++ b/icons/shield-fill-x.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/shield-fill.svg b/icons/shield-fill.svg index 0b0107db79..815dbc8217 100644 --- a/icons/shield-fill.svg +++ b/icons/shield-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/shield-lock-fill.svg b/icons/shield-lock-fill.svg index 31f9b1f6e9..5b90c5ade3 100644 --- a/icons/shield-lock-fill.svg +++ b/icons/shield-lock-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/shield-lock.svg b/icons/shield-lock.svg index 662d2fc97c..dd31428cbc 100644 --- a/icons/shield-lock.svg +++ b/icons/shield-lock.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/shield-minus.svg b/icons/shield-minus.svg index 8ee8c2248c..6ac2b84abf 100644 --- a/icons/shield-minus.svg +++ b/icons/shield-minus.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/shield-plus.svg b/icons/shield-plus.svg index f617028994..1182c8963e 100644 --- a/icons/shield-plus.svg +++ b/icons/shield-plus.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/shield-shaded.svg b/icons/shield-shaded.svg index 6862c46d84..e9f949d040 100644 --- a/icons/shield-shaded.svg +++ b/icons/shield-shaded.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/shield-slash-fill.svg b/icons/shield-slash-fill.svg index d0a99738aa..1040a96331 100644 --- a/icons/shield-slash-fill.svg +++ b/icons/shield-slash-fill.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/shield-slash.svg b/icons/shield-slash.svg index 1fc59e0535..b2a3bd2cd7 100644 --- a/icons/shield-slash.svg +++ b/icons/shield-slash.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/shield-x.svg b/icons/shield-x.svg index b96304b077..4665406d51 100644 --- a/icons/shield-x.svg +++ b/icons/shield-x.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/shield.svg b/icons/shield.svg index 2f37adaeb9..07e8250c13 100644 --- a/icons/shield.svg +++ b/icons/shield.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/shift-fill.svg b/icons/shift-fill.svg index 3f7de95b96..ec32389347 100644 --- a/icons/shift-fill.svg +++ b/icons/shift-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/shift.svg b/icons/shift.svg index 958725d922..ef8ddf2a70 100644 --- a/icons/shift.svg +++ b/icons/shift.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/shop-window.svg b/icons/shop-window.svg index b12a6ce8b3..597747e060 100644 --- a/icons/shop-window.svg +++ b/icons/shop-window.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/shop.svg b/icons/shop.svg index 24eb2d8ea2..19f2e59a99 100644 --- a/icons/shop.svg +++ b/icons/shop.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/shuffle.svg b/icons/shuffle.svg index ae74e73bbc..83bf20caf1 100644 --- a/icons/shuffle.svg +++ b/icons/shuffle.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/signpost-2-fill.svg b/icons/signpost-2-fill.svg index e912707a8a..b1e6e8ee28 100644 --- a/icons/signpost-2-fill.svg +++ b/icons/signpost-2-fill.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/signpost-2.svg b/icons/signpost-2.svg index a85979e54f..68a7a7d0ff 100644 --- a/icons/signpost-2.svg +++ b/icons/signpost-2.svg @@ -1,4 +1,4 @@ - + diff --git a/icons/signpost-fill.svg b/icons/signpost-fill.svg index 49b6d1c209..f0184b77d8 100644 --- a/icons/signpost-fill.svg +++ b/icons/signpost-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/signpost-split-fill.svg b/icons/signpost-split-fill.svg index 18f5a34a0f..86aa086f55 100644 --- a/icons/signpost-split-fill.svg +++ b/icons/signpost-split-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/signpost-split.svg b/icons/signpost-split.svg index e22455103c..b0b17778c8 100644 --- a/icons/signpost-split.svg +++ b/icons/signpost-split.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/signpost.svg b/icons/signpost.svg index 69a4aae2c4..396d71cb1a 100644 --- a/icons/signpost.svg +++ b/icons/signpost.svg @@ -1,4 +1,4 @@ - + diff --git a/icons/sim-fill.svg b/icons/sim-fill.svg index c072d459ad..fd2f2ea3f4 100644 --- a/icons/sim-fill.svg +++ b/icons/sim-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/sim.svg b/icons/sim.svg index 82f8b4882d..9100c44f9d 100644 --- a/icons/sim.svg +++ b/icons/sim.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/skip-backward-fill.svg b/icons/skip-backward-fill.svg index 3615352c54..05c504319a 100644 --- a/icons/skip-backward-fill.svg +++ b/icons/skip-backward-fill.svg @@ -1,4 +1,4 @@ - + diff --git a/icons/skip-backward.svg b/icons/skip-backward.svg index c6ba28d45e..a459ac08d1 100644 --- a/icons/skip-backward.svg +++ b/icons/skip-backward.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/skip-end-fill.svg b/icons/skip-end-fill.svg index e08252f01d..2f988e7c2e 100644 --- a/icons/skip-end-fill.svg +++ b/icons/skip-end-fill.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/skip-end.svg b/icons/skip-end.svg index 124274cc8d..bf1d8bcf68 100644 --- a/icons/skip-end.svg +++ b/icons/skip-end.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/skip-forward-fill.svg b/icons/skip-forward-fill.svg index 7db8939eef..1ced54247c 100644 --- a/icons/skip-forward-fill.svg +++ b/icons/skip-forward-fill.svg @@ -1,4 +1,4 @@ - + diff --git a/icons/skip-forward.svg b/icons/skip-forward.svg index db6750cf98..03710565d3 100644 --- a/icons/skip-forward.svg +++ b/icons/skip-forward.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/skip-start-fill.svg b/icons/skip-start-fill.svg index 52af2fe061..af0f8381a0 100644 --- a/icons/skip-start-fill.svg +++ b/icons/skip-start-fill.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/skip-start.svg b/icons/skip-start.svg index bf9fc19b64..7fc96ce789 100644 --- a/icons/skip-start.svg +++ b/icons/skip-start.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/slash-circle-fill.svg b/icons/slash-circle-fill.svg index 98ca989819..d91a643e7a 100644 --- a/icons/slash-circle-fill.svg +++ b/icons/slash-circle-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/slash-circle.svg b/icons/slash-circle.svg index 31b393be4a..d1544587a6 100644 --- a/icons/slash-circle.svg +++ b/icons/slash-circle.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/slash-square-fill.svg b/icons/slash-square-fill.svg index 77045bfb3d..c1a40c7f87 100644 --- a/icons/slash-square-fill.svg +++ b/icons/slash-square-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/slash-square.svg b/icons/slash-square.svg index 1ba67304cd..0dd361f14a 100644 --- a/icons/slash-square.svg +++ b/icons/slash-square.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/slash.svg b/icons/slash.svg index 4e47060a66..06f675114c 100644 --- a/icons/slash.svg +++ b/icons/slash.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/sliders.svg b/icons/sliders.svg index e8c7460ff0..da4b8353f7 100644 --- a/icons/sliders.svg +++ b/icons/sliders.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/smartwatch.svg b/icons/smartwatch.svg index c2b7699165..d95371e478 100644 --- a/icons/smartwatch.svg +++ b/icons/smartwatch.svg @@ -1,4 +1,4 @@ - + diff --git a/icons/sort-alpha-down-alt.svg b/icons/sort-alpha-down-alt.svg index 6b70beed4b..133bafad1d 100644 --- a/icons/sort-alpha-down-alt.svg +++ b/icons/sort-alpha-down-alt.svg @@ -1,4 +1,4 @@ - + diff --git a/icons/sort-alpha-down.svg b/icons/sort-alpha-down.svg index f688f19799..1c831a506c 100644 --- a/icons/sort-alpha-down.svg +++ b/icons/sort-alpha-down.svg @@ -1,4 +1,4 @@ - + diff --git a/icons/sort-alpha-up-alt.svg b/icons/sort-alpha-up-alt.svg index 2399b481de..29be8907ba 100644 --- a/icons/sort-alpha-up-alt.svg +++ b/icons/sort-alpha-up-alt.svg @@ -1,4 +1,4 @@ - + diff --git a/icons/sort-alpha-up.svg b/icons/sort-alpha-up.svg index 2baf712cfc..4b24367019 100644 --- a/icons/sort-alpha-up.svg +++ b/icons/sort-alpha-up.svg @@ -1,4 +1,4 @@ - + diff --git a/icons/sort-down-alt.svg b/icons/sort-down-alt.svg index e92ced4599..aeeca11794 100644 --- a/icons/sort-down-alt.svg +++ b/icons/sort-down-alt.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/sort-down.svg b/icons/sort-down.svg index ba56691dc1..237e279845 100644 --- a/icons/sort-down.svg +++ b/icons/sort-down.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/sort-numeric-down-alt.svg b/icons/sort-numeric-down-alt.svg index 223e16d251..7e17816201 100644 --- a/icons/sort-numeric-down-alt.svg +++ b/icons/sort-numeric-down-alt.svg @@ -1,4 +1,4 @@ - + diff --git a/icons/sort-numeric-down.svg b/icons/sort-numeric-down.svg index c7954b521f..c7da9120f3 100644 --- a/icons/sort-numeric-down.svg +++ b/icons/sort-numeric-down.svg @@ -1,4 +1,4 @@ - + diff --git a/icons/sort-numeric-up-alt.svg b/icons/sort-numeric-up-alt.svg index 2eced237a7..933013b53d 100644 --- a/icons/sort-numeric-up-alt.svg +++ b/icons/sort-numeric-up-alt.svg @@ -1,4 +1,4 @@ - + diff --git a/icons/sort-numeric-up.svg b/icons/sort-numeric-up.svg index 76d554aa4a..006e771073 100644 --- a/icons/sort-numeric-up.svg +++ b/icons/sort-numeric-up.svg @@ -1,4 +1,4 @@ - + diff --git a/icons/sort-up-alt.svg b/icons/sort-up-alt.svg index 1df37923b3..98b52d6f03 100644 --- a/icons/sort-up-alt.svg +++ b/icons/sort-up-alt.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/sort-up.svg b/icons/sort-up.svg index 1443c5b353..e462673c0d 100644 --- a/icons/sort-up.svg +++ b/icons/sort-up.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/soundwave.svg b/icons/soundwave.svg index 7885ab0f54..288f108b25 100644 --- a/icons/soundwave.svg +++ b/icons/soundwave.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/speaker-fill.svg b/icons/speaker-fill.svg index ba64b470c8..8c876226ad 100644 --- a/icons/speaker-fill.svg +++ b/icons/speaker-fill.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/speaker.svg b/icons/speaker.svg index d9f1fdfa11..4ad7dff05f 100644 --- a/icons/speaker.svg +++ b/icons/speaker.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/spellcheck.svg b/icons/spellcheck.svg index beeb1ecfbc..a01a3f57ba 100644 --- a/icons/spellcheck.svg +++ b/icons/spellcheck.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/square-fill.svg b/icons/square-fill.svg index 4ad0edfc2c..31bae4f743 100644 --- a/icons/square-fill.svg +++ b/icons/square-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/square-half.svg b/icons/square-half.svg index 767e1939d2..ea64521314 100644 --- a/icons/square-half.svg +++ b/icons/square-half.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/square.svg b/icons/square.svg index 3b67b9c5c9..99e2d586ab 100644 --- a/icons/square.svg +++ b/icons/square.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/star-fill.svg b/icons/star-fill.svg index 873021f74d..80cbc1413f 100644 --- a/icons/star-fill.svg +++ b/icons/star-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/star-half.svg b/icons/star-half.svg index 18c86f7a2e..b1f9c22bab 100644 --- a/icons/star-half.svg +++ b/icons/star-half.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/star.svg b/icons/star.svg index 5a284decdc..f189de96d3 100644 --- a/icons/star.svg +++ b/icons/star.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/stickies-fill.svg b/icons/stickies-fill.svg index 4d390b3bfb..e6254000b2 100644 --- a/icons/stickies-fill.svg +++ b/icons/stickies-fill.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/stickies.svg b/icons/stickies.svg index 38bbc5ba63..0ca1c78d77 100644 --- a/icons/stickies.svg +++ b/icons/stickies.svg @@ -1,4 +1,4 @@ - + diff --git a/icons/sticky-fill.svg b/icons/sticky-fill.svg index ede5aabc95..2882a17d5a 100644 --- a/icons/sticky-fill.svg +++ b/icons/sticky-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/sticky.svg b/icons/sticky.svg index 8d615743da..5dddf945c7 100644 --- a/icons/sticky.svg +++ b/icons/sticky.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/stop-fill.svg b/icons/stop-fill.svg index cafea0d3bd..e00085a1e2 100644 --- a/icons/stop-fill.svg +++ b/icons/stop-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/stop.svg b/icons/stop.svg index 7fbe4e916a..6bcc2811b3 100644 --- a/icons/stop.svg +++ b/icons/stop.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/stoplights-fill.svg b/icons/stoplights-fill.svg index bfb9899a3a..7fade7bbed 100644 --- a/icons/stoplights-fill.svg +++ b/icons/stoplights-fill.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/stoplights.svg b/icons/stoplights.svg index c94613a2d8..98f9ac6a94 100644 --- a/icons/stoplights.svg +++ b/icons/stoplights.svg @@ -1,4 +1,4 @@ - + diff --git a/icons/stopwatch-fill.svg b/icons/stopwatch-fill.svg index 9efb9bd9bf..02d7567658 100644 --- a/icons/stopwatch-fill.svg +++ b/icons/stopwatch-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/stopwatch.svg b/icons/stopwatch.svg index d5b2a15b72..eabae63b8d 100644 --- a/icons/stopwatch.svg +++ b/icons/stopwatch.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/subtract.svg b/icons/subtract.svg index 633cbd49d8..78c426ee71 100644 --- a/icons/subtract.svg +++ b/icons/subtract.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/suit-club-fill.svg b/icons/suit-club-fill.svg index 903bd838d4..41862d9c70 100644 --- a/icons/suit-club-fill.svg +++ b/icons/suit-club-fill.svg @@ -1,4 +1,4 @@ - + diff --git a/icons/suit-club.svg b/icons/suit-club.svg index 4062a3eb71..e99cdbfb9e 100644 --- a/icons/suit-club.svg +++ b/icons/suit-club.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/suit-diamond-fill.svg b/icons/suit-diamond-fill.svg index af60084ed1..61b60056e7 100644 --- a/icons/suit-diamond-fill.svg +++ b/icons/suit-diamond-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/suit-diamond.svg b/icons/suit-diamond.svg index 600889c549..a4e2ceba79 100644 --- a/icons/suit-diamond.svg +++ b/icons/suit-diamond.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/suit-heart-fill.svg b/icons/suit-heart-fill.svg index 0ea499b4c6..0dd86f9996 100644 --- a/icons/suit-heart-fill.svg +++ b/icons/suit-heart-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/suit-heart.svg b/icons/suit-heart.svg index 8892ea3106..2f10f948b1 100644 --- a/icons/suit-heart.svg +++ b/icons/suit-heart.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/suit-spade-fill.svg b/icons/suit-spade-fill.svg index 9e41f1190c..345604a25e 100644 --- a/icons/suit-spade-fill.svg +++ b/icons/suit-spade-fill.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/suit-spade.svg b/icons/suit-spade.svg index 222c4890c3..9fd8d27791 100644 --- a/icons/suit-spade.svg +++ b/icons/suit-spade.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/sun.svg b/icons/sun.svg index 846b86ae01..53221a581c 100644 --- a/icons/sun.svg +++ b/icons/sun.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/sunglasses.svg b/icons/sunglasses.svg index e7ea00a534..b45876cdc0 100644 --- a/icons/sunglasses.svg +++ b/icons/sunglasses.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/table.svg b/icons/table.svg index 11be450472..fac6148338 100644 --- a/icons/table.svg +++ b/icons/table.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/tablet-fill.svg b/icons/tablet-fill.svg index 2c90fef02a..beb389b79b 100644 --- a/icons/tablet-fill.svg +++ b/icons/tablet-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/tablet-landscape-fill.svg b/icons/tablet-landscape-fill.svg index 8554c5fa6f..07cf363dee 100644 --- a/icons/tablet-landscape-fill.svg +++ b/icons/tablet-landscape-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/tablet-landscape.svg b/icons/tablet-landscape.svg index ff04926b04..fec9003577 100644 --- a/icons/tablet-landscape.svg +++ b/icons/tablet-landscape.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/tablet.svg b/icons/tablet.svg index e41eab9346..ac803aca62 100644 --- a/icons/tablet.svg +++ b/icons/tablet.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/tag-fill.svg b/icons/tag-fill.svg index e15739502b..5f59fa0cfa 100644 --- a/icons/tag-fill.svg +++ b/icons/tag-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/tag.svg b/icons/tag.svg index 2fb5592595..4a4c8d8443 100644 --- a/icons/tag.svg +++ b/icons/tag.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/tags-fill.svg b/icons/tags-fill.svg index f5895a7543..0e194adf10 100644 --- a/icons/tags-fill.svg +++ b/icons/tags-fill.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/tags.svg b/icons/tags.svg index 81a1993f64..7337bdb66e 100644 --- a/icons/tags.svg +++ b/icons/tags.svg @@ -1,4 +1,4 @@ - + diff --git a/icons/telephone-fill.svg b/icons/telephone-fill.svg index 8b4144be07..9d3a802e32 100644 --- a/icons/telephone-fill.svg +++ b/icons/telephone-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/telephone-forward-fill.svg b/icons/telephone-forward-fill.svg index daa555382a..f4ce483119 100644 --- a/icons/telephone-forward-fill.svg +++ b/icons/telephone-forward-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/telephone-forward.svg b/icons/telephone-forward.svg index ca417cc5b4..0bd6518390 100644 --- a/icons/telephone-forward.svg +++ b/icons/telephone-forward.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/telephone-inbound-fill.svg b/icons/telephone-inbound-fill.svg index 616e81df99..998c8fbe02 100644 --- a/icons/telephone-inbound-fill.svg +++ b/icons/telephone-inbound-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/telephone-inbound.svg b/icons/telephone-inbound.svg index ecc0535506..00e97e72a0 100644 --- a/icons/telephone-inbound.svg +++ b/icons/telephone-inbound.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/telephone-minus-fill.svg b/icons/telephone-minus-fill.svg index c61298d8af..bc17abbfef 100644 --- a/icons/telephone-minus-fill.svg +++ b/icons/telephone-minus-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/telephone-minus.svg b/icons/telephone-minus.svg index 5dada790a9..25bbadc181 100644 --- a/icons/telephone-minus.svg +++ b/icons/telephone-minus.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/telephone-outbound-fill.svg b/icons/telephone-outbound-fill.svg index a017f8625a..16013a5454 100644 --- a/icons/telephone-outbound-fill.svg +++ b/icons/telephone-outbound-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/telephone-outbound.svg b/icons/telephone-outbound.svg index cb01269e21..ee55d78121 100644 --- a/icons/telephone-outbound.svg +++ b/icons/telephone-outbound.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/telephone-plus-fill.svg b/icons/telephone-plus-fill.svg index bfb276b202..6d8c58f533 100644 --- a/icons/telephone-plus-fill.svg +++ b/icons/telephone-plus-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/telephone-plus.svg b/icons/telephone-plus.svg index 6b88f50a9f..33926b55d3 100644 --- a/icons/telephone-plus.svg +++ b/icons/telephone-plus.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/telephone-x-fill.svg b/icons/telephone-x-fill.svg index de43e78fee..c8ef89497b 100644 --- a/icons/telephone-x-fill.svg +++ b/icons/telephone-x-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/telephone-x.svg b/icons/telephone-x.svg index 66d3a789a5..5b621905fc 100644 --- a/icons/telephone-x.svg +++ b/icons/telephone-x.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/telephone.svg b/icons/telephone.svg index 93c61856ff..6908d5383f 100644 --- a/icons/telephone.svg +++ b/icons/telephone.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/terminal-fill.svg b/icons/terminal-fill.svg index 0bc51060e8..6f628fb478 100644 --- a/icons/terminal-fill.svg +++ b/icons/terminal-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/terminal.svg b/icons/terminal.svg index 65db544458..df63800d94 100644 --- a/icons/terminal.svg +++ b/icons/terminal.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/text-center.svg b/icons/text-center.svg index c9e53f354d..2887a99f26 100644 --- a/icons/text-center.svg +++ b/icons/text-center.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/text-indent-left.svg b/icons/text-indent-left.svg index 974b60f2fe..5524ed1e99 100644 --- a/icons/text-indent-left.svg +++ b/icons/text-indent-left.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/text-indent-right.svg b/icons/text-indent-right.svg index c9566cbeb2..8b31b9d67f 100644 --- a/icons/text-indent-right.svg +++ b/icons/text-indent-right.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/text-left.svg b/icons/text-left.svg index faae0f0c12..0452611648 100644 --- a/icons/text-left.svg +++ b/icons/text-left.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/text-paragraph.svg b/icons/text-paragraph.svg index 9ed808a317..9779beabf1 100644 --- a/icons/text-paragraph.svg +++ b/icons/text-paragraph.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/text-right.svg b/icons/text-right.svg index 4c751290d4..34686b0f1f 100644 --- a/icons/text-right.svg +++ b/icons/text-right.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/textarea-resize.svg b/icons/textarea-resize.svg index a38fb15f14..2022da594f 100644 --- a/icons/textarea-resize.svg +++ b/icons/textarea-resize.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/textarea-t.svg b/icons/textarea-t.svg index 28dea3badd..921c975341 100644 --- a/icons/textarea-t.svg +++ b/icons/textarea-t.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/textarea.svg b/icons/textarea.svg index ecad227902..789895af42 100644 --- a/icons/textarea.svg +++ b/icons/textarea.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/thermometer-half.svg b/icons/thermometer-half.svg index 90ec025d9b..eaebf85ac0 100644 --- a/icons/thermometer-half.svg +++ b/icons/thermometer-half.svg @@ -1,4 +1,4 @@ - + diff --git a/icons/thermometer.svg b/icons/thermometer.svg index 77d0b040e4..e7a25a866e 100644 --- a/icons/thermometer.svg +++ b/icons/thermometer.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/three-dots-vertical.svg b/icons/three-dots-vertical.svg index 129ea9b28b..d56c48305c 100644 --- a/icons/three-dots-vertical.svg +++ b/icons/three-dots-vertical.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/three-dots.svg b/icons/three-dots.svg index d875af2158..a4e98b3be8 100644 --- a/icons/three-dots.svg +++ b/icons/three-dots.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/toggle-off.svg b/icons/toggle-off.svg index e7cea8f30c..7727bb2927 100644 --- a/icons/toggle-off.svg +++ b/icons/toggle-off.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/toggle-on.svg b/icons/toggle-on.svg index d7ef306801..c233e47d9e 100644 --- a/icons/toggle-on.svg +++ b/icons/toggle-on.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/toggle2-off.svg b/icons/toggle2-off.svg index 80aa424505..8a03dec613 100644 --- a/icons/toggle2-off.svg +++ b/icons/toggle2-off.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/toggle2-on.svg b/icons/toggle2-on.svg index d58f26d7d0..993ec3327f 100644 --- a/icons/toggle2-on.svg +++ b/icons/toggle2-on.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/toggles.svg b/icons/toggles.svg index 86a0471579..3ee9c8685b 100644 --- a/icons/toggles.svg +++ b/icons/toggles.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/toggles2.svg b/icons/toggles2.svg index db1b8979c9..2a9da8faa2 100644 --- a/icons/toggles2.svg +++ b/icons/toggles2.svg @@ -1,4 +1,4 @@ - + diff --git a/icons/tools.svg b/icons/tools.svg index 6ba879efb1..54870a2bce 100644 --- a/icons/tools.svg +++ b/icons/tools.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/trash-fill.svg b/icons/trash-fill.svg index b9b42b9be7..0a0125d75e 100644 --- a/icons/trash-fill.svg +++ b/icons/trash-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/trash.svg b/icons/trash.svg index c7aaf63c01..7f88380ab7 100644 --- a/icons/trash.svg +++ b/icons/trash.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/trash2-fill.svg b/icons/trash2-fill.svg index 92cd706d86..fc270626d7 100644 --- a/icons/trash2-fill.svg +++ b/icons/trash2-fill.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/trash2.svg b/icons/trash2.svg index c674cdf31e..c1addd343a 100644 --- a/icons/trash2.svg +++ b/icons/trash2.svg @@ -1,4 +1,4 @@ - + diff --git a/icons/tree-fill.svg b/icons/tree-fill.svg index be70b4f44a..f9a6f25907 100644 --- a/icons/tree-fill.svg +++ b/icons/tree-fill.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/tree.svg b/icons/tree.svg index f2ec78b2d4..9bae1e872e 100644 --- a/icons/tree.svg +++ b/icons/tree.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/triangle-fill.svg b/icons/triangle-fill.svg index 03a2d5d5a2..654787f2d7 100644 --- a/icons/triangle-fill.svg +++ b/icons/triangle-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/triangle-half.svg b/icons/triangle-half.svg index bd195f9b55..7aee6b8141 100644 --- a/icons/triangle-half.svg +++ b/icons/triangle-half.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/triangle.svg b/icons/triangle.svg index e8ee5a1ae1..580d6b5bb2 100644 --- a/icons/triangle.svg +++ b/icons/triangle.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/trophy-fill.svg b/icons/trophy-fill.svg index 91e8f2b7bf..01379d6432 100644 --- a/icons/trophy-fill.svg +++ b/icons/trophy-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/trophy.svg b/icons/trophy.svg index 8d793ee028..cef3f94edf 100644 --- a/icons/trophy.svg +++ b/icons/trophy.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/truck-flatbed.svg b/icons/truck-flatbed.svg index 422e88e501..77720c30a5 100644 --- a/icons/truck-flatbed.svg +++ b/icons/truck-flatbed.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/truck.svg b/icons/truck.svg index b5a347ebb3..8c6c2fc5fd 100644 --- a/icons/truck.svg +++ b/icons/truck.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/tv-fill.svg b/icons/tv-fill.svg index 2626ade95f..408818239c 100644 --- a/icons/tv-fill.svg +++ b/icons/tv-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/tv.svg b/icons/tv.svg index f695a38404..c229d82ef8 100644 --- a/icons/tv.svg +++ b/icons/tv.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/type-bold.svg b/icons/type-bold.svg index 51ae7881e8..276d133c25 100644 --- a/icons/type-bold.svg +++ b/icons/type-bold.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/type-h1.svg b/icons/type-h1.svg index 2e7fb7fbc3..4c89181757 100644 --- a/icons/type-h1.svg +++ b/icons/type-h1.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/type-h2.svg b/icons/type-h2.svg index 1dce161c21..b6ab765012 100644 --- a/icons/type-h2.svg +++ b/icons/type-h2.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/type-h3.svg b/icons/type-h3.svg index de5d314181..154c293f88 100644 --- a/icons/type-h3.svg +++ b/icons/type-h3.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/type-italic.svg b/icons/type-italic.svg index 599c6285af..575721ccb4 100644 --- a/icons/type-italic.svg +++ b/icons/type-italic.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/type-strikethrough.svg b/icons/type-strikethrough.svg index b785e0c7f5..fb563c33b6 100644 --- a/icons/type-strikethrough.svg +++ b/icons/type-strikethrough.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/type-underline.svg b/icons/type-underline.svg index ea6e596f97..48a0a0b6ea 100644 --- a/icons/type-underline.svg +++ b/icons/type-underline.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/type.svg b/icons/type.svg index eeebe5064e..b2677cc434 100644 --- a/icons/type.svg +++ b/icons/type.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/ui-checks-grid.svg b/icons/ui-checks-grid.svg index 58ac7c37e5..0aca7be6c1 100644 --- a/icons/ui-checks-grid.svg +++ b/icons/ui-checks-grid.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/ui-checks.svg b/icons/ui-checks.svg index 5b92c5b880..6bf5b4983c 100644 --- a/icons/ui-checks.svg +++ b/icons/ui-checks.svg @@ -1,4 +1,4 @@ - + diff --git a/icons/ui-radios-grid.svg b/icons/ui-radios-grid.svg index 34138ebfdd..84b98dc8fc 100644 --- a/icons/ui-radios-grid.svg +++ b/icons/ui-radios-grid.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/ui-radios.svg b/icons/ui-radios.svg index 5517e728dd..a95495e967 100644 --- a/icons/ui-radios.svg +++ b/icons/ui-radios.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/union.svg b/icons/union.svg index b2dab3b60b..8aeae1e2de 100644 --- a/icons/union.svg +++ b/icons/union.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/unlock-fill.svg b/icons/unlock-fill.svg index a885fe5f56..52fe1f11ed 100644 --- a/icons/unlock-fill.svg +++ b/icons/unlock-fill.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/unlock.svg b/icons/unlock.svg index 7b2e8b9209..c1397920d3 100644 --- a/icons/unlock.svg +++ b/icons/unlock.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/upc-scan.svg b/icons/upc-scan.svg index 36645bbc0d..d6a010b5f5 100644 --- a/icons/upc-scan.svg +++ b/icons/upc-scan.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/upc.svg b/icons/upc.svg index 0949585615..6669ef7a1b 100644 --- a/icons/upc.svg +++ b/icons/upc.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/upload.svg b/icons/upload.svg index b3ea20bf1f..84d55c00bc 100644 --- a/icons/upload.svg +++ b/icons/upload.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/vector-pen.svg b/icons/vector-pen.svg index 73e2428a6b..7909e732f7 100644 --- a/icons/vector-pen.svg +++ b/icons/vector-pen.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/view-list.svg b/icons/view-list.svg index 3f43f71f17..5ff3dc07ec 100644 --- a/icons/view-list.svg +++ b/icons/view-list.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/view-stacked.svg b/icons/view-stacked.svg index 8688e4ab01..414e1b5ecc 100644 --- a/icons/view-stacked.svg +++ b/icons/view-stacked.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/voicemail.svg b/icons/voicemail.svg index df14e8dc5d..93f79f2488 100644 --- a/icons/voicemail.svg +++ b/icons/voicemail.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/volume-down-fill.svg b/icons/volume-down-fill.svg index 50b841561b..149659072a 100644 --- a/icons/volume-down-fill.svg +++ b/icons/volume-down-fill.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/volume-down.svg b/icons/volume-down.svg index 0fd361845b..8b232dc3d7 100644 --- a/icons/volume-down.svg +++ b/icons/volume-down.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/volume-mute-fill.svg b/icons/volume-mute-fill.svg index 3a4be0853c..8b7a694a33 100644 --- a/icons/volume-mute-fill.svg +++ b/icons/volume-mute-fill.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/volume-mute.svg b/icons/volume-mute.svg index 00393ec796..83494afb64 100644 --- a/icons/volume-mute.svg +++ b/icons/volume-mute.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/volume-off-fill.svg b/icons/volume-off-fill.svg index f24ed1f220..5e44e45255 100644 --- a/icons/volume-off-fill.svg +++ b/icons/volume-off-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/volume-off.svg b/icons/volume-off.svg index dbead447cf..855d05549f 100644 --- a/icons/volume-off.svg +++ b/icons/volume-off.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/volume-up-fill.svg b/icons/volume-up-fill.svg index ecbe120baf..cf61ecbe34 100644 --- a/icons/volume-up-fill.svg +++ b/icons/volume-up-fill.svg @@ -1,4 +1,4 @@ - + diff --git a/icons/volume-up.svg b/icons/volume-up.svg index 7049e23002..6d1d818bd3 100644 --- a/icons/volume-up.svg +++ b/icons/volume-up.svg @@ -1,4 +1,4 @@ - + diff --git a/icons/vr.svg b/icons/vr.svg index 864e0f7b4b..ae35259ba2 100644 --- a/icons/vr.svg +++ b/icons/vr.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/wallet-fill.svg b/icons/wallet-fill.svg index 8b363a6f00..d44e5c8364 100644 --- a/icons/wallet-fill.svg +++ b/icons/wallet-fill.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/wallet.svg b/icons/wallet.svg index 97c428f42d..da299c4c64 100644 --- a/icons/wallet.svg +++ b/icons/wallet.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/wallet2.svg b/icons/wallet2.svg index 6c03775c2f..47bd439cda 100644 --- a/icons/wallet2.svg +++ b/icons/wallet2.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/watch.svg b/icons/watch.svg index 01c9638012..356b229bb8 100644 --- a/icons/watch.svg +++ b/icons/watch.svg @@ -1,4 +1,4 @@ - + diff --git a/icons/wifi-1.svg b/icons/wifi-1.svg index d27e2abcc8..4d75ef524f 100644 --- a/icons/wifi-1.svg +++ b/icons/wifi-1.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/wifi-2.svg b/icons/wifi-2.svg index 0082d580db..377c1fc9f7 100644 --- a/icons/wifi-2.svg +++ b/icons/wifi-2.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/wifi-off.svg b/icons/wifi-off.svg index 0a41217045..b0aeecd32c 100644 --- a/icons/wifi-off.svg +++ b/icons/wifi-off.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/wifi.svg b/icons/wifi.svg index 0c8157f399..6135c2d83d 100644 --- a/icons/wifi.svg +++ b/icons/wifi.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/window.svg b/icons/window.svg index 230d0f430e..8ab63f1296 100644 --- a/icons/window.svg +++ b/icons/window.svg @@ -1,4 +1,4 @@ - + diff --git a/icons/wrench.svg b/icons/wrench.svg index 2d78d6e416..33cf336a78 100644 --- a/icons/wrench.svg +++ b/icons/wrench.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/x-circle-fill.svg b/icons/x-circle-fill.svg index be5d1e7051..3c9563c60f 100644 --- a/icons/x-circle-fill.svg +++ b/icons/x-circle-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/x-circle.svg b/icons/x-circle.svg index 740a658dd3..bba4e05ded 100644 --- a/icons/x-circle.svg +++ b/icons/x-circle.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/x-diamond-fill.svg b/icons/x-diamond-fill.svg index 67259f7724..e9acd4025d 100644 --- a/icons/x-diamond-fill.svg +++ b/icons/x-diamond-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/x-diamond.svg b/icons/x-diamond.svg index b670fd16a9..6194262b4e 100644 --- a/icons/x-diamond.svg +++ b/icons/x-diamond.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/x-octagon-fill.svg b/icons/x-octagon-fill.svg index 1fcb8fc1a9..f5f38b520e 100644 --- a/icons/x-octagon-fill.svg +++ b/icons/x-octagon-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/x-octagon.svg b/icons/x-octagon.svg index e89a222255..99a09062f8 100644 --- a/icons/x-octagon.svg +++ b/icons/x-octagon.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/x-square-fill.svg b/icons/x-square-fill.svg index d03e7b7702..4bfec472b8 100644 --- a/icons/x-square-fill.svg +++ b/icons/x-square-fill.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/x-square.svg b/icons/x-square.svg index ec0865dfe6..717837d5df 100644 --- a/icons/x-square.svg +++ b/icons/x-square.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/icons/x.svg b/icons/x.svg index 6e07777cb1..bca44c4f15 100644 --- a/icons/x.svg +++ b/icons/x.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/icons/zoom-in.svg b/icons/zoom-in.svg index 11de509ea4..6cde1a0b5c 100644 --- a/icons/zoom-in.svg +++ b/icons/zoom-in.svg @@ -1,4 +1,4 @@ - + diff --git a/icons/zoom-out.svg b/icons/zoom-out.svg index 1c38814637..b965f8e717 100644 --- a/icons/zoom-out.svg +++ b/icons/zoom-out.svg @@ -1,4 +1,4 @@ - +