UNPKG

@nomercyicons/react

Version:
31 lines 1.07 kB
const React = require("react"); function MedicationTwoToneIcon({ title, titleId, ...props }, svgRef) { return /*#__PURE__*/React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 24 24", strokeWidth: 1.5, stroke: "none", "aria-hidden": "true", ref: svgRef, "aria-labelledby": titleId }, props), title ? /*#__PURE__*/React.createElement("title", { id: titleId }, title) : null, /*#__PURE__*/React.createElement("path", { fill: "none", d: "M0 0h24v24H0V0z" }), /*#__PURE__*/React.createElement("path", { d: "M7 19h10V8H7v11zm1-7h2.5V9.5h3V12H16v3h-2.5v2.5h-3V15H8v-3z", opacity: 0.3 }), /*#__PURE__*/React.createElement("path", { d: "M6 3h12v2H6zM17 6H7c-1.1 0-2 .9-2 2v11c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2V8c0-1.1-.9-2-2-2zm0 13H7V8h10v11z" }), /*#__PURE__*/React.createElement("path", { d: "M10.5 17.5h3V15H16v-3h-2.5V9.5h-3V12H8v3h2.5z" })); } const ForwardRef = React.forwardRef(MedicationTwoToneIcon); module.exports = ForwardRef;