1 | 'use client';
|
2 |
|
3 | import * as React from 'react';
|
4 | import { createSvgIcon } from "../../utils/index.js";
|
5 |
|
6 | /**
|
7 | * @ignore - internal component.
|
8 | */
|
9 | import { jsx as _jsx } from "react/jsx-runtime";
|
10 | export default createSvgIcon(/*#__PURE__*/_jsx("path", {
|
11 | d: "M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"
|
12 | }), 'Add'); |
\ | No newline at end of file |