UNPKG

@nomercyicons/react

Version:
30 lines 979 B
const React = require("react"); function TypeSpecimenSharpIcon({ 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 0h24v24H0z" }), /*#__PURE__*/React.createElement("path", { d: "M4 6H2v16h16v-2H4z" }), /*#__PURE__*/React.createElement("path", { d: "M22 2H6v16h16V2zm-5.37 12.5l-.8-2.3H12.2l-.82 2.3H9.81l3.38-9h1.61l3.38 9h-1.55z" }), /*#__PURE__*/React.createElement("path", { d: "M13.96 7.17l-1.31 3.72h2.69l-1.3-3.72z" })); } const ForwardRef = React.forwardRef(TypeSpecimenSharpIcon); module.exports = ForwardRef;