UNPKG

@ozen-ui/icons

Version:

A collection of icons

9 lines (8 loc) 913 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.GoForwardSIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.GoForwardSIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", fill: "none", viewBox: "0 0 16 16" }, props, { ref: ref }), react_1.default.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" }))); }); exports.GoForwardSIcon.displayName = 'GoForwardSIcon';