react-icons-kit
Version:
React Icons Kit using various Svg Icon set
31 lines (30 loc) • 728 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.ic_format_paint_twotone = void 0;
var ic_format_paint_twotone = {
"viewBox": "0 0 24 24",
"children": [{
"name": "path",
"attribs": {
"d": "M0 0h24v24H0V0z",
"fill": "none"
},
"children": []
}, {
"name": "path",
"attribs": {
"d": "M6 4h10v2H6z",
"opacity": ".3"
},
"children": []
}, {
"name": "path",
"attribs": {
"d": "M17 2H5c-.55 0-1 .45-1 1v4c0 .55.45 1 1 1h12c.55 0 1-.45 1-1V6h1v4H9v11c0 .55.45 1 1 1h2c.55 0 1-.45 1-1v-9h8V4h-3V3c0-.55-.45-1-1-1zm-1 4H6V4h10v2z"
},
"children": []
}]
};
exports.ic_format_paint_twotone = ic_format_paint_twotone;
;