iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 695 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 Beaker = (props) => React.createElement("svg", { viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M13.893 13.558L10 6.006v-4h1v-1H9.994V1l-.456.005H5V2h1v3.952l-3.894 7.609A1 1 0 003 15.006h10a1 1 0 00.893-1.448zm-7-7.15L7 6.193V2.036l2-.024v4.237l.111.215 1.826 3.542H5.05l1.844-3.598zM3 14.017l1.541-3.011h6.915l1.547 3L3 14.017z", fill: "#424242" }));
exports.default = Beaker;