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