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.thickLeft = void 0;
var thickLeft = {
"viewBox": "0 0 8 8",
"children": [{
"name": "path",
"attribs": {
"d": "M3 0l-3 3.03 3 2.97v-2h5v-2h-5v-2z",
"transform": "translate(0 1)"
}
}]
};
exports.thickLeft = thickLeft;
;