UNPKG

feather-icons-paths

Version:

Feather icons exported as paths

29 lines (24 loc) 1.38 kB
"use strict"; exports.__esModule = true; exports["default"] = void 0; /** @typedef {String} PathifiedSvgContent */ /** @typedef {String} FeatherIconsPathDefinition */ /** @typedef {{ prefix: 'fe', iconName: 'feNavigation_2', icon: [Number|String, Number|String, import('feather-icons').FeatherAttributes, PathifiedSvgContent, FeatherIconsPathDefinition] }} FeatherNavigation_2IconData */ /** @type {FeatherNavigation_2IconData} */ var feNavigation_2 = { prefix: 'fe', iconName: 'navigation-2', icon: [24, 24, '<polygon points="12 2 19 21 12 17 5 21 12 2"></polygon>', '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-navigation-2"><path d="M12 2 L19 21 L12 17 L5 21 L12 2 Z"/></svg>', 'M12 2 L19 21 L12 17 L5 21 L12 2 Z', '"xmlns"="http=//www.w3.org/2000/svg" "width"="24" "height"="24" "fill"="none" "stroke"="currentColor" "stroke-width"=2 "stroke-linecap"="round" "stroke-linejoin"="round"', { xmlns: 'http://www.w3.org/2000/svg', width: 24, height: 24, fill: 'none', stroke: 'currentColor', 'stroke-width': 2, 'stroke-linecap': 'round', 'stroke-linejoin': 'round' }] }; var _default = feNavigation_2; exports["default"] = _default; //# sourceMappingURL=navigation-2.js.map