@geneui/icons
Version:
Gene UI icons distributed as SVG React components.
24 lines (21 loc) • 1.11 kB
JavaScript
import { _ as _objectWithoutProperties, a as _extends } from './ActivityRecent.js';
import React from 'react';
var _excluded = ["size", "color"];
var SvgFlask = function SvgFlask(_ref) {
var _ref$size = _ref.size,
size = _ref$size === void 0 ? 24 : _ref$size,
_ref$color = _ref.color,
color = _ref$color === void 0 ? "currentColor" : _ref$color,
props = _objectWithoutProperties(_ref, _excluded);
return /*#__PURE__*/React.createElement("svg", _extends({
width: size,
height: size,
viewBox: "0 0 24 24",
fill: color,
xmlns: "http://www.w3.org/2000/svg"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M8 4.5h1v6.238c0 .375-.094.744-.273 1.074l-3.584 6.603a1.75 1.75 0 0 0 1.538 2.585h10.638a1.75 1.75 0 0 0 1.538-2.585l-3.584-6.603a2.25 2.25 0 0 1-.273-1.074v-6.238h1a.75.75 0 0 0 0-1.5h-8a.75.75 0 0 0 0 1.5Zm2.5 6.238v-6.238h3v6.238c0 .625.156 1.24.454 1.79l.8 1.472h-5.508l.8-1.473a3.75 3.75 0 0 0 .454-1.789Zm-2.068 4.762h7.136l1.971 3.63a.25.25 0 0 1-.22.37h-10.638a.25.25 0 0 1-.22-.37l1.97-3.63Z",
fill: color
}));
};
export { SvgFlask as S };