@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 1.28 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@onesy/ui-react';
const IconMaterialClosedCaptionDisabledW100Filled = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "ClosedCaptionDisabledW100Filled",
short_name: "ClosedCaptionDisabled",
viewBox: "0 -960 960 960"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M842-78 708-212H232q-26 0-43-17t-17-43v-416q0-13 4.5-24t12.5-19l-89-89q-4-4-4.5-9.5T100-840q5-5 10-5t10 5L862-98q4 4 4.5 9.5T862-78q-5 5-10 5t-10-5ZM320-376h80q18 0 31-13t13-31v-5q0-5-3.5-9.5T430-439q-7 0-10.5 4.5T416-425v5q0 6-5 11t-11 5h-80q-6 0-11-5t-5-11v-120q0-7 4.5-11.5T320-556h44l-28-28h-16q-18 0-31 13t-13 31v120q0 18 13 31t31 13Zm468-312v332q0 20-18.5 27.5T737-335l-61-61q3-5 5.5-9.5t2.5-9.5v-11q0-5-4-9t-10-4q-5 0-9.5 3.5T656-427v11L544-528v-12q0-6 5-11t11-5h80q6 0 11 5t5 11v5q0 5 3.5 9t10.5 4q7 0 10.5-4t3.5-9v-5q0-18-13-31t-31-13h-80q-14 0-25.5 8.5T518-554L375-697q-14-14-6.5-32.5T396-748h332q26 0 43 17t17 43Z"
}));
});
IconMaterialClosedCaptionDisabledW100Filled.displayName = 'OnesyIconMaterialClosedCaptionDisabledW100Filled';
export default IconMaterialClosedCaptionDisabledW100Filled;