7 lines
232 B
Plaintext
7 lines
232 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 20h14v-2H5zM19 9h-4V3H9v6H5l7 7z"
|
|
}), 'Download'); |