react-icons-kit
Version:
React Icons Kit using various Svg Icon set
24 lines (23 loc) • 514 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.ic_format_italic_twotone = void 0;
var ic_format_italic_twotone = {
"viewBox": "0 0 24 24",
"children": [{
"name": "path",
"attribs": {
"d": "M0 0h24v24H0V0z",
"fill": "none"
},
"children": []
}, {
"name": "path",
"attribs": {
"d": "M6 15v3h8v-3h-2.21l3.42-8H18V4h-8v3h2.21l-3.42 8z"
},
"children": []
}]
};
exports.ic_format_italic_twotone = ic_format_italic_twotone;
;