@amaui/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 1.14 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@amaui/ui-react';
const IconMaterialEarbuds = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "Earbuds",
short_name: "Earbuds",
viewBox: "0 0 24 24"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M8 21q-2.075 0-3.537-1.462Q3 18.075 3 16V6.2q0-1.35.825-2.275Q4.65 3 6 3q1.35 0 2.175.825Q9 4.65 9 6q0 1.275-.863 2.137Q7.275 9 6 9H5v7q0 1.25.875 2.125T8 19q1.25 0 2.125-.875T11 16V8q0-2.075 1.463-3.537Q13.925 3 16 3t3.538 1.463Q21 5.925 21 8v10q0 1.275-.962 2.137Q19.075 21 17.8 21t-2.037-.863Q15 19.275 15 18t.863-2.137Q16.725 15 18 15h1V8q0-1.25-.875-2.125T16 5q-1.25 0-2.125.875T13 8v8q0 2.075-1.462 3.538Q10.075 21 8 21ZM5 7h1q.425 0 .713-.287Q7 6.425 7 6t-.287-.713Q6.425 5 6 5t-.713.287Q5 5.575 5 6Zm13 12q.425 0 .712-.288Q19 18.425 19 18v-1h-1q-.425 0-.712.288Q17 17.575 17 18t.288.712Q17.575 19 18 19Zm0-1ZM6 6Z"
}));
});
IconMaterialEarbuds.displayName = 'AmauiIconMaterialEarbuds';
export default IconMaterialEarbuds;