UNPKG

@amaui/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 1.37 kB
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@amaui/ui-react'; const IconMaterialBluetoothConnectedFilled = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "BluetoothConnectedFilled", short_name: "BluetoothConnected", viewBox: "0 0 24 24" }, props), /*#__PURE__*/React.createElement("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" })); }); IconMaterialBluetoothConnectedFilled.displayName = 'AmauiIconMaterialBluetoothConnectedFilled'; export default IconMaterialBluetoothConnectedFilled;