@icongo/gy
Version:
Glyph Iconset Icons
23 lines • 1.07 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
import { jsxs as _jsxs } from "react/jsx-runtime";
var GYSiGlyphTShirt = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
className: "prefix__si-glyph prefix__si-glyph-t-shirt",
viewBox: "0 0 17 17"
}, props, {
children: /*#__PURE__*/_jsxs("g", {
fill: "#434343",
fillRule: "evenodd",
children: [/*#__PURE__*/_jsx("path", {
d: "M9.021 1.062c-.917 0-1.705-.27-2.04-1.062-.206.012-.735.033-.935.067.383 1.088 1.752 1.873 2.975 1.873s2.58-.785 2.963-1.873c-.199-.034-.719-.056-.922-.067-.334.793-1.123 1.062-2.041 1.062Z",
className: "prefix__si-glyph-fill"
}), /*#__PURE__*/_jsx("path", {
d: "M13.396.289c-.82 1.62-2.479 2.742-4.412 2.742-1.924 0-3.572-1.11-4.398-2.717C2.33 1.33 1.043 3.83 1.043 6.466v.486h2.988v7.983h9.948V6.952H17v-.486c0-2.663-1.306-5.183-3.604-6.177Z",
className: "prefix__si-glyph-fill"
})]
})
}));
export { GYSiGlyphTShirt };