UNPKG

@icongo/gy

Version:
26 lines (25 loc) 1.53 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.GYSiGlyphSheep = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var GYSiGlyphSheep = function GYSiGlyphSheep(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-sheep", viewBox: "0 0 17 17" }, props), {}, { children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#434343", fillRule: "evenodd", d: "M12.696 5.459c-.069-.02-.165-.262-.368-.542l.007-.02c.881-.114 1.553-.67 1.553-1.343 0-.672-.672-1.229-1.553-1.343-.158-.64-.924-1.127-1.852-1.127-.626 0-1.178.224-1.52.566-.343-.343-.895-.566-1.52-.566-.929 0-1.693.487-1.851 1.127-.882.114-1.552.669-1.552 1.343 0 .673.67 1.229 1.552 1.343.006.025.019.047.027.072-.194.258-.298.472-.361.49-1.013.296-2.292.732-2.136 1.271.158.539 1.692.977 2.706.683.157-.047-.821 3.324-.821 5.098 0 3.312 1.775 4.49 3.968 4.49s3.97-1.178 3.97-4.49c0-1.773-.979-5.145-.82-5.098 1.013.294 2.59-.144 2.748-.683.158-.539-1.164-.975-2.177-1.271ZM7 9h1v1H7V9Zm3 6H8v-1h2v1Zm1-5h-1V9h1v1Z", className: "prefix__si-glyph-fill" }) })); }; exports.GYSiGlyphSheep = GYSiGlyphSheep;