Files
YouduWiki/web/packages/icons/src/IconShangjiantou.tsx
2026-05-21 19:52:45 +08:00

17 lines
792 B
TypeScript

import React from 'react';
import SvgIcon, { SvgIconProps } from '@mui/material/SvgIcon';
const IconShangjiantou = (props: SvgIconProps) => (
<SvgIcon
xmlns='http://www.w3.org/2000/svg'
viewBox='0 0 1024 1024'
{...props}
>
<path d='M566.0804999 291.39999989v581.69999971a54.3999999 54.3999999 0 1 1-108.7999998 0V291.39999989a10.90000019 10.90000019 0 0 0-18.60000029-7.5999999L203.8805 518.5999998a54.3999999 54.3999999 0 0 1-77.0000001-77.0000001L434.88050029 134.00000009a108.7999998 108.7999998 0 0 1 153.79999981 0l307.8 307.8a54.3999999 54.3999999 0 0 1-77.0000001 76.8999999L584.6805002 283.79999999a10.90000019 10.90000019 0 0 0-18.6000003 7.7000001z'></path>
</SvgIcon>
);
IconShangjiantou.displayName = 'icon-shangjiantou';
export default IconShangjiantou;