UNPKG

open-icon

Version:

Open Icon

4 lines (3 loc) 1.4 kB
const IconBlockPartials = `<svg id="block-partials" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 72 72"><path d="M22.11,13.5c.25.7.39,1.46.39,2.25,0,3.73-3.02,6.75-6.75,6.75-.79,0-1.55-.14-2.25-.39v36.39h36.39c-.25-.7-.39-1.46-.39-2.25,0-3.73,3.02-6.75,6.75-6.75.79,0,1.55.14,2.25.39V13.5H22.11Z" style="fill: var(--icon-fill, rgba(0, 0, 0, 0)); opacity: var(--icon-fill-opacity, 1);"/><path d="M49.5,58.5H17.5c-2.21,0-4-1.79-4-4V22.5" style="fill: none; stroke-linecap: round; stroke-linejoin: round; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><path d="M22.5,13.5h32c2.21,0,4,1.79,4,4v32" style="fill: none; stroke-linecap: round; stroke-linejoin: round; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><circle cx="15.75" cy="15.75" r="6.75" style="fill: none; stroke: var(--icon-stroke-color-secondary, var(--icon-stroke-color, currentColor)); stroke-linecap: round; stroke-linejoin: round; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><circle cx="56.25" cy="56.25" r="6.75" style="fill: none; stroke: var(--icon-stroke-color-secondary, var(--icon-stroke-color, currentColor)); stroke-linecap: round; stroke-linejoin: round; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/></svg>`; export default IconBlockPartials; export { IconBlockPartials }