@icongo/gy
Version:
Glyph Iconset Icons
17 lines • 824 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var GYSiGlyphPoker3 = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
className: "prefix__si-glyph prefix__si-glyph-poker-3",
viewBox: "0 0 16 17"
}, props, {
children: /*#__PURE__*/_jsx("path", {
fill: "#434343",
fillRule: "evenodd",
d: "M11.494 1H5.412C4.082 1 3 1.097 3 2.444v13.101c0 1.348 1.082 1.445 2.412 1.445h6.082c1.33 0 2.412-.098 2.412-1.445V2.444C13.906 1.097 12.824 1 11.494 1Zm-2.092 9.998h-.34v2.064H7.906v-2.064h-.258c-1.041.125-1.794.299-1.794-1.015 0-1.647 2.636-4.952 2.636-4.952s2.635 3.305 2.635 4.952c0 1.314-.682 1.14-1.723 1.015Z",
className: "prefix__si-glyph-fill"
})
}));
export { GYSiGlyphPoker3 };