10 lines
638 B
Plaintext
10 lines
638 B
Plaintext
"use client";
|
|
|
|
import createSvgIcon from './utils/createSvgIcon';
|
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
export default createSvgIcon([/*#__PURE__*/_jsx("path", {
|
|
d: "M12 6.5c-2.49 0-4 2.02-4 4.5v6h8v-6c0-2.48-1.51-4.5-4-4.5m2.5 3.3-2.8 3.4h2.8V15h-5v-1.8l2.8-3.4H9.5V8h5z",
|
|
opacity: ".3"
|
|
}, "0"), /*#__PURE__*/_jsx("path", {
|
|
d: "M9.5 9.8h2.8l-2.8 3.4V15h5v-1.8h-2.8l2.8-3.4V8h-5zM18 16v-5c0-3.07-1.63-5.64-4.5-6.32V4c0-.83-.67-1.5-1.5-1.5s-1.5.67-1.5 1.5v.68C7.64 5.36 6 7.92 6 11v5l-2 2v1h16v-1zm-2 1H8v-6c0-2.48 1.51-4.5 4-4.5s4 2.02 4 4.5zm-4 5c1.1 0 2-.9 2-2h-4c0 1.1.9 2 2 2"
|
|
}, "1")], 'NotificationsPausedTwoTone'); |