@cds/core
Version:
Clarity Design System - common components, themes, and utilties
74 lines (73 loc) • 2.97 kB
TypeScript
import { IconAlias, IconShapeTuple } from '../interfaces/icon.interfaces.js';
import { airplaneIconName } from '../shapes/airplane.js';
import { bicycleIconName } from '../shapes/bicycle.js';
import { boatIconName } from '../shapes/boat.js';
import { canoeIconName } from '../shapes/canoe.js';
import { campervanIconName } from '../shapes/campervan.js';
import { carIconName } from '../shapes/car.js';
import { caravanIconName } from '../shapes/caravan.js';
import { castleIconName } from '../shapes/castle.js';
import { compassIconName } from '../shapes/compass.js';
import { ferryIconName } from '../shapes/ferry.js';
import { gymIconName } from '../shapes/gym.js';
import { hotelIconName } from '../shapes/hotel.js';
import { mapMarkerIconName } from '../shapes/map-marker.js';
import { mapIconName } from '../shapes/map.js';
import { noSmokingIconName } from '../shapes/no-smoking.js';
import { onHolidayIconName } from '../shapes/on-holiday.js';
import { palmTreeIconName } from '../shapes/palm-tree.js';
import { passportIconName } from '../shapes/passport.js';
import { planeTicketIconName } from '../shapes/plane-ticket.js';
import { poolIconName } from '../shapes/pool.js';
import { smokingIconName } from '../shapes/smoking.js';
import { suitcaseIconName } from '../shapes/suitcase.js';
import { suitcase2IconName } from '../shapes/suitcase-2.js';
import { tentIconName } from '../shapes/tent.js';
import { trailerIconName } from '../shapes/trailer.js';
import { trainIconName } from '../shapes/train.js';
import { truckIconName } from '../shapes/truck.js';
export declare const travelCollectionIcons: IconShapeTuple[];
export declare const travelCollectionAliases: IconAlias[];
/**
* Function that can be called to load the core icon set.
*
* ```typescript
* import '@cds/core/icon/register.js';
* import { loadTravelIconSet } from '@cds/core/icon';
*
* loadTravelIconSet();
* ```
*
*/
export declare function loadTravelIconSet(): void;
declare module '@cds/core/internal' {
interface IconRegistrySources {
[]: string;
[]: string;
[]: string;
[]: string;
[]: string;
[]: string;
[]: string;
[]: string;
[]: string;
[]: string;
[]: string;
[]: string;
[]: string;
[]: string;
[]: string;
[]: string;
[]: string;
[]: string;
[]: string;
[]: string;
[]: string;
[]: string;
[]: string;
[]: string;
[]: string;
[]: string;
[]: string;
}
}