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

17 lines
1.1 KiB
TypeScript

import React from 'react';
import SvgIcon, { SvgIconProps } from '@mui/material/SvgIcon';
const IconWendajiqiren = (props: SvgIconProps) => (
<SvgIcon
xmlns='http://www.w3.org/2000/svg'
viewBox='0 0 1024 1024'
{...props}
>
<path d='M585.152 85.312C827.52 85.312 1024 276.352 1024 512s-196.48 426.688-438.848 426.688H438.848C196.48 938.688 0 747.648 0 512s196.48-426.688 438.848-426.688h146.304z m103.936 244.48H334.912C231.424 329.792 147.52 411.392 147.52 512c0 99.648 82.24 180.608 184.32 182.208h357.248c103.488 0 187.392-81.6 187.392-182.208s-83.84-182.208-187.392-182.208zM347.392 418.688c37.184 0 67.328 29.312 67.328 65.536v56.64c0 36.224-30.08 65.6-67.328 65.6-37.184 0-67.328-29.376-67.328-65.6v-56.64c0-36.224 30.08-65.536 67.328-65.536z m415.424 9.088a35.648 35.648 0 0 1-11.136 49.6l-0.512 0.32-52.928 32.448 51.008 27.264a35.712 35.712 0 0 1 14.976 48.64l-0.256 0.512a37.696 37.696 0 0 1-49.92 14.592l-0.576-0.32L607.168 544a35.712 35.712 0 0 1-2.624-61.888l0.704-0.448 106.304-65.216a37.76 37.76 0 0 1 51.264 11.328z'></path>
</SvgIcon>
);
IconWendajiqiren.displayName = 'icon-Wendajiqiren';
export default IconWendajiqiren;