5
common/resources/client/icons/material/ControlCamera.tsx
Executable file
5
common/resources/client/icons/material/ControlCamera.tsx
Executable file
@@ -0,0 +1,5 @@
|
||||
import {createSvgIcon} from '../create-svg-icon';
|
||||
|
||||
export const ControlCameraIcon = createSvgIcon(
|
||||
[<path d="M5.54 8.46 2 12l3.54 3.54 1.76-1.77L5.54 12l1.76-1.77zm6.46 10-1.77-1.76-1.77 1.76L12 22l3.54-3.54-1.77-1.76zm6.46-10-1.76 1.77L18.46 12l-1.76 1.77 1.76 1.77L22 12zm-10-2.92 1.77 1.76L12 5.54l1.77 1.76 1.77-1.76L12 2z" key="0" />,<circle cx="12" cy="12" r="3" key="1" />,]
|
||||
, 'ControlCameraOutlined');
|
||||
Reference in New Issue
Block a user