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 { 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";
|
||||||
|
@ -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,
|
||||||
|
@ -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";
|
||||||
|
Loading…
Reference in New Issue
Block a user