export default fePocket; export type PathifiedSvgContent = string; export type FeatherIconsPathDefinition = string; export type FeatherPocketIconData = { prefix: 'fe'; iconName: 'fePocket'; icon: [number | string, number | string, import('feather-icons').FeatherAttributes, PathifiedSvgContent, FeatherIconsPathDefinition]; }; /** @typedef {String} PathifiedSvgContent */ /** @typedef {String} FeatherIconsPathDefinition */ /** @typedef {{ prefix: 'fe', iconName: 'fePocket', icon: [Number|String, Number|String, import('feather-icons').FeatherAttributes, PathifiedSvgContent, FeatherIconsPathDefinition] }} FeatherPocketIconData */ /** @type {FeatherPocketIconData} */ declare const fePocket: FeatherPocketIconData;