react-icons-kit
Version:
React Icons Kit using various Svg Icon set
45 lines (44 loc) • 763 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.italic = void 0;
var italic = {
"viewBox": "0 0 24 24",
"children": [{
"name": "line",
"attribs": {
"x1": "19",
"y1": "4",
"x2": "10",
"y2": "4"
},
"children": []
}, {
"name": "line",
"attribs": {
"x1": "14",
"y1": "20",
"x2": "5",
"y2": "20"
},
"children": []
}, {
"name": "line",
"attribs": {
"x1": "15",
"y1": "4",
"x2": "9",
"y2": "20"
},
"children": []
}],
"attribs": {
"fill": "none",
"stroke": "currentColor",
"stroke-width": "2",
"stroke-linecap": "round",
"stroke-linejoin": "round"
}
};
exports.italic = italic;
;