UNPKG

@react-md/material-icons

Version:

Material Design Icon components for react-md

21 lines (20 loc) 708 B
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime"; // THIS FILE WAS GENERATED BY A SCRIPT AND SHOULD NOT BE UPDATED MANUALLY import { SVGIcon } from "@react-md/core/icon/SVGIcon"; export default function FiberSmartRecordSharpIcon(props) { const { ref, ...remaining } = props; return /*#__PURE__*/ _jsxs(SVGIcon, { ...remaining, ref: ref, children: [ /*#__PURE__*/ _jsx("circle", { cx: "9", cy: "12", r: "8" }), /*#__PURE__*/ _jsx("path", { d: "M17 4.26v2.09a5.99 5.99 0 0 1 0 11.3v2.09c3.45-.89 6-4.01 6-7.74s-2.55-6.85-6-7.74" }) ] }); }