google-material-icons
Version:
A google material icon library package for React applications
32 lines (28 loc) • 843 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 WbTwilight = createIcon("WbTwilight", [
[
"path",
{
d: "M19.0759 6.53981L16.9552 8.66201L18.37 10.0758L20.4907 7.95361L19.0759 6.53981Z",
key: "1r1g4t"
}
],
["path", { d: "M22 18H2V20H22V18Z", key: "kry7b7" }],
["path", { d: "M13 4H11V7H13V4Z", key: "1eas9y" }],
[
"path",
{
d: "M4.95674 6.51064L3.54254 7.92484L5.66384 10.0461L7.07804 8.63194L4.95674 6.51064Z",
key: "lx9ovn"
}
],
["path", { d: "M5 16H19C19 12.13 15.87 9 12 9C8.13 9 5 12.13 5 16Z", key: "m6kan9" }]
]);
export { WbTwilight as default };
//# sourceMappingURL=wb_twilight.js.map