open-icon
Version:
Open Icon
4 lines (3 loc) • 2.22 kB
text/typescript
const IconBinoculars = `<svg id="binoculars" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 72 72"><g ><rect x="38.17" y="15.64" width="18.18" height="18.18" transform="translate(31.33 -26.18) rotate(45)" style="fill: var(--icon-fill, rgba(0, 0, 0, 0)); opacity: var(--icon-fill-opacity, 1);" /><rect x="27.14" y="28.5" width="14.55" height="18.18" transform="translate(36.66 -13.32) rotate(45)" style="fill: var(--icon-fill, rgba(0, 0, 0, 0)); opacity: var(--icon-fill-opacity, 1);" /><rect x="16.1" y="41.36" width="10.91" height="18.18" transform="translate(41.98 -.46) rotate(45)" style="fill: var(--icon-fill, rgba(0, 0, 0, 0)); opacity: var(--icon-fill-opacity, 1);" /><line x1="44.69" y1="9.31" x2="62.69" y2="27.31" style="fill: var(--icon-fill, rgba(0, 0, 0, 0)); opacity: var(--icon-fill-opacity, 1);" /><line x1="8.69" y1="50.45" x2="21.55" y2="63.31" style="fill: var(--icon-fill, rgba(0, 0, 0, 0)); opacity: var(--icon-fill-opacity, 1);" /></g><g><rect x="38.17" y="15.64" width="18.18" height="18.18" transform="translate(31.33 -26.18) rotate(45)" style="fill: none; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><rect x="27.14" y="28.5" width="14.55" height="18.18" transform="translate(36.66 -13.32) rotate(45)" style="fill: none; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><rect x="16.1" y="41.36" width="10.91" height="18.18" transform="translate(41.98 -.46) rotate(45)" style="fill: none; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><line x1="44.69" y1="9.31" x2="62.69" y2="27.31" 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));"/><line x1="8.69" y1="50.45" x2="21.55" y2="63.31" 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));"/></g></svg>`;
export default IconBinoculars;
export { IconBinoculars }