UNPKG

@styled-icons/fluentui-system-filled

Version:

FluentUI System (filled) icons available as Styled Components

23 lines 1.02 kB
import _extends from "@babel/runtime/helpers/extends"; import * as React from 'react'; import { StyledIconBase } from '@styled-icons/styled-icon'; export var VideoProhibited = /*#__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 28 28" }, props, { ref: ref }), /*#__PURE__*/React.createElement("path", { d: "M5.25 6A3.25 3.25 0 0 0 2 9.25v10.5C2 21.55 3.46 23 5.25 23h8.18A7.49 7.49 0 0 1 18 13.43V9.25C18 7.45 16.54 6 14.75 6h-9.5zm20 2.75v5.94a7.47 7.47 0 0 0-5.75-1.62V11.5l3.61-3.63a1.25 1.25 0 0 1 2.14.88zM20.5 27a6.5 6.5 0 1 0 0-13 6.5 6.5 0 0 0 0 13zm0-1.5a4.98 4.98 0 0 1-2.97-.97l7-7a5 5 0 0 1-4.03 7.97zm2.97-9.03-7 7a5 5 0 0 1 7-7z" })); }); VideoProhibited.displayName = 'VideoProhibited'; export var VideoProhibitedDimensions = { height: 28, width: 28 };