open-icon
Version:
Open Icon
4 lines (3 loc) • 2.07 kB
TypeScript
declare const IconArrowSkip2 = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 72 72\"><g id=\"arrow-up-down\"><polyline points=\"49.5 27.24 58.62 36.12 67.5 27\" style=\"fill: none; stroke-linejoin: round; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));\"/></g><g id=\"chevron-disconnect_2\" data-name=\"chevron-disconnect 2\"><circle cx=\"36\" cy=\"49.5\" r=\"4.5\" style=\"fill: var(--icon-fill, rgba(0, 0, 0, 0)); opacity: var(--icon-fill-opacity, 1);\"/><circle cx=\"13.5\" cy=\"49.5\" r=\"4.5\" style=\"fill: var(--icon-fill, rgba(0, 0, 0, 0)); opacity: var(--icon-fill-opacity, 1);\"/><circle cx=\"58.5\" cy=\"49.5\" r=\"4.5\" style=\"fill: var(--icon-fill, rgba(0, 0, 0, 0)); opacity: var(--icon-fill-opacity, 1);\"/><path d=\"M13.5,45v-13.5c0-12.43,10.07-13.5,22.5-13.5s22.5,1.07,22.5,13.5l.12,4.5\" style=\"fill: none; stroke-linejoin: round; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));\"/><circle cx=\"36\" cy=\"49.5\" r=\"4.5\" style=\"fill: none; stroke-linejoin: round; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));\"/><circle cx=\"13.5\" cy=\"49.5\" r=\"4.5\" style=\"fill: none; stroke-linejoin: round; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));\"/><circle cx=\"58.5\" cy=\"49.5\" r=\"4.5\" style=\"fill: none; stroke-linejoin: round; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));\"/><circle cx=\"36\" cy=\"49.5\" r=\"4.5\" style=\"fill: none; stroke-linejoin: round; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));\"/><circle cx=\"13.5\" cy=\"49.5\" r=\"4.5\" style=\"fill: none; stroke-linejoin: round; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));\"/><circle cx=\"58.5\" cy=\"49.5\" r=\"4.5\" style=\"fill: none; stroke-linejoin: round; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));\"/></g></svg>";
export default IconArrowSkip2;
export { IconArrowSkip2 };