@icongo/gy
Version:
Glyph Iconset Icons
26 lines (25 loc) • 1.4 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphBrightness = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphBrightness = function GYSiGlyphBrightness(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-brightness",
viewBox: "0 0 17 16"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#434343",
fillRule: "evenodd",
d: "M9.041 3.001C6.326 3.001 4.125 5.239 4.125 8c0 2.762 2.201 5 4.916 5 2.717 0 4.917-2.238 4.917-5 0-2.761-2.2-4.999-4.917-4.999Zm.042 8.226a3.227 3.227 0 1 1 0-6.453 3.227 3.227 0 0 1 0 6.453ZM8 0h1.958v2H8zm0 14h2v1.958H8zm7-7h1.958v1.958H15zM1 7h1.958v2H1zm13.691-5.207 1.326 1.327-1.326 1.324-1.325-1.328zM3.468 12.714l1.325 1.327-1.367 1.366L2.1 14.08zm11.082.064 1.364 1.363-1.326 1.326-1.364-1.364zM3.443 1.775l1.301 1.302-1.326 1.325-1.3-1.3z",
className: "prefix__si-glyph-fill"
})
}));
};
exports.GYSiGlyphBrightness = GYSiGlyphBrightness;