UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 998 B
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialContactPageW100 = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "ContactPageW100", short_name: "ContactPage", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "M480-424q23 0 38.5-15.5T534-478q0-23-15.5-38.5T480-532q-23 0-38.5 15.5T426-478q0 23 15.5 38.5T480-424ZM346-296h268v-1q0-17-9-28t-24-18q-23-10-48.5-15.5T480-364q-27 0-52.5 5.5T379-343q-15 7-24 18t-9 28v1Zm342 164H272q-26 0-43-17t-17-43v-576q0-26 17-43t43-17h241q12 0 23.5 5t19.5 13l174 174q8 8 13 19.5t5 23.5v401q0 26-17 43t-43 17Zm0-28q12 0 22-10t10-22v-414L526-800H272q-12 0-22 10t-10 22v576q0 12 10 22t22 10h416Zm-448 0v-640 640Z" })); }); IconMaterialContactPageW100.displayName = 'OnesyIconMaterialContactPageW100'; export default IconMaterialContactPageW100;