@icongo/fc
Version:
Flat Color Icons
49 lines (48 loc) • 1.85 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.FCEditImage = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var FCEditImage = function FCEditImage(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: "#8CBCD6",
d: "M31 41H8c-2.2 0-4-1.8-4-4V11c0-2.2 1.8-4 4-4h32c2.2 0 4 1.8 4 4v17c0 7.2-5.8 13-13 13z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
cx: 35,
cy: 16,
r: 3,
fill: "#B3DDF5"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#9AC9E3",
d: "M20 16 9 32h22z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#B3DDF5",
d: "m31 22-8 10h16z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#E57373",
d: "m47.7 29.1-2.8-2.8c-.4-.4-1.1-.4-1.6 0L42 27.6l4.4 4.4 1.3-1.3c.4-.4.4-1.1 0-1.6z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#FF9800",
d: "M27.467 42.167 39.77 29.865l4.384 4.384L31.85 46.55z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#B0BEC5",
d: "m46.4 32.038-2.192 2.192-4.383-4.384 2.191-2.192z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#FFC107",
d: "M27.5 42.2 26 48l5.8-1.5z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#37474F",
d: "m26.7 45-.7 3 3-.7z"
})]
}));
};
exports.FCEditImage = FCEditImage;