@icongo/gy
Version:
Glyph Iconset Icons
34 lines (33 loc) • 1.77 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphNoDog = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphNoDog = function GYSiGlyphNoDog(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-no-dog",
viewBox: "0 0 17 16"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
fill: "#434343",
fillRule: "evenodd",
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "m13.125 5.149-.342-1.128-2.163 2.138 1.081 1.127 2.294.493.97-.712-1.84-1.918Zm-3.061 1.926H5.451c-.018 0-2.242-.952-2.576-1.096v.444l1.502 1.372c-.195.241-.332.503-.332.704v3.417l1.378.104v-1.207l1.878-.95h2.342l.469 2.054h.88V8.015l-.928-.94Z",
className: "prefix__si-glyph-fill"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M9.01 15.958c-4.405 0-7.989-3.565-7.989-7.948C1.021 3.627 4.605.063 9.01.063c4.405 0 7.989 3.564 7.989 7.947s-3.584 7.948-7.989 7.948ZM8.979 1.073c-3.902 0-7.077 3.135-7.077 6.989s3.175 6.989 7.077 6.989 7.077-3.136 7.077-6.989c0-3.854-3.175-6.989-7.077-6.989Z",
className: "prefix__si-glyph-fill"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "m11.157 1.314 1.207.58-6.348 13.213-1.207-.58z",
className: "prefix__si-glyph-fill"
})]
})
}));
};
exports.GYSiGlyphNoDog = GYSiGlyphNoDog;