@icongo/fc
Version:
Flat Color Icons
22 lines • 781 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 FCBearish = 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: "#F44336",
d: "M40 34h4v10h-4zm-6-5h4v15h-4zm-6 4h4v11h-4zm-6-8h4v19h-4zm-6 3h4v16h-4zm-6-4h4v20h-4zm-6-5h4v25H4z"
}), /*#__PURE__*/_jsxs("g", {
fill: "#D32F2F",
children: [/*#__PURE__*/_jsx("path", {
d: "m34 13.2-4 4-10-10-5 5-7.6-7.6-2.8 2.8L15 17.8l5-5 10 10 4-4 6.1 6.1 2.8-2.8z"
}), /*#__PURE__*/_jsx("path", {
d: "M44 26h-9l9-9z"
})]
})]
}));
export { FCBearish };