@icongo/gy
Version:
Glyph Iconset Icons
31 lines (30 loc) • 2.03 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphCow = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphCow = function GYSiGlyphCow(props) {
return /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
className: "prefix__si-glyph prefix__si-glyph-cow",
viewBox: "0 0 17 16"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
fill: "#434343",
fillRule: "evenodd",
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M12.953 15.079c0 .476-1.771.861-3.961.861-2.188 0-3.962-.386-3.962-.861h7.923ZM2.046 3.715C1.12 2.824.801.741 1.337.229c.533-.512 1.224.267 2.151 1.155.927.89 2.643 2.025 2.107 2.537-.533.514-2.621.682-3.549-.206Zm13.965-.041c.925-.891 1.244-2.974.708-3.486-.533-.512-1.223.267-2.15 1.155-.927.89-2.643 2.025-2.107 2.537.533.514 2.621.682 3.549-.206ZM7 6h.984v.984H7zm3 0h.984v.984H10z",
className: "prefix__si-glyph-fill"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M14.277 7.383c.21-.499.329-1.037.329-1.598 0-2.633-2.491-4.765-5.565-4.765-3.076 0-5.566 2.132-5.566 4.765 0 .548.113 1.073.312 1.563-1.031.399-1.76 1.343-1.76 2.442v.826c0 1.463 1.985 3.338 3.566 3.338h6.805c1.581 0 3.566-1.875 3.566-3.338V9.79c.001-1.073-.693-1.991-1.687-2.407Zm-6.23 4.664H6.953v-1.094h1.094v1.094ZM5.841 6.876c0-1.655.509-2.999 1.137-2.999.629 0 1.138 1.344 1.138 2.999a1.142 1.142 0 0 1-2.275 0Zm5.206 5.171H9.953v-1.094h1.094v1.094ZM9.946 6.848c0-1.64.479-2.97 1.067-2.97.59 0 1.067 1.33 1.067 2.97.001 1.637-2.134 1.637-2.134 0Z",
className: "prefix__si-glyph-fill"
})]
})
}));
};
exports.GYSiGlyphCow = GYSiGlyphCow;