antd-mobile-icons
Version:
The icon set for antd-mobile.
39 lines (37 loc) • 2.67 kB
JavaScript
import * as React from "react";
function ChatAddOutline(props) {
return /*#__PURE__*/React.createElement("svg", Object.assign({
width: "1em",
height: "1em",
viewBox: "0 0 48 48",
xmlns: "http://www.w3.org/2000/svg",
xmlnsXlink: "http://www.w3.org/1999/xlink"
}, props, {
style: Object.assign({
verticalAlign: '-0.125em'
}, props.style),
className: ['antd-mobile-icon', props.className].filter(Boolean).join(' ')
}), /*#__PURE__*/React.createElement("g", {
id: "ChatAddOutline-ChatAddOutline",
stroke: "none",
strokeWidth: 1,
fill: "none",
fillRule: "evenodd"
}, /*#__PURE__*/React.createElement("g", {
id: "ChatAddOutline-\u7F16\u7EC4"
}, /*#__PURE__*/React.createElement("rect", {
id: "ChatAddOutline-\u77E9\u5F62",
fill: "#FFFFFF",
opacity: 0,
x: 0,
y: 0,
width: 48,
height: 48
}), /*#__PURE__*/React.createElement("path", {
d: "M24,5 C35.0454654,5 44,13.5065417 44,23.9999335 C44,34.4933254 35.0454654,43.000129 24,43.000129 C20.5361038,43.0086689 17.1256565,42.1499296 14.0827434,40.5027329 L9.12272737,42.6506288 C8.20180797,43.0490167 7.13075643,42.6289802 6.73046083,41.7124519 C6.57362597,41.3533578 6.53805635,40.953324 6.6290919,40.5723965 L7.89727419,35.2705244 C5.44727043,32.1174388 4,28.2188348 4,23.999959 C4,13.5065671 12.9545346,5 24,5 Z M24.0000207,7.7142478 C14.4327303,7.7142478 6.7272871,15.0337886 6.7272871,23.9999335 C6.7272871,27.3746822 7.816377,30.5920198 9.81910787,33.2999345 L10.0545624,33.6102666 L10.851834,34.636263 L9.70274404,39.4387082 L14.2191094,37.4844293 L15.3900175,38.1213809 C17.9854744,39.5319012 20.9309429,40.2855624 24.0000207,40.2855624 C33.5672971,40.2855624 41.2727403,32.9660501 41.2727403,23.9999051 C41.2727403,15.0337601 33.5672971,7.7142478 24.0000207,7.7142478 Z M25.1,16 C25.3209139,16 25.5,16.1790861 25.5,16.4 L25.5,21.9788399 L31.1,21.9791421 C31.3209055,21.9791756 31.4999784,22.1582582 31.5,22.3791637 L31.5,24.5666619 C31.5000479,24.7599615 31.3629411,24.9212368 31.1806686,24.9585353 L31.1,24.9666071 L31.1,24.9666071 L25.5,24.9658399 L25.5,30.5458255 C25.5,30.7667394 25.3209139,30.9458255 25.1,30.9458255 L22.9,30.9458255 C22.6790861,30.9458255 22.5,30.7667394 22.5,30.5458255 L22.5,24.9658399 L16.9,24.9666071 C16.6790861,24.9666921 16.4999755,24.7876306 16.4999452,24.5667167 L16.5,24.5666619 L16.5,22.3791637 C16.5000216,22.1582582 16.6790945,21.9791756 16.9,21.9791421 L22.5,21.9788399 L22.5,16.4 C22.5,16.1790861 22.6790861,16 22.9,16 L25.1,16 Z",
id: "ChatAddOutline-\u5F62\u72B6\u7ED3\u5408",
fill: "currentColor",
fillRule: "nonzero"
}))));
}
export default ChatAddOutline;