google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 839 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 WbIncandescent = createIcon("WbIncandescent", [
[
"path",
{
d: "M3.55 18.5654L4.96 19.9754L6.75 18.1754L5.34 16.7654L3.55 18.5654ZM11 22.4754H13V19.5254H11V22.4754ZM4 10.5254H1V12.5254H4V10.5254ZM15 6.33539V1.52539H9V6.33539C7.21 7.37539 6 9.30539 6 11.5254C6 14.8354 8.69 17.5254 12 17.5254C15.31 17.5254 18 14.8354 18 11.5254C18 9.30539 16.79 7.37539 15 6.33539ZM20 10.5254V12.5254H23V10.5254H20ZM17.24 18.1854L19.03 19.9854L20.44 18.5754L18.64 16.7854L17.24 18.1854Z",
key: "1243r3"
}
]
]);
export { WbIncandescent as default };
//# sourceMappingURL=wb_incandescent.js.map