UNPKG

@ozen-ui/icons

Version:

A collection of icons

9 lines (8 loc) 1.18 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ArrowRightCircleMIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.ArrowRightCircleMIcon = (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", { d: "M12 22C17.5229 22 22 17.5228 22 12C22 6.47715 17.5229 2 12 2C6.72983 2 2.41184 6.07689 2.02781 11.2489L11.9008 11.2114L10.2197 9.53033C9.9268 9.23744 9.9268 8.76256 10.2197 8.46967C10.5126 8.17678 10.9875 8.17678 11.2804 8.46967L14.0996 11.2889C14.3366 11.414 14.4987 11.6624 14.5 11.9491C14.5001 11.9582 14.4999 11.9673 14.4997 11.9764C14.5059 12.1761 14.4328 12.3779 14.2804 12.5303L11.2804 15.5303C10.9875 15.8232 10.5126 15.8232 10.2197 15.5303C9.9268 15.2374 9.9268 14.7626 10.2197 14.4697L11.9783 12.711L2.02765 12.7489C2.41067 17.922 6.72911 22 12 22Z", fill: "currentColor" }))); }); exports.ArrowRightCircleMIcon.displayName = 'ArrowRightCircleMIcon';