@evg-b/evg-icons
Version:
material icons
15 lines (12 loc) • 506 B
JavaScript
import React from 'react';
import CreateSvgIcon from '../CreateSvgIcon.js';
var Brightness3 = CreateSvgIcon({
path: /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
d: "M0 0h24v24H0z",
fill: "none"
}), /*#__PURE__*/React.createElement("path", {
d: "M9 2c-1.05 0-2.05.16-3 .46 4.06 1.27 7 5.06 7 9.54 0 4.48-2.94 8.27-7 9.54.95.3 1.95.46 3 .46 5.52 0 10-4.48 10-10S14.52 2 9 2z"
})),
name: 'Brightness3'
});
export default Brightness3;