5
common/resources/client/icons/material/Code.tsx
Executable file
5
common/resources/client/icons/material/Code.tsx
Executable file
@@ -0,0 +1,5 @@
|
||||
import {createSvgIcon} from '../create-svg-icon';
|
||||
|
||||
export const CodeIcon = createSvgIcon(
|
||||
<path d="M9.4 16.6 4.8 12l4.6-4.6L8 6l-6 6 6 6 1.4-1.4zm5.2 0 4.6-4.6-4.6-4.6L16 6l6 6-6 6-1.4-1.4z" />
|
||||
, 'CodeOutlined');
|
||||
Reference in New Issue
Block a user