@ozen-ui/icons
Version:
A collection of icons
6 lines (5 loc) • 723 B
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var BackwardSIcon = 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", d: "M14.25 8.947c0-1.81-1.502-3.302-3.387-3.302H2.837l1.642 1.609a.75.75 0 0 1-1.05 1.071L.477 5.431a.75.75 0 0 1 0-1.072L3.43 1.464a.75.75 0 0 1 1.05 1.072L2.837 4.145h8.025c2.684 0 4.887 2.136 4.887 4.802 0 2.667-2.203 4.803-4.887 4.803H5.295a.75.75 0 0 1 0-1.5h5.568c1.885 0 3.387-1.493 3.387-3.303" }))); });
BackwardSIcon.displayName = 'BackwardSIcon';