@icongo/fc
Version:
Flat Color Icons
32 lines (31 loc) • 1.31 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.FCFilingCabinet = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var FCFilingCabinet = function FCFilingCabinet(props) {
return /*#__PURE__*/(0, _jsxRuntime.jsxs)("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.jsx)("path", {
fill: "#263238",
d: "M12 44h4v2h-4zm20 0h4v2h-4z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#607D8B",
d: "M8 41V7c0-2.2 1.8-4 4-4h24c2.2 0 4 1.8 4 4v34c0 2.2-1.8 4-4 4H12c-2.2 0-4-1.8-4-4z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#B0BEC5",
d: "M12 17V8c0-.6.4-1 1-1h22c.6 0 1 .4 1 1v9H12zm0 2h24v10H12zm0 21v-9h24v9c0 .6-.4 1-1 1H13c-.6 0-1-.4-1-1z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#546E7A",
d: "M20 11h8v2h-8zm0 12h8v2h-8zm0 12h8v2h-8z"
})]
}));
};
exports.FCFilingCabinet = FCFilingCabinet;