@icongo/gr
Version:
Grommet Icons
15 lines • 605 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var GRWindows = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
viewBox: "0 0 24 24"
}, props, {
children: /*#__PURE__*/_jsx("path", {
fill: "#001589",
fillRule: "evenodd",
d: "M23.923 0 10.959 1.893v9.588l12.964-.102V0ZM0 3.398l.009 8.155 9.773-.055-.004-9.432L0 3.398Zm.008 17.283 9.773 1.344-.008-9.44-9.766-.063.001 8.159Zm10.951 1.49L23.923 24l.004-11.326-12.986-.022.018 9.519Z"
})
}));
export { GRWindows };