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 2.25 kB
/* eslint-disable */ import * as React from "react"; import OrbitIcon from "../Icon"; export default function Infant(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: "M4.06 14.35c2.546 4.241 6.785 6.494 12.657 6.751l-.048.025c-1.208.62-2.756.969-4.67.969-5.618 0-8.081-3.017-7.94-7.745zM20 14.129c.248 2.413-.342 4.547-1.894 5.997h-.112c-1.63.007-3.132-.132-4.506-.418 2.79-1.091 4.964-2.962 6.51-5.6l.002.02zM12.425 1.91c.398.011.797.054 1.186.126 3.063.567 5.425 3.02 6.198 5.303a2.61 2.61 0 0 1 1.324.603c.396.349.867 1.01.867 2.181 0 .948-.403 1.53-.742 1.85-.408.387-.904.578-1.323.672l-.144.028a.457.457 0 0 0-.28.248c-1.661 3.215-4.204 5.301-7.652 6.282l-.13.036c-3.247-1.074-5.65-3.123-7.23-6.148-.077-.148-.185-.245-.312-.272-.9-.15-1.856-.706-2.112-1.966-.242-1.189.147-1.976.516-2.428.454-.555 1.072-.855 1.64-.982.418-1.048 1.524-3.294 3.636-4.395 1.393-.727 2.79-1.107 4.156-1.137l.402-.001zm-.124 1.77c-1.166-.016-2.383.295-3.616.938-2.08 1.084-2.95 3.865-2.96 3.893a.888.888 0 0 1-.847.628c-.28 0-.687.128-.916.407-.186.228-.236.54-.152.954.131.647.852.61 1.07.583a.892.892 0 0 1 .995.766c.324 2.543 2.754 3.743 2.779 3.755a.908.908 0 0 1 .107.06c1.471.983 3.392.908 3.412.907l.033-.001h.06c.231-.006 1.868-.083 3.497-1.319 2.088-1.583 2.449-3.525 2.452-3.545a.883.883 0 0 1 .922-.745c.152.007.654-.033.906-.277.08-.076.186-.218.186-.56 0-.406-.088-.692-.26-.848-.268-.242-.739-.203-.743-.203a.895.895 0 0 1-.969-.706c-.25-1.255-1.492-3.166-3.5-4.114.028.295.018.63-.06 1.01-.32 1.562-1.54 2.073-2.503 2.073-.16 0-.313-.015-.454-.04a.886.886 0 0 1 .31-1.744c.502.076.809-.14.912-.644.074-.365.046-.65-.085-.846-.147-.222-.427-.339-.576-.381zm-.308 8.878c1.038.003 1.857.064 1.857 1.12 0 1.105-.87 1.593-1.975 1.593-1.104 0-2.025-.488-2.025-1.592 0-1.057.82-1.118 1.857-1.121h.286zm-2.8-2.725a1.104 1.104 0 1 1 0 2.209 1.104 1.104 0 0 1 0-2.209zm5.376 0a1.104 1.104 0 1 1 0 2.209 1.104 1.104 0 0 1 0-2.209z" })); }