UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 681 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 Church = createIcon("Church", [ [ "path", { d: "M18 12.72V9.5L13 7V5.5H15V3.5H13V1.5H11V3.5H9V5.5H11V7L6 9.5V12.72L2 14.5V22.5H10V19.5C10 18.4 10.9 17.5 12 17.5C13.1 17.5 14 18.4 14 19.5V22.5H22V14.5L18 12.72ZM12 14C11.17 14 10.5 13.33 10.5 12.5C10.5 11.67 11.17 11 12 11C12.83 11 13.5 11.67 13.5 12.5C13.5 13.33 12.83 14 12 14Z", key: "1eu7b8" } ] ]); export { Church as default }; //# sourceMappingURL=church.js.map