UNPKG

@evg-b/evg-icons

Version:

material icons

17 lines (14 loc) 411 B
import React from 'react'; import CreateSvgIcon from '../CreateSvgIcon.js'; var Brightness1 = CreateSvgIcon({ path: /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", { d: "M0 0h24v24H0z", fill: "none" }), /*#__PURE__*/React.createElement("circle", { cx: "12", cy: "12", r: "10" })), name: 'Brightness1' }); export default Brightness1;