@ozen-ui/icons
Version:
A collection of icons
6 lines (5 loc) • 748 B
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var GoForwardSIcon = 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("path", { fill: "currentColor", fillRule: "evenodd", d: "M10.727 1.279a.857.857 0 0 1 1.213 0l2.348 2.348a.857.857 0 0 1 0 1.212L11.94 7.187a.857.857 0 0 1-1.213-1.212l.885-.885H7.95a4.074 4.074 0 0 0-.873 8.053h3.59a.857.857 0 0 1 0 1.714H6.988a1 1 0 0 1-.167-.016A5.788 5.788 0 0 1 7.95 3.376h3.662l-.885-.885a.857.857 0 0 1 0-1.212", clipRule: "evenodd" }))); });
GoForwardSIcon.displayName = 'GoForwardSIcon';