UNPKG

react-native-remix-icon

Version:
14 lines (11 loc) 706 B
import * as React from "react"; import Svg, { Path } from "react-native-svg"; function SvgVolumeOffVibrateFill(props) { return ( <Svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}> <Path fill="none" d="M0 0h24v24H0z" /> <Path d="M19.39 3.161l1.413 1.414-2.475 2.475 2.475 2.475L18.328 12l2.475 2.476-2.475 2.475 2.475 2.475-1.414 1.414-3.889-3.89 2.475-2.474L15.5 12l2.475-2.475L15.5 7.05l3.89-3.889zM13 19.945a.5.5 0 01-.817.387L6.89 15.999 3 16a1 1 0 01-1-1V9a1 1 0 011-1l2.584-.002-3.776-3.776 1.414-1.414L13 12.586v7.359zm-.113-16.206a.5.5 0 01.113.316v5.702L9.282 6.04l2.901-2.372a.5.5 0 01.704.07z" /> </Svg> ); } export default SvgVolumeOffVibrateFill;