UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 771 B
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialViewStreamW100 = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "ViewStreamW100", short_name: "ViewStream", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "M760-312v-154H200v154q0 14 9 23t23 9h496q14 0 23-9t9-23Zm0-182v-154q0-14-9-23t-23-9H232q-14 0-23 9t-9 23v154h560ZM232-252q-26 0-43-17t-17-43v-336q0-26 17-43t43-17h496q26 0 43 17t17 43v336q0 26-17 43t-43 17H232Z" })); }); IconMaterialViewStreamW100.displayName = 'OnesyIconMaterialViewStreamW100'; export default IconMaterialViewStreamW100;