UNPKG

antd-mobile-icons

Version:
37 lines (35 loc) 1.89 kB
import * as React from "react"; function QuestionCircleFill(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: "QuestionCircleFill-QuestionCircleFill", stroke: "none", strokeWidth: 1, fill: "none", fillRule: "evenodd" }, /*#__PURE__*/React.createElement("g", null, /*#__PURE__*/React.createElement("rect", { id: "QuestionCircleFill-\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 M25.6,32 L23.4,32 C23.1790861,32 23,32.1790861 23,32.4 L23,32.4 L23,34.6 C23,34.8209139 23.1790861,35 23.4,35 L23.4,35 L25.6,35 C25.8209139,35 26,34.8209139 26,34.6 L26,34.6 L26,32.4 C26,32.1790861 25.8209139,32 25.6,32 L25.6,32 Z M24,12 C20.1340068,12 17,15.1340068 17,19 L17,19 L20,19 C20,16.790861 21.790861,15 24,15 C26.209139,15 28,16.790861 28,19 C28,21.209139 26.209139,23 24,23 L24,23 L23.4,23 C23.1790861,23 23,23.1790861 23,23.4 L23,23.4 L23,28.6 C23,28.8209139 23.1790861,29 23.4,29 L23.4,29 L25.6,29 C25.8208644,28.9998731 25.9999299,28.8208643 26.0001268,28.6 L26.0001268,28.6 L26.0010432,25.7098107 C28.8919961,24.8489278 31,22.1706393 31,19 C31,15.1340068 27.8659932,12 24,12 Z", id: "QuestionCircleFill-\u5F62\u72B6", fill: "currentColor", fillRule: "nonzero" })))); } export default QuestionCircleFill;