@icongo/fc
Version:
Flat Color Icons
22 lines • 783 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
import { jsxs as _jsxs } from "react/jsx-runtime";
var FCBullish = props => /*#__PURE__*/_jsxs("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
viewBox: "0 0 48 48"
}, props, {
children: [/*#__PURE__*/_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__*/_jsxs("g", {
fill: "#388E3C",
children: [/*#__PURE__*/_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__*/_jsx("path", {
d: "M44 8h-9l9 9z"
})]
})]
}));
export { FCBullish };