@geneui/icons
Version:
Gene UI icons distributed as SVG React components.
27 lines (24 loc) • 1.31 kB
JavaScript
import { _ as _objectWithoutProperties, a as _extends } from './ActivityRecent.js';
import React from 'react';
var _excluded = ["size", "color"];
var SvgWindowsNew = function SvgWindowsNew(_ref) {
var _ref$size = _ref.size,
size = _ref$size === void 0 ? 24 : _ref$size,
_ref$color = _ref.color,
color = _ref$color === void 0 ? "currentColor" : _ref$color,
props = _objectWithoutProperties(_ref, _excluded);
return /*#__PURE__*/React.createElement("svg", _extends({
width: size,
height: size,
viewBox: "0 0 24 24",
fill: color,
xmlns: "http://www.w3.org/2000/svg"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M20.277 12.276a.693.693 0 0 0-.692.693v5.461a1.156 1.156 0 0 1-1.16 1.15h-12.92a1.15 1.15 0 0 1-1.15-1.15v-12.926a1.151 1.151 0 0 1 1.15-1.152h5.458a.693.693 0 0 0 0-1.385h-5.458a2.54 2.54 0 0 0-2.535 2.537v12.926a2.539 2.539 0 0 0 2.535 2.537h12.92a2.544 2.544 0 0 0 2.545-2.537v-5.461a.692.692 0 0 0-.693-.693Z",
fill: color
}), /*#__PURE__*/React.createElement("path", {
d: "M13.796 10.837c.183 0 .36-.072.49-.202l5.288-5.29v4.057a.692.692 0 1 0 1.383 0v-5.675a.678.678 0 0 0-.686-.758l-.006-.002h-5.82a.693.693 0 0 0 0 1.385h4.16l-5.3 5.303a.693.693 0 0 0 .49 1.182Z",
fill: color
}));
};
export { SvgWindowsNew as S };