UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 666 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 BusinessCenter = createIcon("BusinessCenter", [ [ "path", { d: "M10 16V15H3.01L3 19C3 20.11 3.89 21 5 21H19C20.11 21 21 20.11 21 19V15H14V16H10ZM20 7H15.99V5L13.99 3H9.99L7.99 5V7H4C2.9 7 2 7.9 2 9V12C2 13.11 2.89 14 4 14H10V12H14V14H20C21.1 14 22 13.1 22 12V9C22 7.9 21.1 7 20 7ZM14 7H10V5H14V7Z", key: "1weyr1" } ] ]); export { BusinessCenter as default }; //# sourceMappingURL=business_center.js.map