@ozen-ui/icons
Version:
A collection of icons
10 lines (9 loc) • 941 B
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var ArrowRightCircleSIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", fill: "none", viewBox: "0 0 16 16" }, props, { ref: ref }),
React.createElement("g", { clipPath: "url(#ArrowRightCircleSIcon__a)" },
React.createElement("path", { fill: "currentColor", d: "M8 16A8 8 0 1 0 .033 7.265H8.37L6.273 5.25a.706.706 0 0 1 .01-1.039.81.81 0 0 1 1.1.01l3.394 3.265a.706.706 0 0 1 0 1.03L7.383 11.78a.81.81 0 0 1-1.1.01.706.706 0 0 1-.01-1.04L8.37 8.736H.033A8 8 0 0 0 8 16" })),
React.createElement("defs", null,
React.createElement("clipPath", { id: "ArrowRightCircleSIcon__a" },
React.createElement("path", { fill: "currentColor", d: "M0 0h16v16H0z" }))))); });
ArrowRightCircleSIcon.displayName = 'ArrowRightCircleSIcon';