UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 635 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 HomeMini = createIcon("HomeMini", [ [ "path", { d: "M12 5C4.19 5 2 9.48 2 12C2 15.86 5.13 19 8.99 19H15.01C17.7 19 22 16.92 22 12C22 12 22 5 12 5ZM12 7C19.64 7 19.99 11.51 20 12H4C4 11.8 4.09 7 12 7ZM14.86 17H9.14C7.04 17 5.22 15.76 4.43 14H19.58C18.78 15.76 16.96 17 14.86 17Z", key: "gwaml7" } ] ]); export { HomeMini as default }; //# sourceMappingURL=home_mini.js.map