@icongo/fc
Version:
Flat Color Icons
19 lines • 619 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 FCRedo = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
viewBox: "0 0 48 48"
}, props, {
children: /*#__PURE__*/_jsxs("g", {
fill: "#00BCD4",
children: [/*#__PURE__*/_jsx("path", {
d: "M43 18 29 6.3v23.4z"
}), /*#__PURE__*/_jsx("path", {
d: "M20 14h12v8H20c-2.8 0-5 2.2-5 5s2.2 5 5 5h3v8h-3c-7.2 0-13-5.8-13-13s5.8-13 13-13z"
})]
})
}));
export { FCRedo };