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 Castle = createIcon("Castle", [ [ "path", { d: "M21 9V11H19V3H17V5H15V3H13V5H11V3H9V5H7V3H5V11H3V9H1V21H10V18C10 16.9 10.9 16 12 16C13.1 16 14 16.9 14 18V21H23V9H21ZM21 19H16V18C16 15.79 14.21 14 12 14C9.79 14 8 15.79 8 18V19H3V13H7V7H17V13H21V19Z", key: "18824b" } ], ["path", { d: "M11 9H9V12H11V9Z", key: "h5qe5l" }], ["path", { d: "M15 9H13V12H15V9Z", key: "1ivly1" }] ]); export { Castle as default }; //# sourceMappingURL=castle.js.map