@icongo/gy
Version:
Glyph Iconset Icons
26 lines (25 loc) • 1.41 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphWeightUp = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphWeightUp = function GYSiGlyphWeightUp(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-weight-up",
viewBox: "0 0 17 16"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#434343",
fillRule: "evenodd",
d: "M12.867 3.039h-.923c.034-.152.056-.32.056-.508C12 1.135 10.877 0 9.495 0S6.99 1.135 6.99 2.531c0 .188.026.355.068.508h-.922c-1.125 0-2.037.883-2.037 1.971l-2.016 8.975c0 1.09.79 1.972 1.917 1.972h11c1.126 0 1.917-.882 1.917-1.972L14.905 5.01c0-1.088-.912-1.971-2.038-1.971Zm-5.043-.508c0-.949.749-1.723 1.671-1.723.921 0 1.67.773 1.67 1.723 0 .178-.034.346-.083.508H7.906a1.743 1.743 0 0 1-.082-.508Zm2.23 7.549v2.959H8.946v-2.938l-2.133-.021 2.73-3.06 2.564 3.06h-2.053Z",
className: "prefix__si-glyph-fill"
})
}));
};
exports.GYSiGlyphWeightUp = GYSiGlyphWeightUp;