UNPKG

@ozen-ui/icons

Version:

A collection of icons

6 lines (5 loc) 646 B
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var ArrowLeftFilledSIcon = 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: "M5.832 8.86587C5.1657 8.4809 5.1657 7.51911 5.832 7.13414L8.83311 5.40017C9.49978 5.01498 10.3334 5.49609 10.3334 6.26603L10.3334 9.73398C10.3334 10.5039 9.49977 10.985 8.83311 10.5998L5.832 8.86587Z", fill: "currentColor" }))); }); ArrowLeftFilledSIcon.displayName = 'ArrowLeftFilledSIcon';