@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 1.06 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@onesy/ui-react';
const IconMaterialContactMailFilled = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "ContactMailFilled",
short_name: "ContactMail",
viewBox: "0 -960 960 960"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M80-120q-33 0-56.5-23.5T0-200v-560q0-33 23.5-56.5T80-840h800q33 0 56.5 23.5T960-760v560q0 33-23.5 56.5T880-120H80Zm280-280q50 0 85-35t35-85q0-50-35-85t-85-35q-50 0-85 35t-35 85q0 50 35 85t85 35ZM84-200h552q-42-75-116-117.5T360-360q-86 0-160 42.5T84-200Zm516-320h200q17 0 28.5-11.5T840-560v-120q0-17-11.5-28.5T800-720H600q-17 0-28.5 11.5T560-680v120q0 17 11.5 28.5T600-520Zm100-90 74-52q8-6 17-1.5t9 14.5q0 1-7 14l-70 49q-11 8-23 8t-23-8l-70-49q-1-1-7-14 0-10 9-14.5t17 1.5l74 52Z"
}));
});
IconMaterialContactMailFilled.displayName = 'OnesyIconMaterialContactMailFilled';
export default IconMaterialContactMailFilled;