5
common/resources/client/icons/material/NightlightRound.tsx
Executable file
5
common/resources/client/icons/material/NightlightRound.tsx
Executable file
@@ -0,0 +1,5 @@
|
||||
import {createSvgIcon} from '../create-svg-icon';
|
||||
|
||||
export const NightlightRoundIcon = createSvgIcon(
|
||||
<path d="M15.5 22c1.05 0 2.05-.16 3-.46-4.06-1.27-7-5.06-7-9.54s2.94-8.27 7-9.54c-.95-.3-1.95-.46-3-.46-5.52 0-10 4.48-10 10s4.48 10 10 10z" />
|
||||
, 'NightlightRoundOutlined');
|
||||
Reference in New Issue
Block a user