UNPKG

@cleartrip/bento-icons

Version:

Icon Library for Bento Component Library

19 lines (18 loc) 882 B
function _extends() { _extends = Object.assign || 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 React from "react"; export function LeftChevron(props) { return /*#__PURE__*/React.createElement("svg", _extends({ viewBox: "0 0 20 20" }, props), /*#__PURE__*/React.createElement("g", { id: "prefix__left-chevron", stroke: "none", strokeWidth: 1, fill: "none", fillRule: "evenodd" }, /*#__PURE__*/React.createElement("path", { d: "M5.71 9.48a.75.75 0 00-.076.948l.075.091 6.717 6.981 1.074-1.039L7.283 10 13.5 3.54 12.426 2.5 5.71 9.48z", id: "prefix__left", fill: "currentColor", fillRule: "nonzero" }))); }