7 lines
245 B
Plaintext
7 lines
245 B
Plaintext
"use client";
|
|
|
|
import createSvgIcon from './utils/createSvgIcon';
|
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
export default createSvgIcon( /*#__PURE__*/_jsx("path", {
|
|
d: "M5 13h14v-2H5zm-2 4h14v-2H3zM7 7v2h14V7z"
|
|
}), 'ClearAllOutlined'); |