7 lines
279 B
Plaintext
7 lines
279 B
Plaintext
|
"use client";
|
||
|
|
||
|
import createSvgIcon from './utils/createSvgIcon';
|
||
|
import { jsx as _jsx } from "react/jsx-runtime";
|
||
|
export default createSvgIcon( /*#__PURE__*/_jsx("path", {
|
||
|
d: "M14 10H3v2h11zm0-4H3v2h11zm4 8v-4h-2v4h-4v2h4v4h2v-4h4v-2zM3 16h7v-2H3z"
|
||
|
}), 'PlaylistAddOutlined');
|