UNPKG

@nomercyicons/react

Version:
30 lines 1.01 kB
const React = require("react"); function Shop2OutlinedIcon({ 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: "M3 9H1v11c0 1.11.89 2 2 2h16v-2H3V9z" }), /*#__PURE__*/React.createElement("path", { d: "M18 5V3c0-1.11-.89-2-2-2h-4c-1.11 0-2 .89-2 2v2H5v11c0 1.11.89 2 2 2h14c1.11 0 2-.89 2-2V5h-5zm-6-2h4v2h-4V3zm9 13H7V7h14v9z" }), /*#__PURE__*/React.createElement("path", { d: "M12 8v7l5.5-3.5z" })); } const ForwardRef = React.forwardRef(Shop2OutlinedIcon); module.exports = ForwardRef;