UNPKG

feather-icons-paths

Version:

Feather icons exported as paths

29 lines (24 loc) 1.46 kB
"use strict"; exports.__esModule = true; exports["default"] = void 0; /** @typedef {String} PathifiedSvgContent */ /** @typedef {String} FeatherIconsPathDefinition */ /** @typedef {{ prefix: 'fe', iconName: 'feCornerUpRight', icon: [Number|String, Number|String, import('feather-icons').FeatherAttributes, PathifiedSvgContent, FeatherIconsPathDefinition] }} FeatherCornerUpRightIconData */ /** @type {FeatherCornerUpRightIconData} */ var feCornerUpRight = { prefix: 'fe', iconName: 'corner-up-right', icon: [24, 24, '<polyline points="15 14 20 9 15 4"></polyline><path d="M4 20v-7a4 4 0 0 1 4-4h12"></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-up-right"><path d="M15 14 L20 9 L15 4"/><path d="M4 20v-7a4 4 0 0 1 4-4h12"/></svg>', 'M15 14 L20 9 L15 4 M4 20v-7a4 4 0 0 1 4-4h12', '"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 = feCornerUpRight; exports["default"] = _default; //# sourceMappingURL=corner-up-right.js.map