feather-icons-paths
Version:
Feather icons exported as paths
29 lines (24 loc) • 1.44 kB
JavaScript
"use strict";
exports.__esModule = true;
exports["default"] = void 0;
/** @typedef {String} PathifiedSvgContent */
/** @typedef {String} FeatherIconsPathDefinition */
/** @typedef {{ prefix: 'fe', iconName: 'feChevronsDown', icon: [Number|String, Number|String, import('feather-icons').FeatherAttributes, PathifiedSvgContent, FeatherIconsPathDefinition] }} FeatherChevronsDownIconData */
/** @type {FeatherChevronsDownIconData} */
var feChevronsDown = {
prefix: 'fe',
iconName: 'chevrons-down',
icon: [24, 24, '<polyline points="7 13 12 18 17 13"></polyline><polyline points="7 6 12 11 17 6"></polyline>', '<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-chevrons-down"><path d="M7 13 L12 18 L17 13"/><path d="M7 6 L12 11 L17 6"/></svg>', 'M7 13 L12 18 L17 13 M7 6 L12 11 L17 6', '"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 = feChevronsDown;
exports["default"] = _default;
//# sourceMappingURL=chevrons-down.js.map