@icongo/cg
Version:
css.gg Icons
17 lines • 632 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var CGCollage = props => /*#__PURE__*/_jsx("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",
fillRule: "evenodd",
d: "M4 5a3 3 0 0 1 3-3h10a3 3 0 0 1 3 3v14a3 3 0 0 1-3 3H7a3 3 0 0 1-3-3V5Zm9-1h4a1 1 0 0 1 1 1v8h-5V4Zm0 11v5h4a1 1 0 0 0 1-1v-4h-5ZM11 4H7a1 1 0 0 0-1 1v3h5V4ZM6 19v-9h5v10H7a1 1 0 0 1-1-1Z",
clipRule: "evenodd"
})
}));
export { CGCollage };