@ozen-ui/icons
Version:
A collection of icons
6 lines (5 loc) • 1.51 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var CheckCircleSIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }),
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.51992 2.51992C3.97333 1.06652 5.94457 0.25 8 0.25C10.0554 0.25 12.0267 1.06652 13.4801 2.51992C14.9335 3.97333 15.75 5.94457 15.75 8C15.75 10.0554 14.9335 12.0267 13.4801 13.4801C12.0267 14.9335 10.0554 15.75 8 15.75C5.94457 15.75 3.97333 14.9335 2.51992 13.4801C1.06652 12.0267 0.25 10.0554 0.25 8C0.25 5.94457 1.06652 3.97333 2.51992 2.51992ZM8 1.94091C6.39303 1.94091 4.85188 2.57928 3.71558 3.71558C2.57928 4.85188 1.94091 6.39303 1.94091 8C1.94091 9.60697 2.57928 11.1481 3.71558 12.2844C4.85188 13.4207 6.39303 14.0591 8 14.0591C9.60697 14.0591 11.1481 13.4207 12.2844 12.2844C13.4207 11.1481 14.0591 9.60697 14.0591 8C14.0591 6.39303 13.4207 4.85188 12.2844 3.71558C11.1481 2.57928 9.60697 1.94091 8 1.94091ZM10.8993 6.08703C11.2295 6.4172 11.2295 6.95251 10.8993 7.28268L7.50187 10.6802C7.1717 11.0103 6.63639 11.0103 6.30622 10.6802L4.77187 9.14581C4.4417 8.81564 4.4417 8.28033 4.77187 7.95016C5.10204 7.61999 5.63736 7.61999 5.96753 7.95016L6.90404 8.88667L9.70369 6.08703C10.0339 5.75686 10.5692 5.75686 10.8993 6.08703Z", fill: "currentColor" }))); });
CheckCircleSIcon.displayName = 'CheckCircleSIcon';