@nant-design/nant-icons
Version:
8 lines (6 loc) • 506 B
JSX
import React from 'react';
export const Bluetooth = (props) => {
return <svg width='1.33em' height='1.33em' fill="currentColor" viewBox="0 0 512 512" {...props}>
<path d="M388 160.77a20 20 0 0 0-5.85-14.91l-112-112A20 20 0 0 0 236 48v164.52l-79-67.71a20 20 0 0 0-26 30.38L225.27 256 131 336.81a20 20 0 1 0 26 30.38l79-67.71V464a20 20 0 0 0 34.14 14.14l112-112a20 20 0 0 0-1.14-29.33L286.73 256 381 175.19a20 20 0 0 0 7-14.42Zm-49.42 192.36L276 415.72V299.49ZM276 212.52V96.28l62.59 62.59Z"/>
</svg>;
};