UNPKG

@kiwicom/orbit-components

Version:

Orbit-components is a React component library which provides developers with the easiest possible way of building Kiwi.com’s products.

18 lines 1.46 kB
/* eslint-disable */ import * as React from "react"; import OrbitIcon from "../Icon"; export default function FlightServices(props) { return React.createElement(OrbitIcon, { viewBox: "0 0 24 24", size: props.size, color: props.color, customColor: props.customColor, className: props.className, dataTest: props.dataTest, ariaHidden: props.ariaHidden, reverseOnRtl: props.reverseOnRtl, ariaLabel: props.ariaLabel }, React.createElement("path", { d: "M17 19.083c.92 0 1.667.747 1.667 1.667a.417.417 0 0 1-.417.417H6.583a.417.417 0 0 1-.416-.417v-3.333A.417.417 0 0 1 6.583 17h4.584a.833.833 0 0 1 .833.833.417.417 0 0 1-.417.417H9.5a.417.417 0 1 0 0 .833H17zM4.703 11.167a.417.417 0 0 1-.407-.51 7.925 7.925 0 0 1 5.828-5.924.417.417 0 0 0 .297-.539 1.625 1.625 0 0 1-.088-.527 1.667 1.667 0 1 1 3.334 0 1.625 1.625 0 0 1-.088.527.417.417 0 0 0 .297.54 7.925 7.925 0 0 1 5.828 5.923.417.417 0 0 1-.407.51H4.702zm3.15-3.417a.626.626 0 0 0 .794.968 5.625 5.625 0 0 1 2.372-1.15.625.625 0 0 0-.264-1.222A6.898 6.898 0 0 0 7.853 7.75zM21.375 12a.625.625 0 1 1 0 1.25h-.696a.417.417 0 0 0-.295.122l-.884.884a.833.833 0 0 1-.59.244H5.09a.833.833 0 0 1-.59-.244l-.884-.884a.417.417 0 0 0-.294-.122h-.697a.625.625 0 1 1 0-1.25h18.75zM4.5 16.167a.833.833 0 0 1 .833.833v4.167A.833.833 0 0 1 4.5 22H2.833A.833.833 0 0 1 2 21.167V17a.833.833 0 0 1 .833-.833H4.5zM3.458 20.75a.625.625 0 1 0 0-1.25.625.625 0 0 0 0 1.25z" })); }