UNPKG

@styled-icons/fluentui-system-filled

Version:

FluentUI System (filled) icons available as Styled Components

23 lines 1.01 kB
import _extends from "@babel/runtime/helpers/extends"; import * as React from 'react'; import { StyledIconBase } from '@styled-icons/styled-icon'; export var VideoClipOff = /*#__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: "M3.28 2.22a.75.75 0 1 0-1.06 1.06l.7.7A3.24 3.24 0 0 0 2 6.25v11.5C2 19.55 3.46 21 5.25 21h13.5c.36 0 .7-.06 1.02-.16l.95.94a.75.75 0 0 0 1.06-1.06L3.28 2.22ZM12.94 14l-2.33 1.27a.75.75 0 0 1-1.11-.65v-4.06L12.94 14Zm2.46-2.66c.42.23.5.77.23 1.11l6.23 6.23c.1-.3.14-.6.14-.93V6.25C22 4.45 20.54 3 18.75 3H6.18l7.29 7.29 1.93 1.05Z" })); }); VideoClipOff.displayName = 'VideoClipOff'; export var VideoClipOffDimensions = { height: 24, width: 24 };