@nant-design/nant-icons
Version:
12 lines (8 loc) • 830 B
JSX
import React from 'react';
export const FishOutline = ({fill="currentColor",...other}) => {
return <svg width='1.33em' height='1.33em' fill={fill} viewBox="0 0 512 512" {...other}>
<path fill="none" stroke={fill} strokeWidth="32" strokeLinejoin="round" d="M240 152c-50.71 12.21-94.15 52.31-120.3 73.43a261.14 261.14 0 0 0-23.81-19.58C59.53 179.29 16 176 16 176s11.37 51.53 41.36 79.83C27.37 284.14 16 335.67 16 335.67s43.53-3.29 79.89-29.85a259.18 259.18 0 0 0 23.61-19.41c26.1 21.14 69.74 61.34 120.5 73.59l-16 56c39.43-6.67 78.86-35.51 94.72-48.25C448 362 496 279 496 256c0-22-48-106-176.89-111.73C303.52 131.78 263.76 102.72 224 96Z"/>
<circle cx="416" cy="239.99" r="16"/>
<path fill="none" stroke={fill} strokeWidth="32" strokeLinecap="round" strokeMiterlimit="20" d="M378.37 356a199.22 199.22 0 0 1 0-200"/>
</svg>;
};