google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 528 B
JavaScript
/**
* @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: "M19 10C17.9 10 17 10.9 17 12H16V3L3 8V21H21V12C21 10.9 20.1 10 19 10ZM5 9.37L14 5.91V12H9V19H5V9.37ZM19 19H16V16H14V19H11V14H19V19Z",
key: "l6je7j"
}
]
]);
export { Villa as default };
//# sourceMappingURL=villa.js.map