From 3e7bed3029810783a98f60c5d710225e2f407bd3 Mon Sep 17 00:00:00 2001 From: Mario Arita Date: Sun, 28 Jul 2024 23:27:06 -0600 Subject: [PATCH] v1.0.6 --- dist/solid/index.d.ts | 20 ++++++++++---------- package.json | 2 +- src/solid/index.ts | 20 ++++++++++---------- 3 files changed, 21 insertions(+), 21 deletions(-) diff --git a/dist/solid/index.d.ts b/dist/solid/index.d.ts index 7535b35..0dea21a 100644 --- a/dist/solid/index.d.ts +++ b/dist/solid/index.d.ts @@ -1,10 +1,10 @@ -export { BuildingOfficeIcon } from './BuildingOfficeIcon'; -export { CheckCircleIcon } from './CheckCircleIcon'; -export { DevicePhoneMobileIcon } from './DevicePhoneMobileIcon'; -export { DocumentMinusIcon } from './DocumentMinusIcon'; -export { DocumentPlusIcon } from './DocumentPlusIcon'; -export { EnvelopeIcon } from './EnvelopeIcon'; -export { GlobeAltIcon } from './GlobeAltIcon'; -export { PencilSquareIcon } from './PencilSquareIcon'; -export { PhoneIcon } from './PhoneIcon'; -export { PrinterIcon } from './PrinterIcon'; +export { BuildingOfficeIcon } from "./BuildingOfficeIcon"; +export { CheckCircleIcon } from "./CheckCircleIcon"; +export { DevicePhoneMobileIcon } from "./DevicePhoneMobileIcon"; +export { DocumentMinusIcon } from "./DocumentMinusIcon"; +export { DocumentPlusIcon } from "./DocumentPlusIcon"; +export { EnvelopeIcon } from "./EnvelopeIcon"; +export { GlobeAltIcon } from "./GlobeAltIcon"; +export { PencilSquareIcon } from "./PencilSquareIcon"; +export { PhoneIcon } from "./PhoneIcon"; +export { PrinterIcon } from "./PrinterIcon"; diff --git a/package.json b/package.json index 66f8120..b85e6ce 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "via-icons", - "version": "1.0.5", + "version": "1.0.6", "description": "", "type": "module", "sideEffects": false, diff --git a/src/solid/index.ts b/src/solid/index.ts index df9447b..0dea21a 100644 --- a/src/solid/index.ts +++ b/src/solid/index.ts @@ -1,10 +1,10 @@ -export { BuildingOfficeIcon } from './BuildingOfficeIcon'; -export { CheckCircleIcon } from './CheckCircleIcon'; -export { DevicePhoneMobileIcon } from './DevicePhoneMobileIcon'; -export { DocumentMinusIcon } from './DocumentMinusIcon'; -export { DocumentPlusIcon } from './DocumentPlusIcon'; -export { EnvelopeIcon } from './EnvelopeIcon'; -export { GlobeAltIcon } from './GlobeAltIcon'; -export { PencilSquareIcon } from './PencilSquareIcon'; -export { PhoneIcon } from './PhoneIcon'; -export { PrinterIcon } from './PrinterIcon'; \ No newline at end of file +export { BuildingOfficeIcon } from "./BuildingOfficeIcon"; +export { CheckCircleIcon } from "./CheckCircleIcon"; +export { DevicePhoneMobileIcon } from "./DevicePhoneMobileIcon"; +export { DocumentMinusIcon } from "./DocumentMinusIcon"; +export { DocumentPlusIcon } from "./DocumentPlusIcon"; +export { EnvelopeIcon } from "./EnvelopeIcon"; +export { GlobeAltIcon } from "./GlobeAltIcon"; +export { PencilSquareIcon } from "./PencilSquareIcon"; +export { PhoneIcon } from "./PhoneIcon"; +export { PrinterIcon } from "./PrinterIcon";