@alilc/lowcode-editor-skeleton
Version:
alibaba lowcode editor skeleton
13 lines • 692 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { SVGIcon } from '@alilc/lowcode-utils';
export function IconSlot(props) {
return /*#__PURE__*/React.createElement(SVGIcon, _extends({
viewBox: "0 0 1024 1024"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M682.325333 135.509333V204.8H819.2v613.376h-614.741333V204.8h136.874666v-69.290667h-206.165333v752.298667h754.346667V135.509333z",
c: "Q29weXJpZ2h0IChjKSAyMDIwLXByZXNlbnQgQWxpYmFiYSBJbmMu"
}), /*#__PURE__*/React.createElement("path", {
d: "M512 512m-170.325333 0a170.325333 170.325333 0 1 0 340.650666 0 170.325333 170.325333 0 1 0-340.650666 0Z"
}));
}
IconSlot.displayName = 'IconSlot';