158 lines
5.2 KiB
JavaScript
158 lines
5.2 KiB
JavaScript
"use strict";
|
|
|
|
Object.defineProperty(exports, "__esModule", {
|
|
value: true
|
|
});
|
|
exports.GroupIcon = GroupIcon;
|
|
var _jsxRuntime = require("react/jsx-runtime");
|
|
function GroupIcon() {
|
|
return /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", {
|
|
xmlns: "http://www.w3.org/2000/svg",
|
|
xmlnsXlink: "http://www.w3.org/1999/xlink",
|
|
width: "1em",
|
|
height: "1em",
|
|
viewBox: "0 0 104 104",
|
|
children: [/*#__PURE__*/(0, _jsxRuntime.jsxs)("defs", {
|
|
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("rect", {
|
|
id: "path-1",
|
|
width: "90",
|
|
height: "72",
|
|
x: "0",
|
|
y: "0",
|
|
rx: "10"
|
|
}), /*#__PURE__*/(0, _jsxRuntime.jsxs)("filter", {
|
|
id: "filter-2",
|
|
width: "152.2%",
|
|
height: "165.3%",
|
|
x: "-26.1%",
|
|
y: "-27.1%",
|
|
filterUnits: "objectBoundingBox",
|
|
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("feMorphology", {
|
|
in: "SourceAlpha",
|
|
radius: "0.25",
|
|
result: "shadowSpreadOuter1"
|
|
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("feOffset", {
|
|
dy: "1",
|
|
in: "shadowSpreadOuter1",
|
|
result: "shadowOffsetOuter1"
|
|
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("feGaussianBlur", {
|
|
in: "shadowOffsetOuter1",
|
|
result: "shadowBlurOuter1",
|
|
stdDeviation: "1"
|
|
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("feColorMatrix", {
|
|
in: "shadowBlurOuter1",
|
|
result: "shadowMatrixOuter1",
|
|
values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.08 0"
|
|
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("feMorphology", {
|
|
in: "SourceAlpha",
|
|
radius: "1",
|
|
result: "shadowSpreadOuter2"
|
|
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("feOffset", {
|
|
dy: "2",
|
|
in: "shadowSpreadOuter2",
|
|
result: "shadowOffsetOuter2"
|
|
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("feGaussianBlur", {
|
|
in: "shadowOffsetOuter2",
|
|
result: "shadowBlurOuter2",
|
|
stdDeviation: "4"
|
|
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("feColorMatrix", {
|
|
in: "shadowBlurOuter2",
|
|
result: "shadowMatrixOuter2",
|
|
values: "0 0 0 0 0.098466735 0 0 0 0 0.0599695403 0 0 0 0 0.0599695403 0 0 0 0.07 0"
|
|
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("feMorphology", {
|
|
in: "SourceAlpha",
|
|
radius: "2",
|
|
result: "shadowSpreadOuter3"
|
|
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("feOffset", {
|
|
dy: "4",
|
|
in: "shadowSpreadOuter3",
|
|
result: "shadowOffsetOuter3"
|
|
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("feGaussianBlur", {
|
|
in: "shadowOffsetOuter3",
|
|
result: "shadowBlurOuter3",
|
|
stdDeviation: "8"
|
|
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("feColorMatrix", {
|
|
in: "shadowBlurOuter3",
|
|
result: "shadowMatrixOuter3",
|
|
values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"
|
|
}), /*#__PURE__*/(0, _jsxRuntime.jsxs)("feMerge", {
|
|
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("feMergeNode", {
|
|
in: "shadowMatrixOuter1"
|
|
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("feMergeNode", {
|
|
in: "shadowMatrixOuter2"
|
|
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("feMergeNode", {
|
|
in: "shadowMatrixOuter3"
|
|
})]
|
|
})]
|
|
})]
|
|
}), /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
|
|
fill: "none",
|
|
fillRule: "evenodd",
|
|
stroke: "none",
|
|
strokeWidth: "1",
|
|
children: [/*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
|
|
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("use", {
|
|
fill: "#000",
|
|
filter: "url(#filter-2)",
|
|
xlinkHref: "#path-1"
|
|
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("use", {
|
|
fill: "#F0F2F5",
|
|
xlinkHref: "#path-1"
|
|
})]
|
|
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
fill: "#FFF",
|
|
d: "M25 15h65v47c0 5.523-4.477 10-10 10H25V15z"
|
|
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
stroke: "#E6EAF0",
|
|
strokeLinecap: "square",
|
|
d: "M0.5 15.5L90.5 15.5"
|
|
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("rect", {
|
|
width: "14",
|
|
height: "3",
|
|
x: "4",
|
|
y: "26",
|
|
fill: "#D7DDE6",
|
|
rx: "1.5"
|
|
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("rect", {
|
|
width: "9",
|
|
height: "3",
|
|
x: "4",
|
|
y: "32",
|
|
fill: "#D7DDE6",
|
|
rx: "1.5"
|
|
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("rect", {
|
|
width: "9",
|
|
height: "3",
|
|
x: "4",
|
|
y: "42",
|
|
fill: "#E6EAF0",
|
|
rx: "1.5"
|
|
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("rect", {
|
|
width: "9",
|
|
height: "3",
|
|
x: "4",
|
|
y: "21",
|
|
fill: "#E6EAF0",
|
|
rx: "1.5"
|
|
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("rect", {
|
|
width: "9",
|
|
height: "3",
|
|
x: "4",
|
|
y: "53",
|
|
fill: "#D7DDE6",
|
|
rx: "1.5"
|
|
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("rect", {
|
|
width: "14",
|
|
height: "3",
|
|
x: "4",
|
|
y: "47",
|
|
fill: "#D7DDE6",
|
|
rx: "1.5"
|
|
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
stroke: "#E6EAF0",
|
|
strokeLinecap: "square",
|
|
d: "M25.5 15.5L25.5 72.5"
|
|
})]
|
|
})]
|
|
});
|
|
} |