@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 857 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var Video = /*#__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 48 48"
}, props, {
ref: ref
}), /*#__PURE__*/React.createElement("path", {
d: "M31 15.25C31 11.8 28.2 9 24.75 9h-14.5A6.25 6.25 0 0 0 4 15.25v17.5C4 36.2 6.8 39 10.25 39h14.5C28.2 39 31 36.2 31 32.75v-17.5Zm2 14.28 6.96 5.44A2.5 2.5 0 0 0 44 33V15a2.5 2.5 0 0 0-4.04-1.97L33 18.47v11.06Z"
}));
});
Video.displayName = 'Video';
export var VideoDimensions = {
height: 48,
width: 48
};