@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.05 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var VideoPlayPause = /*#__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: "M12 7.75c0-.97.78-1.75 1.75-1.75h1.5c.97 0 1.75.78 1.75 1.75v8.5c0 .97-.78 1.75-1.75 1.75h-1.5c-.97 0-1.75-.78-1.75-1.75v-4.13c-.02.55-.3 1.1-.84 1.42l-6.5 3.95A1.75 1.75 0 0 1 2 15.99V8c0-1.37 1.5-2.2 2.67-1.48l6.5 4.03c.53.33.8.87.83 1.41V7.75Zm6 0c0-.97.78-1.75 1.75-1.75h1.5c.97 0 1.75.78 1.75 1.75v8.5c0 .97-.78 1.75-1.75 1.75h-1.5c-.97 0-1.75-.78-1.75-1.75v-8.5Z"
}));
});
VideoPlayPause.displayName = 'VideoPlayPause';
export var VideoPlayPauseDimensions = {
height: 24,
width: 24
};