UNPKG

open-icon

Version:

Open Icon

8 lines (7 loc) 1.54 kB
// lib/icons/moving-block.ts var IconMovingBlock = `<svg id="moving-block" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 72 72"><rect x="32.27" y="23.27" width="25.46" height="25.46" rx="2" ry="2" transform="translate(-12.28 42.36) rotate(-45)" style="fill: var(--icon-fill, rgba(0, 0, 0, 0)); opacity: var(--icon-fill-opacity, 1);"/><rect x="32.27" y="23.27" width="25.46" height="25.46" rx="2" ry="2" transform="translate(-12.28 42.36) rotate(-45)" style="fill: none; stroke-linecap: round; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><line x1="9" y1="36" x2="18" y2="36" style="fill: none; stroke: var(--icon-stroke-color-secondary, var(--icon-stroke-color, currentColor)); stroke-linecap: round; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><line x1="13.5" y1="49.5" x2="27" y2="49.5" style="fill: none; stroke: var(--icon-stroke-color-secondary, var(--icon-stroke-color, currentColor)); stroke-linecap: round; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><line x1="13.5" y1="22.5" x2="27" y2="22.5" style="fill: none; stroke: var(--icon-stroke-color-secondary, var(--icon-stroke-color, currentColor)); stroke-linecap: round; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/></svg>`; var moving_block_default = IconMovingBlock; export { IconMovingBlock, moving_block_default as default };