@icongo/fc
Version:
Flat Color Icons
41 lines • 1.32 kB
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 FCEditImage = 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: "#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__*/_jsx("circle", {
cx: 35,
cy: 16,
r: 3,
fill: "#B3DDF5"
}), /*#__PURE__*/_jsx("path", {
fill: "#9AC9E3",
d: "M20 16 9 32h22z"
}), /*#__PURE__*/_jsx("path", {
fill: "#B3DDF5",
d: "m31 22-8 10h16z"
}), /*#__PURE__*/_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__*/_jsx("path", {
fill: "#FF9800",
d: "M27.467 42.167 39.77 29.865l4.384 4.384L31.85 46.55z"
}), /*#__PURE__*/_jsx("path", {
fill: "#B0BEC5",
d: "m46.4 32.038-2.192 2.192-4.383-4.384 2.191-2.192z"
}), /*#__PURE__*/_jsx("path", {
fill: "#FFC107",
d: "M27.5 42.2 26 48l5.8-1.5z"
}), /*#__PURE__*/_jsx("path", {
fill: "#37474F",
d: "m26.7 45-.7 3 3-.7z"
})]
}));
export { FCEditImage };