react-icons-kit
Version:
React Icons Kit using various Svg Icon set
16 lines (15 loc) • 427 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.all = void 0;
var all = {
"viewBox": "0 0 20 20",
"children": [{
"name": "path",
"attribs": {
"d": "M7.225,5.767V3.086L0,9.542l7.225,6.691v-2.777L3,9.542L7.225,5.767z M12.225,6.953V3.086L5,9.542l7.225,6.691v-4.357\r\n\tc3.292,0,5.291,0.422,7.775,4.81C20,16.685,19.632,6.953,12.225,6.953z"
}
}]
};
exports.all = all;
;