open-icon
Version:
Open Icon
4 lines (3 loc) • 924 B
text/typescript
const IconShieldLine = `<svg id="shield-line" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 72 72"><path d="M36,9v54c24.55-9.82,24.55-44.18,24.55-44.18l-24.55-9.82Z" style="fill: var(--icon-fill, rgba(0, 0, 0, 0)); opacity: var(--icon-fill-opacity, 1);"/><path d="M36,63C11.45,53.18,11.45,18.82,11.45,18.82l24.55-9.82" style="fill: var(--icon-fill, rgba(0, 0, 0, 0)); opacity: var(--icon-fill-opacity, 1);"/><line x1="36" y1="9" x2="36" y2="63" style="fill: none; transform: rotate(calc((360 / 60 * var(--handle)) * 1deg)); stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><path d="M11.45,18.82l24.55-9.82,24.55,9.82s0,34.36-24.55,44.18C11.45,53.18,11.45,18.82,11.45,18.82Z" style="fill: none; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/></svg>`;
export default IconShieldLine;
export { IconShieldLine }