feat: add new icons
Before Width: | Height: | Size: 544 KiB After Width: | Height: | Size: 545 KiB |
@ -1 +1 @@
|
||||
export const cilArrowThickTop = ["512 512","<path fill='var(--ci-primary-color, currentColor)' d='M352.063,496h-192V295.993L16.047,296l.037-38.688L256.318,17.364,496,257.7v38.278l-143.937.006Zm-160-32h128V263.984l137.006-.006L256.274,62.636,54.672,264l137.391-.008Z' class='ci-primary'/>"]
|
||||
export const cilArrowThickTop = ["512 512","<path fill='var(--ci-primary-color, currentColor)' d='M352.062,496h-192V295.993L16.047,296l.037-38.688L256.318,17.364,496,257.7v38.278l-143.938.006Zm-160-32h128V263.984l137.007-.006L256.274,62.636,54.672,264l137.39-.008Z' class='ci-primary'/>"]
|
1
js/free/cil-gauge.d.ts
vendored
Normal file
@ -0,0 +1 @@
|
||||
export declare const cilGauge: any[];
|
1
js/free/cil-gauge.js
Normal file
@ -0,0 +1 @@
|
||||
export const cilGauge = ["512 512","<path fill='var(--ci-primary-color, currentColor)' d='M425.706,142.294A240,240,0,0,0,16,312v88H160V368H48V312c0-114.691,93.309-208,208-208s208,93.309,208,208v56H352v32H496V312A238.432,238.432,0,0,0,425.706,142.294Z' class='ci-primary'/><rect width='32' height='32' x='80' y='264' fill='var(--ci-primary-color, currentColor)' class='ci-primary'/><rect width='32' height='32' x='240' y='128' fill='var(--ci-primary-color, currentColor)' class='ci-primary'/><rect width='32' height='32' x='136' y='168' fill='var(--ci-primary-color, currentColor)' class='ci-primary'/><rect width='32' height='32' x='400' y='264' fill='var(--ci-primary-color, currentColor)' class='ci-primary'/><path fill='var(--ci-primary-color, currentColor)' d='M297.222,335.1l69.2-144.173-28.85-13.848L268.389,321.214A64.141,64.141,0,1,0,297.222,335.1ZM256,416a32,32,0,1,1,32-32A32.036,32.036,0,0,1,256,416Z' class='ci-primary'/>"]
|
1
js/free/free-set.d.ts
vendored
@ -256,6 +256,7 @@ export declare const freeSet: {
|
||||
"cilFunctions": any[];
|
||||
"cilGamepad": any[];
|
||||
"cilGarage": any[];
|
||||
"cilGauge": any[];
|
||||
"cilGem": any[];
|
||||
"cilGif": any[];
|
||||
"cilGift": any[];
|
||||
|
2
js/free/index.d.ts
vendored
@ -256,6 +256,7 @@ export declare const freeSet: {
|
||||
"cilFunctions": any[];
|
||||
"cilGamepad": any[];
|
||||
"cilGarage": any[];
|
||||
"cilGauge": any[];
|
||||
"cilGem": any[];
|
||||
"cilGif": any[];
|
||||
"cilGift": any[];
|
||||
@ -810,6 +811,7 @@ export declare const cilFunctionsAlt: any[];
|
||||
export declare const cilFunctions: any[];
|
||||
export declare const cilGamepad: any[];
|
||||
export declare const cilGarage: any[];
|
||||
export declare const cilGauge: any[];
|
||||
export declare const cilGem: any[];
|
||||
export declare const cilGif: any[];
|
||||
export declare const cilGift: any[];
|
||||
|
@ -258,6 +258,7 @@ import { cilFunctionsAlt } from './cil-functions-alt.js'
|
||||
import { cilFunctions } from './cil-functions.js'
|
||||
import { cilGamepad } from './cil-gamepad.js'
|
||||
import { cilGarage } from './cil-garage.js'
|
||||
import { cilGauge } from './cil-gauge.js'
|
||||
import { cilGem } from './cil-gem.js'
|
||||
import { cilGif } from './cil-gif.js'
|
||||
import { cilGift } from './cil-gift.js'
|
||||
@ -811,6 +812,7 @@ export { cilFunctionsAlt }
|
||||
export { cilFunctions }
|
||||
export { cilGamepad }
|
||||
export { cilGarage }
|
||||
export { cilGauge }
|
||||
export { cilGem }
|
||||
export { cilGif }
|
||||
export { cilGift }
|
||||
|
@ -2320,6 +2320,7 @@ import { cilFunctionsAlt } from './free/cil-functions-alt.js'
|
||||
import { cilFunctions } from './free/cil-functions.js'
|
||||
import { cilGamepad } from './free/cil-gamepad.js'
|
||||
import { cilGarage } from './free/cil-garage.js'
|
||||
import { cilGauge } from './free/cil-gauge.js'
|
||||
import { cilGem } from './free/cil-gem.js'
|
||||
import { cilGif } from './free/cil-gif.js'
|
||||
import { cilGift } from './free/cil-gift.js'
|
||||
@ -2873,6 +2874,7 @@ export { cilFunctionsAlt }
|
||||
export { cilFunctions }
|
||||
export { cilGamepad }
|
||||
export { cilGarage }
|
||||
export { cilGauge }
|
||||
export { cilGem }
|
||||
export { cilGif }
|
||||
export { cilGift }
|
||||
|
@ -1,6 +1,6 @@
|
||||
/*!
|
||||
* CoreUI Icons - Brand Icons
|
||||
* @version v2.0.0-beta.4
|
||||
* @version v2.0.0-beta.5
|
||||
* @link https://coreui.io/icons/brand/
|
||||
* Copyright (c) 2020 creativeLabs Łukasz Holeczek
|
||||
* Licensed under CC0 1.0 Universal
|
||||
|
@ -1,6 +1,6 @@
|
||||
/*!
|
||||
* CoreUI Icons - Flag Icons
|
||||
* @version v2.0.0-beta.4
|
||||
* @version v2.0.0-beta.5
|
||||
* @link https://coreui.io/icons/flag/
|
||||
* Copyright (c) 2020 creativeLabs Łukasz Holeczek
|
||||
* Licensed under CC0 1.0 Universal
|
||||
|
@ -259,300 +259,301 @@ $icons: (
|
||||
"functions-alt": \eaff,
|
||||
"gamepad": \eb00,
|
||||
"garage": \eb01,
|
||||
"gem": \eb02,
|
||||
"gif": \eb03,
|
||||
"gift": \eb04,
|
||||
"globe-alt": \eb05,
|
||||
"golf": \eb06,
|
||||
"golf-alt": \eb07,
|
||||
"gradient": \eb08,
|
||||
"grain": \eb09,
|
||||
"graph": \eb0a,
|
||||
"grid": \eb0b,
|
||||
"grid-slash": \eb0c,
|
||||
"group": \eb0d,
|
||||
"hamburger-menu": \eb0e,
|
||||
"hand-point-down": \eb0f,
|
||||
"hand-point-left": \eb10,
|
||||
"hand-point-right": \eb11,
|
||||
"hand-point-up": \eb12,
|
||||
"happy": \eb13,
|
||||
"hd": \eb14,
|
||||
"hdr": \eb15,
|
||||
"header": \eb16,
|
||||
"headphones": \eb17,
|
||||
"healing": \eb18,
|
||||
"heart": \eb19,
|
||||
"highlighter": \eb1a,
|
||||
"highligt": \eb1b,
|
||||
"history": \eb1c,
|
||||
"home": \eb1d,
|
||||
"hospital": \eb1e,
|
||||
"hot-tub": \eb1f,
|
||||
"house": \eb20,
|
||||
"https": \eb21,
|
||||
"image": \eb22,
|
||||
"image-broken": \eb23,
|
||||
"image-plus": \eb24,
|
||||
"inbox": \eb25,
|
||||
"indent-decrease": \eb26,
|
||||
"indent-increase": \eb27,
|
||||
"industry": \eb28,
|
||||
"industry-slash": \eb29,
|
||||
"infinity": \eb2a,
|
||||
"info": \eb2b,
|
||||
"input": \eb2c,
|
||||
"input-hdmi": \eb2d,
|
||||
"input-power": \eb2e,
|
||||
"institution": \eb2f,
|
||||
"italic": \eb30,
|
||||
"justify-center": \eb31,
|
||||
"justify-left": \eb32,
|
||||
"justify-right": \eb33,
|
||||
"keyboard": \eb34,
|
||||
"lan": \eb35,
|
||||
"language": \eb36,
|
||||
"laptop": \eb37,
|
||||
"layers": \eb38,
|
||||
"leaf": \eb39,
|
||||
"lemon": \eb3a,
|
||||
"level-down": \eb3b,
|
||||
"level-up": \eb3c,
|
||||
"library": \eb3d,
|
||||
"library-add": \eb3e,
|
||||
"library-building": \eb3f,
|
||||
"life-ring": \eb40,
|
||||
"lightbulb": \eb41,
|
||||
"line-spacing": \eb42,
|
||||
"line-style": \eb43,
|
||||
"line-weight": \eb44,
|
||||
"link": \eb45,
|
||||
"link-alt": \eb46,
|
||||
"link-broken": \eb47,
|
||||
"list": \eb48,
|
||||
"list-filter": \eb49,
|
||||
"list-high-priority": \eb4a,
|
||||
"list-low-priority": \eb4b,
|
||||
"list-numbered": \eb4c,
|
||||
"list-numbered-rtl": \eb4d,
|
||||
"list-rich": \eb4e,
|
||||
"location-pin": \eb4f,
|
||||
"lock-locked": \eb50,
|
||||
"lock-unlocked": \eb51,
|
||||
"locomotive": \eb52,
|
||||
"loop": \eb53,
|
||||
"loop-1": \eb54,
|
||||
"loop-circular": \eb55,
|
||||
"low-vision": \eb56,
|
||||
"magnifying-glass": \eb57,
|
||||
"map": \eb58,
|
||||
"media-eject": \eb59,
|
||||
"media-pause": \eb5a,
|
||||
"media-play": \eb5b,
|
||||
"media-record": \eb5c,
|
||||
"media-skip-backward": \eb5d,
|
||||
"media-skip-forward": \eb5e,
|
||||
"media-step-backward": \eb5f,
|
||||
"media-step-forward": \eb60,
|
||||
"media-stop": \eb61,
|
||||
"medical-cross": \eb62,
|
||||
"meh": \eb63,
|
||||
"memory": \eb64,
|
||||
"menu": \eb65,
|
||||
"mic": \eb66,
|
||||
"microphone": \eb67,
|
||||
"minus": \eb68,
|
||||
"mobile": \eb69,
|
||||
"mobile-landscape": \eb6a,
|
||||
"money": \eb6b,
|
||||
"monitor": \eb6c,
|
||||
"mood-bad": \eb6d,
|
||||
"mood-good": \eb6e,
|
||||
"mood-very-bad": \eb6f,
|
||||
"mood-very-good": \eb70,
|
||||
"moon": \eb71,
|
||||
"mouse": \eb72,
|
||||
"mouth-slash": \eb73,
|
||||
"move": \eb74,
|
||||
"movie": \eb75,
|
||||
"mug": \eb76,
|
||||
"mug-tea": \eb77,
|
||||
"music-note": \eb78,
|
||||
"newspaper": \eb79,
|
||||
"note-add": \eb7a,
|
||||
"notes": \eb7b,
|
||||
"object-group": \eb7c,
|
||||
"object-ungroup": \eb7d,
|
||||
"opacity": \eb7e,
|
||||
"opentype": \eb7f,
|
||||
"options": \eb80,
|
||||
"paint": \eb81,
|
||||
"paint-bucket": \eb82,
|
||||
"paper-plane": \eb83,
|
||||
"paperclip": \eb84,
|
||||
"paragraph": \eb85,
|
||||
"paw": \eb86,
|
||||
"pen": \eb87,
|
||||
"pen-alt": \eb88,
|
||||
"pen-nib": \eb89,
|
||||
"pencil": \eb8a,
|
||||
"people": \eb8b,
|
||||
"phone": \eb8c,
|
||||
"pin": \eb8d,
|
||||
"pizza": \eb8e,
|
||||
"plant": \eb8f,
|
||||
"playlist-add": \eb90,
|
||||
"plus": \eb91,
|
||||
"pool": \eb92,
|
||||
"power-standby": \eb93,
|
||||
"pregnant": \eb94,
|
||||
"print": \eb95,
|
||||
"pushchair": \eb96,
|
||||
"puzzle": \eb97,
|
||||
"qr-code": \eb98,
|
||||
"rain": \eb99,
|
||||
"rectangle": \eb9a,
|
||||
"recycle": \eb9b,
|
||||
"reload": \eb9c,
|
||||
"report-slash": \eb9d,
|
||||
"resize-both": \eb9e,
|
||||
"resize-height": \eb9f,
|
||||
"resize-width": \eba0,
|
||||
"restaurant": \eba1,
|
||||
"room": \eba2,
|
||||
"router": \eba3,
|
||||
"rowing": \eba4,
|
||||
"rss": \eba5,
|
||||
"ruble": \eba6,
|
||||
"running": \eba7,
|
||||
"sad": \eba8,
|
||||
"satelite": \eba9,
|
||||
"save": \ebaa,
|
||||
"school": \ebab,
|
||||
"screen-desktop": \ebac,
|
||||
"screen-smartphone": \ebad,
|
||||
"scrubber": \ebae,
|
||||
"search": \ebaf,
|
||||
"send": \ebb0,
|
||||
"settings": \ebb1,
|
||||
"share": \ebb2,
|
||||
"share-all": \ebb3,
|
||||
"share-alt": \ebb4,
|
||||
"share-boxed": \ebb5,
|
||||
"shield-alt": \ebb6,
|
||||
"short-text": \ebb7,
|
||||
"shower": \ebb8,
|
||||
"sign-language": \ebb9,
|
||||
"signal-cellular-0": \ebba,
|
||||
"signal-cellular-3": \ebbb,
|
||||
"signal-cellular-4": \ebbc,
|
||||
"sim": \ebbd,
|
||||
"sitemap": \ebbe,
|
||||
"smile": \ebbf,
|
||||
"smile-plus": \ebc0,
|
||||
"smoke": \ebc1,
|
||||
"smoke-free": \ebc2,
|
||||
"smoke-slash": \ebc3,
|
||||
"smoking-room": \ebc4,
|
||||
"snowflake": \ebc5,
|
||||
"soccer": \ebc6,
|
||||
"sofa": \ebc7,
|
||||
"sort-alpha-down": \ebc8,
|
||||
"sort-alpha-up": \ebc9,
|
||||
"sort-ascending": \ebca,
|
||||
"sort-descending": \ebcb,
|
||||
"sort-numeric-down": \ebcc,
|
||||
"sort-numeric-up": \ebcd,
|
||||
"spa": \ebce,
|
||||
"space-bar": \ebcf,
|
||||
"speak": \ebd0,
|
||||
"speaker": \ebd1,
|
||||
"speech": \ebd2,
|
||||
"speedometer": \ebd3,
|
||||
"spreadsheet": \ebd4,
|
||||
"square": \ebd5,
|
||||
"star": \ebd6,
|
||||
"star-half": \ebd7,
|
||||
"storage": \ebd8,
|
||||
"stream": \ebd9,
|
||||
"strikethrough": \ebda,
|
||||
"sun": \ebdb,
|
||||
"swap-horizontal": \ebdc,
|
||||
"swap-vertical": \ebdd,
|
||||
"swimming": \ebde,
|
||||
"sync": \ebdf,
|
||||
"tablet": \ebe0,
|
||||
"tag": \ebe1,
|
||||
"tags": \ebe2,
|
||||
"task": \ebe3,
|
||||
"taxi": \ebe4,
|
||||
"tennis": \ebe5,
|
||||
"tennis-ball": \ebe6,
|
||||
"terminal": \ebe7,
|
||||
"terrain": \ebe8,
|
||||
"text": \ebe9,
|
||||
"text-shapes": \ebea,
|
||||
"text-size": \ebeb,
|
||||
"text-square": \ebec,
|
||||
"text-strike": \ebed,
|
||||
"thumb-down": \ebee,
|
||||
"thumb-up": \ebef,
|
||||
"toggle-off": \ebf0,
|
||||
"toggle-on": \ebf1,
|
||||
"toilet": \ebf2,
|
||||
"touch-app": \ebf3,
|
||||
"transfer": \ebf4,
|
||||
"translate": \ebf5,
|
||||
"trash": \ebf6,
|
||||
"triangle": \ebf7,
|
||||
"truck": \ebf8,
|
||||
"tv": \ebf9,
|
||||
"underline": \ebfa,
|
||||
"usb": \ebfb,
|
||||
"user": \ebfc,
|
||||
"user-female": \ebfd,
|
||||
"user-follow": \ebfe,
|
||||
"user-plus": \ebff,
|
||||
"user-unfollow": \ec00,
|
||||
"user-x": \ec01,
|
||||
"vector": \ec02,
|
||||
"vertical-align-bottom": \ec03,
|
||||
"vertical-align-center": \ec04,
|
||||
"vertical-align-top": \ec05,
|
||||
"video": \ec06,
|
||||
"videogame": \ec07,
|
||||
"view-column": \ec08,
|
||||
"view-module": \ec09,
|
||||
"view-quilt": \ec0a,
|
||||
"view-stream": \ec0b,
|
||||
"voice": \ec0c,
|
||||
"voice-over-record": \ec0d,
|
||||
"volume-high": \ec0e,
|
||||
"volume-low": \ec0f,
|
||||
"volume-off": \ec10,
|
||||
"walk": \ec11,
|
||||
"wallet": \ec12,
|
||||
"wallpaper": \ec13,
|
||||
"warning": \ec14,
|
||||
"watch": \ec15,
|
||||
"wc": \ec16,
|
||||
"weightlifitng": \ec17,
|
||||
"wheelchair": \ec18,
|
||||
"wifi-signal-0": \ec19,
|
||||
"wifi-signal-1": \ec1a,
|
||||
"wifi-signal-2": \ec1b,
|
||||
"wifi-signal-3": \ec1c,
|
||||
"wifi-signal-4": \ec1d,
|
||||
"wifi-signal-off": \ec1e,
|
||||
"window": \ec1f,
|
||||
"window-maximize": \ec20,
|
||||
"window-minimize": \ec21,
|
||||
"window-restore": \ec22,
|
||||
"wrap-text": \ec23,
|
||||
"x": \ec24,
|
||||
"x-circle": \ec25,
|
||||
"yen": \ec26,
|
||||
"zoom": \ec27,
|
||||
"zoom-in": \ec28,
|
||||
"zoom-out": \ec29,
|
||||
"gauge": \eb02,
|
||||
"gem": \eb03,
|
||||
"gif": \eb04,
|
||||
"gift": \eb05,
|
||||
"globe-alt": \eb06,
|
||||
"golf": \eb07,
|
||||
"golf-alt": \eb08,
|
||||
"gradient": \eb09,
|
||||
"grain": \eb0a,
|
||||
"graph": \eb0b,
|
||||
"grid": \eb0c,
|
||||
"grid-slash": \eb0d,
|
||||
"group": \eb0e,
|
||||
"hamburger-menu": \eb0f,
|
||||
"hand-point-down": \eb10,
|
||||
"hand-point-left": \eb11,
|
||||
"hand-point-right": \eb12,
|
||||
"hand-point-up": \eb13,
|
||||
"happy": \eb14,
|
||||
"hd": \eb15,
|
||||
"hdr": \eb16,
|
||||
"header": \eb17,
|
||||
"headphones": \eb18,
|
||||
"healing": \eb19,
|
||||
"heart": \eb1a,
|
||||
"highlighter": \eb1b,
|
||||
"highligt": \eb1c,
|
||||
"history": \eb1d,
|
||||
"home": \eb1e,
|
||||
"hospital": \eb1f,
|
||||
"hot-tub": \eb20,
|
||||
"house": \eb21,
|
||||
"https": \eb22,
|
||||
"image": \eb23,
|
||||
"image-broken": \eb24,
|
||||
"image-plus": \eb25,
|
||||
"inbox": \eb26,
|
||||
"indent-decrease": \eb27,
|
||||
"indent-increase": \eb28,
|
||||
"industry": \eb29,
|
||||
"industry-slash": \eb2a,
|
||||
"infinity": \eb2b,
|
||||
"info": \eb2c,
|
||||
"input": \eb2d,
|
||||
"input-hdmi": \eb2e,
|
||||
"input-power": \eb2f,
|
||||
"institution": \eb30,
|
||||
"italic": \eb31,
|
||||
"justify-center": \eb32,
|
||||
"justify-left": \eb33,
|
||||
"justify-right": \eb34,
|
||||
"keyboard": \eb35,
|
||||
"lan": \eb36,
|
||||
"language": \eb37,
|
||||
"laptop": \eb38,
|
||||
"layers": \eb39,
|
||||
"leaf": \eb3a,
|
||||
"lemon": \eb3b,
|
||||
"level-down": \eb3c,
|
||||
"level-up": \eb3d,
|
||||
"library": \eb3e,
|
||||
"library-add": \eb3f,
|
||||
"library-building": \eb40,
|
||||
"life-ring": \eb41,
|
||||
"lightbulb": \eb42,
|
||||
"line-spacing": \eb43,
|
||||
"line-style": \eb44,
|
||||
"line-weight": \eb45,
|
||||
"link": \eb46,
|
||||
"link-alt": \eb47,
|
||||
"link-broken": \eb48,
|
||||
"list": \eb49,
|
||||
"list-filter": \eb4a,
|
||||
"list-high-priority": \eb4b,
|
||||
"list-low-priority": \eb4c,
|
||||
"list-numbered": \eb4d,
|
||||
"list-numbered-rtl": \eb4e,
|
||||
"list-rich": \eb4f,
|
||||
"location-pin": \eb50,
|
||||
"lock-locked": \eb51,
|
||||
"lock-unlocked": \eb52,
|
||||
"locomotive": \eb53,
|
||||
"loop": \eb54,
|
||||
"loop-1": \eb55,
|
||||
"loop-circular": \eb56,
|
||||
"low-vision": \eb57,
|
||||
"magnifying-glass": \eb58,
|
||||
"map": \eb59,
|
||||
"media-eject": \eb5a,
|
||||
"media-pause": \eb5b,
|
||||
"media-play": \eb5c,
|
||||
"media-record": \eb5d,
|
||||
"media-skip-backward": \eb5e,
|
||||
"media-skip-forward": \eb5f,
|
||||
"media-step-backward": \eb60,
|
||||
"media-step-forward": \eb61,
|
||||
"media-stop": \eb62,
|
||||
"medical-cross": \eb63,
|
||||
"meh": \eb64,
|
||||
"memory": \eb65,
|
||||
"menu": \eb66,
|
||||
"mic": \eb67,
|
||||
"microphone": \eb68,
|
||||
"minus": \eb69,
|
||||
"mobile": \eb6a,
|
||||
"mobile-landscape": \eb6b,
|
||||
"money": \eb6c,
|
||||
"monitor": \eb6d,
|
||||
"mood-bad": \eb6e,
|
||||
"mood-good": \eb6f,
|
||||
"mood-very-bad": \eb70,
|
||||
"mood-very-good": \eb71,
|
||||
"moon": \eb72,
|
||||
"mouse": \eb73,
|
||||
"mouth-slash": \eb74,
|
||||
"move": \eb75,
|
||||
"movie": \eb76,
|
||||
"mug": \eb77,
|
||||
"mug-tea": \eb78,
|
||||
"music-note": \eb79,
|
||||
"newspaper": \eb7a,
|
||||
"note-add": \eb7b,
|
||||
"notes": \eb7c,
|
||||
"object-group": \eb7d,
|
||||
"object-ungroup": \eb7e,
|
||||
"opacity": \eb7f,
|
||||
"opentype": \eb80,
|
||||
"options": \eb81,
|
||||
"paint": \eb82,
|
||||
"paint-bucket": \eb83,
|
||||
"paper-plane": \eb84,
|
||||
"paperclip": \eb85,
|
||||
"paragraph": \eb86,
|
||||
"paw": \eb87,
|
||||
"pen": \eb88,
|
||||
"pen-alt": \eb89,
|
||||
"pen-nib": \eb8a,
|
||||
"pencil": \eb8b,
|
||||
"people": \eb8c,
|
||||
"phone": \eb8d,
|
||||
"pin": \eb8e,
|
||||
"pizza": \eb8f,
|
||||
"plant": \eb90,
|
||||
"playlist-add": \eb91,
|
||||
"plus": \eb92,
|
||||
"pool": \eb93,
|
||||
"power-standby": \eb94,
|
||||
"pregnant": \eb95,
|
||||
"print": \eb96,
|
||||
"pushchair": \eb97,
|
||||
"puzzle": \eb98,
|
||||
"qr-code": \eb99,
|
||||
"rain": \eb9a,
|
||||
"rectangle": \eb9b,
|
||||
"recycle": \eb9c,
|
||||
"reload": \eb9d,
|
||||
"report-slash": \eb9e,
|
||||
"resize-both": \eb9f,
|
||||
"resize-height": \eba0,
|
||||
"resize-width": \eba1,
|
||||
"restaurant": \eba2,
|
||||
"room": \eba3,
|
||||
"router": \eba4,
|
||||
"rowing": \eba5,
|
||||
"rss": \eba6,
|
||||
"ruble": \eba7,
|
||||
"running": \eba8,
|
||||
"sad": \eba9,
|
||||
"satelite": \ebaa,
|
||||
"save": \ebab,
|
||||
"school": \ebac,
|
||||
"screen-desktop": \ebad,
|
||||
"screen-smartphone": \ebae,
|
||||
"scrubber": \ebaf,
|
||||
"search": \ebb0,
|
||||
"send": \ebb1,
|
||||
"settings": \ebb2,
|
||||
"share": \ebb3,
|
||||
"share-all": \ebb4,
|
||||
"share-alt": \ebb5,
|
||||
"share-boxed": \ebb6,
|
||||
"shield-alt": \ebb7,
|
||||
"short-text": \ebb8,
|
||||
"shower": \ebb9,
|
||||
"sign-language": \ebba,
|
||||
"signal-cellular-0": \ebbb,
|
||||
"signal-cellular-3": \ebbc,
|
||||
"signal-cellular-4": \ebbd,
|
||||
"sim": \ebbe,
|
||||
"sitemap": \ebbf,
|
||||
"smile": \ebc0,
|
||||
"smile-plus": \ebc1,
|
||||
"smoke": \ebc2,
|
||||
"smoke-free": \ebc3,
|
||||
"smoke-slash": \ebc4,
|
||||
"smoking-room": \ebc5,
|
||||
"snowflake": \ebc6,
|
||||
"soccer": \ebc7,
|
||||
"sofa": \ebc8,
|
||||
"sort-alpha-down": \ebc9,
|
||||
"sort-alpha-up": \ebca,
|
||||
"sort-ascending": \ebcb,
|
||||
"sort-descending": \ebcc,
|
||||
"sort-numeric-down": \ebcd,
|
||||
"sort-numeric-up": \ebce,
|
||||
"spa": \ebcf,
|
||||
"space-bar": \ebd0,
|
||||
"speak": \ebd1,
|
||||
"speaker": \ebd2,
|
||||
"speech": \ebd3,
|
||||
"speedometer": \ebd4,
|
||||
"spreadsheet": \ebd5,
|
||||
"square": \ebd6,
|
||||
"star": \ebd7,
|
||||
"star-half": \ebd8,
|
||||
"storage": \ebd9,
|
||||
"stream": \ebda,
|
||||
"strikethrough": \ebdb,
|
||||
"sun": \ebdc,
|
||||
"swap-horizontal": \ebdd,
|
||||
"swap-vertical": \ebde,
|
||||
"swimming": \ebdf,
|
||||
"sync": \ebe0,
|
||||
"tablet": \ebe1,
|
||||
"tag": \ebe2,
|
||||
"tags": \ebe3,
|
||||
"task": \ebe4,
|
||||
"taxi": \ebe5,
|
||||
"tennis": \ebe6,
|
||||
"tennis-ball": \ebe7,
|
||||
"terminal": \ebe8,
|
||||
"terrain": \ebe9,
|
||||
"text": \ebea,
|
||||
"text-shapes": \ebeb,
|
||||
"text-size": \ebec,
|
||||
"text-square": \ebed,
|
||||
"text-strike": \ebee,
|
||||
"thumb-down": \ebef,
|
||||
"thumb-up": \ebf0,
|
||||
"toggle-off": \ebf1,
|
||||
"toggle-on": \ebf2,
|
||||
"toilet": \ebf3,
|
||||
"touch-app": \ebf4,
|
||||
"transfer": \ebf5,
|
||||
"translate": \ebf6,
|
||||
"trash": \ebf7,
|
||||
"triangle": \ebf8,
|
||||
"truck": \ebf9,
|
||||
"tv": \ebfa,
|
||||
"underline": \ebfb,
|
||||
"usb": \ebfc,
|
||||
"user": \ebfd,
|
||||
"user-female": \ebfe,
|
||||
"user-follow": \ebff,
|
||||
"user-plus": \ec00,
|
||||
"user-unfollow": \ec01,
|
||||
"user-x": \ec02,
|
||||
"vector": \ec03,
|
||||
"vertical-align-bottom": \ec04,
|
||||
"vertical-align-center": \ec05,
|
||||
"vertical-align-top": \ec06,
|
||||
"video": \ec07,
|
||||
"videogame": \ec08,
|
||||
"view-column": \ec09,
|
||||
"view-module": \ec0a,
|
||||
"view-quilt": \ec0b,
|
||||
"view-stream": \ec0c,
|
||||
"voice": \ec0d,
|
||||
"voice-over-record": \ec0e,
|
||||
"volume-high": \ec0f,
|
||||
"volume-low": \ec10,
|
||||
"volume-off": \ec11,
|
||||
"walk": \ec12,
|
||||
"wallet": \ec13,
|
||||
"wallpaper": \ec14,
|
||||
"warning": \ec15,
|
||||
"watch": \ec16,
|
||||
"wc": \ec17,
|
||||
"weightlifitng": \ec18,
|
||||
"wheelchair": \ec19,
|
||||
"wifi-signal-0": \ec1a,
|
||||
"wifi-signal-1": \ec1b,
|
||||
"wifi-signal-2": \ec1c,
|
||||
"wifi-signal-3": \ec1d,
|
||||
"wifi-signal-4": \ec1e,
|
||||
"wifi-signal-off": \ec1f,
|
||||
"window": \ec20,
|
||||
"window-maximize": \ec21,
|
||||
"window-minimize": \ec22,
|
||||
"window-restore": \ec23,
|
||||
"wrap-text": \ec24,
|
||||
"x": \ec25,
|
||||
"x-circle": \ec26,
|
||||
"yen": \ec27,
|
||||
"zoom": \ec28,
|
||||
"zoom-in": \ec29,
|
||||
"zoom-out": \ec2a,
|
||||
) !default;
|
@ -1,6 +1,6 @@
|
||||
/*!
|
||||
* CoreUI Icons Free Open Source Icons
|
||||
* @version v2.0.0-beta.4
|
||||
* @version v2.0.0-beta.5
|
||||
* @link https://coreui.io/icons
|
||||
* Copyright (c) 2020 creativeLabs Łukasz Holeczek
|
||||
* Licensed under MIT (https://coreui.io/icons/license)
|
||||
|
@ -121,7 +121,7 @@
|
||||
<path fill='var(--ci-primary-color, currentColor)' d='M56,297.365V336H176V496H336V336H456V297.374l-199.8-200ZM304,304V464H208V304H94.639l161.535-161.37L417.384,304Z' class='ci-primary'/><rect width='400' height='32' x='56' y='16.002' fill='var(--ci-primary-color, currentColor)' class='ci-primary'/>
|
||||
</symbol>
|
||||
<symbol id="cil-arrow-thick-top" viewBox="0 0 512 512">
|
||||
<path fill='var(--ci-primary-color, currentColor)' d='M352.063,496h-192V295.993L16.047,296l.037-38.688L256.318,17.364,496,257.7v38.278l-143.937.006Zm-160-32h128V263.984l137.006-.006L256.274,62.636,54.672,264l137.391-.008Z' class='ci-primary'/>
|
||||
<path fill='var(--ci-primary-color, currentColor)' d='M352.062,496h-192V295.993L16.047,296l.037-38.688L256.318,17.364,496,257.7v38.278l-143.938.006Zm-160-32h128V263.984l137.007-.006L256.274,62.636,54.672,264l137.39-.008Z' class='ci-primary'/>
|
||||
</symbol>
|
||||
<symbol id="cil-arrow-top" viewBox="0 0 512 512">
|
||||
<polygon fill='var(--ci-primary-color, currentColor)' points='390.624 150.625 256 16 121.376 150.625 144.004 173.252 240.001 77.254 240.001 495.236 272.001 495.236 272.001 77.257 367.996 173.252 390.624 150.625' class='ci-primary'/>
|
||||
@ -771,6 +771,9 @@
|
||||
<symbol id="cil-garage" viewBox="0 0 512 512">
|
||||
<path fill='var(--ci-primary-color, currentColor)' d='M448,255.454h-.511L407.067,164.5A48.044,48.044,0,0,0,363.2,136H148.8a48.043,48.043,0,0,0-43.863,28.5L64.511,255.454H64a32.036,32.036,0,0,0-32,32v112a32.036,32.036,0,0,0,32,32V472a24.028,24.028,0,0,0,24,24h56a24.028,24.028,0,0,0,24-24V431.454H344V472a24.028,24.028,0,0,0,24,24h56a24.028,24.028,0,0,0,24-24V431.454a32.036,32.036,0,0,0,32-32v-112A32.036,32.036,0,0,0,448,255.454ZM134.175,177.5A16.013,16.013,0,0,1,148.8,168H363.2a16.014,16.014,0,0,1,14.621,9.5l34.646,77.953H99.529ZM136,464H96V431.454h40Zm280,0H376V431.454h40Zm32-64.546H64v-112H448Z' class='ci-primary'/><rect width='80' height='32' x='96' y='328' fill='var(--ci-primary-color, currentColor)' class='ci-primary'/><rect width='80' height='32' x='336' y='328' fill='var(--ci-primary-color, currentColor)' class='ci-primary'/><polygon fill='var(--ci-primary-color, currentColor)' points='256 14.758 16 111.121 16 145.604 256 49.242 496 145.604 496 111.121 256 14.758' class='ci-primary'/>
|
||||
</symbol>
|
||||
<symbol id="cil-gauge" viewBox="0 0 512 512">
|
||||
<path fill='var(--ci-primary-color, currentColor)' d='M425.706,142.294A240,240,0,0,0,16,312v88H160V368H48V312c0-114.691,93.309-208,208-208s208,93.309,208,208v56H352v32H496V312A238.432,238.432,0,0,0,425.706,142.294Z' class='ci-primary'/><rect width='32' height='32' x='80' y='264' fill='var(--ci-primary-color, currentColor)' class='ci-primary'/><rect width='32' height='32' x='240' y='128' fill='var(--ci-primary-color, currentColor)' class='ci-primary'/><rect width='32' height='32' x='136' y='168' fill='var(--ci-primary-color, currentColor)' class='ci-primary'/><rect width='32' height='32' x='400' y='264' fill='var(--ci-primary-color, currentColor)' class='ci-primary'/><path fill='var(--ci-primary-color, currentColor)' d='M297.222,335.1l69.2-144.173-28.85-13.848L268.389,321.214A64.141,64.141,0,1,0,297.222,335.1ZM256,416a32,32,0,1,1,32-32A32.036,32.036,0,0,1,256,416Z' class='ci-primary'/>
|
||||
</symbol>
|
||||
<symbol id="cil-gem" viewBox="0 0 512 512">
|
||||
<path fill='var(--ci-primary-color, currentColor)' d='M408.563,48H103.438L16,179.156v24.786L199.421,480H312.579L496,203.942V179.156ZM391.438,80l63.407,95.111H347.739L317.808,80Zm-163.7,0h56.524l29.93,95.111H197.808ZM120.563,80h73.629l-29.931,95.111H57.155Zm96.016,368L56.525,207.111H163.318L219.813,448Zm36.1,0L196.187,207.111H315.813L259.318,448Zm42.739,0h-3.234l56.5-240.889H455.475Z' class='ci-primary'/>
|
||||
</symbol>
|
||||
|
Before Width: | Height: | Size: 408 KiB After Width: | Height: | Size: 408 KiB |
0
svg/free/cil-3d.svg
Executable file → Normal file
Before Width: | Height: | Size: 573 B After Width: | Height: | Size: 573 B |
0
svg/free/cil-4k.svg
Executable file → Normal file
Before Width: | Height: | Size: 747 B After Width: | Height: | Size: 747 B |
0
svg/free/cil-account-logout.svg
Executable file → Normal file
Before Width: | Height: | Size: 581 B After Width: | Height: | Size: 581 B |
0
svg/free/cil-action-redo.svg
Executable file → Normal file
Before Width: | Height: | Size: 564 B After Width: | Height: | Size: 564 B |
0
svg/free/cil-action-undo.svg
Executable file → Normal file
Before Width: | Height: | Size: 663 B After Width: | Height: | Size: 663 B |
0
svg/free/cil-address-book.svg
Executable file → Normal file
Before Width: | Height: | Size: 939 B After Width: | Height: | Size: 939 B |
0
svg/free/cil-airplane-mode-off.svg
Executable file → Normal file
Before Width: | Height: | Size: 849 B After Width: | Height: | Size: 849 B |
0
svg/free/cil-airplane-mode.svg
Executable file → Normal file
Before Width: | Height: | Size: 667 B After Width: | Height: | Size: 667 B |
0
svg/free/cil-airplay.svg
Executable file → Normal file
Before Width: | Height: | Size: 473 B After Width: | Height: | Size: 473 B |
0
svg/free/cil-alarm.svg
Executable file → Normal file
Before Width: | Height: | Size: 810 B After Width: | Height: | Size: 810 B |
0
svg/free/cil-album.svg
Executable file → Normal file
Before Width: | Height: | Size: 831 B After Width: | Height: | Size: 831 B |
0
svg/free/cil-align-center.svg
Executable file → Normal file
Before Width: | Height: | Size: 634 B After Width: | Height: | Size: 634 B |
0
svg/free/cil-align-left.svg
Executable file → Normal file
Before Width: | Height: | Size: 634 B After Width: | Height: | Size: 634 B |
0
svg/free/cil-align-right.svg
Executable file → Normal file
Before Width: | Height: | Size: 636 B After Width: | Height: | Size: 636 B |
0
svg/free/cil-american-football.svg
Executable file → Normal file
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1.5 KiB |
0
svg/free/cil-animal.svg
Executable file → Normal file
Before Width: | Height: | Size: 3.0 KiB After Width: | Height: | Size: 3.0 KiB |
0
svg/free/cil-aperture.svg
Executable file → Normal file
Before Width: | Height: | Size: 793 B After Width: | Height: | Size: 793 B |
0
svg/free/cil-apple.svg
Executable file → Normal file
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.3 KiB |
0
svg/free/cil-applications-settings.svg
Executable file → Normal file
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 1.7 KiB |
0
svg/free/cil-applications.svg
Executable file → Normal file
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 1.7 KiB |
0
svg/free/cil-apps-settings.svg
Executable file → Normal file
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 1.7 KiB |
0
svg/free/cil-apps.svg
Executable file → Normal file
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 1.7 KiB |
0
svg/free/cil-arrow-bottom.svg
Executable file → Normal file
Before Width: | Height: | Size: 303 B After Width: | Height: | Size: 303 B |
0
svg/free/cil-arrow-circle-bottom.svg
Executable file → Normal file
Before Width: | Height: | Size: 573 B After Width: | Height: | Size: 573 B |
0
svg/free/cil-arrow-circle-left.svg
Executable file → Normal file
Before Width: | Height: | Size: 580 B After Width: | Height: | Size: 580 B |
0
svg/free/cil-arrow-circle-right.svg
Executable file → Normal file
Before Width: | Height: | Size: 592 B After Width: | Height: | Size: 592 B |
0
svg/free/cil-arrow-circle-top.svg
Executable file → Normal file
Before Width: | Height: | Size: 553 B After Width: | Height: | Size: 553 B |
0
svg/free/cil-arrow-left.svg
Executable file → Normal file
Before Width: | Height: | Size: 306 B After Width: | Height: | Size: 306 B |
0
svg/free/cil-arrow-right.svg
Executable file → Normal file
Before Width: | Height: | Size: 323 B After Width: | Height: | Size: 323 B |
0
svg/free/cil-arrow-thick-bottom.svg
Executable file → Normal file
Before Width: | Height: | Size: 307 B After Width: | Height: | Size: 307 B |
0
svg/free/cil-arrow-thick-from-bottom.svg
Executable file → Normal file
Before Width: | Height: | Size: 382 B After Width: | Height: | Size: 382 B |
0
svg/free/cil-arrow-thick-from-left.svg
Executable file → Normal file
Before Width: | Height: | Size: 375 B After Width: | Height: | Size: 375 B |
0
svg/free/cil-arrow-thick-from-right.svg
Executable file → Normal file
Before Width: | Height: | Size: 386 B After Width: | Height: | Size: 386 B |
0
svg/free/cil-arrow-thick-from-top.svg
Executable file → Normal file
Before Width: | Height: | Size: 386 B After Width: | Height: | Size: 386 B |
0
svg/free/cil-arrow-thick-left.svg
Executable file → Normal file
Before Width: | Height: | Size: 319 B After Width: | Height: | Size: 319 B |
0
svg/free/cil-arrow-thick-right.svg
Executable file → Normal file
Before Width: | Height: | Size: 310 B After Width: | Height: | Size: 310 B |
0
svg/free/cil-arrow-thick-to-bottom.svg
Executable file → Normal file
Before Width: | Height: | Size: 380 B After Width: | Height: | Size: 380 B |
0
svg/free/cil-arrow-thick-to-left.svg
Executable file → Normal file
Before Width: | Height: | Size: 376 B After Width: | Height: | Size: 376 B |
0
svg/free/cil-arrow-thick-to-right.svg
Executable file → Normal file
Before Width: | Height: | Size: 371 B After Width: | Height: | Size: 371 B |
0
svg/free/cil-arrow-thick-to-top.svg
Executable file → Normal file
Before Width: | Height: | Size: 375 B After Width: | Height: | Size: 375 B |
2
svg/free/cil-arrow-thick-top.svg
Executable file → Normal file
@ -1,3 +1,3 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">
|
||||
<path fill="var(--ci-primary-color, currentColor)" d="M352.063,496h-192V295.993L16.047,296l.037-38.688L256.318,17.364,496,257.7v38.278l-143.937.006Zm-160-32h128V263.984l137.006-.006L256.274,62.636,54.672,264l137.391-.008Z" class="ci-primary"/>
|
||||
<path fill="var(--ci-primary-color, currentColor)" d="M352.062,496h-192V295.993L16.047,296l.037-38.688L256.318,17.364,496,257.7v38.278l-143.938.006Zm-160-32h128V263.984l137.007-.006L256.274,62.636,54.672,264l137.39-.008Z" class="ci-primary"/>
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 316 B After Width: | Height: | Size: 315 B |
0
svg/free/cil-arrow-top.svg
Executable file → Normal file
Before Width: | Height: | Size: 305 B After Width: | Height: | Size: 305 B |
0
svg/free/cil-assistive-listening-system.svg
Executable file → Normal file
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1.5 KiB |
0
svg/free/cil-asterisk-circle.svg
Executable file → Normal file
Before Width: | Height: | Size: 783 B After Width: | Height: | Size: 783 B |
0
svg/free/cil-asterisk.svg
Executable file → Normal file
Before Width: | Height: | Size: 424 B After Width: | Height: | Size: 424 B |
0
svg/free/cil-at.svg
Executable file → Normal file
Before Width: | Height: | Size: 655 B After Width: | Height: | Size: 655 B |
0
svg/free/cil-audio-description.svg
Executable file → Normal file
Before Width: | Height: | Size: 744 B After Width: | Height: | Size: 744 B |
0
svg/free/cil-audio-spectrum.svg
Executable file → Normal file
Before Width: | Height: | Size: 749 B After Width: | Height: | Size: 749 B |
0
svg/free/cil-audio.svg
Executable file → Normal file
Before Width: | Height: | Size: 1.0 KiB After Width: | Height: | Size: 1.0 KiB |
0
svg/free/cil-av-timer.svg
Executable file → Normal file
Before Width: | Height: | Size: 753 B After Width: | Height: | Size: 753 B |
0
svg/free/cil-baby-carriage.svg
Executable file → Normal file
Before Width: | Height: | Size: 693 B After Width: | Height: | Size: 693 B |
0
svg/free/cil-baby.svg
Executable file → Normal file
Before Width: | Height: | Size: 994 B After Width: | Height: | Size: 994 B |
0
svg/free/cil-backspace.svg
Executable file → Normal file
Before Width: | Height: | Size: 650 B After Width: | Height: | Size: 650 B |
0
svg/free/cil-badge.svg
Executable file → Normal file
Before Width: | Height: | Size: 1.0 KiB After Width: | Height: | Size: 1.0 KiB |
0
svg/free/cil-balance-scale.svg
Executable file → Normal file
Before Width: | Height: | Size: 1.0 KiB After Width: | Height: | Size: 1.0 KiB |
0
svg/free/cil-ban.svg
Executable file → Normal file
Before Width: | Height: | Size: 451 B After Width: | Height: | Size: 451 B |
0
svg/free/cil-bank.svg
Executable file → Normal file
Before Width: | Height: | Size: 1.0 KiB After Width: | Height: | Size: 1.0 KiB |
0
svg/free/cil-bar-chart.svg
Executable file → Normal file
Before Width: | Height: | Size: 655 B After Width: | Height: | Size: 655 B |
0
svg/free/cil-barcode.svg
Executable file → Normal file
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.2 KiB |
0
svg/free/cil-baseball.svg
Executable file → Normal file
Before Width: | Height: | Size: 942 B After Width: | Height: | Size: 942 B |
0
svg/free/cil-basket.svg
Executable file → Normal file
Before Width: | Height: | Size: 802 B After Width: | Height: | Size: 802 B |
0
svg/free/cil-basketball.svg
Executable file → Normal file
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.2 KiB |
0
svg/free/cil-bath.svg
Executable file → Normal file
Before Width: | Height: | Size: 901 B After Width: | Height: | Size: 901 B |
0
svg/free/cil-bathroom.svg
Executable file → Normal file
Before Width: | Height: | Size: 901 B After Width: | Height: | Size: 901 B |
0
svg/free/cil-battery-0.svg
Executable file → Normal file
Before Width: | Height: | Size: 352 B After Width: | Height: | Size: 352 B |
0
svg/free/cil-battery-3.svg
Executable file → Normal file
Before Width: | Height: | Size: 685 B After Width: | Height: | Size: 685 B |
0
svg/free/cil-battery-5.svg
Executable file → Normal file
Before Width: | Height: | Size: 913 B After Width: | Height: | Size: 913 B |
0
svg/free/cil-battery-alert.svg
Executable file → Normal file
Before Width: | Height: | Size: 633 B After Width: | Height: | Size: 633 B |
0
svg/free/cil-battery-empty.svg
Executable file → Normal file
Before Width: | Height: | Size: 352 B After Width: | Height: | Size: 352 B |
0
svg/free/cil-battery-full.svg
Executable file → Normal file
Before Width: | Height: | Size: 913 B After Width: | Height: | Size: 913 B |
0
svg/free/cil-battery-slash.svg
Executable file → Normal file
Before Width: | Height: | Size: 504 B After Width: | Height: | Size: 504 B |
0
svg/free/cil-beach-access.svg
Executable file → Normal file
Before Width: | Height: | Size: 833 B After Width: | Height: | Size: 833 B |
0
svg/free/cil-beaker.svg
Executable file → Normal file
Before Width: | Height: | Size: 546 B After Width: | Height: | Size: 546 B |
0
svg/free/cil-bed.svg
Executable file → Normal file
Before Width: | Height: | Size: 424 B After Width: | Height: | Size: 424 B |
0
svg/free/cil-bell-exclamation.svg
Executable file → Normal file
Before Width: | Height: | Size: 742 B After Width: | Height: | Size: 742 B |
0
svg/free/cil-bell.svg
Executable file → Normal file
Before Width: | Height: | Size: 522 B After Width: | Height: | Size: 522 B |
0
svg/free/cil-bike.svg
Executable file → Normal file
Before Width: | Height: | Size: 864 B After Width: | Height: | Size: 864 B |
0
svg/free/cil-birthday-cake.svg
Executable file → Normal file
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.2 KiB |
0
svg/free/cil-blind.svg
Executable file → Normal file
Before Width: | Height: | Size: 714 B After Width: | Height: | Size: 714 B |
0
svg/free/cil-bluetooth.svg
Executable file → Normal file
Before Width: | Height: | Size: 332 B After Width: | Height: | Size: 332 B |
0
svg/free/cil-blur-circular.svg
Executable file → Normal file
Before Width: | Height: | Size: 2.4 KiB After Width: | Height: | Size: 2.4 KiB |
0
svg/free/cil-blur-linear.svg
Executable file → Normal file
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1.5 KiB |