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 Countertops = createIcon("Countertops", [ [ "path", { d: "M18 10V7C18 5.34 16.66 4 15 4C13.34 4 12 5.34 12 7H14C14 6.45 14.45 6 15 6C15.55 6 16 6.45 16 7V10H8C9.1 10 10 9.1 10 8V4H4V8C4 9.1 4.9 10 6 10H2V12H4V20H20V12H22V10H18ZM13 18H11V12H13V18Z", key: "yswf1c" } ] ]); export { Countertops as default }; //# sourceMappingURL=countertops.js.map