@uiw/icons
Version:
The premium icon font for uiw Component Library.
12 lines • 621 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { jsx as _jsx } from "react/jsx-runtime";
export var Windows = props => /*#__PURE__*/_jsx("svg", _extends({
viewBox: "0 0 20 20"
}, props, {
children: /*#__PURE__*/_jsx("path", {
d: "M20,10.873 L20,20 L8.479,18.537 L8.48025462,10.873 L20,10.873 Z M6.88025462,10.873 L6.879,18.334 L0,17.4606523 L0,10.873 L6.88025462,10.873 Z M20,9.273 L8.48025462,9.273 L8.479,1.463 L20,0 L20,9.273 Z M6.879,1.666 L6.88025462,9.273 L0,9.273 L0,2.53934768 L6.879,1.666 Z",
fillRule: "evenodd"
})
}));
//# sourceMappingURL=Windows.js.map