UNPKG

@ozen-ui/icons

Version:

A collection of icons

6 lines (5 loc) 643 B
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var ArrowLeftFilledMIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }), React.createElement("path", { d: "M7.99862 12.8659C7.33233 12.4809 7.33233 11.5191 7.99862 11.1341L13.9997 7.66684C14.6664 7.28165 15.5 7.76276 15.5 8.5327L15.5 15.4673C15.5 16.2373 14.6664 16.7184 13.9997 16.3332L7.99862 12.8659Z", fill: "currentColor" }))); }); ArrowLeftFilledMIcon.displayName = 'ArrowLeftFilledMIcon';