@ozen-ui/icons
Version:
A collection of icons
6 lines (5 loc) • 872 B
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var ArrowLeftSIcon = 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: "M5.53033 3.46967C5.82322 3.76256 5.82322 4.23744 5.53033 4.53033L2.81066 7.25H15C15.4142 7.25 15.75 7.58579 15.75 8C15.75 8.41421 15.4142 8.75 15 8.75H2.81066L5.53033 11.4697C5.82322 11.7626 5.82322 12.2374 5.53033 12.5303C5.23744 12.8232 4.76256 12.8232 4.46967 12.5303L0.46967 8.53033C0.176777 8.23744 0.176777 7.76256 0.46967 7.46967L4.46967 3.46967C4.76256 3.17678 5.23744 3.17678 5.53033 3.46967Z", fill: "currentColor" }))); });
ArrowLeftSIcon.displayName = 'ArrowLeftSIcon';