@ozen-ui/icons
Version:
A collection of icons
9 lines (8 loc) • 1.68 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ChevronCircleTopMIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.ChevronCircleTopMIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }),
react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M5.10572 5.10572C6.9342 3.27723 9.41416 2.25 12 2.25C14.5859 2.25 17.0659 3.27723 18.8943 5.10572C20.7228 6.9342 21.7501 9.41416 21.7501 12C21.7501 14.5859 20.7228 17.0659 18.8943 18.8943C17.0659 20.7228 14.5859 21.7501 12 21.7501C9.41416 21.7501 6.9342 20.7228 5.10572 18.8943C3.27723 17.0659 2.25 14.5859 2.25 12C2.25 9.41416 3.27723 6.9342 5.10572 5.10572ZM12 3.75C9.81198 3.75 7.71356 4.6192 6.16638 6.16638C4.6192 7.71356 3.75 9.81198 3.75 12C3.75 14.1881 4.6192 16.2865 6.16638 17.8337C7.71356 19.3809 9.81198 20.2501 12 20.2501C14.1881 20.2501 16.2865 19.3809 17.8337 17.8337C19.3809 16.2865 20.2501 14.1881 20.2501 12C20.2501 9.81198 19.3809 7.71356 17.8337 6.16638C16.2865 4.6192 14.1881 3.75 12 3.75ZM11.4697 9.04658C11.7626 8.75369 12.2374 8.75369 12.5303 9.04658L16.5689 13.085C16.8618 13.3779 16.8618 13.8528 16.5689 14.1457C16.276 14.4386 15.8011 14.4386 15.5082 14.1457L12 10.6376L8.4919 14.1457C8.199 14.4386 7.72413 14.4386 7.43123 14.1457C7.13834 13.8528 7.13834 13.378 7.43123 13.0851L11.4697 9.04658Z", fill: "currentColor" }))); });
exports.ChevronCircleTopMIcon.displayName = 'ChevronCircleTopMIcon';