@icongo/fc
Version:
Flat Color Icons
30 lines • 903 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 FCShare = 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: "#1976D2",
d: "M38.1 31.2 19.4 24l18.7-7.2c1.5-.6 2.3-2.3 1.7-3.9-.6-1.5-2.3-2.3-3.9-1.7l-26 10C8.8 21.6 8 22.8 8 24s.8 2.4 1.9 2.8l26 10c.4.1.7.2 1.1.2 1.2 0 2.3-.7 2.8-1.9.6-1.6-.2-3.3-1.7-3.9z"
}), /*#__PURE__*/_jsxs("g", {
fill: "#1E88E5",
children: [/*#__PURE__*/_jsx("circle", {
cx: 11,
cy: 24,
r: 7
}), /*#__PURE__*/_jsx("circle", {
cx: 37,
cy: 14,
r: 7
}), /*#__PURE__*/_jsx("circle", {
cx: 37,
cy: 34,
r: 7
})]
})]
}));
export { FCShare };