iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 712 B
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 CheckCircleFillIcon = (props) => React.createElement("svg", { "aria-label": "Checkmark icon", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", ...props },
React.createElement("path", { d: "M2 12C2 6.486 6.486 2 12 2s10 4.486 10 10-4.486 10-10 10S2 17.514 2 12zm5.354-.354l-.708.708a.5.5 0 0 0 0 .707l3 3a.5.5 0 0 0 .708 0l7-7a.5.5 0 0 0 0-.707l-.708-.708a.5.5 0 0 0-.707 0L10 13.586l-1.94-1.94a.5.5 0 0 0-.706 0z" }));
exports.default = CheckCircleFillIcon;