@icongo/fc
Version:
Flat Color Icons
18 lines • 523 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 FCFile = props => /*#__PURE__*/_jsxs("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
viewBox: "0 0 48 48"
}, props, {
children: [/*#__PURE__*/_jsx("path", {
fill: "#90CAF9",
d: "M40 45H8V3h22l10 10z"
}), /*#__PURE__*/_jsx("path", {
fill: "#E1F5FE",
d: "M38.5 14H29V4.5z"
})]
}));
export { FCFile };