UNPKG

@icongo/li

Version:
23 lines (22 loc) 1.09 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.LIMapRestroom = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var LIMapRestroom = function LIMapRestroom(props) { return /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", "aria-hidden": "true", viewBox: "0 0 14 14" }, props), {}, { children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { d: "M8.2 10.6H6.4l1.2-2.7V6.399A1.2 1.2 0 0 1 8.799 5.2H10a1.2 1.2 0 0 1 1.2 1.199V7.9l1.2 2.7h-1.8V13H8.2v-2.4zm-3-1.8h1.2V6.399A1.2 1.2 0 0 0 5.201 5.2H2.8c-.667 0-1.199.537-1.199 1.199V8.8h1.2V13h2.4V8.8zM4 4.6A1.8 1.8 0 1 0 4 1a1.8 1.8 0 0 0 0 3.6Zm5.4 0a1.8 1.8 0 1 0 0-3.6 1.8 1.8 0 0 0 0 3.6z" }) })); }; exports.LIMapRestroom = LIMapRestroom;