@icongo/gy
Version:
Glyph Iconset Icons
17 lines • 896 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var GYSiGlyphMobile = props => /*#__PURE__*/_jsx("svg", _extends({
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__*/_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"
})
}));
export { GYSiGlyphMobile };