sun-medium
design • interface • vector
General
react
import React from 'react';
export const SunMedium = (props) => (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="#3b82f6" strokeWidth="2" strokeLinecap="round" strokeLinejoin="round">
<circle cx="12" cy="12" r="5" fill="none" stroke="#3b82f6" strokeWidth="2" strokeLinecap="round" strokeLinejoin="round" />
<path d="M 12 3 v 1 M 12 20 v 1 M 5.64 5.64 l 0.7 0.7 M 17.66 17.66 l 0.7 0.7 M 3 12 h 1 M 20 12 h 1 M 6.34 17.66 l -0.7 0.7 M 18.36 5.64 l -0.7 0.7" fill="none" stroke="#3b82f6" strokeWidth="2" strokeLinecap="round" strokeLinejoin="round" />
</svg>
);
export default SunMedium;