UNPKG

@alilc/lowcode-editor-skeleton

Version:

alibaba lowcode editor skeleton

10 lines 822 B
import _extends from "@babel/runtime/helpers/extends"; import { SVGIcon } from '@alilc/lowcode-utils'; export function IconClear(props) { return /*#__PURE__*/React.createElement(SVGIcon, _extends({ viewBox: "0 0 1024 1024" }, props), /*#__PURE__*/React.createElement("path", { d: "M761.6 701.44a21.333333 21.333333 0 0 1 0 30.293333l-29.866667 29.866667a21.333333 21.333333 0 0 1-30.293333 0L512 572.16l-189.44 189.44a21.333333 21.333333 0 0 1-30.293333 0l-29.866667-29.866667a21.333333 21.333333 0 0 1 0-30.293333L451.84 512 262.4 322.56a21.333333 21.333333 0 0 1 0-30.293333l29.866667-29.866667a21.333333 21.333333 0 0 1 30.293333 0L512 451.84l189.44-189.44a21.333333 21.333333 0 0 1 30.293333 0l29.866667 29.866667a21.333333 21.333333 0 0 1 0 30.293333L572.16 512z" })); } IconClear.displayName = 'Clear';