@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 854 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var ShareAndroid = /*#__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: "M17 3a3 3 0 1 1-2.15 5.1L9.4 11.2a3 3 0 0 1 0 1.58l5.45 3.12A2.99 2.99 0 0 1 20 18a3 3 0 1 1-5.9-.79L8.66 14.1A2.99 2.99 0 0 1 3.5 12a3 3 0 0 1 5.15-2.1l5.45-3.1A3 3 0 0 1 17 3Z"
}));
});
ShareAndroid.displayName = 'ShareAndroid';
export var ShareAndroidDimensions = {
height: 24,
width: 24
};