init push
This commit is contained in:
16
web/packages/icons/src/IconYunhang.tsx
Normal file
16
web/packages/icons/src/IconYunhang.tsx
Normal file
@@ -0,0 +1,16 @@
|
||||
import React from 'react';
|
||||
import SvgIcon, { SvgIconProps } from '@mui/material/SvgIcon';
|
||||
|
||||
const IconYunhang = (props: SvgIconProps) => (
|
||||
<SvgIcon
|
||||
xmlns='http://www.w3.org/2000/svg'
|
||||
viewBox='0 0 1024 1024'
|
||||
{...props}
|
||||
>
|
||||
<path d='M885.6125 568.86875l-616.78125 356.146875a65.559375 65.559375 0 0 1-98.296875-56.784375V155.9375A65.559375 65.559375 0 0 1 268.746875 99.153125l616.78125 356.146875a65.559375 65.559375 0 0 1 0 113.56875z'></path>
|
||||
</SvgIcon>
|
||||
);
|
||||
|
||||
IconYunhang.displayName = 'icon-yunhang';
|
||||
|
||||
export default IconYunhang;
|
||||
Reference in New Issue
Block a user