UNPKG

@risemaxi/sigil

Version:

Icons and Signs for the Rise Design System

14 lines (13 loc) 560 B
import { memo } from 'react'; import Svg, { Path } from 'react-native-svg'; const Settings6Fill = /* @__PURE__ */ memo(function Settings6Fill(_props) { const { color = 'black', size = 24, ...props } = _props; return (<Svg fill={color} viewBox="0 0 24 24" width={size} height={size} {...props}> <Path d="M17.5 2.474 23 12l-5.5 9.526h-11L1 12l5.5-9.526zM8.634 8.17l5 8.66 1.732-1-5-8.66z"/> </Svg>); }); /** * Remix Icon: Settings 6 Fill * @see {@link https://remixicon.com/icon/settings-6-fill Remix Icon Docs} */ export { Settings6Fill };