@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.4 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 IconMaterialPhoneDisabledW100 = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'PhoneDisabledW100', short_name: 'PhoneDisabled', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M778-138 578-338q-90 81-182.5 123.5T215-172q-18 0-30.5-12T172-214v-78q0-18 10.5-30.5T210-339l68-14q15-3 26 .5t22 14.5l83 85q36-19 77.5-48.5T558-358L142-774q-4-4-4.5-9.5T142-794q5-5 10-5t10 5l636 636q4 4 4.5 9.5T798-138q-5 5-10 5t-10-5ZM382-240l-78-80q-5-5-9.5-6.5t-10.5.5l-68 14q-8 2-12 7t-4 13v78q0 6 4 10t10 4q32 0 79.5-9.5T382-240Zm270-177-20-20q17-21 36-50.5t33-52.5l-85-77q-11-10-14.5-23t-.5-28l18-82q4-17 16.5-27.5T666-788h80q18 0 30 12.5t12 30.5q0 83-38 170t-98 158Zm62-149q21-47 33.5-93t12.5-87q0-6-4-10t-10-4h-80q-8 0-13 4t-7 12l-18 82q-2 6-.5 12.5T634-638l80 72Zm0 0ZM382-240Z" }) })));
});
IconMaterialPhoneDisabledW100.displayName = 'OnesyIconMaterialPhoneDisabledW100';
exports.default = IconMaterialPhoneDisabledW100;
;