UNPKG

feather-icons-paths

Version:

Feather icons exported as paths

23 lines (20 loc) 1.3 kB
/** @typedef {String} PathifiedSvgContent */ /** @typedef {String} FeatherIconsPathDefinition */ /** @typedef {{ prefix: 'fe', iconName: 'feArrowUpLeft', icon: [Number|String, Number|String, import('feather-icons').FeatherAttributes, PathifiedSvgContent, FeatherIconsPathDefinition] }} FeatherArrowUpLeftIconData */ /** @type {FeatherArrowUpLeftIconData} */ var feArrowUpLeft = { prefix: 'fe', iconName: 'arrow-up-left', icon: [24, 24, '<line x1="17" y1="17" x2="7" y2="7"></line><polyline points="7 17 7 7 17 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-up-left"><path d="M17 17 L7 7"/><path d="M7 17 L7 7 L17 7"/></svg>', 'M17 17 L7 7 M7 17 L7 7 L17 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' }] }; export default feArrowUpLeft; //# sourceMappingURL=arrow-up-left.js.map