react-icons-kit
Version:
React Icons Kit using various Svg Icon set
24 lines (23 loc) • 492 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.ic_vertical_align_top = void 0;
var ic_vertical_align_top = {
"viewBox": "0 0 24 24",
"children": [{
"name": "path",
"attribs": {
"d": "M0 0h24v24H0z",
"fill": "none"
},
"children": []
}, {
"name": "path",
"attribs": {
"d": "M8 11h3v10h2V11h3l-4-4-4 4zM4 3v2h16V3H4z"
},
"children": []
}]
};
exports.ic_vertical_align_top = ic_vertical_align_top;
;