UNPKG

@metamask/design-system-react

Version:
7 lines 602 B
import * as React from "react"; import { forwardRef } from "react"; const SvgVideocam = (props, ref) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", ref: ref, ...props }, React.createElement("path", { d: "M4 20q-.824 0-1.412-.587C1.999 18.826 2 18.55 2 18V6q0-.824.588-1.412C3.175 4 3.45 4 4 4h12q.824 0 1.413.588C18.002 5.176 18 5.45 18 6v4.5l4-4v11l-4-4V18q0 .824-.587 1.413c-.587.589-.863.587-1.413.587zm0-2h12V6H4z" })); const ForwardRef = forwardRef(SvgVideocam); export default ForwardRef; //# sourceMappingURL=Videocam.mjs.map