UNPKG

@ozen-ui/icons

Version:

A collection of icons

6 lines (5 loc) 832 B
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var ChevronLeftSmallSIcon = 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: "M8.71973 4.96967C9.01262 4.67678 9.48738 4.67678 9.78027 4.96967C10.0732 5.26256 10.0732 5.73732 9.78027 6.03022L7.81055 7.99994L9.78027 9.96967L9.83203 10.0263C10.0723 10.3209 10.0549 10.7556 9.78027 11.0302C9.50567 11.3048 9.07095 11.3223 8.77637 11.082L8.71973 11.0302L6.21973 8.53022C6.07907 8.38956 6 8.19886 6 7.99994C6 7.80103 6.07907 7.61032 6.21973 7.46967L8.71973 4.96967Z", fill: "currentColor" }))); }); ChevronLeftSmallSIcon.displayName = 'ChevronLeftSmallSIcon';