UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 609 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 WaterDamage = createIcon("WaterDamage", [ [ "path", { d: "M12 3.5L2 12.5H5V20.5H19V12.5H22L12 3.5ZM7 18.5V10.69L12 6.19L17 10.69V18.5H7ZM14 14.5C14 15.6 13.1 16.5 12 16.5C10.9 16.5 10 15.6 10 14.5C10 13.4 12 10.5 12 10.5C12 10.5 14 13.4 14 14.5Z", key: "8d7w1u" } ] ]); export { WaterDamage as default }; //# sourceMappingURL=water_damage.js.map