@icongo/fc
Version:
Flat Color Icons
34 lines • 1.1 kB
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 FCDisapprove = props => /*#__PURE__*/_jsxs("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
viewBox: "0 0 48 48"
}, props, {
children: [/*#__PURE__*/_jsxs("g", {
fill: "#FFCC80",
children: [/*#__PURE__*/_jsx("circle", {
cx: 38,
cy: 26,
r: 4
}), /*#__PURE__*/_jsx("circle", {
cx: 10,
cy: 26,
r: 4
}), /*#__PURE__*/_jsx("path", {
d: "M39 19c0-12.7-30-8.3-30 0v10c0 8.3 6.7 15 15 15s15-6.7 15-15V19z"
}), /*#__PURE__*/_jsx("path", {
d: "M24 4C15.2 4 8 11.2 8 20v3.5l2.1.6V19l19.5-6.3 8.2 6.3v5.1l2.1-.6V20C40 12.5 34.6 4 24 4z"
})]
}), /*#__PURE__*/_jsxs("g", {
fill: "#F44336",
children: [/*#__PURE__*/_jsx("path", {
d: "m16.077 20.91 2.828-2.828 13.08 13.08-2.829 2.827z"
}), /*#__PURE__*/_jsx("path", {
d: "m29.09 18.077 2.828 2.828-13.08 13.08-2.827-2.829z"
})]
})]
}));
export { FCDisapprove };