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