@icongo/cg
Version:
css.gg Icons
17 lines • 660 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var CGViewList = 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: "M5 5a3 3 0 0 0-3 3v8a3 3 0 0 0 3 3h14a3 3 0 0 0 3-3V8a3 3 0 0 0-3-3H5Zm2 2H5a1 1 0 0 0-1 1v1h3V7Zm2 0v2h11V8a1 1 0 0 0-1-1H9Zm-2 4H4v2h3v-2Zm2 2v-2h11v2H9Zm-2 2H4v1a1 1 0 0 0 1 1h2v-2Zm2 2v-2h11v1a1 1 0 0 1-1 1H9Z",
clipRule: "evenodd"
})
}));
export { CGViewList };