open-icon
Version:
Open Icon
4 lines (3 loc) • 1.75 kB
text/typescript
const IconMedia = `<svg id="media" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 72 72"><circle cx="54" cy="18" r="4.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="M63,45l-20.96-25.16c-.8-.96-2.27-.96-3.07,0l-5.96,7.16" 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="M21.94,40.12v9.76c0,.8.89,1.28,1.55.83l7.32-4.88c.59-.4.59-1.27,0-1.66l-7.32-4.88c-.66-.44-1.55.03-1.55.83Z" 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));"/><circle cx="54" cy="18" r="4.5" style="fill: var(--icon-fill, rgba(0, 0, 0, 0)); opacity: var(--icon-fill-opacity, 1); stroke-width: 0px;"/><path d="M21.94,40.12v9.76c0,.8.89,1.28,1.55.83l7.32-4.88c.59-.4.59-1.27,0-1.66l-7.32-4.88c-.66-.44-1.55.03-1.55.83Z" style="fill: var(--icon-fill, rgba(0, 0, 0, 0)); opacity: var(--icon-fill-opacity, 1); stroke-width: 0px;"/><rect x="9" y="27" width="36" height="36" rx="2" ry="2" style="fill: none; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><path d="M61,45h-16v-16c0-1.1-.9-2-2-2h-16V11c0-1.1.9-2,2-2h32c1.1,0,2,.9,2,2v32c0,1.1-.9,2-2,2Z" style="fill: none; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/></svg>`;
export default IconMedia;
export { IconMedia }