@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.53 kB
JavaScript
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
const jsx_runtime_1 = require("react/jsx-runtime");
const react_1 = __importDefault(require("react"));
const ui_react_1 = require("@onesy/ui-react");
const IconMaterialContactPhoneW100 = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'ContactPhoneW100', short_name: 'ContactPhone', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M654-480q0-23 3-42.5t11-45.5h55q7 0 13-3t11-9l22-29q7-9 6-20t-9-19l-21-21q-9-9-21-9t-21 9q-38 38-57.5 86.5T626-480q0 54 19.5 102.5T703-291q9 9 21 9t21-9l21-21q8-8 9-19t-6-20l-22-29q-5-6-11-9t-13-3h-55q-8-24-11-44.5t-3-43.5ZM112-192q-26 0-43-17t-17-43v-456q0-26 17-43t43-17h736q26 0 43 17t17 43v456q0 26-17 43t-43 17H112Zm466-28h270q12 0 22-10t10-22v-456q0-12-10-22t-22-10H112q-12 0-22 10t-10 22v456q0 12 10 22t22 10h30q42-48 98-78t120-30q64 0 120 30t98 78ZM360-388q39 0 66.5-27.5T454-482q0-39-27.5-66.5T360-576q-39 0-66.5 27.5T266-482q0 39 27.5 66.5T360-388ZM182-220h356q-35-38-81-59t-97-21q-51 0-97 21t-81 59Zm178-196q-27 0-46.5-19.5T294-482q0-27 19.5-46.5T360-548q27 0 46.5 19.5T426-482q0 27-19.5 46.5T360-416Zm120-64Z" }) })));
});
IconMaterialContactPhoneW100.displayName = 'OnesyIconMaterialContactPhoneW100';
exports.default = IconMaterialContactPhoneW100;
;