@icongo/gy
Version:
Glyph Iconset Icons
26 lines (25 loc) • 1.42 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphWeightDown = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphWeightDown = function GYSiGlyphWeightDown(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-down",
viewBox: "0 0 16 16"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#434343",
fillRule: "evenodd",
d: "M12.905 5.01c0-1.088-.912-1.971-2.038-1.971h-.923c.034-.152.056-.32.056-.508C10 1.135 8.877 0 7.495 0S4.99 1.135 4.99 2.531c0 .188.026.355.068.508h-.922c-1.125 0-2.037.883-2.037 1.971L.083 13.985c0 1.09.912 1.972 2.039 1.972H12.88c1.126 0 2.037-.882 2.037-1.972L12.905 5.01ZM5.824 2.531c0-.949.749-1.723 1.671-1.723.921 0 1.67.773 1.67 1.723 0 .178-.034.346-.083.508H5.906a1.743 1.743 0 0 1-.082-.508Zm1.139 7.416V6.958h1.074v2.968l2.07.021-2.648 3.092-2.49-3.092h1.994Z",
className: "prefix__si-glyph-fill"
})
}));
};
exports.GYSiGlyphWeightDown = GYSiGlyphWeightDown;