@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.14 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var Share = /*#__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: "M31.6 6.84a1.25 1.25 0 0 0-2.1.91v5.47a18.14 18.14 0 0 0-7.02 1.58c-4.4 2-8.92 6.37-9.97 15.56a1.25 1.25 0 0 0 2.07 1.07c4.34-3.85 8.4-5.5 11.34-6.21 1.47-.36 2.67-.47 3.48-.5h.1v5.53a1.25 1.25 0 0 0 2.1.91l12-11.25a1.25 1.25 0 0 0 0-1.82l-12-11.25ZM6 14.25C6 10.8 8.8 8 12.25 8h8.25a1.25 1.25 0 1 1 0 2.5h-8.25a3.75 3.75 0 0 0-3.75 3.75v21.5a3.75 3.75 0 0 0 3.75 3.75h21.5a3.75 3.75 0 0 0 3.75-3.75V33.5a1.25 1.25 0 0 1 2.5 0v2.25C40 39.2 37.2 42 33.75 42h-21.5A6.25 6.25 0 0 1 6 35.75v-21.5Z"
}));
});
Share.displayName = 'Share';
export var ShareDimensions = {
height: 48,
width: 48
};