antd-mobile-icons
Version:
The icon set for antd-mobile.
39 lines (37 loc) • 2.46 kB
JavaScript
import * as React from "react";
function CheckShieldFill(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: "CheckShieldFill-CheckShieldFill",
stroke: "none",
strokeWidth: 1,
fill: "none",
fillRule: "evenodd"
}, /*#__PURE__*/React.createElement("g", {
id: "CheckShieldFill-\u7F16\u7EC4"
}, /*#__PURE__*/React.createElement("rect", {
id: "CheckShieldFill-\u77E9\u5F62",
fill: "#FFFFFF",
opacity: 0,
x: 0,
y: 0,
width: 48,
height: 48
}), /*#__PURE__*/React.createElement("path", {
d: "M23.5828289,4.01695412 L39.8608414,7.34925941 C41.6942831,7.74902106 43,9.35659657 43,11.2141357 L43,29.7665668 C43,32.6436189 41.4221454,35.2941108 38.8789667,36.6891094 L25.4394833,43.5124845 C24.2329985,44.1742723 22.7670015,44.1742723 21.5605167,43.5124845 L9.12103331,36.6891094 C6.57785456,35.2941108 5,32.6436189 5,29.7665668 L5,11.2141357 C5,9.35659657 6.30571695,7.74902106 8.1391586,7.34925941 L23.4173942,4.01800934 C23.471863,4.00613301 23.528213,4.00577358 23.5828289,4.01695412 Z M32.7059681,19.0033083 L29.600427,19.0033083 C29.4950855,19.0033083 29.3939962,19.0448628 29.3191091,19.1189489 L29.3191091,19.1189489 L22.839,25.5297482 L19.3598926,22.0876137 C19.2850047,22.0135216 19.1839112,21.9719633 19.0785649,21.9719633 L19.0785649,21.9719633 L15.973927,21.9719633 C15.8671099,21.9719633 15.7647301,22.0146867 15.689598,22.0906147 C15.5342135,22.2476453 15.5355479,22.5009078 15.6925785,22.6562923 L15.6925785,22.6562923 L21.4327294,28.3362721 C21.8018489,28.7014801 22.2776035,28.8936948 22.7589706,28.9129163 L22.7589706,28.9129163 L22.9194955,28.9129163 L23.0796048,28.900102 C23.5052693,28.8488447 23.9176305,28.6609014 24.2457367,28.3362721 L24.2457367,28.3362721 L32.9872951,19.6876586 C33.0632362,19.6125249 33.1059681,19.5101359 33.1059681,19.4033083 C33.1059681,19.1823944 32.926882,19.0033083 32.7059681,19.0033083 L32.7059681,19.0033083 Z",
id: "CheckShieldFill-\u5F62\u72B6\u7ED3\u5408",
fill: "currentColor",
fillRule: "nonzero"
}))));
}
export default CheckShieldFill;