google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 550 B
JavaScript
/**
* @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 22H2V10L9 7V9L14 7V10H17L18 2H21L22 10V22ZM12 9.95L7 11.95V10L4 11.32V20H20V12H12V9.95ZM11 18H13V14H11V18ZM7 18H9V14H7V18ZM17 14H15V18H17V14Z",
key: "g53bnt"
}
]
]);
export { Factory as default };
//# sourceMappingURL=factory.js.map