UNPKG

google-material-icons

Version:

A google material icon library package for React applications

29 lines (25 loc) 770 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: "M16.5 10C17.2 10 17.87 10.1 18.5 10.29V8L10.5 2L2.5 8V20H10.18C9.75 19.09 9.5 18.08 9.5 17C9.5 13.13 12.63 10 16.5 10Z", key: "1uuo42" } ], [ "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