google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 728 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 LightbulbCircle = createIcon("LightbulbCircle", [
[
"path",
{
d: "M12 2C6.48 2 2 6.48 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 12 2ZM12 19C11.17 19 10.5 18.33 10.5 17.5H13.5C13.5 18.33 12.83 19 12 19ZM15 16.5H9V15H15V16.5ZM14.97 14H9.03C7.8 13.09 7 11.64 7 10C7 7.24 9.24 5 12 5C14.76 5 17 7.24 17 10C17 11.64 16.2 13.09 14.97 14Z",
key: "13htfo"
}
]
]);
export { LightbulbCircle as default };
//# sourceMappingURL=lightbulb_circle.js.map