@icongo/fc
Version:
Flat Color Icons
29 lines • 915 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 FCGallery = 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: "#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__*/_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__*/_jsx("circle", {
cx: 30,
cy: 16,
r: 3,
fill: "#FFF9C4"
}), /*#__PURE__*/_jsx("path", {
fill: "#942A09",
d: "M17 17.9 8 31h18z"
}), /*#__PURE__*/_jsx("path", {
fill: "#BF360C",
d: "M28 23.5 22 31h12z"
})]
}));
export { FCGallery };