@icongo/gy
Version:
Glyph Iconset Icons
17 lines • 822 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var GYSiGlyphSewingMachine = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
className: "prefix__si-glyph prefix__si-glyph-sewing-machine",
viewBox: "0 0 17 16"
}, props, {
children: /*#__PURE__*/_jsx("path", {
fill: "#434343",
fillRule: "evenodd",
d: "M16.875 2.125h-1.328C14.93 1.461 13.747 1 12.958 1V.042H12V1H4.042c-1.104 0-2 0-2 1v1.875c0 1.104.891 2 1.989 2V7H3v1h2v2h.958V5.875h.053c.5 0 .726-.415.837-.957l.139-.868c.019-.374-.019.255 0-.05H11v7.042H3.042a2 2 0 0 0-2 2v.916c0 1.104.896 1 2 1h10.916c1.104 0 2 .104 2-1V5.875h.917v-3.75Z",
className: "prefix__si-glyph-fill"
})
}));
export { GYSiGlyphSewingMachine };