@icongo/gy
Version:
Glyph Iconset Icons
23 lines • 1.21 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
import { jsxs as _jsxs } from "react/jsx-runtime";
var GYSiGlyphCarGarage = props => /*#__PURE__*/_jsx("svg", _extends({
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__*/_jsxs("g", {
fill: "#434343",
fillRule: "evenodd",
children: [/*#__PURE__*/_jsx("path", {
d: "M.043 2.083v11.855h1.939V3.943h12.036v9.995h1.94V2.083H.043Z",
className: "prefix__si-glyph-fill"
}), /*#__PURE__*/_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"
})]
})
}));
export { GYSiGlyphCarGarage };