10 lines
476 B
Plaintext
10 lines
476 B
Plaintext
|
"use client";
|
||
|
|
||
|
import createSvgIcon from './utils/createSvgIcon';
|
||
|
import { jsx as _jsx } from "react/jsx-runtime";
|
||
|
export default createSvgIcon([/*#__PURE__*/_jsx("path", {
|
||
|
d: "M15 6h5v3h-5z",
|
||
|
opacity: ".3"
|
||
|
}, "0"), /*#__PURE__*/_jsx("path", {
|
||
|
d: "M3 11c0 2.45 1.76 4.47 4.08 4.91l-1.49-1.49L7 13l4 4.01L7 21l-1.41-1.41 1.58-1.58v-.06C3.7 17.54 1 14.58 1 11c0-3.87 3.13-7 7-7h3v2H8c-2.76 0-5 2.24-5 5m19 0V4h-9v7zm-2-2h-5V6h5zm-7 4h9v7h-9z"
|
||
|
}, "1")], 'MoveDownTwoTone');
|