UNPKG

@braineet/ui

Version:

Braineet design system

17 lines 1.04 kB
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); } import * as React from 'react'; import { jsx as _jsx } from "react/jsx-runtime"; function ChevronLeft(props) { return /*#__PURE__*/_jsx("svg", _extends({ viewBox: "0 0 24 24", fill: "none" }, props, { children: /*#__PURE__*/_jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M13.707 16.9497C14.0975 16.5592 14.0975 15.9261 13.707 15.5355L10.1715 12L13.707 8.46447C14.0975 8.07394 14.0975 7.44078 13.707 7.05025C13.3165 6.65973 12.6833 6.65973 12.2928 7.05025L8.05014 11.2929C7.65961 11.6834 7.65961 12.3166 8.05014 12.7071L12.2928 16.9497C12.6833 17.3403 13.3165 17.3403 13.707 16.9497Z", fill: "currentColor" }) })); } export default ChevronLeft;