feather-icons-paths
Version:
Feather icons exported as paths
14 lines (13 loc) • 777 B
TypeScript
export default feMousePointer;
export type PathifiedSvgContent = string;
export type FeatherIconsPathDefinition = string;
export type FeatherMousePointerIconData = {
prefix: 'fe';
iconName: 'feMousePointer';
icon: [number | string, number | string, import('feather-icons').FeatherAttributes, PathifiedSvgContent, FeatherIconsPathDefinition];
};
/** @typedef {String} PathifiedSvgContent */
/** @typedef {String} FeatherIconsPathDefinition */
/** @typedef {{ prefix: 'fe', iconName: 'feMousePointer', icon: [Number|String, Number|String, import('feather-icons').FeatherAttributes, PathifiedSvgContent, FeatherIconsPathDefinition] }} FeatherMousePointerIconData */
/** @type {FeatherMousePointerIconData} */
declare const feMousePointer: FeatherMousePointerIconData;