@icongo/fc
Version:
Flat Color Icons
27 lines (26 loc) • 978 B
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.FCAdvance = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var FCAdvance = function FCAdvance(props) {
return /*#__PURE__*/(0, _jsxRuntime.jsx)("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.jsxs)("g", {
fill: "#1565C0",
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M46.1 24 33 35V13zM10 20h4v8h-4zm-6 0h4v8H4zm12 0h4v8h-4z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M22 20h14v8H22z"
})]
})
}));
};
exports.FCAdvance = FCAdvance;