@amaui/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 1.71 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@amaui/ui-react';
const IconMaterialContactPhoneW100 = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "ContactPhoneW100",
short_name: "ContactPhone",
viewBox: "0 0 24 24"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M2.8 19.2q-.65 0-1.075-.425Q1.3 18.35 1.3 17.7V6.3q0-.65.425-1.075Q2.15 4.8 2.8 4.8h18.4q.65 0 1.075.425.425.425.425 1.075v11.4q0 .65-.425 1.075-.425.425-1.075.425Zm11.65-.7h6.75q.3 0 .55-.25.25-.25.25-.55V6.3q0-.3-.25-.55-.25-.25-.55-.25H2.8q-.3 0-.55.25Q2 6 2 6.3v11.4q0 .3.25.55.25.25.55.25h.75Q4.6 17.3 6 16.55q1.4-.75 3-.75t3 .75q1.4.75 2.45 1.95ZM9 14.3q.975 0 1.663-.688.687-.687.687-1.662 0-.975-.687-1.663Q9.975 9.6 9 9.6q-.975 0-1.662.687-.688.688-.688 1.663 0 .975.688 1.662.687.688 1.662.688Zm8.625 2.525q.2.2.462.187.263-.012.463-.212l.6-.6q.2-.2.225-.475.025-.275-.15-.5l-.55-.725q-.1-.15-.262-.225-.163-.075-.338-.075H16.7q-.2-.6-.275-1.113-.075-.512-.075-1.087t.075-1.062q.075-.488.275-1.138h1.375q.175 0 .338-.075.162-.075.262-.225l.55-.725q.175-.225.15-.5Q19.35 8 19.15 7.8l-.6-.6q-.2-.2-.463-.213-.262-.012-.462.188-.95.95-1.462 2.2-.513 1.25-.513 2.625t.513 2.625q.512 1.25 1.462 2.2ZM4.55 18.5h8.9q-.875-.95-2.025-1.475Q10.275 16.5 9 16.5t-2.425.525q-1.15.525-2.025 1.475ZM9 13.6q-.675 0-1.162-.487-.488-.488-.488-1.163t.488-1.163Q8.325 10.3 9 10.3q.675 0 1.163.487.487.488.487 1.163t-.487 1.163Q9.675 13.6 9 13.6Zm3-1.6Z"
}));
});
IconMaterialContactPhoneW100.displayName = 'AmauiIconMaterialContactPhoneW100';
export default IconMaterialContactPhoneW100;