UNPKG

@ozen-ui/icons

Version:

A collection of icons

13 lines (12 loc) 1.41 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ArrowRightCircleSIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.ArrowRightCircleSIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }), react_1.default.createElement("g", { clipPath: "url(#clip0_1977_1065)" }, react_1.default.createElement("path", { d: "M7.99998 16C12.4183 16 16 12.4183 16 8C16 3.58172 12.4183 0 7.99998 0C3.82939 0 0.404189 3.1914 0.0332642 7.26531H8.36857L6.27327 5.24941C5.97233 4.95988 5.97684 4.49471 6.28336 4.21044C6.58987 3.92617 7.08231 3.93044 7.38326 4.21997L10.7772 7.48528C11.0742 7.77107 11.0742 8.22893 10.7772 8.51472L7.38326 11.78C7.08231 12.0696 6.58987 12.0738 6.28336 11.7896C5.97684 11.5053 5.97233 11.0401 6.27327 10.7506L8.36858 8.73469H0.0332643C0.40419 12.8086 3.82939 16 7.99998 16Z", fill: "currentColor" })), react_1.default.createElement("defs", null, react_1.default.createElement("clipPath", { id: "clip0_1977_1065" }, react_1.default.createElement("rect", { width: "16", height: "16", fill: "currentColor" }))))); }); exports.ArrowRightCircleSIcon.displayName = 'ArrowRightCircleSIcon';