This commit is contained in:
Jorge Mario Arita Ramírez 2024-07-28 23:27:06 -06:00
parent 104cf07c2d
commit 3e7bed3029
3 changed files with 21 additions and 21 deletions

20
dist/solid/index.d.ts vendored
View File

@ -1,10 +1,10 @@
export { BuildingOfficeIcon } from './BuildingOfficeIcon'; export { BuildingOfficeIcon } from "./BuildingOfficeIcon";
export { CheckCircleIcon } from './CheckCircleIcon'; export { CheckCircleIcon } from "./CheckCircleIcon";
export { DevicePhoneMobileIcon } from './DevicePhoneMobileIcon'; export { DevicePhoneMobileIcon } from "./DevicePhoneMobileIcon";
export { DocumentMinusIcon } from './DocumentMinusIcon'; export { DocumentMinusIcon } from "./DocumentMinusIcon";
export { DocumentPlusIcon } from './DocumentPlusIcon'; export { DocumentPlusIcon } from "./DocumentPlusIcon";
export { EnvelopeIcon } from './EnvelopeIcon'; export { EnvelopeIcon } from "./EnvelopeIcon";
export { GlobeAltIcon } from './GlobeAltIcon'; export { GlobeAltIcon } from "./GlobeAltIcon";
export { PencilSquareIcon } from './PencilSquareIcon'; export { PencilSquareIcon } from "./PencilSquareIcon";
export { PhoneIcon } from './PhoneIcon'; export { PhoneIcon } from "./PhoneIcon";
export { PrinterIcon } from './PrinterIcon'; export { PrinterIcon } from "./PrinterIcon";

View File

@ -1,6 +1,6 @@
{ {
"name": "via-icons", "name": "via-icons",
"version": "1.0.5", "version": "1.0.6",
"description": "", "description": "",
"type": "module", "type": "module",
"sideEffects": false, "sideEffects": false,

View File

@ -1,10 +1,10 @@
export { BuildingOfficeIcon } from './BuildingOfficeIcon'; export { BuildingOfficeIcon } from "./BuildingOfficeIcon";
export { CheckCircleIcon } from './CheckCircleIcon'; export { CheckCircleIcon } from "./CheckCircleIcon";
export { DevicePhoneMobileIcon } from './DevicePhoneMobileIcon'; export { DevicePhoneMobileIcon } from "./DevicePhoneMobileIcon";
export { DocumentMinusIcon } from './DocumentMinusIcon'; export { DocumentMinusIcon } from "./DocumentMinusIcon";
export { DocumentPlusIcon } from './DocumentPlusIcon'; export { DocumentPlusIcon } from "./DocumentPlusIcon";
export { EnvelopeIcon } from './EnvelopeIcon'; export { EnvelopeIcon } from "./EnvelopeIcon";
export { GlobeAltIcon } from './GlobeAltIcon'; export { GlobeAltIcon } from "./GlobeAltIcon";
export { PencilSquareIcon } from './PencilSquareIcon'; export { PencilSquareIcon } from "./PencilSquareIcon";
export { PhoneIcon } from './PhoneIcon'; export { PhoneIcon } from "./PhoneIcon";
export { PrinterIcon } from './PrinterIcon'; export { PrinterIcon } from "./PrinterIcon";