@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.56 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var VideoSwitch = /*#__PURE__*/React.forwardRef(function (props, ref) {
var attrs = {
"fill": "currentColor",
"xmlns": "http://www.w3.org/2000/svg"
};
return /*#__PURE__*/React.createElement(StyledIconBase, _extends({
iconAttrs: attrs,
iconVerticalAlign: "middle",
iconViewBox: "0 0 24 24"
}, props, {
ref: ref
}), /*#__PURE__*/React.createElement("path", {
d: "M4 5.75A2.75 2.75 0 0 1 6.75 3h5.5A2.75 2.75 0 0 1 15 5.75v6.5A2.75 2.75 0 0 1 12.25 15h-5.5A2.75 2.75 0 0 1 4 12.25v-6.5zM4.2 15c-.42.14-.79.3-1.1.47-.5.3-1.1.78-1.1 1.53s.6 1.24 1.1 1.53c.56.32 1.31.58 2.18.79 1.74.42 4.09.68 6.66.68l-.72.72a.75.75 0 0 0 1.06 1.06l2-2c.3-.3.3-.77 0-1.06l-2-2a.75.75 0 1 0-1.06 1.06l.72.72a28.2 28.2 0 0 1-6.3-.64c-.81-.2-1.4-.42-1.79-.63-.17-.1-.27-.18-.31-.23.04-.05.14-.12.31-.23.38-.21.98-.44 1.79-.63.22-.06.47-.11.72-.16a3.74 3.74 0 0 1-2.17-.99zM14.02 15.56c1.7.09 3.19.3 4.34.58.81.2 1.4.42 1.79.63.17.1.27.18.31.23l-.01.01c-.1.1-.3.23-.6.37-.62.28-1.55.54-2.72.73a.75.75 0 1 0 .24 1.48c1.24-.2 2.31-.49 3.1-.84.38-.18.74-.4 1.01-.65.27-.26.52-.63.52-1.1 0-.75-.6-1.24-1.1-1.53a8.56 8.56 0 0 0-2.18-.79c-.93-.22-2.03-.4-3.24-.52a3.77 3.77 0 0 1-1.46 1.4zm6.49 1.38zM20 5.25a.75.75 0 0 0-1.22-.59L16 6.89v4.22l2.78 2.22a.75.75 0 0 0 1.22-.58v-7.5z"
}));
});
VideoSwitch.displayName = 'VideoSwitch';
export var VideoSwitchDimensions = {
height: 24,
width: 24
};