@icongo/gy
Version:
Glyph Iconset Icons
26 lines (25 loc) • 1.23 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphShare5 = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphShare5 = function GYSiGlyphShare5(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-share-5",
viewBox: "0 0 17 16"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#434343",
fillRule: "evenodd",
d: "M15.021 4a1.97 1.97 0 0 0-1.706 1H9.708a1.985 1.985 0 0 0-3.697 1c0 .009.002.018.003.026l-2.052 1.23a1.97 1.97 0 0 0-.961-.257 2 2 0 1 0 2 2c0-.011-.003-.021-.003-.032l2.06-1.235c.281.152.6.247.942.247.731 0 1.362-.396 1.708-.979h3.607c.344.596.976 1 1.706 1A1.99 1.99 0 0 0 17 6c0-1.105-.887-2-1.979-2Z",
className: "prefix__si-glyph-fill"
})
}));
};
exports.GYSiGlyphShare5 = GYSiGlyphShare5;