UNPKG

google-material-icons

Version:

A google material icon library package for React applications

64 lines (60 loc) 1.57 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 Shower = createIcon("Shower", [ [ "path", { d: "M8 18C8.55228 18 9 17.5523 9 17C9 16.4477 8.55228 16 8 16C7.44772 16 7 16.4477 7 17C7 17.5523 7.44772 18 8 18Z", key: "1yzagn" } ], [ "path", { d: "M12 18C12.5523 18 13 17.5523 13 17C13 16.4477 12.5523 16 12 16C11.4477 16 11 16.4477 11 17C11 17.5523 11.4477 18 12 18Z", key: "4vwfh1" } ], [ "path", { d: "M16 18C16.5523 18 17 17.5523 17 17C17 16.4477 16.5523 16 16 16C15.4477 16 15 16.4477 15 17C15 17.5523 15.4477 18 16 18Z", key: "1eu4y1" } ], [ "path", { d: "M13 5.08V3H11V5.08C7.61 5.57 5 8.47 5 12V14H19V12C19 8.47 16.39 5.57 13 5.08Z", key: "1p6d9n" } ], [ "path", { d: "M8 21C8.55228 21 9 20.5523 9 20C9 19.4477 8.55228 19 8 19C7.44772 19 7 19.4477 7 20C7 20.5523 7.44772 21 8 21Z", key: "1tdrst" } ], [ "path", { d: "M12 21C12.5523 21 13 20.5523 13 20C13 19.4477 12.5523 19 12 19C11.4477 19 11 19.4477 11 20C11 20.5523 11.4477 21 12 21Z", key: "12ey4v" } ], [ "path", { d: "M16 21C16.5523 21 17 20.5523 17 20C17 19.4477 16.5523 19 16 19C15.4477 19 15 19.4477 15 20C15 20.5523 15.4477 21 16 21Z", key: "uvkqim" } ] ]); export { Shower as default }; //# sourceMappingURL=shower.js.map