UNPKG

@uiw/icons

Version:

The premium icon font for uiw Component Library.

14 lines 877 B
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { jsx as _jsx } from "react/jsx-runtime"; export var CaretLeft = props => /*#__PURE__*/_jsx("svg", _extends({ viewBox: "0 0 20 20", width: "16px", height: "16px" }, props, { className: "w-icon " + (props.className ? props.className : ''), children: /*#__PURE__*/_jsx("path", { d: "M13.4197743,2.29630288 L5.37347412,9.2364502 C5.12449137,9.43092855 5,9.68544515 5,10 C5,10.3145549 5.13676453,10.5803019 5.41029358,10.7972412 L13.4197743,17.7039765 C13.7400733,17.9715464 14.0842133,18.0605977 14.4521942,17.9711304 C14.7516022,17.8841654 14.934234,17.6819356 15.0000897,17.3644409 L15.0000897,2.66345215 C14.9471124,2.35097249 14.7717183,2.1418457 14.4739075,2.03607178 C14.0914307,1.94452922 13.7400529,2.03127292 13.4197743,2.29630288 Z", fillRule: "evenodd" }) }));