@nant-design/nant-icons
Version:
8 lines (6 loc) • 582 B
JSX
import React from 'react';
export const SunnySharp = ({width="410",height="404",...other}) => {
return <svg width='1.33em' height='1.33em' fill="currentColor" viewBox="0 0 512 512" {...other}>
<path d="M234 26h44v92h-44zm0 368h44v92h-44zm104.025-251.143 65.054-65.054 31.113 31.113-65.054 65.054zM77.815 403.074l65.054-65.054 31.113 31.113-65.054 65.053zM394 234h92v44h-92zm-368 0h92v44H26zm312.028 135.14 31.113-31.113 65.054 65.054-31.113 31.112zM77.802 108.92l31.113-31.113 65.053 65.054-31.112 31.113zM256 358a102 102 0 1 1 102-102 102.12 102.12 0 0 1-102 102Z"/>
</svg>;
};