@icongo/fc
Version:
Flat Color Icons
37 lines (36 loc) • 1.35 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.FCGallery = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var FCGallery = function FCGallery(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: "#E65100",
d: "M41 42H13c-2.2 0-4-1.8-4-4V18c0-2.2 1.8-4 4-4h28c2.2 0 4 1.8 4 4v20c0 2.2-1.8 4-4 4z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#F57C00",
d: "M35 36H7c-2.2 0-4-1.8-4-4V12c0-2.2 1.8-4 4-4h28c2.2 0 4 1.8 4 4v20c0 2.2-1.8 4-4 4z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
cx: 30,
cy: 16,
r: 3,
fill: "#FFF9C4"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#942A09",
d: "M17 17.9 8 31h18z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#BF360C",
d: "M28 23.5 22 31h12z"
})]
}));
};
exports.FCGallery = FCGallery;