UNPKG

@risemaxi/sigil

Version:

Icons and Signs for the Rise Design System

17 lines (16 loc) 1.69 kB
import { memo } from 'react'; import Svg, { G, Path } from 'react-native-svg'; const RewindBackward5Fill = /* @__PURE__ */ memo(function RewindBackward5Fill(_props) { const { color = 'black', size = 24, ...props } = _props; return (<Svg viewBox="0 0 24 24" width={size} height={size} {...props}> <G fill="none"> <Path d="M24 0v24H0V0zM12.594 23.258l-.012.002-.071.035-.02.004-.014-.004-.071-.036q-.016-.004-.024.006l-.004.01-.017.428.005.02.01.013.104.074.015.004.012-.004.104-.074.012-.016.004-.017-.017-.427q-.004-.016-.016-.018m.264-.113-.014.002-.184.093-.01.01-.003.011.018.43.005.012.008.008.201.092q.019.005.029-.008l.004-.014-.034-.614q-.005-.019-.02-.022m-.715.002a.02.02 0 0 0-.027.006l-.006.014-.034.614q.001.018.017.024l.015-.002.201-.093.01-.008.003-.011.018-.43-.003-.012-.01-.01z"/> <Path fill={color} d="m6.97 1.705.192.953a10.46 10.46 0 0 1 7.15-.926c5.656 1.275 9.209 6.895 7.934 12.552s-6.895 9.21-12.552 7.934C4.818 21.12 1.508 16.795 1.501 12a1.5 1.5 0 0 1 3-.004 7.5 7.5 0 1 0 1.66-4.727A1.5 1.5 0 0 1 3.506 6.15l.505-4.325a1.5 1.5 0 0 1 2.96-.121m6.603 5.293a1.5 1.5 0 0 1 .144 2.993l-.144.007h-1.565v.178h.032c2.025 0 3.416 1.577 3.416 3.416a3.416 3.416 0 0 1-3.416 3.416c-.44 0-.905-.103-1.282-.225-.361-.117-.836-.315-1.213-.626a1.5 1.5 0 0 1 1.888-2.331l.064.031.117.048.142.046.137.032.147.025c.23 0 .416-.186.416-.416a.44.44 0 0 0-.105-.312c-.042-.042-.126-.104-.31-.104l-1.533.004a1.5 1.5 0 0 1-1.493-1.355l-.007-.145V8.898a1.9 1.9 0 0 1 1.751-1.895l.149-.005z"/> </G> </Svg>); }); /** * MingCute Icon: Rewind Backward 5 Fill * @see {@link https://www.mingcute.com MingCute Icon Docs} */ export { RewindBackward5Fill };