google-material-icons
Version:
A google material icon library package for React applications
26 lines (22 loc) • 889 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 Synagogue = createIcon("Synagogue", [
[
"path",
{
d: "M6 8V21H10V16C10 14.9 10.9 14 12 14C13.1 14 14 14.9 14 16V21H18V8L12 3L6 8ZM13.5 10C13.5 10.83 12.83 11.5 12 11.5C11.17 11.5 10.5 10.83 10.5 10C10.5 9.17 11.17 8.5 12 8.5C12.83 8.5 13.5 9.17 13.5 10Z",
key: "bl48y3"
}
],
["path", { d: "M3 5C1.9 5 1 5.9 1 7V8H5V7C5 5.9 4.1 5 3 5Z", key: "kjf46m" }],
["path", { d: "M5 9H1V21H5V9Z", key: "djww8x" }],
["path", { d: "M21 5C19.9 5 19 5.9 19 7V8H23V7C23 5.9 22.1 5 21 5Z", key: "1hmyqs" }],
["path", { d: "M23 9H19V21H23V9Z", key: "1cp1n1" }]
]);
export { Synagogue as default };
//# sourceMappingURL=synagogue.js.map