UNPKG

antd-mobile-icons

Version:
39 lines (37 loc) 1.85 kB
import * as React from "react"; function InformationCircleFill(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: "InformationCircleFill-InformationCircleFill", stroke: "none", strokeWidth: 1, fill: "none", fillRule: "evenodd" }, /*#__PURE__*/React.createElement("g", { id: "InformationCircleFill-\u7F16\u7EC4" }, /*#__PURE__*/React.createElement("rect", { id: "InformationCircleFill-\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,20 L21.4,20 C21.1790861,20 21,20.1790861 21,20.4 L21,20.4 L21,22.6 C21,22.8209139 21.1790861,23 21.4,23 L21.4,23 L22.6,23 C22.8209139,23 23,23.1790861 23,23.4 L23,23.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,20.4 C26,20.1790861 25.8209139,20 25.6,20 L25.6,20 Z M25.6,14 L23.4,14 C23.1790861,14 23,14.1790861 23,14.4 L23,14.4 L23,16.6 C23,16.8209139 23.1790861,17 23.4,17 L23.4,17 L25.6,17 C25.8209139,17 26,16.8209139 26,16.6 L26,16.6 L26,14.4 C26,14.1790861 25.8209139,14 25.6,14 L25.6,14 Z", id: "InformationCircleFill-\u5F62\u72B6\u7ED3\u5408", fill: "currentColor", fillRule: "nonzero" })))); } export default InformationCircleFill;