@cleartrip/bento-icons
Version:
Icon Library for Bento Component Library
15 lines (14 loc) • 843 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 DownChevronFill(props) {
return /*#__PURE__*/React.createElement("svg", _extends({
viewBox: "0 0 20 20"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M10 2c4.411 0 8 3.589 8 8s-3.589 8-8 8-8-3.589-8-8 3.589-8 8-8zm3.506 5.687L10 10.755 6.494 7.687l-.988 1.13 4 3.5.089.066a.75.75 0 00.81 0l.089-.067 4-3.5-.988-1.129z",
fill: "currentColor",
id: "prefix__down-chevron---fill",
stroke: "none",
strokeWidth: 1,
fillRule: "evenodd"
}));
}