UNPKG

google-material-icons

Version:

A google material icon library package for React applications

24 lines (20 loc) 709 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 AddBusiness = createIcon("AddBusiness", [ ["path", { d: "M17 2.5H2V4.5H17V2.5Z", key: "c3qidq" }], [ "path", { d: "M15 15.5H17V12.5H18V10.5L17 5.5H2L1 10.5V12.5H2V18.5H11V12.5H15V15.5ZM9 16.5H4V12.5H9V16.5ZM3.04 10.5L3.64 7.5H15.36L15.96 10.5H3.04Z", key: "9fdc9m" } ], ["path", { d: "M23 16.5H20V13.5H18V16.5H15V18.5H18V21.5H20V18.5H23V16.5Z", key: "8xbh7u" }] ]); export { AddBusiness as default }; //# sourceMappingURL=add_business.js.map