react-icons-kit
Version:
React Icons Kit using various Svg Icon set
17 lines (16 loc) • 376 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.textWidth = void 0;
var textWidth = {
"viewBox": "0 0 16 16",
"children": [{
"name": "path",
"attribs": {
"fill": "#000000",
"d": "M4 14v2l-3-2.5 3-2.5v2h8v-2l3 2.5-3 2.5v-2zM13 1v4l-1-2h-3v7h2v1h-6v-1h2v-7h-3l-1 2v-4z"
}
}]
};
exports.textWidth = textWidth;
;