google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 610 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 Lightbulb = createIcon("Lightbulb", [
[
"path",
{
d: "M9 21C9 21.5 9.4 22 10 22H14C14.6 22 15 21.5 15 21V20H9V21ZM12 2C8.1 2 5 5.1 5 9C5 11.4 6.2 13.5 8 14.7V17C8 17.5 8.4 18 9 18H15C15.6 18 16 17.5 16 17V14.7C17.8 13.4 19 11.3 19 9C19 5.1 15.9 2 12 2Z",
key: "wndtd"
}
]
]);
export { Lightbulb as default };
//# sourceMappingURL=lightbulb.js.map