iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 1.11 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
// This file is autogenerated by "make react_icons", do not edit it.
const React = tslib_1.__importStar(require("react"));
const Shield2Check = (props) => React.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M15.507 9.776a.75.75 0 00-1.06-1.06l-3.482 3.48-1.411-1.41a.75.75 0 00-1.061 1.06l1.941 1.942a.75.75 0 001.061 0l4.012-4.012z", fill: "#323544" }),
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12.86 2.296a2.25 2.25 0 00-1.721 0L4.59 5.01a2.184 2.184 0 00-1.362 1.944c-.134 4.54 1.204 10.818 7.707 14.57.66.382 1.475.378 2.132-.01 6.363-3.75 7.82-10.012 7.703-14.557-.023-.883-.585-1.625-1.361-1.947l-6.548-2.713zm-1.147 1.386a.75.75 0 01.574 0l6.548 2.713a.68.68 0 01.436.6c.108 4.228-1.24 9.852-6.966 13.227a.616.616 0 01-.62.002c-5.843-3.371-7.083-8.988-6.958-13.227a.685.685 0 01.437-.602l6.549-2.713z", fill: "#323544" }));
exports.default = Shield2Check;