react-icons-kit
Version:
React Icons Kit using various Svg Icon set
17 lines (16 loc) • 333 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.height = void 0;
var height = {
"viewBox": "0 0 8 8",
"children": [{
"name": "path",
"attribs": {
"d": "M2.5 0l-2.5 3h2v2h-2l2.5 3 2.5-3h-2v-2h2l-2.5-3z",
"transform": "translate(1)"
}
}]
};
exports.height = height;
;