@icongo/fc
Version:
Flat Color Icons
19 lines • 596 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 FCAdvance = 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: "#1565C0",
children: [/*#__PURE__*/_jsx("path", {
d: "M46.1 24 33 35V13zM10 20h4v8h-4zm-6 0h4v8H4zm12 0h4v8h-4z"
}), /*#__PURE__*/_jsx("path", {
d: "M22 20h14v8H22z"
})]
})
}));
export { FCAdvance };