UNPKG

@react-md/material-icons

Version:

Material Design Icon components for react-md

31 lines (30 loc) 1.22 kB
// 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 SettingsBluetoothRoundedIcon(props, ref) { return /*#__PURE__*/ _jsxs(SVGIcon, { ...props, ref: ref, children: [ /*#__PURE__*/ _jsx("circle", { cx: "12", cy: "23", r: "1" }), /*#__PURE__*/ _jsx("circle", { cx: "8", cy: "23", r: "1" }), /*#__PURE__*/ _jsx("circle", { cx: "16", cy: "23", r: "1" }), /*#__PURE__*/ _jsx("path", { d: "M13.41 10 17 6.42c.39-.39.39-1.02 0-1.42L12.21.21a.7.7 0 0 0-.5-.21c-.39 0-.71.32-.71.71v6.88L7.11 3.71A.996.996 0 1 0 5.7 5.12L10.59 10 5.7 14.89a.996.996 0 1 0 1.41 1.41L11 12.41v6.88c0 .39.32.71.71.71.19 0 .37-.07.5-.21L17 15c.39-.39.39-1.02 0-1.42zM13 3.83l1.88 1.88L13 7.59zm0 12.34v-3.76l1.88 1.88z" }) ] }); });