UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 1.64 kB
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialViewInArNewW100 = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "ViewInArNewW100", short_name: "ViewInArNew", viewBox: "0 0 24 24" }, props), /*#__PURE__*/React.createElement("path", { d: "M2.65 6q-.15 0-.25-.1t-.1-.25V4.5q0-.925.638-1.563Q3.575 2.3 4.5 2.3h1.15q.15 0 .25.1t.1.25q0 .15-.1.25t-.25.1H4.5q-.625 0-1.062.425Q3 3.85 3 4.5v1.15q0 .15-.1.25t-.25.1ZM4.5 21.7q-.925 0-1.562-.638Q2.3 20.425 2.3 19.5v-1.15q0-.15.1-.25t.25-.1q.15 0 .25.1t.1.25v1.15q0 .625.438 1.062Q3.875 21 4.5 21h1.15q.15 0 .25.1t.1.25q0 .15-.1.25t-.25.1Zm13.85-.25q-.15 0-.25-.1t-.1-.25q0-.15.1-.25t.25-.1h1.15q.65 0 1.075-.438.425-.437.425-1.062V18.1q0-.15.1-.25t.25-.1q.15 0 .25.1t.1.25v1.15q0 .925-.638 1.562-.637.638-1.562.638Zm3-15.45q-.15 0-.25-.1t-.1-.25V4.5q0-.65-.425-1.075Q20.15 3 19.5 3h-1.15q-.15 0-.25-.1t-.1-.25q0-.15.1-.25t.25-.1h1.15q.925 0 1.562.637.638.638.638 1.563v1.15q0 .15-.1.25t-.25.1Zm-10.1 13.025L6.4 16.2q-.35-.2-.55-.55-.2-.35-.2-.75V9.25q0-.4.2-.75t.55-.55l4.85-2.825q.35-.2.75-.2t.75.2L17.6 7.95q.35.2.55.55.2.35.2.75v5.65q0 .4-.2.75t-.55.55l-4.85 2.825q-.35.2-.75.2t-.75-.2Zm.4-.575v-6.2l-5.3-3v5.65q0 .2.1.375t.3.3Zm.7 0 4.9-2.875q.2-.125.3-.3.1-.175.1-.375V9.25l-5.3 3Zm-.35-6.8 5.3-3.05-4.9-2.825q-.2-.125-.4-.125t-.4.125L6.7 8.6Zm0 .6Zm0-.6Zm.35.6Zm-.7 0Z" })); }); IconMaterialViewInArNewW100.displayName = 'OnesyIconMaterialViewInArNewW100'; export default IconMaterialViewInArNewW100;