UNPKG

@icongo/mc

Version:
22 lines (21 loc) 1.51 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.MCMdlParkingLocationSolid = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var MCMdlParkingLocationSolid = function MCMdlParkingLocationSolid(props) { return /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", viewBox: "0 0 2048 2048" }, props), {}, { children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { d: "m1897 1190 122 269q29 63 29 132v73q0 38-10.5 73t-30 65-47.5 54.5-62 39.5q-15 35-39.5 63t-55 47.5-66 30.5-73.5 11q-69 0-128-34t-94-94H734q-35 60-94 94t-128 34-128-34-94-94H128q-27 0-50-10t-40.5-27.5T10 1842t-10-50v-256q0-79 30-149t82.5-122.5 122-82.5 149.5-30h37l328-328q27-27 62.5-41.5T885 768h907v128h-29zM885 896q-26 0-45 19l-238 237h550V896H885zM512 1920q27 0 50-10t40.5-27.5T630 1842t10-50-10-50-27.5-40.5T562 1674t-50-10-50 10-40.5 27.5T394 1742t-10 50 10 50 27.5 40.5T462 1910t50 10zm768-768h459l-99-218q-8-17-23.5-27.5T1582 896h-302v256zm384 768q27 0 50-10t40.5-27.5 27.5-40.5 10-50-10-50-27.5-40.5-40.5-27.5-50-10-50 10-40.5 27.5-27.5 40.5-10 50 10 50 27.5 40.5 40.5 27.5 50 10z" }) })); }; exports.MCMdlParkingLocationSolid = MCMdlParkingLocationSolid;