@ozen-ui/icons
Version:
A collection of icons
6 lines (5 loc) • 1.43 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var GoForwardSIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }),
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M10.7273 1.27864C11.062 0.943904 11.6047 0.943904 11.9395 1.27864L14.2875 3.62673C14.6223 3.96146 14.6223 4.50418 14.2875 4.83891L11.9395 7.187C11.6047 7.52174 11.062 7.52174 10.7273 7.187C10.3925 6.85227 10.3925 6.30955 10.7273 5.97482L11.6121 5.08996H7.94908C7.14335 5.08996 6.35572 5.32889 5.68578 5.77653C5.01584 6.22417 4.49368 6.86041 4.18534 7.60481C3.877 8.34921 3.79633 9.16832 3.95352 9.95857C4.11071 10.7488 4.4987 11.4747 5.06844 12.0444C5.61921 12.5952 6.3159 12.9761 7.07559 13.1429H10.6667C11.1401 13.1429 11.5238 13.5267 11.5238 14C11.5238 14.4734 11.1401 14.8572 10.6667 14.8572H6.9871C6.93095 14.8572 6.87494 14.8517 6.81988 14.8407C5.69709 14.6174 4.66574 14.0661 3.85626 13.2566C3.04677 12.4471 2.49551 11.4158 2.27217 10.293C2.04883 9.17023 2.16346 8.00643 2.60155 6.94878C3.03964 5.89114 3.78152 4.98716 4.73337 4.35115C5.68522 3.71514 6.8043 3.37567 7.94908 3.37567H11.6121L10.7273 2.49082C10.3925 2.15609 10.3925 1.61337 10.7273 1.27864Z", fill: "currentColor" }))); });
GoForwardSIcon.displayName = 'GoForwardSIcon';