@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 919 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var PictureInPicture = /*#__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.25ZM22 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"
}));
});
PictureInPicture.displayName = 'PictureInPicture';
export var PictureInPictureDimensions = {
height: 24,
width: 24
};