@react-md/material-icons
Version:
Material Design Icon components for react-md
56 lines (55 loc) • 2.25 kB
JavaScript
// THIS FILE WAS GENERATED BY A SCRIPT AND SHOULD NOT BE UPDATED MANUALLY
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
import { forwardRef } from "react";
import { SVGIcon } from "@react-md/core/icon/SVGIcon";
export default /*#__PURE__*/ forwardRef(function MedicationLiquidTwoToneIcon(props, ref) {
return /*#__PURE__*/ _jsxs(SVGIcon, {
...props,
ref: ref,
children: [
/*#__PURE__*/ _jsxs("g", {
opacity: ".3",
children: [
/*#__PURE__*/ _jsx("defs", {
children: /*#__PURE__*/ _jsx("path", {
id: "a",
d: "M4 8h10v11H4z",
opacity: ".3"
})
}),
/*#__PURE__*/ _jsx("use", {
xlinkHref: "#a",
overflow: "visible"
}),
/*#__PURE__*/ _jsx("clipPath", {
id: "b",
children: /*#__PURE__*/ _jsx("use", {
xlinkHref: "#a",
overflow: "visible"
})
}),
/*#__PURE__*/ _jsx("path", {
d: "M4 19h10V8H4zm1-7h2.5V9.5h3V12H13v3h-2.5v2.5h-3V15H5z",
clipPath: "url(#b)"
})
]
}),
/*#__PURE__*/ _jsx("path", {
d: "M3 3h12v2H3zm11 3H4c-1.1 0-2 .9-2 2v11c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2V8c0-1.1-.9-2-2-2m0 13H4V8h10z"
}),
/*#__PURE__*/ _jsx("path", {
d: "M7.5 17.5h3V15H13v-3h-2.5V9.5h-3V12H5v3h2.5z"
}),
/*#__PURE__*/ _jsx("ellipse", {
cx: "20",
cy: "10",
opacity: ".3",
rx: "1",
ry: "2"
}),
/*#__PURE__*/ _jsx("path", {
d: "M20 6c-1.68 0-3 1.76-3 4 0 1.77.83 3.22 2 3.76V20c0 .55.45 1 1 1s1-.45 1-1v-6.24c1.17-.54 2-1.99 2-3.76 0-2.24-1.32-4-3-4m0 6c-.41 0-1-.78-1-2s.59-2 1-2 1 .78 1 2-.59 2-1 2"
})
]
});
});