UNPKG

@nant-design/nant-icons

Version:

8 lines (6 loc) 513 B
import React from 'react'; export const SadSharp = ({width="410",height="404",...other}) => { return <svg width='1.33em' height='1.33em' fill="currentColor" viewBox="0 0 512 512" {...other}> <path d="M414.39 97.61A224 224 0 1 0 97.61 414.39 224 224 0 1 0 414.39 97.61ZM328 208a24 24 0 1 1-24 24 23.94 23.94 0 0 1 24-24Zm-144 0a24 24 0 1 1-24 24 23.94 23.94 0 0 1 24-24Zm72 80c45.42 0 83.75 29.49 95.72 69.83 1 3.52 2.33 10.17 2.33 10.17H158s1.31-6.69 2.33-10.17C172.11 317.47 210.53 288 256 288Z"/> </svg>; };