The communications platform that puts data protection first.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Rocket.Chat/client/components/VerticalBar/VerticalBarIcon.tsx

6 lines
271 B

import { Icon } from '@rocket.chat/fuselage';
import React, { ReactElement, ComponentProps, memo } from 'react';
const VerticalBarIcon = (props: ComponentProps<typeof Icon>): ReactElement => <Icon {...props} pi='x2' size='x24' />;
export default memo(VerticalBarIcon);