UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 831 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 WbIridescent = createIcon("WbIridescent", [ [ "path", { d: "M4.99492 15H18.9949V9H4.99492V15ZM6.99492 11H16.9949V13H6.99492V11ZM10.9949 1H12.9949V4H10.9949V1ZM20.4549 5.01L19.0349 3.6L17.2449 5.39L18.6549 6.8L20.4549 5.01ZM10.9949 20H12.9949V23H10.9949V20ZM17.2349 18.71L19.0249 20.51L20.4449 19.09L18.6449 17.3L17.2349 18.71ZM4.95492 3.595L6.74292 5.385L5.33492 6.79L3.54792 5.003L4.95492 3.595ZM3.54492 19.08L4.95492 20.5L6.74492 18.7L5.33492 17.29L3.54492 19.08Z", key: "131brj" } ] ]); export { WbIridescent as default }; //# sourceMappingURL=wb_iridescent.js.map