@cleartrip/bento-icons
Version:
Icon Library for Bento Component Library
19 lines (18 loc) • 1.01 kB
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 PriceDrop(props) {
return /*#__PURE__*/React.createElement("svg", _extends({
viewBox: "0 0 20 20"
}, props), /*#__PURE__*/React.createElement("g", {
id: "prefix__price-drop",
stroke: "none",
strokeWidth: 1,
fill: "none",
fillRule: "evenodd"
}, /*#__PURE__*/React.createElement("path", {
d: "M10.99 3l.018 8.56h2.984c.09 0 .176.022.253.063l.072.048c.192.15.236.403.117.599l-.052.07-3.992 4.489-.065.06a.534.534 0 01-.65 0l-.065-.06-3.992-4.489a.458.458 0 01-.118-.304c0-.233.18-.428.416-.468l.092-.008h2.994l-.018-8.558L10.99 3z",
id: "prefix__fill-arrow",
fill: "currentColor",
fillRule: "nonzero"
})));
}