UNPKG

@theoplayer/react-native-ui

Version:

A React Native UI for @theoplayer/react-native

19 lines 1.47 kB
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 SettingsSvg = 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: "M14 22.475h-4q-.475 0-.863-.337-.387-.338-.437-.813l-.3-2.2q-.2-.075-.4-.2t-.375-.25l-2.05.85q-.475.2-.937.05-.463-.15-.738-.6l-1.975-3.45q-.25-.45-.162-.95.087-.5.487-.775l1.775-1.35Q4 12.325 4 12.225v-.45q0-.1.025-.225L2.25 10.2q-.4-.3-.487-.8-.088-.5.162-.925L3.9 5.025q.25-.45.725-.588.475-.137.95.038l2.075.875q.175-.15.363-.263.187-.112.387-.187l.3-2.225q.05-.5.425-.825.375-.325.875-.325h4q.5 0 .875.325t.425.825l.3 2.225q.2.075.4.187.2.113.375.263l2.05-.875q.475-.175.938-.025.462.15.737.575l2 3.45q.25.45.15.95-.1.5-.5.775l-1.775 1.35v.675q0 .1-.025.225l1.775 1.35q.4.275.487.775.088.5-.162.95l-2 3.45q-.25.425-.725.587-.475.163-.95-.037l-2.025-.85q-.175.125-.362.25-.188.125-.388.2l-.3 2.2q-.05.475-.425.813-.375.337-.875.337ZM12 15.5q1.45 0 2.475-1.025Q15.5 13.45 15.5 12q0-1.45-1.025-2.475Q13.45 8.5 12 8.5q-1.45 0-2.475 1.025Q8.5 10.55 8.5 12q0 1.45 1.025 2.475Q10.55 15.5 12 15.5Z" }) }) }) }); }; //# sourceMappingURL=SettingsSvg.js.map