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