@icongo/gy
Version:
Glyph Iconset Icons
26 lines (25 loc) • 1.31 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphMobile = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphMobile = function GYSiGlyphMobile(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-mobile",
viewBox: "0 0 17 16"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#434343",
fillRule: "evenodd",
d: "M6.939 2.042V.047l-.893.011-.005 15.88h6.916V2.022l-6.018.02Zm1.088 9.979H6.984v-1.053h1.043v1.053Zm0-2H6.968V8.984h1.059v1.037Zm1.973 2H8.998v-1.068H10v1.068Zm.016-2H8.998V8.968h1.018v1.053Zm2 2h-1.042v-1.068h1.042v1.068Zm-3.989 2H6.968v-1.053h1.059v1.053Zm1.989 0H8.998v-1.068h1.018v1.068Zm2.015 0h-1.089v-1.068h1.089v1.068Zm0-4h-1.073V8.953h1.073v1.068Zm.031-2H6.954V3.953h5.108v4.068Z",
className: "prefix__si-glyph-fill"
})
}));
};
exports.GYSiGlyphMobile = GYSiGlyphMobile;