@ozen-ui/icons
Version:
A collection of icons
9 lines (8 loc) • 1.24 kB
JavaScript
;
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({ width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }),
react_1.default.createElement("path", { d: "M1.75 8.94726C1.75006 7.1377 3.25198 5.64453 5.13672 5.64453H13.1631L11.5205 7.2539C11.2247 7.54379 11.2199 8.01861 11.5098 8.31445C11.7997 8.61025 12.2745 8.61504 12.5703 8.32519L15.5244 5.43066C15.6684 5.28959 15.75 5.0961 15.75 4.89453C15.7499 4.69303 15.6683 4.50039 15.5244 4.35937L12.5703 1.46386C12.2744 1.17419 11.7996 1.17978 11.5098 1.47558C11.2201 1.77147 11.2247 2.24632 11.5205 2.53613L13.1621 4.14453H5.13672C2.45262 4.14453 0.250056 6.2805 0.25 8.94726C0.25 11.6141 2.45259 13.75 5.13672 13.75H10.7051C11.1193 13.75 11.4551 13.4142 11.4551 13C11.4551 12.5858 11.1193 12.25 10.7051 12.25H5.13672C3.25195 12.25 1.75 10.7569 1.75 8.94726Z", fill: "currentColor" }))); });
exports.ForwardSIcon.displayName = 'ForwardSIcon';