@ozen-ui/icons
Version:
A collection of icons
6 lines (5 loc) • 1.08 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var BackwardSIcon = 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", { d: "M14.25 8.94726C14.2499 7.1377 12.748 5.64453 10.8633 5.64453H2.83691L4.47949 7.2539C4.77525 7.54379 4.78008 8.01861 4.49023 8.31445C4.20035 8.61025 3.72554 8.61504 3.42969 8.32519L0.475586 5.43066C0.331604 5.28959 0.25 5.0961 0.25 4.89453C0.250055 4.69303 0.331653 4.50039 0.475586 4.35937L3.42969 1.46386C3.72557 1.17419 4.20042 1.17978 4.49023 1.47558C4.7799 1.77147 4.77529 2.24632 4.47949 2.53613L2.83789 4.14453H10.8633C13.5474 4.14453 15.7499 6.2805 15.75 8.94726C15.75 11.6141 13.5474 13.75 10.8633 13.75H5.29492C4.88071 13.75 4.54492 13.4142 4.54492 13C4.54492 12.5858 4.88071 12.25 5.29492 12.25H10.8633C12.7481 12.25 14.25 10.7569 14.25 8.94726Z", fill: "currentColor" }))); });
BackwardSIcon.displayName = 'BackwardSIcon';