@amaui/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.58 kB
JavaScript
;
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
const jsx_runtime_1 = require("react/jsx-runtime");
const react_1 = __importDefault(require("react"));
const ui_react_1 = require("@amaui/ui-react");
const IconMaterialBluetoothConnected = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'BluetoothConnected', short_name: 'BluetoothConnected', viewBox: '0 0 24 24' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M5 13.5q-.625 0-1.062-.438Q3.5 12.625 3.5 12t.438-1.062Q4.375 10.5 5 10.5t1.062.438Q6.5 11.375 6.5 12t-.438 1.062Q5.625 13.5 5 13.5Zm14 0q-.625 0-1.062-.438Q17.5 12.625 17.5 12t.438-1.062Q18.375 10.5 19 10.5t1.062.438q.438.437.438 1.062t-.438 1.062q-.437.438-1.062.438Zm-8 .9-3.9 3.9q-.275.275-.7.275-.425 0-.7-.275-.275-.275-.275-.7 0-.425.275-.7l4.9-4.9-4.9-4.9q-.275-.275-.275-.7 0-.425.275-.7.275-.275.7-.275.425 0 .7.275L11 9.6V3.425q0-.425.262-.7.263-.275.663-.275.25 0 .5.112.25.113.45.313L17 7q.15.15.213.325.062.175.062.375t-.062.375Q17.15 8.25 17 8.4L13.4 12l3.6 3.6q.15.15.213.325.062.175.062.375t-.062.375Q17.15 16.85 17 17l-4.125 4.125q-.2.2-.45.313-.25.112-.5.112-.4 0-.663-.275Q11 21 11 20.575Zm2-4.8 1.9-1.9L13 5.85Zm0 8.55 1.9-1.85-1.9-1.9Z" }) })));
});
IconMaterialBluetoothConnected.displayName = 'AmauiIconMaterialBluetoothConnected';
exports.default = IconMaterialBluetoothConnected;