google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 897 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 WbIridescent = createIcon("WbIridescent", [
[
"path",
{
d: "M4.99492 15.0008H18.9949V9.00078H4.99492V15.0008ZM10.9949 1.05078V4.00078H12.9949V1.05078H10.9949ZM19.0349 3.55078L17.2449 5.34078L18.6549 6.75078L20.4549 4.96078L19.0349 3.55078ZM12.9949 22.9508V20.0008H10.9949V22.9508H12.9949ZM20.4449 19.0408L18.6449 17.2508L17.2349 18.6608L19.0249 20.4608L20.4449 19.0408ZM3.54492 4.96078L5.33492 6.75078L6.74492 5.34078L4.95492 3.55078L3.54492 4.96078ZM4.95492 20.4508L6.74492 18.6508L5.33492 17.2408L3.54492 19.0308L4.95492 20.4508Z",
key: "11oolz"
}
]
]);
export { WbIridescent as default };
//# sourceMappingURL=wb_iridescent.js.map