open-icon
Version:
Open Icon
4 lines (3 loc) • 1.76 kB
TypeScript
declare const IconArrowInCenter = "<svg id=\"arrow-in-center\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 72 72\"><polyline points=\"27 57.73 27 45 14.27 45\" style=\"fill: none; stroke-linejoin: round; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));\"/><polyline points=\"45 14.27 45 27 57.73 27\" style=\"fill: none; stroke-linejoin: round; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));\"/><line x1=\"58.5\" y1=\"13.5\" x2=\"45\" y2=\"27\" style=\"fill: none; stroke-linejoin: round; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));\"/><line x1=\"27\" y1=\"45\" x2=\"13.5\" y2=\"58.5\" style=\"fill: none; stroke-linejoin: round; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));\"/><polyline points=\"57.73 45 45 45 45 57.73\" style=\"fill: none; stroke-linejoin: round; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));\"/><polyline points=\"14.27 27 27 27 27 14.27\" style=\"fill: none; stroke-linejoin: round; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));\"/><line x1=\"13.5\" y1=\"13.5\" x2=\"27\" y2=\"27\" style=\"fill: none; stroke-linejoin: round; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));\"/><line x1=\"45\" y1=\"45\" x2=\"58.5\" y2=\"58.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=\"36\" r=\"4.5\" style=\"fill: none; stroke-linejoin: round; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));\"/></svg>";
export default IconArrowInCenter;
export { IconArrowInCenter };