@cleartrip/bento-icons
Version:
Icon Library for Bento Component Library
15 lines (14 loc) • 842 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 UpChevronOutline(props) {
return /*#__PURE__*/React.createElement("svg", _extends({
viewBox: "0 0 20 20"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M10 18a8 8 0 100-16 8 8 0 000 16zm0-1a7 7 0 110-14 7 7 0 010 14zm3.506-5.186l.988-1.128-4-3.5a.75.75 0 00-.9-.067l-.088.067-4 3.5.988 1.128 3.505-3.067 3.507 3.067z",
fill: "currentColor",
fillRule: "nonzero",
id: "prefix__up-chevron---outline",
stroke: "none",
strokeWidth: 1
}));
}