@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.01 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var VideoSecurity = /*#__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: "M2 6.25C2 4.45 3.46 3 5.25 3h8.5C15.55 3 17 4.46 17 6.25v6.5c0 1.8-1.46 3.25-3.25 3.25h-8.5A3.25 3.25 0 0 1 2 12.75v-6.5ZM21.62 3.6c.23.13.38.38.38.65v10.5a.75.75 0 0 1-1.14.64L18 13.67V5.33l2.86-1.72a.75.75 0 0 1 .76-.01ZM8.14 17a2.5 2.5 0 0 1-2.39 1.75h-2a.75.75 0 0 0-.75.75v1.6c0 .5.4.9.9.9h1.94c3 0 5.51-2.15 6.05-5H8.14Z"
}));
});
VideoSecurity.displayName = 'VideoSecurity';
export var VideoSecurityDimensions = {
height: 24,
width: 24
};