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