antd-mobile-icons
Version:
The icon set for antd-mobile.
39 lines (37 loc) • 1.76 kB
JavaScript
import * as React from "react";
function ArrowDownCircleOutline(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: "ArrowDownCircleOutline-ArrowDownCircleOutline",
stroke: "none",
strokeWidth: 1,
fill: "none",
fillRule: "evenodd"
}, /*#__PURE__*/React.createElement("g", {
id: "ArrowDownCircleOutline-\u7F16\u7EC4"
}, /*#__PURE__*/React.createElement("rect", {
id: "ArrowDownCircleOutline-\u77E9\u5F62",
fill: "#FFFFFF",
opacity: 0,
x: 0,
y: 0,
width: 48,
height: 48
}), /*#__PURE__*/React.createElement("path", {
d: "M24,2 C36.1502645,2 46,11.8497355 46,24 C46,36.1502645 36.1502645,46 24,46 C11.8497355,46 2,36.1502645 2,24 C2,11.8497355 11.8497355,2 24,2 Z M24,5 C13.5065898,5 5,13.5065898 5,24 C5,34.4934102 13.5065898,43 24,43 C34.4934102,43 43,34.4934102 43,24 C43,13.5065898 34.4934102,5 24,5 Z M25.5,14 L25.5,28.097 L32,22.2362695 L32,26.2702695 L25.0579139,32.5311619 L24.9262865,32.6372074 C24.6996726,32.7997327 24.4388835,32.8912244 24.1739045,32.9124553 L24.000383,32.9163061 C23.6709115,32.9280882 23.3377817,32.8318325 23.0583752,32.6260597 L22.9420861,32.5311619 L16,26.2702695 L16,22.2362695 L22.5,28.099 L22.5,14 L25.5,14 Z",
id: "ArrowDownCircleOutline-\u5F62\u72B6\u7ED3\u5408",
fill: "currentColor",
fillRule: "nonzero"
}))));
}
export default ArrowDownCircleOutline;