UNPKG

@nomercyicons/react

Version:
31 lines 1.04 kB
const React = require("react"); function DoorSlidingTwoToneIcon({ 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: "M13 19h5V5h-5v14zm1-8h2v2h-2v-2zM6 19h5V5H6v14zm2-8h2v2H8v-2z", opacity: 0.3 }), /*#__PURE__*/React.createElement("path", { d: "M20 19V5c0-1.1-.9-2-2-2H6c-1.1 0-2 .9-2 2v14H3v2h18v-2h-1zm-9 0H6V5h5v14zm7 0h-5V5h5v14z" }), /*#__PURE__*/React.createElement("path", { d: "M8 11h2v2H8zM14 11h2v2h-2z" })); } const ForwardRef = React.forwardRef(DoorSlidingTwoToneIcon); module.exports = ForwardRef;