UNPKG

@risemaxi/sigil

Version:

Icons and Signs for the Rise Design System

14 lines (13 loc) 747 B
import { memo } from 'react'; import Svg, { Path } from 'react-native-svg'; const MentalHealthFill = /* @__PURE__ */ memo(function MentalHealthFill(_props) { const { color = 'black', size = 24, ...props } = _props; return (<Svg fill={color} viewBox="0 0 24 24" width={size} height={size} {...props}> <Path d="M11 2a8 8 0 0 1 7.934 6.965l2.25 3.539c.148.233.118.58-.225.728L19 14.07V17a2 2 0 0 1-2 2h-1.999L15 22H6v-3.694c0-1.18-.436-2.297-1.245-3.305A8 8 0 0 1 11 2m-.53 5.763a1.75 1.75 0 0 0-2.475 2.474L11 13.243l3.005-3.006a1.75 1.75 0 1 0-2.475-2.474l-.53.53z"/> </Svg>); }); /** * Remix Icon: Mental Health Fill * @see {@link https://remixicon.com/icon/mental-health-fill Remix Icon Docs} */ export { MentalHealthFill };