@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 942 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var VideoClip = /*#__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.25 4h11.5a3.25 3.25 0 0 1 3.24 3.07l.01.18v9.5a3.25 3.25 0 0 1-3.07 3.24l-.18.01H6.25a3.25 3.25 0 0 1-3.24-3.07L3 16.75v-9.5a3.25 3.25 0 0 1 3.07-3.24L6.25 4h11.5-11.5zm3.8 5.59a.5.5 0 0 0-.05.22v4.38a.5.5 0 0 0 .72.45l4.39-2.2a.5.5 0 0 0 0-.89l-4.39-2.19a.5.5 0 0 0-.67.23z"
}));
});
VideoClip.displayName = 'VideoClip';
export var VideoClipDimensions = {
height: 24,
width: 24
};