@ozen-ui/icons
Version:
A collection of icons
6 lines (5 loc) • 792 B
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var ChevronLeftSIcon = 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", { fillRule: "evenodd", clipRule: "evenodd", d: "M10.7643 12.6928C11.0786 12.9918 11.0786 13.4767 10.7643 13.7757C10.4499 14.0748 9.94034 14.0748 9.62603 13.7757L4.31431 8.72196C3.89523 8.32323 3.89523 7.67676 4.31431 7.27804L9.62603 2.22429C9.94034 1.92524 10.4499 1.92524 10.7643 2.22429C11.0786 2.52333 11.0786 3.00818 10.7643 3.30723L5.83216 8L10.7643 12.6928Z", fill: "currentColor" }))); });
ChevronLeftSIcon.displayName = 'ChevronLeftSIcon';