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.62 kB
/* eslint-disable */ import * as React from "react"; import OrbitIcon from "../Icon"; export default function Meal(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: "M6.464 8.786c-.053-.107-.13-.233-.178-.317a1.975 1.975 0 0 1 .125-2.684.833.833 0 0 1 1.178 1.177.287.287 0 0 0-.053.334c.053.106.128.233.178.316.667.79.613 1.96-.125 2.684A.833.833 0 1 1 6.411 9.12a.287.287 0 0 0 .053-.333zm9.822-1.174c.047-.084.126-.21.178-.316a.287.287 0 0 0-.053-.334.833.833 0 0 1 1.178-1.178c.738.724.792 1.895.125 2.684-.05.084-.125.21-.178.317a.287.287 0 0 0 .053.333.833.833 0 0 1-1.178 1.178 1.975 1.975 0 0 1-.125-2.684zm-4.876 1.09c.738-.738.55-.991-.078-1.831-.63-.84-1.682-2.246.079-4.007a.833.833 0 0 1 1.178 1.178c-.74.744-.552.996.077 1.834.628.837 1.68 2.244-.076 4.004A.834.834 0 0 1 11.41 8.7zm-7.192 7.672h.002a.417.417 0 0 1-.393-.557 2.417 2.417 0 0 1 .667-.993 4.827 4.827 0 0 1 3.023-.973.833.833 0 0 0 .687-.394A4.303 4.303 0 0 1 12 11.374a4.303 4.303 0 0 1 3.797 2.087.833.833 0 0 0 .688.394 4.833 4.833 0 0 1 3.022.969c.302.27.532.612.667.993a.417.417 0 0 1-.392.557H4.218zm17.157 1.042a.625.625 0 1 1 0 1.25h-.844a.833.833 0 0 0-.79.566l-.471 1.398a1.258 1.258 0 0 1-1.14.744H5.87a1.242 1.242 0 0 1-1.118-.69l-.491-1.453a.833.833 0 0 0-.79-.565h-.846a.625.625 0 0 1 0-1.25h18.75z" })); }