plasod
Version:
An enterprise-class UI design language and React components implementation
89 lines (88 loc) • 3.81 kB
JavaScript
"use client";
import * as React from 'react';
const Simple = () => ( /*#__PURE__*/React.createElement("svg", {
xmlns: "http://www.w3.org/2000/svg",
xmlnsXlink: "http://www.w3.org/1999/xlink",
width: "60px",
height: "60px",
viewBox: "0 0 60 60",
version: "1.1"
}, /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("rect", {
id: "path-1",
x: "0",
y: "0",
width: "60",
height: "60",
rx: "30"
})), /*#__PURE__*/React.createElement("g", {
id: "6-\u6570\u636E\u5C55\u793A/6.9-Empty\u7A7A\u72B6\u6001/\u5C0F\u573A\u666F/\u6682\u65E0\u6570\u636E",
stroke: "none",
strokeWidth: "1",
fill: "none",
fillRule: "evenodd"
}, /*#__PURE__*/React.createElement("g", {
id: "\u6682\u65E0\u6570\u636E"
}, /*#__PURE__*/React.createElement("mask", {
id: "mask-2",
fill: "white"
}, /*#__PURE__*/React.createElement("use", {
xlinkHref: "#path-1"
})), /*#__PURE__*/React.createElement("use", {
id: "\u8499\u7248",
fill: "#F5F5F5",
xlinkHref: "#path-1"
}), /*#__PURE__*/React.createElement("g", {
id: "\u7F16\u7EC4-4",
mask: "url(#mask-2)"
}, /*#__PURE__*/React.createElement("g", {
transform: "translate(1.635084, 16.000000)"
}, /*#__PURE__*/React.createElement("path", {
d: "M7.29181765,7.40600653 L26.2918176,7.40600653 C27.3963871,7.40600653 28.2918176,8.30143703 28.2918176,9.40600653 L28.2918176,40.4060065 C28.2918176,41.510576 27.3963871,42.4060065 26.2918176,42.4060065 L7.29181765,42.4060065 C6.18724815,42.4060065 5.29181765,41.510576 5.29181765,40.4060065 L5.29181765,9.40600653 C5.29181765,8.30143703 6.18724815,7.40600653 7.29181765,7.40600653 Z",
id: "\u77E9\u5F62\u5907\u4EFD-3",
fill: "#D9D9D9",
transform: "translate(16.791818, 24.906007) rotate(-20.000000) translate(-16.791818, -24.906007) "
}), /*#__PURE__*/React.createElement("path", {
d: "M19.2822946,10.9779513 L47.2822946,10.9779513 C48.3868641,10.9779513 49.2822946,11.8733818 49.2822946,12.9779513 L49.2822946,47.9779513 C49.2822946,49.0825208 48.3868641,49.9779513 47.2822946,49.9779513 L19.2822946,49.9779513 C18.1777251,49.9779513 17.2822946,49.0825208 17.2822946,47.9779513 L17.2822946,12.9779513 C17.2822946,11.8733818 18.1777251,10.9779513 19.2822946,10.9779513 Z",
id: "\u77E9\u5F62\u5907\u4EFD-4",
fill: "#D9D9D9",
opacity: "0.498341",
transform: "translate(33.282295, 30.477951) rotate(18.000000) translate(-33.282295, -30.477951) "
}), /*#__PURE__*/React.createElement("g", {
id: "\u7F16\u7EC4-3",
strokeWidth: "1",
fill: "none",
transform: "translate(10.364916, 0.000000)"
}, /*#__PURE__*/React.createElement("rect", {
id: "\u77E9\u5F62",
fill: "#FFFFFF",
x: "0",
y: "0",
width: "36",
height: "48",
rx: "2"
}), /*#__PURE__*/React.createElement("path", {
d: "M26.3361937,6.87941419 C26.9550761,6.32870918 27.9032141,6.38397791 28.4539191,7.00286036 C29.0046242,7.62174282 28.9493554,8.56988079 28.330473,9.12058581 L21.5168349,15.1836187 C20.987155,15.6549479 20.1997997,15.6910313 19.6292298,15.2701249 L14.684,11.623 L9.66751367,16.1172758 C9.08902517,16.6354813 8.21938887,16.6220545 7.65749,16.1099147 L7.54939084,16.000847 C6.9966383,15.3837926 7.04876526,14.4354767 7.66581967,13.8827242 L13.592334,8.57379873 C14.1218388,8.09947244 14.9115755,8.06196875 15.4836464,8.48398248 L20.431,12.133 L26.3361937,6.87941419 Z",
id: "\u8DEF\u5F84-8",
fill: "#D9D9D9",
fillRule: "nonzero"
}), /*#__PURE__*/React.createElement("rect", {
id: "\u77E9\u5F62",
fill: "#D9D9D9",
x: "7",
y: "23",
width: "22",
height: "3",
rx: "1.5"
}), /*#__PURE__*/React.createElement("rect", {
id: "\u77E9\u5F62\u5907\u4EFD",
fill: "#D9D9D9",
x: "7",
y: "30",
width: "22",
height: "3",
rx: "1.5"
}))))))));
if (process.env.NODE_ENV !== 'production') {
Simple.displayName = 'SimpleImage';
}
export default Simple;