react-icons-kit
Version:
React Icons Kit using various Svg Icon set
33 lines (32 loc) • 617 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.underline = void 0;
var underline = {
"viewBox": "0 0 24 24",
"children": [{
"name": "path",
"attribs": {
"d": "M6 3v7a6 6 0 0 0 6 6 6 6 0 0 0 6-6V3"
},
"children": []
}, {
"name": "line",
"attribs": {
"x1": "4",
"y1": "21",
"x2": "20",
"y2": "21"
},
"children": []
}],
"attribs": {
"fill": "none",
"stroke": "currentColor",
"stroke-width": "2",
"stroke-linecap": "round",
"stroke-linejoin": "round"
}
};
exports.underline = underline;
;