UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 494 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 Villa = createIcon("Villa", [ [ "path", { d: "M7 21H3V8L16 3V10H7V21ZM19 10C17.9 10 17 10.9 17 12H9V21H14V16H16V21H21V12C21 10.9 20.1 10 19 10Z", key: "k5d6kw" } ] ]); export { Villa as default }; //# sourceMappingURL=villa.js.map