UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 552 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 Fort = createIcon("Fort", [ [ "path", { d: "M21 3V5H19V3H17V5H15V3H13V7L15 9V10H9V9L11 7V3H9V5H7V3H5V5H3V3H1V7L3 9V15L1 17V21H10V18C10 16.9 10.9 16 12 16C13.1 16 14 16.9 14 18V21H23V17L21 15V9L23 7V3H21Z", key: "n13m7f" } ] ]); export { Fort as default }; //# sourceMappingURL=fort.js.map