7 lines
No EOL
357 B
JavaScript
7 lines
No EOL
357 B
JavaScript
"use client";
|
|
|
|
import createSvgIcon from "./utils/createSvgIcon.js";
|
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
export default createSvgIcon(/*#__PURE__*/_jsx("path", {
|
|
d: "M6 7c0 .55.45 1 1 1h7.59l-8.88 8.88c-.39.39-.39 1.02 0 1.41s1.02.39 1.41 0L16 9.41V17c0 .55.45 1 1 1s1-.45 1-1V7c0-.55-.45-1-1-1H7c-.55 0-1 .45-1 1"
|
|
}), 'ArrowOutwardRounded'); |