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 { 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";

View File

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

View File

@ -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";