google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 657 B
JavaScript
/**
* @license google-material-icons v2.1.3 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/
import createIcon from '../../createIcon.js';
const VideoFile = createIcon("VideoFile", [
[
"path",
{
d: "M14 2H6.01C4.91 2 4.01 2.89 4.01 4L4 20C4 21.1 4.9 22 6 22H18C19.1 22 20 21.1 20 20V8L14 2ZM13 9V3.5L18.5 9H13ZM14 14L16 12.94V17.06L14 16V17C14 17.55 13.55 18 13 18H9C8.45 18 8 17.55 8 17V13C8 12.45 8.45 12 9 12H13C13.55 12 14 12.45 14 13V14Z",
key: "1mqslu"
}
]
]);
export { VideoFile as default };
//# sourceMappingURL=video_file.js.map