@icongo/cg
Version:
css.gg Icons
15 lines • 568 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var CGWindows = 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",
d: "m3 5.548 7.195-.966v7.029l-7.188.054L3 5.55Zm7.195 6.843v7.105l-7.19-.985v-6.12h7.19Zm.918-7.935L20.998 3v8.533l-9.885.078V4.456ZM21 12.505 20.998 21l-9.885-1.353v-7.142H21Z"
})
}));
export { CGWindows };