UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 586 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 Cottage = createIcon("Cottage", [ [ "path", { d: "M12 4L6 8.58V7H4V10.11L1 12.4L2.21 13.99L4 12.62V22H11V16H13V22H20V12.62L21.79 13.98L23 12.4L12 4ZM10 2C10 3.66 8.66 5 7 5C6.45 5 6 5.45 6 6H4C4 4.34 5.34 3 7 3C7.55 3 8 2.55 8 2H10Z", key: "1uuh6" } ] ]); export { Cottage as default }; //# sourceMappingURL=cottage.js.map