UNPKG

@nant-design/nant-icons

Version:

14 lines (9 loc) 525 B
import React from 'react'; export const SadOutline = ({width="410",height="404",...other}) => { return <svg width='1.33em' height='1.33em' fill="currentColor" viewBox="0 0 512 512" {...other}> <circle cx="184" cy="232" r="24"/> <path d="M256 288c45.42 0 83.62 29.53 95.71 69.83a8 8 0 0 1-7.87 10.17H168.15a8 8 0 0 1-7.82-10.17C172.32 317.53 210.53 288 256 288Z"/> <circle cx="328" cy="232" r="24"/> <circle cx="256" cy="256" r="208" fill="none" stroke="currentColor" strokeMiterlimit="10" strokeWidth="32"/> </svg>; };