@icongo/fc
Version:
Flat Color Icons
30 lines (29 loc) • 1.19 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.FCBullish = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var FCBullish = function FCBullish(props) {
return /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
viewBox: "0 0 48 48"
}, props), {}, {
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#4CAF50",
d: "M40 21h4v23h-4zm-6 7h4v16h-4zm-6-5h4v21h-4zm-6 6h4v15h-4zm-6 3h4v12h-4zm-6-2h4v14h-4zm-6 4h4v10H4z"
}), /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
fill: "#388E3C",
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M40.1 9.1 34 15.2l-4-4-10 10-5-5L4.6 26.6l2.8 2.8 7.6-7.6 5 5 10-10 4 4 8.9-8.9z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M44 8h-9l9 9z"
})]
})]
}));
};
exports.FCBullish = FCBullish;