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