open-icon
Version:
Open Icon
4 lines (3 loc) • 2.02 kB
text/typescript
const IconAirportTransfer2 = `<svg id="airport-transfer_2" data-name="airport-transfer 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 72 72"><polyline points="46.86 16.14 40.5 22.5 46.86 28.86" 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="M19.74,57.7l5.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="M40.41,55.57c.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="M25.89,46.19l5.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,31.13l1.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,15.01c.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,18.65l-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><path d="M45,58.5c9.94,0,18-8.06,18-18s-8.06-18-18-18h-4.5" 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));"/></svg>`;
export default IconAirportTransfer2;
export { IconAirportTransfer2 }