UNPKG

open-icon

Version:

Open Icon

4 lines (3 loc) 1.85 kB
const IconLiquidSoap = `<svg id="liquid-soap" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 72 72"><path d="M15.5,63h27.5c1.1,0,2-.9,2-2v-20.5c-17.5,0-17.5,9-31.5,9v11.5c0,1.1.9,2,2,2Z" style="fill: var(--icon-fill, rgba(0, 0, 0, 0)); opacity: var(--icon-fill-opacity, 1);"/><circle cx="56.25" cy="20.25" r="6.75" style="fill: var(--icon-fill, rgba(0, 0, 0, 0)); opacity: var(--icon-fill-opacity, 1);"/><circle cx="58.5" cy="40.5" r="4.5" style="fill: var(--icon-fill, rgba(0, 0, 0, 0)); opacity: var(--icon-fill-opacity, 1);"/><path d="M36,27.58v-2.83c0-3.73-3.02-6.75-6.75-6.75s-6.75,3.02-6.75,6.75v2.83" 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="9" x2="29.25" y2="18" style="fill: none; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><line x1="20.25" y1="9" x2="45" y2="9" style="fill: none; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><path d="M21.5,27.58h15.5c4.42,0,8,3.58,8,8v26c0,1.1-.9,2-2,2H15.5c-1.1,0-2-.9-2-2v-26c0-4.42,3.58-8,8-8Z" style="fill: none; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><path d="M13.5,50.08c14,0,14-9,31.5-9" style="fill: none; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><circle cx="56.25" cy="20.25" r="6.75" style="fill: none; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><circle cx="58.5" cy="40.5" r="4.5" style="fill: none; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/></svg>`; export default IconLiquidSoap; export { IconLiquidSoap }