@theoplayer/react-native-ui
Version:
A React Native UI for @theoplayer/react-native
19 lines • 883 B
JavaScript
import Svg, { Path } from 'react-native-svg';
import React from 'react';
import { SvgContext } from './SvgUtils';
import { jsx as _jsx, Fragment as _Fragment } from "react/jsx-runtime";
export const LanguageSvg = props => {
return /*#__PURE__*/_jsx(SvgContext.Consumer, {
children: context => /*#__PURE__*/_jsx(_Fragment, {
children: /*#__PURE__*/_jsx(Svg, {
viewBox: '0 0 24 24',
...context,
...props,
children: /*#__PURE__*/_jsx(Path, {
d: "M17.469 15.446a6.892 6.892 310 1 0-4.772 3.342l2.872.986q1.9.626 1.9-1.374v-2.954l2.598 1.5V22q0 2-1.899 1.374l-4.95-1.632a9.892 9.892 310 1 1 6.849-4.796zM7 10a1 1 180 1 0 0 2 1 1 180 1 0 0-2zm4 0a1 1 180 1 0 0 2h5a1 1 180 1 0 0-2zm-3 4a1 1 180 1 0 0 2h3a1 1 180 1 0 0-2zm7 0a1 1 180 1 0 0 2 1 1 180 1 0 0-2z"
})
})
})
});
};
//# sourceMappingURL=LanguageSvg.js.map