@icongo/fc
Version:
Flat Color Icons
27 lines (26 loc) • 982 B
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.FCDownload = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var FCDownload = function FCDownload(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: "M24 37.1 13 24h22zM20 4h8v4h-8zm0 6h8v4h-8z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M20 16h8v11h-8zM6 40h36v4H6z"
})]
})
}));
};
exports.FCDownload = FCDownload;