@icongo/gy
Version:
Glyph Iconset Icons
17 lines • 864 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var GYSiGlyphClamp = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
className: "prefix__si-glyph prefix__si-glyph-clamp",
viewBox: "0 0 17 16"
}, props, {
children: /*#__PURE__*/_jsx("path", {
fill: "#434343",
fillRule: "evenodd",
d: "M6.297 1.938h5.656V.042H6.297A2.27 2.27 0 0 0 4 2.335v6.371c0 1.287 1.01 2.273 2.297 2.273H9v3.089h-.64v.815c-.825.266-1.39.739-1.39 1.116h4.982c0-.376-.559-.846-1.375-1.112v-.819h-.64v-3.089h1.999V9.04H9.937V6.948c.034-.01.062-.021.093-.031h.906v-.891H8.04v.891h.853c.036.012.066.023.105.034V9.04H6.295a.335.335 0 0 1-.334-.334V2.27a.337.337 0 0 1 .336-.332Z",
className: "prefix__si-glyph-fill"
})
}));
export { GYSiGlyphClamp };