UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 1.12 kB
/** * @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 WbSunny = createIcon("WbSunny", [ [ "path", { d: "M6.76 5.34078L4.96 3.55078L3.55 4.96078L5.34 6.75078L6.76 5.34078ZM1 11.0008H4V13.0008H1V11.0008ZM11 1.05078H13V4.00078H11V1.05078ZM19.04 3.54578L20.448 4.95278L18.658 6.74278L17.251 5.33478L19.04 3.54578ZM17.24 18.6608L19.03 20.4608L20.44 19.0508L18.64 17.2608L17.24 18.6608ZM20 11.0008H23V13.0008H20V11.0008ZM12 6.00078C8.69 6.00078 6 8.69078 6 12.0008C6 15.3108 8.69 18.0008 12 18.0008C15.31 18.0008 18 15.3108 18 12.0008C18 8.69078 15.31 6.00078 12 6.00078ZM12 16.0008C9.79 16.0008 8 14.2108 8 12.0008C8 9.79078 9.79 8.00078 12 8.00078C14.21 8.00078 16 9.79078 16 12.0008C16 14.2108 14.21 16.0008 12 16.0008ZM11 20.0008H13V22.9508H11V20.0008ZM3.55 19.0408L4.96 20.4508L6.75 18.6508L5.34 17.2408L3.55 19.0408Z", key: "yja79f" } ] ]); export { WbSunny as default }; //# sourceMappingURL=wb_sunny.js.map