react-line-awesome-svg
Version:
Use line-awesome as react svg component
7 lines (6 loc) • 918 B
JavaScript
import * as React from 'react';
export function SvgBluetooth(props) {
return (React.createElement("svg", Object.assign({ viewBox: "0 0 32 32", width: "1em", height: "1em" }, props),
React.createElement("path", { d: "M16 2c-3.113 0-5.969.742-7.969 2.969C6.031 7.195 5 10.715 5 16s1.031 8.805 3.031 11.031C10.031 29.258 12.887 30 16 30c3.113 0 5.973-.742 7.969-2.969C25.965 24.805 27 21.285 27 16s-1.035-8.805-3.031-11.031C21.973 2.742 19.113 2 16 2zm0 2c2.809 0 4.945.617 6.469 2.313C23.992 8.008 25 10.98 25 16s-1.008 7.992-2.531 9.688C20.945 27.383 18.809 28 16 28s-4.945-.617-6.469-2.313C8.008 23.992 7 21.02 7 16s1.008-7.992 2.531-9.688C11.055 4.617 13.191 4 16 4zm-1 3v6.563l-2.281-2.282-1.438 1.438L14.562 16l-3.28 3.281 1.437 1.438L15 18.437V25l1.594-1.188 4-3 .937-.718L17.438 16l4.093-4.094-.937-.719-4-3zm2 4l1.469 1.094L17 13.563zm0 7.438l1.469 1.468L17 21z" })));
}
export default SvgBluetooth;