@zh5/react-native-remix-icon
Version:
Remix Icon for React Native
9 lines (8 loc) • 336 B
JavaScript
import * as React from "react";
import Svg, { Path } from "react-native-svg";
const SvgRestTimeFill = props => (
<Svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
<Path d="M11 6v8h8a8 8 0 1 1-16 0c0-4.335 3.58-8 8-8Zm10-4v2l-5.327 6H21v2h-8v-2l5.326-6H13V2h8Z" />
</Svg>
);
export default SvgRestTimeFill;