google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 620 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 Light = createIcon("Light", [
[
"path",
{
d: "M13 6.06V3H11V6.06C6.5 6.56 3 10.37 3 14.99C3 16.1 3.9 17 5.01 17H8C8 19.21 9.79 21 12 21C14.21 21 16 19.21 16 17H18.99C20.1 17 21 16.1 21 14.99C21 10.37 17.5 6.56 13 6.06ZM5 15C5 11.14 8.14 8 12 8C15.86 8 19 11.14 19 15H5Z",
key: "7zg62t"
}
]
]);
export { Light as default };
//# sourceMappingURL=light.js.map