@icongo/fc
Version:
Flat Color Icons
22 lines • 720 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 FCNegativeDynamic = 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: "#00BCD4",
d: "M19 22h10v20H19zM6 8h10v34H6zm26 22h10v12H32z"
}), /*#__PURE__*/_jsxs("g", {
fill: "#3F51B5",
children: [/*#__PURE__*/_jsx("path", {
d: "M42 12 32 22h10z"
}), /*#__PURE__*/_jsx("path", {
d: "m27.561 10.396 2.828-2.828 9.969 9.969-2.828 2.828z"
})]
})]
}));
export { FCNegativeDynamic };