fix(core): update
This commit is contained in:
parent
7d98ac8f38
commit
bea2047092
@ -3,6 +3,6 @@
|
|||||||
*/
|
*/
|
||||||
export const commitinfo = {
|
export const commitinfo = {
|
||||||
name: '@design.estate/dees-catalog',
|
name: '@design.estate/dees-catalog',
|
||||||
version: '1.0.220',
|
version: '1.0.221',
|
||||||
description: 'website for lossless.com'
|
description: 'website for lossless.com'
|
||||||
}
|
}
|
||||||
|
@ -48,19 +48,24 @@ import {
|
|||||||
faDesktop as faDesktopSolid,
|
faDesktop as faDesktopSolid,
|
||||||
faEye as faEyeSolid,
|
faEye as faEyeSolid,
|
||||||
faEyeSlash as faEyeSlashSolid,
|
faEyeSlash as faEyeSlashSolid,
|
||||||
|
faFileInvoice as faFileInvoiceSolid,
|
||||||
|
faFileInvoiceDollar as faFileInvoiceDollarSolid,
|
||||||
faGrip as faGripSolid,
|
faGrip as faGripSolid,
|
||||||
faMessage as faMessageSolid,
|
faMessage as faMessageSolid,
|
||||||
|
faMoneyCheckDollar as faMoneyCheckDollarSolid,
|
||||||
faMugHot as faMugHotSolid,
|
faMugHot as faMugHotSolid,
|
||||||
faMinus as faMinusSolid,
|
faMinus as faMinusSolid,
|
||||||
faPaste as faPasteSolid,
|
faPaste as faPasteSolid,
|
||||||
faPenToSquare as faPenToSquareSolid,
|
faPenToSquare as faPenToSquareSolid,
|
||||||
faPlus as faPlusSolid,
|
faPlus as faPlusSolid,
|
||||||
|
faReceipt as faReceiptSolid,
|
||||||
faRss as faRssSolid,
|
faRss as faRssSolid,
|
||||||
faUsers as faUsersSolid,
|
faUsers as faUsersSolid,
|
||||||
faShare as faShareSolid,
|
faShare as faShareSolid,
|
||||||
faSun as faSunSolid,
|
faSun as faSunSolid,
|
||||||
faTrash as faTrashSolid,
|
faTrash as faTrashSolid,
|
||||||
faTrashCan as faTrashCanSolid,
|
faTrashCan as faTrashCanSolid,
|
||||||
|
faWallet as faWalletSolid,
|
||||||
faXmark as faXmarkSolid,
|
faXmark as faXmarkSolid,
|
||||||
} from '@fortawesome/free-solid-svg-icons';
|
} from '@fortawesome/free-solid-svg-icons';
|
||||||
import { demoFunc } from './dees-icon.demo.js';
|
import { demoFunc } from './dees-icon.demo.js';
|
||||||
@ -86,15 +91,19 @@ export const faIcons = {
|
|||||||
desktop: faDesktopSolid,
|
desktop: faDesktopSolid,
|
||||||
eye: faEyeSolid,
|
eye: faEyeSolid,
|
||||||
eyeSlash: faEyeSlashSolid,
|
eyeSlash: faEyeSlashSolid,
|
||||||
|
fileInvoice: faFileInvoiceSolid,
|
||||||
|
fileInvoiceDoller: faFileInvoiceDollarSolid,
|
||||||
grip: faGripSolid,
|
grip: faGripSolid,
|
||||||
message: faMessageRegular,
|
message: faMessageRegular,
|
||||||
messageSolid: faMessageSolid,
|
messageSolid: faMessageSolid,
|
||||||
|
moneyCheckDollar: faMoneyCheckDollarSolid,
|
||||||
mugHot: faMugHotSolid,
|
mugHot: faMugHotSolid,
|
||||||
minus: faMinusSolid,
|
minus: faMinusSolid,
|
||||||
paste: faPasteRegular,
|
paste: faPasteRegular,
|
||||||
pasteSolid: faPasteSolid,
|
pasteSolid: faPasteSolid,
|
||||||
penToSquare: faPenToSquareSolid,
|
penToSquare: faPenToSquareSolid,
|
||||||
plus: faPlusSolid,
|
plus: faPlusSolid,
|
||||||
|
receipt: faReceiptSolid,
|
||||||
rss: faRssSolid,
|
rss: faRssSolid,
|
||||||
share: faShareSolid,
|
share: faShareSolid,
|
||||||
sun: faSunRegular,
|
sun: faSunRegular,
|
||||||
@ -104,6 +113,7 @@ export const faIcons = {
|
|||||||
trashCan: faTrashCanRegular,
|
trashCan: faTrashCanRegular,
|
||||||
trashCanSolid: faTrashCanSolid,
|
trashCanSolid: faTrashCanSolid,
|
||||||
users: faUsersSolid,
|
users: faUsersSolid,
|
||||||
|
wallet: faWalletSolid,
|
||||||
xmark: faXmarkSolid,
|
xmark: faXmarkSolid,
|
||||||
// brands
|
// brands
|
||||||
facebook: faFacebook,
|
facebook: faFacebook,
|
||||||
|
Loading…
Reference in New Issue
Block a user