@cleartrip/bento-icons
Version:
Icon Library for Bento Component Library
19 lines (18 loc) • 872 B
JavaScript
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 UpChevron(props) {
return /*#__PURE__*/React.createElement("svg", _extends({
viewBox: "0 0 20 20"
}, props), /*#__PURE__*/React.createElement("g", {
id: "prefix__up-chevron",
stroke: "none",
strokeWidth: 1,
fill: "none",
fillRule: "evenodd"
}, /*#__PURE__*/React.createElement("path", {
d: "M9.48 6.21a.75.75 0 01.948-.076l.091.075 6.981 6.717L16.461 14 10 7.783 3.54 14 2.5 12.926 9.48 6.21z",
id: "prefix__up",
fill: "currentColor",
fillRule: "nonzero"
})));
}