UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 918 B
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialNoSoundW100 = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "NoSoundW100", short_name: "NoSound", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "m688-460-94 94q-4 4-9.5 4.5T574-366q-5-5-5-10t5-10l94-94-94-94q-4-4-4.5-9.5T574-594q5-5 10-5t10 5l94 94 94-94q4-4 9.5-4.5T802-594q5 5 5 10t-5 10l-94 94 94 94q4 4 4.5 9.5T802-366q-5 5-10 5t-10-5l-94-94Zm-370 48H218q-13 0-21.5-8.5T188-442v-76q0-13 8.5-21.5T218-548h100l100-100q7-7 16.5-3.5T444-638v316q0 10-9.5 13.5T418-312L318-412Zm98-194-86 86H216v80h114l86 86v-252ZM316-480Z" })); }); IconMaterialNoSoundW100.displayName = 'OnesyIconMaterialNoSoundW100'; export default IconMaterialNoSoundW100;