feather-icons-paths
Version:
Feather icons exported as paths
29 lines (24 loc) • 1.36 kB
JavaScript
"use strict";
exports.__esModule = true;
exports["default"] = void 0;
/** @typedef {String} PathifiedSvgContent */
/** @typedef {String} FeatherIconsPathDefinition */
/** @typedef {{ prefix: 'fe', iconName: 'feNavigation', icon: [Number|String, Number|String, import('feather-icons').FeatherAttributes, PathifiedSvgContent, FeatherIconsPathDefinition] }} FeatherNavigationIconData */
/** @type {FeatherNavigationIconData} */
var feNavigation = {
prefix: 'fe',
iconName: 'navigation',
icon: [24, 24, '<polygon points="3 11 22 2 13 21 11 13 3 11"></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"><path d="M3 11 L22 2 L13 21 L11 13 L3 11 Z"/></svg>', 'M3 11 L22 2 L13 21 L11 13 L3 11 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;
exports["default"] = _default;
//# sourceMappingURL=navigation.js.map