open-icon
Version:
Open Icon
4 lines (3 loc) • 1.35 kB
TypeScript
declare const IconArrowHeadedTwowayDiagonalLr = "<svg id=\"arrow-headed-twoway-diagonal-lr\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 72 72\"><g ><polygon points=\"28.43 11.75 27.95 27.95 43.86 12.04 28.43 11.75\" style=\"fill: var(--icon-fill, rgba(0, 0, 0, 0)); opacity: var(--icon-fill-opacity, 1);\" /><polygon points=\"44.05 44.05 28.14 59.96 43.57 60.25 44.05 44.05\" style=\"fill: var(--icon-fill, rgba(0, 0, 0, 0)); opacity: var(--icon-fill-opacity, 1);\" /></g><line x1=\"60.25\" y1=\"43.57\" x2=\"36.29\" y2=\"19.61\" style=\"fill: none; stroke-linejoin: round; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));\"/><g><polygon points=\"28.43 11.75 27.95 27.95 43.86 12.04 28.43 11.75\" style=\"fill: none; stroke-linejoin: round; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));\"/><polygon points=\"44.05 44.05 28.14 59.96 43.57 60.25 44.05 44.05\" style=\"fill: none; stroke-linejoin: round; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));\"/></g><line x1=\"11.75\" y1=\"28.43\" x2=\"35.71\" y2=\"52.39\" style=\"fill: none; stroke-linejoin: round; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));\"/></svg>";
export default IconArrowHeadedTwowayDiagonalLr;
export { IconArrowHeadedTwowayDiagonalLr };