@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
25 lines • 1.08 kB
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: "M16.5 12.5a1 1 0 1 0 0-2 1 1 0 0 0 0 2z"
}), /*#__PURE__*/React.createElement("path", {
d: "M2 7.75A3.75 3.75 0 0 1 5.75 4h12.5A3.75 3.75 0 0 1 22 7.75v8.5A3.75 3.75 0 0 1 18.25 20H5.75A3.75 3.75 0 0 1 2 16.25v-8.5zM9.5 9C8.67 9 8 9.67 8 10.5v5c0 .27.07.52.2.73l3.4-3.6c.48-.53 1.31-.53 1.8-.01L17.58 17A1.5 1.5 0 0 0 19 15.5v-5c0-.83-.67-1.5-1.5-1.5h-8zm6 8-3-3.16L9.53 17h5.97z"
}));
});
PictureInPicture.displayName = 'PictureInPicture';
export var PictureInPictureDimensions = {
height: 24,
width: 24
};