您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

ReplyAllOutlined.js 252 B

12345
  1. import React from 'react';
  2. import createSvgIcon from './utils/createSvgIcon';
  3. export default createSvgIcon(React.createElement("path", {
  4. d: "M7 8V5l-7 7 7 7v-3l-4-4 4-4zm6 1V5l-7 7 7 7v-4.1c5 0 8.5 1.6 11 5.1-1-5-4-10-11-11z"
  5. }), 'ReplyAllOutlined');