@icongo/fc
Version:
Flat Color Icons
26 lines • 929 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 FCRefresh = 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: "#1565C0",
children: [/*#__PURE__*/_jsx("path", {
d: "M13 13c0-3.3 2.7-6 6-6h10c3.3 0 6 2.7 6 6h4c0-5.5-4.5-10-10-10H19C13.5 3 9 7.5 9 13v11.2h4V13z"
}), /*#__PURE__*/_jsx("path", {
d: "m4.6 22 6.4 8.4 6.4-8.4z"
})]
}), /*#__PURE__*/_jsxs("g", {
fill: "#1565C0",
children: [/*#__PURE__*/_jsx("path", {
d: "M35 35c0 3.3-2.7 6-6 6H19c-3.3 0-6-2.7-6-6H9c0 5.5 4.5 10 10 10h10c5.5 0 10-4.5 10-10V23h-4v12z"
}), /*#__PURE__*/_jsx("path", {
d: "m30.6 26 6.4-8.4 6.4 8.4z"
})]
})]
}));
export { FCRefresh };