UNPKG

open-icon

Version:

Open Icon

8 lines (7 loc) 1.47 kB
// lib/icons/building-church.ts var IconBuildingChurch = `<svg id="building-church" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 72 72"><path d="M57.75,38.81l-20.49-16.39c-.74-.59-1.78-.58-2.51.01l-20.51,16.73c-.47.38-.74.95-.74,1.55v15.78c0,1.1.9,2,2,2h16v-11.5c0-1.1.9-2,2-2h5c1.1,0,2,.9,2,2v11.5h16c1.1,0,2-.9,2-2v-16.12c0-.61-.28-1.18-.75-1.56Z" style="fill: var(--icon-fill, rgba(0, 0, 0, 0)); opacity: var(--icon-fill-opacity, 1);"/><path d="M40.5,58.28v-11.5c0-1.1-.9-2-2-2h-5c-1.1,0-2,.9-2,2v11.5" style="fill: none; stroke: var(--icon-stroke-color-secondary, var(--icon-stroke-color, currentColor)); stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><path d="M14.24,39.68l20.51-16.73c.73-.6,1.78-.6,2.51-.01l20.49,16.39c.47.38.75.95.75,1.56v16.12c0,1.1-.9,2-2,2H15.5c-1.1,0-2-.9-2-2v-15.78c0-.6.27-1.17.74-1.55Z" style="fill: none; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><line x1="36" y1="4.5" x2="36" y2="22.5" style="fill: none; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><line x1="29.25" y1="11" x2="42.75" y2="11" style="fill: none; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/></svg>`; var building_church_default = IconBuildingChurch; export { IconBuildingChurch, building_church_default as default };