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