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