@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.07 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var PictureInPictureEnter = /*#__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: "M5.25 3A3.25 3.25 0 0 0 2 6.25v9.5C2 17.55 3.46 19 5.25 19H11v-4a3 3 0 0 1 3-3h7a3 3 0 0 1 1 .17V6.25C22 4.45 20.54 3 18.75 3H5.25Zm1.03 3.22L9.5 9.44V7.75a.75.75 0 0 1 1.5 0v3.5c0 .41-.34.75-.75.75h-3.5a.75.75 0 0 1 0-1.5h1.69L5.22 7.28a.75.75 0 0 1 1.06-1.06ZM22 13.27a2 2 0 0 0-1-.27h-7a2 2 0 0 0-2 2v5c0 1.1.9 2 2 2h7a2 2 0 0 0 2-2v-5a2 2 0 0 0-1-1.73Z"
}));
});
PictureInPictureEnter.displayName = 'PictureInPictureEnter';
export var PictureInPictureEnterDimensions = {
height: 24,
width: 24
};