UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 868 B
"use strict"; 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 Flask2 = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", className: "icon icon-tabler icons-tabler-filled icon-tabler-flask-2", ...props }, React.createElement("path", { d: "M0 0h24v24H0z", fill: "none" }), React.createElement("path", { d: "M15 2a1 1 0 010 2v5.674l.062.03a7 7 0 013.85 5.174l.037.262a7 7 0 01-3.078 6.693 1 1 0 01-.553.167H8.683a1 1 0 01-.552-.166A7 7 0 018.938 9.7L9 9.672V4a1 1 0 110-2h6zm-2 2h-2v6.34a1 1 0 01-.551.894l-.116.049A5 5 0 007.413 14h9.172a5 5 0 00-2.918-2.715 1 1 0 01-.667-.943V4z" })); exports.default = Flask2;