UNPKG

@react-md/material-icons

Version:

Material Design Icon components for react-md

26 lines (25 loc) 914 B
// THIS FILE WAS GENERATED BY A SCRIPT AND SHOULD NOT BE UPDATED MANUALLY import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime"; import { forwardRef } from "react"; import { SVGIcon } from "@react-md/core/icon/SVGIcon"; export default /*#__PURE__*/ forwardRef(function VideogameAssetOutlinedIcon(props, ref) { return /*#__PURE__*/ _jsxs(SVGIcon, { ...props, ref: ref, children: [ /*#__PURE__*/ _jsx("path", { d: "M21 6H3c-1.1 0-2 .9-2 2v8c0 1.1.9 2 2 2h18c1.1 0 2-.9 2-2V8c0-1.1-.9-2-2-2m0 10H3V8h18zM6 15h2v-2h2v-2H8V9H6v2H4v2h2z" }), /*#__PURE__*/ _jsx("circle", { cx: "14.5", cy: "13.5", r: "1.5" }), /*#__PURE__*/ _jsx("circle", { cx: "18.5", cy: "10.5", r: "1.5" }) ] }); });