UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 610 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 HomeMax = createIcon("HomeMax", [ [ "path", { d: "M19 5H5C2.79 5 1 6.79 1 9V14C1 16.21 2.79 18 5 18H7V19H17V18H19C21.21 18 23 16.21 23 14V9C23 6.79 21.21 5 19 5ZM21 14C21 15.1 20.1 16 19 16H5C3.9 16 3 15.1 3 14V9C3 7.9 3.9 7 5 7H19C20.1 7 21 7.9 21 9V14Z", key: "1599ob" } ] ]); export { HomeMax as default }; //# sourceMappingURL=home_max.js.map