UNPKG

google-material-icons

Version:

A google material icon library package for React applications

29 lines (25 loc) 771 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 AddHome = createIcon("AddHome", [ [ "path", { d: "M10.5 4.5L16.5 9V10C17.2 10 17.87 10.1 18.5 10.29V8L10.5 2L2.5 8V20H10.18C9.88 19.38 9.68 18.71 9.58 18H4.5V9L10.5 4.5Z", key: "u8gmu9" } ], [ "path", { d: "M16.5 12C13.74 12 11.5 14.24 11.5 17C11.5 19.76 13.74 22 16.5 22C19.26 22 21.5 19.76 21.5 17C21.5 14.24 19.26 12 16.5 12ZM19.5 17.5H17V20H16V17.5H13.5V16.5H16V14H17V16.5H19.5V17.5Z", key: "1ftq0o" } ] ]); export { AddHome as default }; //# sourceMappingURL=add_home.js.map