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.88 kB
/* eslint-disable */ import * as React from "react"; import OrbitIcon from "../Icon"; export default function MusicalInstruments(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: "M21.756 9.316a1.26 1.26 0 0 1-1.054.36 8.457 8.457 0 0 0-3.732.367.208.208 0 0 1-.202-.039 4.989 4.989 0 0 0-3.286-1.192.21.21 0 0 1-.182-.311 8.39 8.39 0 0 0 1.023-5.202 1.265 1.265 0 0 1 .362-1.055.833.833 0 0 1 1.178 0l5.893 5.893a.833.833 0 0 1 0 1.179zM5.922 14.283a.833.833 0 0 1-1.178-1.179l1.25-1.25a.833.833 0 1 1 1.178 1.179l-1.25 1.25zm10.257 2.385l.588.587a.843.843 0 0 1 0 1.179.833.833 0 0 1-1.179 0l-.5-.5a.208.208 0 0 0-.298 0l-1 1.052a.21.21 0 0 0 0 .291l.472.472a.833.833 0 1 1-1.179 1.178l-.434-.433a.207.207 0 0 0-.297 0l-.01.009h-.004a3.756 3.756 0 0 1-5.308.005 3.921 3.921 0 0 1-.62-.809.208.208 0 0 0-.333-.04l-.454.465a.21.21 0 0 0 0 .294l.162.16a.833.833 0 0 1 .005 1.173l-.005.005-.017.017a.833.833 0 0 1-1.167-.017L2.245 19.4a.834.834 0 1 1 1.178-1.18l.138.137a.207.207 0 0 0 .296 0l7.014-7.197h.005a3.75 3.75 0 0 1 5.303 5.304.147.147 0 0 0 0 .205zm-7.417.239l-.044.05a1.305 1.305 0 0 0 .077 1.79 1.25 1.25 0 0 0 1.766 0v-.005l.023-.025a.207.207 0 0 0 0-.29l-1.525-1.523a.21.21 0 0 0-.148-.06.212.212 0 0 0-.149.063zm5.64-2.204V14.7a1.25 1.25 0 1 0-1.76-1.776.145.145 0 0 0 0 .204l1.575 1.575a.13.13 0 0 0 .185 0zm-1.384 1.16l-1.489-1.49a.207.207 0 0 0-.297 0l-1.014 1.04a.21.21 0 0 0 0 .293l1.506 1.502a.208.208 0 0 0 .298 0l1-1.054a.208.208 0 0 0-.004-.29zM8.84 11.367a.833.833 0 0 1-1.178-1.178l1.25-1.25a.833.833 0 0 1 1.178 1.178l-1.25 1.25z" })); }