open-icon
Version:
Open Icon
4 lines (3 loc) • 2.74 kB
TypeScript
declare const IconAirportTransfer = "<svg id=\"airport-transfer\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 72 72\"><polyline points=\"49.27 54 58.27 54 58.27 45\" style=\"fill: none; stroke: var(--icon-stroke-color-secondary, var(--icon-stroke-color, currentColor)); stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));\"/><line x1=\"40.5\" y1=\"36\" x2=\"58.27\" y2=\"54\" style=\"fill: none; stroke: var(--icon-stroke-color-secondary, var(--icon-stroke-color, currentColor)); stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));\"/><polyline points=\"49.73 18 40.73 18 40.73 27\" style=\"fill: none; stroke: var(--icon-stroke-color-secondary, var(--icon-stroke-color, currentColor)); stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));\"/><line x1=\"58.5\" y1=\"36\" x2=\"40.73\" y2=\"18\" style=\"fill: none; stroke: var(--icon-stroke-color-secondary, var(--icon-stroke-color, currentColor)); stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));\"/><g><path d=\"M11.38,53.2l5.49-8.2,7.56,3.13-11.28,6.21c-.12.07-.27.07-.39.02l-1.18-.49c-.26-.11-.36-.43-.2-.67Z\" style=\"fill: var(--icon-line-color, currentColor); stroke-width: 0px;\"/><path d=\"M32.06,51.07c.31-1.02-.27-2.11-1.26-2.52l-17.87-7.4-1.97-2.95c-.05-.07-.12-.13-.2-.17l-1.08-.45c-.31-.13-.65.11-.63.45l-.02.21c-.29,3.28,1.58,6.36,4.62,7.62l15.67,6.49c1.1.46,2.38-.12,2.74-1.3Z\" style=\"fill: var(--icon-line-color, currentColor); stroke-width: 0px;\"/><path d=\"M17.53,41.69l5.72,2.37-2.41-8.3c-.04-.13-.14-.24-.26-.29l-1.18-.49c-.26-.11-.56.05-.62.33l-1.26,6.38Z\" style=\"fill: var(--icon-line-color, currentColor); stroke-width: 0px;\"/></g><g><path d=\"M22.35,26.63l1.92-9.68-7.56-3.13,3.58,12.37c.04.13.14.24.26.29l1.18.49c.26.11.56-.05.62-.33Z\" style=\"fill: var(--icon-line-color, currentColor); stroke-width: 0px;\"/><path d=\"M9.24,10.51c.5-.94,1.68-1.3,2.67-.89l17.87,7.4,3.48-.69c.09-.02.18,0,.26.03l1.08.45c.31.13.38.54.12.76l-.14.16c-2.11,2.52-5.61,3.38-8.65,2.13l-15.67-6.49c-1.1-.46-1.59-1.77-1.02-2.85Z\" style=\"fill: var(--icon-line-color, currentColor); stroke-width: 0px;\"/><path d=\"M26.14,14.15l-5.72-2.37,7.57-4.17c.12-.07.27-.07.39-.02l1.18.49c.26.11.36.43.2.67l-3.62,5.4Z\" style=\"fill: var(--icon-line-color, currentColor); stroke-width: 0px;\"/></g><line x1=\"31.5\" y1=\"63\" x2=\"63\" y2=\"63\" style=\"fill: var(--icon-line-color, currentColor); stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));\"/></svg>";
export default IconAirportTransfer;
export { IconAirportTransfer };