7 lines
240 B
Plaintext
7 lines
240 B
Plaintext
"use client";
|
|
|
|
import createSvgIcon from './utils/createSvgIcon';
|
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
export default createSvgIcon( /*#__PURE__*/_jsx("path", {
|
|
d: "M22 6H12l-2-2H2v16h20zm-2 12H4V8h16z"
|
|
}), 'FolderOpenSharp'); |