7 lines
234 B
Plaintext
7 lines
234 B
Plaintext
"use client";
|
|
|
|
import createSvgIcon from './utils/createSvgIcon';
|
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
export default createSvgIcon( /*#__PURE__*/_jsx("path", {
|
|
d: "M23 3H1v18h22zm-11 9H3V5h9z"
|
|
}), 'FeaturedVideoSharp'); |