react-icons-kit
Version:
React Icons Kit using various Svg Icon set
24 lines (23 loc) • 505 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.ic_text_fields_outline = void 0;
var ic_text_fields_outline = {
"viewBox": "0 0 24 24",
"children": [{
"name": "path",
"attribs": {
"d": "M0 0h24v24H0z",
"fill": "none"
},
"children": []
}, {
"name": "path",
"attribs": {
"d": "M2.5 4v3h5v12h3V7h5V4h-13zm19 5h-9v3h3v7h3v-7h3V9z"
},
"children": []
}]
};
exports.ic_text_fields_outline = ic_text_fields_outline;
;