google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 593 B
JavaScript
/**
* @license google-material-icons v2.1.3 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/
import createIcon from '../../createIcon.js';
const Brightness3 = createIcon("Brightness3", [
[
"path",
{
d: "M8.5 2C7.45 2 6.45 2.16 5.5 2.46C9.56 3.73 12.5 7.52 12.5 12C12.5 16.48 9.56 20.27 5.5 21.54C6.45 21.84 7.45 22 8.5 22C14.02 22 18.5 17.52 18.5 12C18.5 6.48 14.02 2 8.5 2Z",
key: "8p0xia"
}
]
]);
export { Brightness3 as default };
//# sourceMappingURL=brightness_3.js.map