@theoplayer/react-native-ui
Version:
A React Native UI for @theoplayer/react-native
19 lines • 1.41 kB
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 VolumeOffSvg = 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: "m19.225 22.55-2.25-2.275q-.175.1-.35.187-.175.088-.375.163-.525.2-1.075-.138-.55-.337-.55-1.062 0-.225.088-.425.087-.2.287-.325.05-.025.138-.088.087-.062.137-.087l-2.65-2.7v2.425q0 1.05-.962 1.463-.963.412-1.713-.338l-3.5-3.5H3.525q-.65 0-1.112-.463-.463-.462-.463-1.112v-4.55q0-.65.463-1.113.462-.462 1.112-.462H5.2L1.35 4.2Q1 3.85 1 3.375t.35-.825q.35-.35.85-.35t.85.35L20.9 20.9q.35.35.35.825t-.35.825q-.35.35-.838.35-.487 0-.837-.35ZM16.25 3.325q2.6 1.1 4.188 3.425 1.587 2.325 1.587 5.225 0 1.425-.4 2.7-.4 1.275-1.125 2.4L18.775 15.3q.425-.75.638-1.588.212-.837.212-1.737 0-2.125-1.175-3.875t-3.1-2.575q-.325-.125-.525-.4t-.2-.625q0-.65.525-1.038.525-.387 1.1-.137Zm.925 10.35-2.55-2.6V7.65q1.275.6 2.088 1.762.812 1.163.812 2.588 0 .45-.087.875-.088.425-.263.8ZM12.625 9l-3.45-3.575.775-.775q.75-.75 1.713-.338.962.413.962 1.463Z"
})
})
})
});
};
//# sourceMappingURL=VolumeOffSvg.js.map