@icongo/fc
Version:
Flat Color Icons
30 lines • 955 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 FCApprove = 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__*/_jsx("path", {
fill: "#4CAF50",
d: "M32.6 18.6 22.3 28.9 17.4 24l-2.8 2.8 7.7 7.7 13.1-13.1z"
})]
}));
export { FCApprove };