@icongo/gy
Version:
Glyph Iconset Icons
17 lines • 937 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var GYSiGlyphForcus = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
className: "prefix__si-glyph prefix__si-glyph-forcus",
viewBox: "0 0 17 16"
}, props, {
children: /*#__PURE__*/_jsx("path", {
fill: "#434343",
fillRule: "evenodd",
d: "M2.999 4.875V3.01A1.01 1.01 0 0 1 4.01 1.999h1.908V.082H4.066a2.987 2.987 0 0 0-2.983 2.984v1.809h1.916Zm9.084-2.876h1.948c.558 0 1.012.453 1.012 1.011v1.865h1.875V3.066A2.988 2.988 0 0 0 13.933.082h-1.85v1.917ZM5.918 14.042H4.01a1.01 1.01 0 0 1-1.011-1.011v-1.948H1.083v1.85a2.987 2.987 0 0 0 2.983 2.984h1.852v-1.875Zm9.125-2.959v1.948c0 .558-.454 1.011-1.012 1.011h-1.948v1.875h1.85a2.988 2.988 0 0 0 2.985-2.984v-1.85h-1.875Z",
className: "prefix__si-glyph-fill"
})
}));
export { GYSiGlyphForcus };