@icongo/fc
Version:
Flat Color Icons
27 lines • 814 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 FCAddColumn = 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: "#90CAF9",
d: "M30 5H18c-2.2 0-4 1.8-4 4v30c0 2.2 1.8 4 4 4h12c2.2 0 4-1.8 4-4V9c0-2.2-1.8-4-4-4zM18 39V9h12v30H18z"
}), /*#__PURE__*/_jsx("circle", {
cx: 38,
cy: 38,
r: 10,
fill: "#43A047"
}), /*#__PURE__*/_jsxs("g", {
fill: "#fff",
children: [/*#__PURE__*/_jsx("path", {
d: "M36 32h4v12h-4z"
}), /*#__PURE__*/_jsx("path", {
d: "M32 36h12v4H32z"
})]
})]
}));
export { FCAddColumn };