@amaui/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.36 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 IconMaterialBluetoothDisabledFilled = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'BluetoothDisabledFilled', short_name: 'BluetoothDisabled', viewBox: '0 0 24 24' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "m19.1 21.9-3.5-3.5-2.725 2.725q-.2.2-.45.313-.25.112-.5.112-.4 0-.663-.275Q11 21 11 20.575V14.4l-3.9 3.9q-.275.275-.7.275-.425 0-.7-.275-.275-.275-.275-.7 0-.425.275-.7l4.2-4.2-7.8-7.8q-.275-.275-.275-.7 0-.425.275-.7.275-.275.7-.275.425 0 .7.275l17 17q.275.275.275.7 0 .425-.275.7-.275.275-.7.275-.425 0-.7-.275ZM13 18.15 14.15 17 13 15.85Zm1.1-6.85-1.4-1.4 2.2-2.2L13 5.85v4.35l-2-2V3.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.4Z" }) })));
});
IconMaterialBluetoothDisabledFilled.displayName = 'AmauiIconMaterialBluetoothDisabledFilled';
exports.default = IconMaterialBluetoothDisabledFilled;