7 lines
458 B
Plaintext
7 lines
458 B
Plaintext
"use client";
|
|
|
|
import createSvgIcon from './utils/createSvgIcon';
|
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
export default createSvgIcon( /*#__PURE__*/_jsx("path", {
|
|
d: "M8 24c.55 0 1-.45 1-1s-.45-1-1-1-1 .45-1 1 .45 1 1 1m4 0c.55 0 1-.45 1-1s-.45-1-1-1-1 .45-1 1 .45 1 1 1m4 0c.55 0 1-.45 1-1s-.45-1-1-1-1 .45-1 1 .45 1 1 1M16 .01 8 0C6.9 0 6 .9 6 2v16c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2V2c0-1.1-.9-1.99-2-1.99M16 16H8V4h8z"
|
|
}), 'SettingsCellRounded'); |