@amaui/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 1.26 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@amaui/ui-react';
const IconMaterialContactPhoneFilled = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "ContactPhoneFilled",
short_name: "ContactPhone",
viewBox: "0 0 24 24"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M2 21q-.825 0-1.412-.587Q0 19.825 0 19V5q0-.825.588-1.413Q1.175 3 2 3h20q.825 0 1.413.587Q24 4.175 24 5v14q0 .825-.587 1.413Q22.825 21 22 21Zm7-7q1.25 0 2.125-.875T12 11q0-1.25-.875-2.125T9 8q-1.25 0-2.125.875T6 11q0 1.25.875 2.125T9 14Zm9.275 3.375q.275.275.7.25.425-.025.7-.3l.7-.7q.275-.275.3-.65.025-.375-.2-.675l-.675-.9q-.125-.2-.338-.3Q19.25 14 19 14h-1.15q-.15-.45-.25-.963-.1-.512-.1-1.037 0-.525.1-1.012.1-.488.25-.988H19q.25 0 .462-.1.213-.1.338-.3l.675-.9q.225-.3.2-.675-.025-.375-.3-.65l-.7-.7q-.275-.275-.7-.3-.425-.025-.7.25-1.05 1.05-1.662 2.463Q16 10.5 16 12t.613 2.912q.612 1.413 1.662 2.463ZM2.1 19h13.8q-1.05-1.875-2.9-2.938Q11.15 15 9 15t-4 1.062Q3.15 17.125 2.1 19Z"
}));
});
IconMaterialContactPhoneFilled.displayName = 'AmauiIconMaterialContactPhoneFilled';
export default IconMaterialContactPhoneFilled;