@icongo/cg
Version:
css.gg Icons
21 lines • 876 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 CGFolderAdd = props => /*#__PURE__*/_jsxs("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
fill: "none",
viewBox: "0 0 24 24"
}, props, {
children: [/*#__PURE__*/_jsx("path", {
fill: "currentColor",
d: "M11 14.5v2h2v-2h2v-2h-2v-2h-2v2H9v2h2Z"
}), /*#__PURE__*/_jsx("path", {
fill: "currentColor",
fillRule: "evenodd",
d: "M4 1.5a2 2 0 0 0-2 2v1c0 .057.002.113.007.168A3.001 3.001 0 0 0 0 7.5v12a3 3 0 0 0 3 3h18a3 3 0 0 0 3-3v-12a3 3 0 0 0-3-3h-9.126A4.002 4.002 0 0 0 8 1.5H4Zm5.732 3A2 2 0 0 0 8 3.5H4v1h5.732ZM3 6.5a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h18a1 1 0 0 0 1-1v-12a1 1 0 0 0-1-1H3Z",
clipRule: "evenodd"
})]
}));
export { CGFolderAdd };