UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 1.46 kB
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialClosedCaptionAddW100Filled = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "ClosedCaptionAddW100Filled", short_name: "ClosedCaptionAdd", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "M560-376h80q5 0 9.5-1t9.5-5q3-2 7-5t8-5q6-8 8-14t2-14v-2q0-6-4-10t-10-4q-6 0-10 4t-4 10v2q0 7-4.5 11.5T640-404h-80q-6 0-11-5t-5-11v-120q0-6 5-11t11-5h80q7 0 11.5 4.5T656-540v2q0 6 4 10t10 4q6 0 10-4t4-10v-2q0-18-13-31t-31-13h-80q-18 0-31 13t-13 31v120q0 18 13 31t31 13ZM232-212q-26 0-43-17t-17-43v-416q0-26 17-43t43-17h496q26 0 43 17t17 43v248q0 8-6.5 14t-14.5 6q-36 1-70.5 16.5T637-363q-25 25-40.5 59.5T580-233q0 8-6 14.5t-14 6.5H232Zm528 0h-66q-6 0-10-4t-4-10q0-6 4-10t10-4h66v-66q0-6 4-10t10-4q6 0 10 4t4 10v66h66q6 0 10 4t4 10q0 6-4 10t-10 4h-66v66q0 6-4 10t-10 4q-6 0-10-4t-4-10v-66ZM320-376h80q18 0 31-13t13-31v-2q0-6-4-10t-10-4q-6 0-10 4t-4 10v2q0 7-4.5 11.5T400-404h-80q-6 0-11-5t-5-11v-120q0-6 5-11t11-5h80q7 0 11.5 4.5T416-540v2q0 6 4 10t10 4q6 0 10-4t4-10v-2q0-18-13-31t-31-13h-80q-18 0-31 13t-13 31v120q0 18 13 31t31 13Z" })); }); IconMaterialClosedCaptionAddW100Filled.displayName = 'OnesyIconMaterialClosedCaptionAddW100Filled'; export default IconMaterialClosedCaptionAddW100Filled;