UNPKG

@amaui/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 1.25 kB
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@amaui/ui-react'; const IconMaterialBrightnessAutoW100Filled = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "BrightnessAutoW100Filled", short_name: "BrightnessAuto", viewBox: "0 0 24 24" }, props), /*#__PURE__*/React.createElement("path", { d: "m11.775 7.15-3.3 8.375q-.075.175.037.325.113.15.313.15.125 0 .2-.062.075-.063.125-.163l1-2.475h3.75l1 2.475q.05.125.15.175.1.05.2.05.2 0 .312-.15.113-.15.038-.35l-3.325-8.35q-.025-.075-.1-.113Q12.1 7 12.025 7t-.15.037q-.075.038-.1.113Zm-1.375 5.5 1.55-4.1h.1l1.6 4.1ZM9.2 18.7H6.8q-.625 0-1.062-.438Q5.3 17.825 5.3 17.2v-2.4l-1.75-1.75q-.425-.425-.425-1.05t.425-1.05L5.3 9.2V6.8q0-.625.438-1.062Q6.175 5.3 6.8 5.3h2.4l1.75-1.75q.425-.425 1.05-.425t1.05.425L14.8 5.3h2.4q.625 0 1.062.438.438.437.438 1.062v2.4l1.75 1.75q.425.425.425 1.05t-.425 1.05L18.7 14.8v2.4q0 .625-.438 1.062-.437.438-1.062.438h-2.4l-1.75 1.75q-.425.425-1.05.425t-1.05-.425Z" })); }); IconMaterialBrightnessAutoW100Filled.displayName = 'AmauiIconMaterialBrightnessAutoW100Filled'; export default IconMaterialBrightnessAutoW100Filled;