@icongo/mc
Version:
Micon Icons
13 lines • 896 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var MCMdlBrightness = 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-896H896V0h128v384zM896 1536h128v384H896v-384zm1024-640v128h-384V896h384zM384 1024H0V896h384v128zm123-426L236 326l90-90 272 271zm906 724 271 272-90 90-272-271zm0-724-91-91 272-271 90 90zm-906 724 91 91-272 271-90-90z"
})
}));
export { MCMdlBrightness };