react-icons-kit
Version:
React Icons Kit using various Svg Icon set
16 lines (15 loc) • 363 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.underline = void 0;
var underline = {
"viewBox": "0 0 8 8",
"children": [{
"name": "path",
"attribs": {
"d": "M1 0v4c0 1.1 1.12 2 2.5 2h.5c1.1 0 2-.9 2-2v-4h-1v4c0 .55-.45 1-1 1s-1-.45-1-1v-4h-2zm-1 7v1h7v-1h-7z"
}
}]
};
exports.underline = underline;
;