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