@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 955 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 28 28"
}, props, {
ref: ref
}), /*#__PURE__*/React.createElement("path", {
d: "M4.25 5C3.01 5 2 6 2 7.25v13.5C2 21.99 3 23 4.25 23h19.5c1.24 0 2.25-1 2.25-2.25V7.25C26 6.01 25 5 23.75 5H4.25zm10.28 3.84 3.25 3.26a.75.75 0 0 1-1.06 1.06l-1.97-1.98v7.45a.75.75 0 0 1-1.5 0v-7.45l-1.97 1.98a.75.75 0 1 1-1.06-1.06l3.25-3.26a.75.75 0 0 1 1.06 0z"
}));
});
ShareScreenStart.displayName = 'ShareScreenStart';
export var ShareScreenStartDimensions = {
height: 28,
width: 28
};