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.64 kB
/* eslint-disable */ import * as React from "react"; import OrbitIcon from "../Icon"; export default function Toilets(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: "M8.727 11.383l1.586 5.076a.417.417 0 0 1-.397.541H8.783a.417.417 0 0 0-.417.365l-.534 4.27a.417.417 0 0 1-.416.365h-2.5a.417.417 0 0 1-.417-.364l-.528-4.271A.417.417 0 0 0 3.555 17h-1.14a.417.417 0 0 1-.396-.54l1.583-5.077a2.657 2.657 0 0 1 .75-1.176.417.417 0 0 0-.048-.654 3.333 3.333 0 1 1 3.722 0 .417.417 0 0 0-.049.654c.35.319.61.724.75 1.176zM5.885 6.038a3.953 3.953 0 0 1-1.091.701.417.417 0 0 0-.235.491 1.66 1.66 0 0 0 3.207 0 .417.417 0 0 0-.235-.49 3.936 3.936 0 0 1-1.084-.703.417.417 0 0 0-.562 0zM11.999 2a.833.833 0 0 1 .833.833v18.334a.833.833 0 1 1-1.666 0V2.833A.833.833 0 0 1 11.999 2zm7.937 8.083a4.15 4.15 0 0 1 2.063 3.584v2.083a.417.417 0 0 1-.417.417h-1.121a.417.417 0 0 0-.417.372l-.545 5.09a.417.417 0 0 1-.417.371h-2.5a.417.417 0 0 1-.416-.372l-.54-5.089a.417.417 0 0 0-.417-.372h-1.127a.417.417 0 0 1-.416-.417v-2.083a4.15 4.15 0 0 1 2.063-3.584.417.417 0 0 0 .047-.687 3.333 3.333 0 1 1 4.113 0 .417.417 0 0 0 .047.687zm-3.727-3.66a1.583 1.583 0 0 0-.043.369 1.667 1.667 0 0 0 3.333 0 .234.234 0 0 0-.073-.174.236.236 0 0 0-.181-.059 4.195 4.195 0 0 1-.437.024 4.803 4.803 0 0 1-2.016-.441.417.417 0 0 0-.583.281z" })); }