react-icons-kit
Version:
React Icons Kit using various Svg Icon set
17 lines (16 loc) • 322 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.arrowLeft = void 0;
var arrowLeft = {
"viewBox": "0 0 16 16",
"children": [{
"name": "path",
"attribs": {
"fill": "#000000",
"d": "M0.5 8l7.5 7.5v-4.5h8v-6h-8v-4.5z"
}
}]
};
exports.arrowLeft = arrowLeft;
;