@icongo/gy
Version:
Glyph Iconset Icons
31 lines (30 loc) • 1.82 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphClip = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphClip = function GYSiGlyphClip(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-clip",
viewBox: "0 0 16 16"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
fill: "#434343",
fillRule: "evenodd",
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M11.031 15.991h.953c-.504-1.792-2.192-9.907-2.219-10.054.014-.449.008-1.28.303-1.574.318-.314.9-.791.9-1.657 0-.81-.389-2.69-3.016-2.69-2.631 0-2.914 1.881-2.914 2.69 0 .696.24 1.202.801 1.687.448.441.371.791.371 1.514 0 .319-1.658 8.3-2.211 10.085h.953c.424-1.404 1.984-9.664 1.984-10.085 0-1.025-.107-1.561-.617-2.062-.402-.349-.367-.657-.367-1.139 0-1.303.547-1.769 2-1.769 1.448 0 2.078.466 2.078 1.769 0 .523-.135.804-.477 1.143-.412.411-.494 1.401-.518 2.062-.002.13 1.61 8.667 1.996 10.08Z",
className: "prefix__si-glyph-fill"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M7.746 9.023c-.549 2.39-1.412 5.619-1.775 6.965h4.014c-.33-1.354-1.227-4.612-1.775-6.965h-.464Zm4.262-.015c.494 2.203 1.328 5.263 1.719 6.98h2.232V9.023l-3.951-.015Zm-12 .029v6.925h2.227c.438-1.701 1.205-4.714 1.716-6.925H.008Z",
className: "prefix__si-glyph-fill"
})]
})
}));
};
exports.GYSiGlyphClip = GYSiGlyphClip;