UNPKG

feather-icons-paths

Version:

Feather icons exported as paths

29 lines (24 loc) 1.44 kB
"use strict"; exports.__esModule = true; exports["default"] = void 0; /** @typedef {String} PathifiedSvgContent */ /** @typedef {String} FeatherIconsPathDefinition */ /** @typedef {{ prefix: 'fe', iconName: 'feChevronsRight', icon: [Number|String, Number|String, import('feather-icons').FeatherAttributes, PathifiedSvgContent, FeatherIconsPathDefinition] }} FeatherChevronsRightIconData */ /** @type {FeatherChevronsRightIconData} */ var feChevronsRight = { prefix: 'fe', iconName: 'chevrons-right', icon: [24, 24, '<polyline points="13 17 18 12 13 7"></polyline><polyline points="6 17 11 12 6 7"></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-right"><path d="M13 17 L18 12 L13 7"/><path d="M6 17 L11 12 L6 7"/></svg>', 'M13 17 L18 12 L13 7 M6 17 L11 12 L6 7', '"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 = feChevronsRight; exports["default"] = _default; //# sourceMappingURL=chevrons-right.js.map