@icongo/fc
Version:
Flat Color Icons
22 lines • 717 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 FCPositiveDynamic = 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 22h10v20H19zM32 8h10v34H32zM6 30h10v12H6z"
}), /*#__PURE__*/_jsxs("g", {
fill: "#3F51B5",
children: [/*#__PURE__*/_jsx("path", {
d: "m11 8 10 10V8z"
}), /*#__PURE__*/_jsx("path", {
d: "m9.394 22.437-2.828-2.828 9.969-9.969 2.828 2.828z"
})]
})]
}));
export { FCPositiveDynamic };