UNPKG

feather-icons-paths

Version:

Feather icons exported as paths

29 lines (24 loc) 1.43 kB
"use strict"; exports.__esModule = true; exports["default"] = void 0; /** @typedef {String} PathifiedSvgContent */ /** @typedef {String} FeatherIconsPathDefinition */ /** @typedef {{ prefix: 'fe', iconName: 'feArrowDownLeft', icon: [Number|String, Number|String, import('feather-icons').FeatherAttributes, PathifiedSvgContent, FeatherIconsPathDefinition] }} FeatherArrowDownLeftIconData */ /** @type {FeatherArrowDownLeftIconData} */ var feArrowDownLeft = { prefix: 'fe', iconName: 'arrow-down-left', icon: [24, 24, '<line x1="17" y1="7" x2="7" y2="17"></line><polyline points="17 17 7 17 7 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-arrow-down-left"><path d="M17 7 L7 17"/><path d="M17 17 L7 17 L7 7"/></svg>', 'M17 7 L7 17 M17 17 L7 17 L7 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 = feArrowDownLeft; exports["default"] = _default; //# sourceMappingURL=arrow-down-left.js.map