View file Boron/Admin/dist/assets/vendor/lucide/esm/icons/send.js

File size: 423B
/**
 * @license lucide v0.414.0 - ISC
 *
 * This source code is licensed under the ISC license.
 * See the LICENSE file in the root directory of this source tree.
 */

import defaultAttributes from '../defaultAttributes.js';

const Send = [
  "svg",
  defaultAttributes,
  [
    ["path", { d: "m22 2-7 20-4-9-9-4Z" }],
    ["path", { d: "M22 2 11 13" }]
  ]
];

export { Send as default };
//# sourceMappingURL=send.js.map