react-icons-kit
Version:
React Icons Kit using various Svg Icon set
24 lines (23 loc) • 478 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.ic_school = void 0;
var ic_school = {
"viewBox": "0 0 24 24",
"children": [{
"name": "path",
"attribs": {
"d": "M0 0h24v24H0z",
"fill": "none"
},
"children": []
}, {
"name": "path",
"attribs": {
"d": "M5 13.18v4L12 21l7-3.82v-4L12 17l-7-3.82zM12 3L1 9l11 6 9-4.91V17h2V9L12 3z"
},
"children": []
}]
};
exports.ic_school = ic_school;
;