iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 737 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
// This file is autogenerated by "make react_icons", do not edit it.
const React = tslib_1.__importStar(require("react"));
const Saucelabs = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M23.434 7.344a3.02 3.02 0 00-2.435-1.22h-7l-2 5.876h4.838l-2 5.875H10l-2 5.876h9c1.292 0 2.439-.809 2.848-2.009l3.999-11.75a2.888 2.888 0 00-.412-2.647zM10 11.999H7.162l2-5.876h4.837L16 .25H7c-1.291 0-2.438.809-2.847 2.009L.154 14.008a2.888 2.888 0 00.412 2.647 3.02 3.02 0 002.435 1.22h7l2-5.876h-2z" }));
exports.default = Saucelabs;