UNPKG

@zh5/react-native-remix-icon

Version:
9 lines (8 loc) 1.09 kB
import * as React from "react"; import Svg, { Path } from "react-native-svg"; const SvgVimeoLine = props => ( <Svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}> <Path d="M17.994 3.004C20.427 3.004 22 4.516 22 7.499c0 1.72-.998 3.94-1.832 5.235-2.789 4.333-6.233 8.74-9.643 8.74-3.706 0-4.67-6.83-5.092-8.432-.422-1.6-.533-2.209-1.17-3.232-.317.219-.76.528-1.33.929a.5.5 0 0 1-.693-.116L.926 8.807a.5.5 0 0 1 .027-.62C3.78 4.914 6.129 3.277 8 3.277c2.392 0 3.125 2.815 3.324 4.222.3 2.117.69 4.738 1.245 5.872.556-.791 2.18-2.887 1.966-3.99-.094-.486-1.317.184-1.887.078-.425-.079-.805-.402-.805-1.026 0-1.31 1.851-5.43 6.15-5.43Zm.007 2c-2.194 0-3.251 1.532-3.653 2.207 1.25.046 1.97.819 2.134 1.804.388 2.329-1.917 4.92-2.34 5.564-.396.603-3.061 3.329-4.25-3.359-.112-.63-.367-2.164-.665-4.187-.17-1.15-.872-1.763-1.229-1.763-.843 0-1.92.65-3.856 2.515 1.905-.115 2.545 2.276 2.917 3.634.815 2.983 1.57 8.055 3.62 8.055 1.726 0 4.438-2.646 7.37-7.039.208-.312 1.965-3.025 1.965-5.036 0-2.395-1.469-2.395-2.013-2.395Z" /> </Svg> ); export default SvgVimeoLine;