UNPKG

google-material-icons

Version:

A google material icon library package for React applications

16 lines (12 loc) 422 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 Home = createIcon("Home", [ ["path", { d: "M10 20.5V14.5H14V20.5H19V12.5H22L12 3.5L2 12.5H5V20.5H10Z", key: "js0cf1" }] ]); export { Home as default }; //# sourceMappingURL=home.js.map