react-icons-kit
Version:
React Icons Kit using various Svg Icon set
24 lines (23 loc) • 468 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.ic_format_size = void 0;
var ic_format_size = {
"viewBox": "0 0 24 24",
"children": [{
"name": "path",
"attribs": {
"d": "M0 0h24v24H0z",
"fill": "none"
},
"children": []
}, {
"name": "path",
"attribs": {
"d": "M9 4v3h5v12h3V7h5V4H9zm-6 8h3v7h3v-7h3V9H3v3z"
},
"children": []
}]
};
exports.ic_format_size = ic_format_size;
;