@vuduc0801/react-native-phosphor-icons
Version:
Since [Phosphor](https://phosphoricons.com/) does not support React Native, we have to convert all the SVGs to React Native SVGs.
18 lines (17 loc) • 878 B
JavaScript
;
/* Generated code. Do not edit.*/
import * as React from "react";
import Svg, { Path } from "react-native-svg";
import { jsx as _jsx } from "react/jsx-runtime";
const MicrosoftOutlookLogo = props => /*#__PURE__*/_jsx(Svg, {
fill: props.color,
viewBox: "0 0 256 256",
width: props.size,
height: props.size,
...props,
children: /*#__PURE__*/_jsx(Path, {
d: "M124 128a36 36 0 1 0-36 36 36 36 0 0 0 36-36m-48 0a12 12 0 1 1 12 12 12 12 0 0 1-12-12m148-28h-12V32a12 12 0 0 0-12-12h-96a12 12 0 0 0-12 12v24H36a20 20 0 0 0-20 20v104a20 20 0 0 0 20 20h32v16a20 20 0 0 0 20 20h128a20 20 0 0 0 20-20V112a12 12 0 0 0-12-12m-52.45 68L212 136.54v62.92ZM116 44h72v80.8l-28 21.78V76a20 20 0 0 0-20-20h-24ZM40 80h96v96H40Zm52 120h48a20 20 0 0 0 18.28-11.92L189 212H92Z"
})
});
export default MicrosoftOutlookLogo;
//# sourceMappingURL=MicrosoftOutlookLogo.js.map