UNPKG

feather-icons-paths

Version:

Feather icons exported as paths

23 lines (20 loc) 1.35 kB
/** @typedef {String} PathifiedSvgContent */ /** @typedef {String} FeatherIconsPathDefinition */ /** @typedef {{ prefix: 'fe', iconName: 'feCornerRightUp', icon: [Number|String, Number|String, import('feather-icons').FeatherAttributes, PathifiedSvgContent, FeatherIconsPathDefinition] }} FeatherCornerRightUpIconData */ /** @type {FeatherCornerRightUpIconData} */ var feCornerRightUp = { prefix: 'fe', iconName: 'corner-right-up', icon: [24, 24, '<polyline points="10 9 15 4 20 9"></polyline><path d="M4 20h7a4 4 0 0 0 4-4V4"></path>', '<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-corner-right-up"><path d="M10 9 L15 4 L20 9"/><path d="M4 20h7a4 4 0 0 0 4-4V4"/></svg>', 'M10 9 L15 4 L20 9 M4 20h7a4 4 0 0 0 4-4V4', '"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 feCornerRightUp; //# sourceMappingURL=corner-right-up.js.map