@ozen-ui/icons
Version:
A collection of icons
9 lines (8 loc) • 878 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.CheckCircleFilledSIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.CheckCircleFilledSIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", fill: "none", viewBox: "0 0 16 16" }, props, { ref: ref }),
react_1.default.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M0 8c0-4.421 3.578-8 8-8 4.42 0 7.999 3.579 7.999 8s-3.579 7.999-8 7.999S0 12.42 0 7.999m11.6-1.217-3.915 3.915a1 1 0 0 1-1.414 0L4.402 8.83a.75.75 0 1 1 1.06-1.06l1.516 1.515 3.562-3.561a.75.75 0 1 1 1.06 1.06", clipRule: "evenodd" }))); });
exports.CheckCircleFilledSIcon.displayName = 'CheckCircleFilledSIcon';