UNPKG

@risemaxi/sigil

Version:

Icons and Signs for the Rise Design System

14 lines (13 loc) 505 B
import { memo } from 'react'; import Svg, { Path } from 'react-native-svg'; const Loader5Fill = /* @__PURE__ */ memo(function Loader5Fill(_props) { const { color = 'black', size = 24, ...props } = _props; return (<Svg fill={color} viewBox="0 0 24 24" width={size} height={size} {...props}> <Path d="M12 3a9 9 0 0 1 9 9h-2a7 7 0 0 0-7-7z"/> </Svg>); }); /** * Remix Icon: Loader 5 Fill * @see {@link https://remixicon.com/icon/loader-5-fill Remix Icon Docs} */ export { Loader5Fill };