syber-lowcode-business-materials
Version:
syber-lowcode-business-materials
28 lines (27 loc) • 1.42 kB
JavaScript
"use strict";
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
exports.__esModule = true;
exports["default"] = Setting;
var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
function Setting(props) {
return /*#__PURE__*/React.createElement("svg", (0, _extends2["default"])({
xmlns: "http://www.w3.org/2000/svg",
width: "16",
height: "16",
viewBox: "0 0 16 16",
fill: "#000"
}, props), /*#__PURE__*/React.createElement("g", {
id: "Frame",
"clip-path": "url(#clip0_162_44163)"
}, /*#__PURE__*/React.createElement("path", {
id: "Vector",
d: "M1.01016 7.90455V4.09648L8.62629 5.88075V14.6876L1.01016 12.3062V7.90455ZM6.84202 1.11807L13.9236 2.7253L9.10186 4.92614L2.08281 3.26336L6.84202 1.11807ZM0.357548 13.1983L8.98731 15.8748C9.04632 15.8748 9.22683 15.9338 9.40387 15.8157L15.7703 11.6501C15.8883 11.5321 16.0098 11.4106 16.0098 11.2336V2.60728C16.0098 2.54826 16.0098 2.19072 15.5933 2.1317L6.9045 0.10791C6.78648 0.10791 6.66498 0.10791 6.60597 0.166923L0.298536 2.96483C0 3.08285 0 3.38139 0 3.4404V12.7228C0 12.9033 0.118026 13.1393 0.357548 13.1983Z",
fill: "#000"
})), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
id: "clip0_162_44163"
}, /*#__PURE__*/React.createElement("rect", {
width: "16",
height: "16",
fill: "#000"
}))));
}