@icongo/fc
Version:
Flat Color Icons
32 lines (31 loc) • 1.39 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.FCSynchronize = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var FCSynchronize = function FCSynchronize(props) {
return /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
viewBox: "0 0 48 48"
}, props), {}, {
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#FF6F00",
d: "m38.7 11.9-3.1 2.5c2.2 2.7 3.4 6.1 3.4 9.5 0 8.3-6.7 15-15 15-.9 0-1.9-.1-2.8-.3l-.7 3.9c1.2.2 2.4.3 3.5.3 10.5 0 19-8.5 19-19 0-4.2-1.5-8.5-4.3-11.9z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#FF6F02",
d: "m31 8 11.9 1.6-9.8 9.8z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#FF6F00",
d: "M24 5C13.5 5 5 13.5 5 24c0 4.6 1.6 9 4.6 12.4l3-2.6C10.3 31.1 9 27.6 9 24c0-8.3 6.7-15 15-15 .9 0 1.9.1 2.8.3l.7-3.9C26.4 5.1 25.2 5 24 5z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#FF6F02",
d: "M17 40 5.1 38.4l9.8-9.8z"
})]
}));
};
exports.FCSynchronize = FCSynchronize;