react-icons-kit
Version:
React Icons Kit using various Svg Icon set
24 lines (23 loc) • 577 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.ic_text_rotate_vertical = void 0;
var ic_text_rotate_vertical = {
"viewBox": "0 0 24 24",
"children": [{
"name": "path",
"attribs": {
"d": "M0 0h24v24H0z",
"fill": "none"
},
"children": []
}, {
"name": "path",
"attribs": {
"d": "M15.75 5h-1.5L9.5 16h2.1l.9-2.2h5l.9 2.2h2.1L15.75 5zm-2.62 7L15 6.98 16.87 12h-3.74zM6 19.75l3-3H7V4.25H5v12.5H3l3 3z"
},
"children": []
}]
};
exports.ic_text_rotate_vertical = ic_text_rotate_vertical;
;