UNPKG

@ozen-ui/icons

Version:

A collection of icons

9 lines (8 loc) 1.09 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ForwardSIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.ForwardSIcon = (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: "M9.323 3.93v1.434a.85.85 0 0 1-.805.85C5.183 6.398 2.584 8.97 2.584 12.3l.001.113C3.665 10.533 5.663 9.13 8 9.13q.28 0 .55.024a.85.85 0 0 1 .774.846v2.18l4.032-4.032a.13.13 0 0 0 0-.185zm-1.5-.747c0-1.06 1.282-1.592 2.032-.842l4.561 4.561a1.63 1.63 0 0 1 0 2.306L9.855 13.77c-.75.75-2.032.218-2.032-.842v-2.294c-2.005.083-3.748 1.591-4.368 3.491a1.18 1.18 0 0 1-1.014.804c-.44.039-.996-.194-1.143-.811a7.8 7.8 0 0 1-.214-1.818c0-3.971 2.956-7.034 6.739-7.527z", clipRule: "evenodd" }))); }); exports.ForwardSIcon.displayName = 'ForwardSIcon';