UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 503 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: "M12 6.19L17 10.69V18.5H15V12.5H9V18.5H7V10.69L12 6.19ZM12 3.5L2 12.5H5V20.5H11V14.5H13V20.5H19V12.5H22L12 3.5Z", key: "1gh2bj" } ] ]); export { Home as default }; //# sourceMappingURL=home.js.map