UNPKG

@amaui/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 1.12 kB
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@amaui/ui-react'; const IconMaterialBrightness3W100 = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "Brightness3W100", short_name: "Brightness3", viewBox: "0 0 24 24" }, props), /*#__PURE__*/React.createElement("path", { d: "M11.275 19.8q2.65-.7 4.313-2.887Q17.25 14.725 17.25 12t-1.662-4.888Q13.925 4.95 11.275 4.25q1.575 1.525 2.388 3.537.812 2.013.812 4.213t-.812 4.237q-.813 2.038-2.388 3.563ZM17.95 12q0 1.625-.537 3.062-.538 1.438-1.488 2.575-.95 1.138-2.275 1.901-1.325.762-2.875 1.037-.35.05-.512-.1-.163-.15-.163-.35 0-.125.038-.225.037-.1.137-.175 1.8-1.425 2.65-3.4.85-1.975.85-4.325t-.85-4.325q-.85-1.975-2.65-3.4-.1-.075-.137-.175-.038-.1-.038-.225 0-.2.163-.35.162-.15.512-.1 1.55.25 2.875 1.025 1.325.775 2.275 1.912.95 1.138 1.488 2.576.537 1.437.537 3.062Zm-3.475 0Z" })); }); IconMaterialBrightness3W100.displayName = 'AmauiIconMaterialBrightness3W100'; export default IconMaterialBrightness3W100;