react-icons-kit
Version:
React Icons Kit using various Svg Icon set
24 lines (23 loc) • 609 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.ic_format_paint_outline = void 0;
var ic_format_paint_outline = {
"viewBox": "0 0 24 24",
"children": [{
"name": "path",
"attribs": {
"d": "M0 0h24v24H0V0z",
"fill": "none"
},
"children": []
}, {
"name": "path",
"attribs": {
"d": "M18 4V3c0-.55-.45-1-1-1H5c-.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-3zm-2 2H6V4h10v2z"
},
"children": []
}]
};
exports.ic_format_paint_outline = ic_format_paint_outline;
;