react-icons-kit
Version:
React Icons Kit using various Svg Icon set
19 lines (18 loc) • 373 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.arrowSmallLeft = void 0;
var arrowSmallLeft = {
"viewBox": "0 0 6 16",
"children": [{
"name": "path",
"attribs": {
"fill-rule": "evenodd",
"d": "M4 7V5L0 8l4 3V9h2V7H4z"
},
"children": []
}],
"attribs": {}
};
exports.arrowSmallLeft = arrowSmallLeft;
;