@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 982 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var ShareScreenStart = /*#__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 48 48"
}, props, {
ref: ref
}), /*#__PURE__*/React.createElement("path", {
d: "M8.25 8A4.25 4.25 0 0 0 4 12.25v23.5C4 38.1 5.9 40 8.25 40h31.5C42.1 40 44 38.1 44 35.75v-23.5C44 9.9 42.1 8 39.75 8H8.25ZM24 14.75c.33 0 .65.13.88.37l6 6a1.25 1.25 0 0 1-1.76 1.76l-3.87-3.86v12.73a1.25 1.25 0 1 1-2.5 0V19.02l-3.87 3.86a1.25 1.25 0 0 1-1.76-1.76l6-6c.23-.24.55-.37.88-.37Z"
}));
});
ShareScreenStart.displayName = 'ShareScreenStart';
export var ShareScreenStartDimensions = {
height: 48,
width: 48
};