UNPKG

647 BJavaScriptView Raw
1const React = require("react");
2
3function ShieldCheckIcon(props) {
4 return /*#__PURE__*/React.createElement("svg", Object.assign({
5 xmlns: "http://www.w3.org/2000/svg",
6 fill: "none",
7 viewBox: "0 0 24 24",
8 stroke: "currentColor",
9 "aria-hidden": "true"
10 }, props), /*#__PURE__*/React.createElement("path", {
11 strokeLinecap: "round",
12 strokeLinejoin: "round",
13 strokeWidth: 2,
14 d: "M9 12l2 2 4-4m5.618-4.016A11.955 11.955 0 0112 2.944a11.955 11.955 0 01-8.618 3.04A12.02 12.02 0 003 9c0 5.591 3.824 10.29 9 11.622 5.176-1.332 9-6.03 9-11.622 0-1.042-.133-2.052-.382-3.016z"
15 }));
16}
17
18module.exports = ShieldCheckIcon;
\No newline at end of file