ohctechv3/.svn/pristine/de/de0e2747f1d254d63ab035de225d9a15e1fe1b06.svn-base

12 lines
472 B
Plaintext
Raw Normal View History

2024-10-28 15:03:36 +05:30
"use client";
import createSvgIcon from './utils/createSvgIcon';
import { jsx as _jsx } from "react/jsx-runtime";
export default createSvgIcon([/*#__PURE__*/_jsx("path", {
d: "M4 18.01h16V5.99H4zM9.5 7.5l7 4.5-7 4.5z",
opacity: ".3"
}, "0"), /*#__PURE__*/_jsx("path", {
d: "M9.5 7.5v9l7-4.5z"
}, "1"), /*#__PURE__*/_jsx("path", {
d: "M20 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2m0 14.01H4V5.99h16z"
}, "2")], 'SmartDisplayTwoTone');