UNPKG

@icongo/li

Version:
23 lines (22 loc) 1.18 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.LIMapTrain = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var LIMapTrain = function LIMapTrain(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.25 3.25v6c0 1.214-1.444 2.25-3.047 2.25l1.476 1.165c.14.11.06.335-.117.335H3.439a.188.188 0 0 1-.117-.335L4.797 11.5C3.2 11.5 1.75 10.468 1.75 9.25v-6c0-1.243 1.5-2.25 3-2.25h4.5c1.523 0 3 1.007 3 2.25zm-1.125 3.188V3.813a.562.562 0 0 0-.563-.563H3.439a.562.562 0 0 0-.563.563v2.624c0 .311.252.563.563.563h7.124a.563.563 0 0 0 .563-.563ZM7 7.938a1.312 1.312 0 1 0 0 2.624 1.312 1.312 0 0 0 0-2.624Z" }) })); }; exports.LIMapTrain = LIMapTrain;