iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1.04 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 CheckCircle = (props) => React.createElement("svg", { viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M18.594 5.263l-7.748 7.708c-.012.015-.007.036-.02.05a.543.543 0 0 1-.402.155.54.54 0 0 1-.408-.154c-.017-.016-.01-.04-.025-.058l-3.277-3.26a.546.546 0 0 1 0-.775.552.552 0 0 1 .778 0l2.928 2.914 7.395-7.356a.553.553 0 0 1 .78 0 .547.547 0 0 1 0 .776zM9.876 2.11a7.77 7.77 0 0 0-7.769 7.772 7.77 7.77 0 0 0 7.769 7.771 7.77 7.77 0 0 0 7.768-7.771c0-.168-.04-.325-.05-.49l1.024-.995c.081.484.133.978.133 1.485 0 4.906-3.973 8.882-8.876 8.882C4.974 18.764 1 14.788 1 9.882S4.974 1 9.875 1c2.25 0 4.298.844 5.862 2.224l-.815.794c-1.36-1.174-3.11-1.908-5.046-1.908z", fill: "#000", fillRule: "evenodd" }));
exports.default = CheckCircle;