feather-icons-paths
Version:
Feather icons exported as paths
29 lines (24 loc) • 1.44 kB
JavaScript
"use strict";
exports.__esModule = true;
exports["default"] = void 0;
/** @typedef {String} PathifiedSvgContent */
/** @typedef {String} FeatherIconsPathDefinition */
/** @typedef {{ prefix: 'fe', iconName: 'feCornerUpLeft', icon: [Number|String, Number|String, import('feather-icons').FeatherAttributes, PathifiedSvgContent, FeatherIconsPathDefinition] }} FeatherCornerUpLeftIconData */
/** @type {FeatherCornerUpLeftIconData} */
var feCornerUpLeft = {
prefix: 'fe',
iconName: 'corner-up-left',
icon: [24, 24, '<polyline points="9 14 4 9 9 4"></polyline><path d="M20 20v-7a4 4 0 0 0-4-4H4"></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-left"><path d="M9 14 L4 9 L9 4"/><path d="M20 20v-7a4 4 0 0 0-4-4H4"/></svg>', 'M9 14 L4 9 L9 4 M20 20v-7a4 4 0 0 0-4-4H4', '"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 = feCornerUpLeft;
exports["default"] = _default;
//# sourceMappingURL=corner-up-left.js.map