UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 553 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 18V21H23V9H21ZM11 12H9V9H11V12ZM15 12H13V9H15V12Z", key: "1o144q" } ] ]); export { Castle as default }; //# sourceMappingURL=castle.js.map