UNPKG

@icongo/li

Version:
23 lines (22 loc) 1.47 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.LIMapBus = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var LIMapBus = function LIMapBus(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: "M12.438 4h-.188V2.875C12.25 1.825 9.925 1 7 1s-5.25.825-5.25 1.875V4h-.188A.562.562 0 0 0 1 4.563v1.875c0 .31.252.562.563.562h.187v3.75c0 .414.336.75.75.75v.75c0 .414.336.75.75.75H4a.75.75 0 0 0 .75-.75v-.75h4.5v.75c0 .414.336.75.75.75h.75a.75.75 0 0 0 .75-.75v-.75h.15c.375 0 .6-.3.6-.6V7h.188c.31 0 .562-.252.562-.563V4.563A.562.562 0 0 0 12.437 4ZM4.75 2.687c0-.103.084-.187.188-.187h4.125c.103 0 .187.084.187.188v.374a.187.187 0 0 1-.188.188H4.939a.187.187 0 0 1-.188-.188v-.374zm-1.125 7.688a.75.75 0 1 1 0-1.5.75.75 0 0 1 0 1.5zm3-2.625H4A.75.75 0 0 1 3.25 7V4.75A.75.75 0 0 1 4 4h2.625v3.75zm.75 0V4H10a.75.75 0 0 1 .75.75V7a.75.75 0 0 1-.75.75H7.375zm3 2.625a.75.75 0 1 1 0-1.5.75.75 0 0 1 0 1.5z" }) })); }; exports.LIMapBus = LIMapBus;