@icongo/fc
Version:
Flat Color Icons
38 lines • 1.12 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 FCRemoveImage = 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: "M40 41H8c-2.2 0-4-1.8-4-4V11c0-2.2 1.8-4 4-4h32c2.2 0 4 1.8 4 4v26c0 2.2-1.8 4-4 4z"
}), /*#__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("circle", {
cx: 38,
cy: 38,
r: 10,
fill: "#F44336"
}), /*#__PURE__*/_jsxs("g", {
fill: "#fff",
children: [/*#__PURE__*/_jsx("path", {
d: "m43.31 41.181-2.12 2.121-8.484-8.483 2.12-2.121z"
}), /*#__PURE__*/_jsx("path", {
d: "m34.819 43.31-2.121-2.12 8.483-8.484 2.121 2.12z"
})]
})]
}));
export { FCRemoveImage };