UNPKG

@icongo/gy

Version:
31 lines (30 loc) 1.63 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.GYSiGlyphCarGarage = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var GYSiGlyphCarGarage = function GYSiGlyphCarGarage(props) { return /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", className: "prefix__si-glyph prefix__si-glyph-car-garage", viewBox: "0 0 16 16" }, props), {}, { children: /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", { fill: "#434343", fillRule: "evenodd", children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", { d: "M.043 2.083v11.855h1.939V3.943h12.036v9.995h1.94V2.083H.043Z", className: "prefix__si-glyph-fill" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { d: "M3 5h9.956v.952H3zm0 2h9.957v.971H3zm8.97 5.96v.515c0 .271-.438.492-.975.492-.536 0-.974-.221-.974-.492h.001v-.485H5.946v.498c0 .247-.434.449-.964.449s-.961-.202-.961-.449v-.509h.139c-1.287-.117-1.156-1.13-1.156-1.13 0-.73.152-1.901.996-2.402V8h1v1.192l.059-.008S7.096 9.001 8 9.001c.903 0 2.79.214 2.901.23l.098.018V8h1v1.457c.756.331 1 1.354 1 2.392 0 0-.027.93-1.03 1.111Zm-7.001-.991h-1v-1h1v1Zm3.99-.011h-2v-1h2v1Zm3.01.011h-1v-1h1v1Z", className: "prefix__si-glyph-fill" })] }) })); }; exports.GYSiGlyphCarGarage = GYSiGlyphCarGarage;