UNPKG

feather-icons-paths

Version:

Feather icons exported as paths

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