@icongo/gy
Version:
Glyph Iconset Icons
26 lines (25 loc) • 1.54 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphMask1 = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphMask1 = function GYSiGlyphMask1(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-mask-1",
viewBox: "0 0 17 16"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#434343",
fillRule: "evenodd",
d: "M14.435 4.102c-1.33-.415-3.647 1.139-5.439 1.139-1.801 0-4.127-1.552-5.461-1.133-1.924.605-2.502-.597-2.502.48 0 0-.193 6.048 3.346 6.886 2 .286 3.445 1.495 4.617 1.495 1.192 0 2.189-1.079 4.667-1.505 3.214-.439 3.298-6.876 3.298-6.876 0-1.082-.59.118-2.526-.486ZM12.83 8.525c-.854.295-1.686.339-2.256.165-.354-.108-.615.073-.806.148-.189.075-.189-1.3.599-1.952.39-.325.553-.427 1.193-.648 1.385-.477 3.386.254 3.386.254s-.734 1.557-2.116 2.033ZM3.017 6.492s2.001-.73 3.386-.254c.642.222.805.323 1.193.648.789.652.789 2.027.6 1.952-.19-.075-.452-.257-.805-.148-.572.174-1.403.13-2.258-.165-1.382-.476-2.116-2.033-2.116-2.033Z",
className: "prefix__si-glyph-fill"
})
}));
};
exports.GYSiGlyphMask1 = GYSiGlyphMask1;