@icongo/mc
Version:
Micon Icons
13 lines • 910 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var MCMdlLowerBrightness = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
viewBox: "0 0 2048 2048"
}, props, {
children: /*#__PURE__*/_jsx("path", {
d: "M960 512q93 0 174.5 35t142.5 96 96 142.5 35 174.5-35 174.5-96 142.5-142.5 96-174.5 35-174.5-35-142.5-96-96-142.5T512 960t35-174.5T643 643t142.5-96T960 512zm0 768q66 0 124-25t101.5-68.5 69-102T1280 960t-25.5-124-69-101.5-101.5-69T960 640t-124.5 25.5-102 69T665 836t-25 124 25 124.5 68.5 102 102 68.5 124.5 25zm64-896H896V192h128v192zM507 598 372 462l90-90 136 135zm-123 426H192V896h192v128zm123 298 91 91-136 135-90-90zm389 214h128v192H896v-192zm517-214 135 136-90 90-136-135zm315-426v128h-192V896h192zm-315-298-91-91 136-135 90 90z"
})
}));
export { MCMdlLowerBrightness };