UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 498 B
/** * @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 WbShade = createIcon("WbShade", [ [ "path", { d: "M14 12V14.5L19.5 20H22L14 12ZM14 20H17L14 17V20ZM8 4L2 10H4V20H12V10H14L8 4ZM9 14H7V10H9V14Z", key: "hp3uij" } ] ]); export { WbShade as default }; //# sourceMappingURL=wb_shade.js.map