UNPKG

@amaui/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 1.32 kB
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@amaui/ui-react'; const IconMaterialEarbudsW100 = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "EarbudsW100", short_name: "Earbuds", viewBox: "0 0 24 24" }, props), /*#__PURE__*/React.createElement("path", { d: "M8 20.35q-1.8 0-3.075-1.275Q3.65 17.8 3.65 16V6q0-.975.725-1.663Q5.1 3.65 6.05 3.65q.95 0 1.625.687.675.688.675 1.663 0 .975-.7 1.662-.7.688-1.65.688H4.35V16q0 1.525 1.063 2.587Q6.475 19.65 8 19.65q1.525 0 2.588-1.063Q11.65 17.525 11.65 16V8q0-1.8 1.275-3.075Q14.2 3.65 16 3.65q1.8 0 3.075 1.275Q20.35 6.2 20.35 8v10q0 .975-.7 1.663-.7.687-1.65.687t-1.65-.7q-.7-.7-.7-1.675 0-.95.7-1.638.7-.687 1.65-.687h1.65V8q0-1.525-1.062-2.588Q17.525 4.35 16 4.35q-1.525 0-2.587 1.062Q12.35 6.475 12.35 8v8q0 1.8-1.275 3.075Q9.8 20.35 8 20.35ZM4.35 7.65H6q.675 0 1.163-.488Q7.65 6.675 7.65 6q0-.675-.487-1.163Q6.675 4.35 6 4.35t-1.162.487Q4.35 5.325 4.35 6Zm13.65 12q.675 0 1.163-.487.487-.488.487-1.163v-1.65H18q-.675 0-1.163.487-.487.488-.487 1.163t.487 1.163q.488.487 1.163.487ZM18 18ZM6 6Z" })); }); IconMaterialEarbudsW100.displayName = 'AmauiIconMaterialEarbudsW100'; export default IconMaterialEarbudsW100;