v1.0.6
This commit is contained in:
parent
104cf07c2d
commit
3e7bed3029
20
dist/solid/index.d.ts
vendored
20
dist/solid/index.d.ts
vendored
@ -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";
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "via-icons",
|
||||
"version": "1.0.5",
|
||||
"version": "1.0.6",
|
||||
"description": "",
|
||||
"type": "module",
|
||||
"sideEffects": false,
|
||||
|
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user