antd-mobile-icons
Version: 
The icon set for antd-mobile.
37 lines (35 loc) • 2.33 kB
JavaScript
import * as React from "react";
function ExclamationShieldFill(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: "ExclamationShieldFill-ExclamationShieldFill",
    stroke: "none",
    strokeWidth: 1,
    fill: "none",
    fillRule: "evenodd"
  }, /*#__PURE__*/React.createElement("g", null, /*#__PURE__*/React.createElement("rect", {
    id: "ExclamationShieldFill-\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 M25.1,30.0057358 L22.9,30.0057358 C22.6790861,30.0057358 22.5,30.1848219 22.5,30.4057358 L22.5,30.4057358 L22.5,32.6063979 C22.5,32.8273118 22.6790861,33.0063979 22.9,33.0063979 L22.9,33.0063979 L25.1,33.0063979 C25.3209139,33.0063979 25.5,32.8273118 25.5,32.6063979 L25.5,32.6063979 L25.5,30.4057358 C25.5,30.1848219 25.3209139,30.0057358 25.1,30.0057358 L25.1,30.0057358 Z M25.1,14.0022049 L22.9,14.0022049 C22.6790861,14.0022049 22.5,14.181291 22.5,14.4022049 L22.5,14.4022049 L22.5,26.6050738 C22.5,26.8259877 22.6790861,27.0050738 22.9,27.0050738 L22.9,27.0050738 L25.1,27.0050738 C25.3209139,27.0050738 25.5,26.8259877 25.5,26.6050738 L25.5,26.6050738 L25.5,14.4022049 C25.5,14.181291 25.3209139,14.0022049 25.1,14.0022049 L25.1,14.0022049 Z",
    id: "ExclamationShieldFill-\u5F62\u72B6\u7ED3\u5408",
    fill: "currentColor",
    fillRule: "nonzero"
  }))));
}
export default ExclamationShieldFill;