@nant-design/nant-icons
Version:
8 lines (6 loc) • 512 B
JSX
import React from 'react';
export const HappySharp = ({fill="currentColor",...other}) => {
return <svg width='1.33em' height='1.33em' fill={fill} 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.05 176c-45.42 0-83.75-29.49-95.72-69.83C159.29 310.65 158 304 158 304h196s-1.31 6.69-2.33 10.17c-11.78 40.36-50.2 69.83-95.62 69.83Z"/>
</svg>;
};