@icongo/sti
Version:
Super Tiny Icons
21 lines • 630 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 STIWindows = props => /*#__PURE__*/_jsxs("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
"aria-label": "Windows",
viewBox: "0 0 512 512"
}, props, {
children: [/*#__PURE__*/_jsx("rect", {
width: 512,
height: 512,
fill: "#00adef",
rx: "15%"
}), /*#__PURE__*/_jsx("path", {
fill: "#fff",
d: "M98 145v105h127V127m15-2v125h168V101M98 368V263h127v123m15 1V263h168v148"
})]
}));
export { STIWindows };