@icongo/gy
Version:
Glyph Iconset Icons
26 lines (25 loc) • 1.75 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphPetCarrier = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphPetCarrier = function GYSiGlyphPetCarrier(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-pet-carrier",
viewBox: "0 0 17 16"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#434343",
fillRule: "evenodd",
d: "M12.504 3.037h-.535V2.022c0-.564-.446-1.022-.995-1.022H7.032c-.549 0-.994.458-.994 1.022v1.015h-.543c-3.682 0-4.494 11.789-4.494 11.789 0 .58.514 1.054 1.147 1.054h13.704c.634 0 1.148-.474 1.148-1.054 0 0-.883-11.789-4.496-11.789Zm-5.546 7.98V8.934H11v2.083H6.958ZM11.04 12v2H6.988v-2h4.052Zm-.009-6.083v2.104H6.958V5.917h4.073Zm3.661 2.104h-2.755V5.917h2.125c.251.639.459 1.366.63 2.104Zm-8.661 0H3.285c.165-.729.367-1.473.615-2.104h2.131v2.104Zm-.01.913v2.083H2.75c.086-.616.196-1.36.346-2.083h2.925Zm5.958-.031H14.9c.153.731.271 1.489.359 2.113h-3.28V8.903ZM6.977 2.185c0-.17.148-.309.33-.309H10.7c.182 0 .33.139.33.309v.853H6.977v-.853Zm-4.46 11.041s.036-.45.133-1.226h3.371v2H3.365c-.469 0-.848-.349-.848-.774ZM14.629 14H11.98v-2h3.362c.1.768.141 1.233.141 1.233-.001.422-.385.767-.854.767Z",
className: "prefix__si-glyph-fill"
})
}));
};
exports.GYSiGlyphPetCarrier = GYSiGlyphPetCarrier;