UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 523 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 Factory = createIcon("Factory", [ [ "path", { d: "M22 10V22H2V10L9 7V9L14 7V10H22ZM17.2 8.5L18 2H21L21.8 8.5H17.2ZM11 18H13V14H11V18ZM7 18H9V14H7V18ZM17 14H15V18H17V14Z", key: "18fw2x" } ] ]); export { Factory as default }; //# sourceMappingURL=factory.js.map