@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.29 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var VideoBackgroundEffect = /*#__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: "M6 16.94v2.12l-.94.94H2.94L6 16.94Zm16-2.5v2.12L18.56 20h-.57v-1.56l4.01-4ZM8.75 14h6.5c.91 0 1.67.7 1.74 1.6V20H7v-4.25c0-.92.7-1.67 1.6-1.74l.15-.01Zm-.73-3.58c.06.57.24 1.12.52 1.6L2 18.56v-2.12l6.02-6.02ZM22 9.93v2.13l-4 4v-.31l-.01-.17a2.73 2.73 0 0 0-.39-1.25l4.4-4.4ZM12.06 4 2 14.06v-2.12L9.94 4h2.12ZM22 5.43v2.13l-5.67 5.66a2.73 2.73 0 0 0-.86-.21l-.23-.01h-.6c.35-.3.64-.66.86-1.06l6.5-6.5ZM12 7a3 3 0 1 1 0 6 3 3 0 0 1 0-6ZM7.56 4 2 9.56V7.44L5.44 4h2.12Zm13.5 0L15.9 9.15a3.98 3.98 0 0 0-.65-1.47L18.93 4h2.13Zm-4.5 0L14 6.54a3.97 3.97 0 0 0-1.6-.52L14.45 4h2.12Z"
}));
});
VideoBackgroundEffect.displayName = 'VideoBackgroundEffect';
export var VideoBackgroundEffectDimensions = {
height: 24,
width: 24
};