@icongo/gy
Version:
Glyph Iconset Icons
17 lines • 764 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var GYSiGlyphDog = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
className: "prefix__si-glyph prefix__si-glyph-dog",
viewBox: "0 0 16 16"
}, props, {
children: /*#__PURE__*/_jsx("path", {
fill: "#434343",
fillRule: "evenodd",
d: "M3.348 6.007c-.026 0-.058.014-.086.017l.031-.03L.025 3.965l-.014.597 1.5 2.46c-.277.341-.473.706-.473.988v4.908H3v-1.655l2.98-1.334h3.019l.667 2.989h1.252v-5.59l-1.007-1.32H3.348v-.001Zm10.404-2.384-.416-1.385-2.655 2.622 1.329 1.383 2.81.604 1.192-.872-2.26-2.352Z",
className: "prefix__si-glyph-fill"
})
}));
export { GYSiGlyphDog };