UNPKG

@react-md/material-icons

Version:

Material Design Icon components for react-md

25 lines (24 loc) 956 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 RadioTwoToneIcon(props, ref) { return /*#__PURE__*/ _jsxs(SVGIcon, { ...props, ref: ref, children: [ /*#__PURE__*/ _jsx("path", { d: "M20 13H4v7h16zM8 18.98a2.5 2.5 0 0 1 0-5 2.5 2.5 0 0 1 0 5", opacity: ".3" }), /*#__PURE__*/ _jsx("path", { d: "M2 20a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V8c0-1.11-.89-2-2-2H8.3l8.26-3.34L15.88 1 3.24 6.15C2.51 6.43 2 7.17 2 8zM4 8h16v3h-2V9h-2v2H4zm0 5h16v7H4z" }), /*#__PURE__*/ _jsx("circle", { cx: "8", cy: "16.48", r: "2.5" }) ] }); });