@uiw/bootstrap-icons
Version:
Official open source SVG icon library for Bootstrap.
34 lines (27 loc) • 1.3 kB
JavaScript
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.WindowSplit = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _react = _interopRequireDefault(require("react"));
var _jsxRuntime = require("react/jsx-runtime");
var WindowSplit = function WindowSplit(props) {
return /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({
viewBox: "0 0 20 20",
width: "16px",
height: "16px"
}, props), {}, {
className: "btfont ".concat(props.className ? props.className : ''),
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M2.5 4a.5.5 0 1 0 0-1 .5.5 0 0 0 0 1Zm2-.5a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0Zm1 .5a.5.5 0 1 0 0-1 .5.5 0 0 0 0 1Z",
fillRule: "evenodd"
}), ",", /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M2 1a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V3a2 2 0 0 0-2-2H2Zm12 1a1 1 0 0 1 1 1v2H1V3a1 1 0 0 1 1-1h12ZM1 13V6h6.5v8H2a1 1 0 0 1-1-1Zm7.5 1V6H15v7a1 1 0 0 1-1 1H8.5Z",
fillRule: "evenodd"
})]
}));
};
exports.WindowSplit = WindowSplit;
//# sourceMappingURL=WindowSplit.js.map
;