UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.09 kB
"use strict"; 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 IconMaterialPhoneEnabledW100Filled = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'PhoneEnabledW100Filled', short_name: 'PhoneEnabled', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M215-172q-18 0-30.5-12T172-214v-78q0-17 10.5-30t27.5-17l68-14q15-2 26.5 1t21.5 14l83 85q51-28 93-59t78-67q34-35 64.5-74.5T701-540l-85-77q-10-8-14-21t-1-30l18-82q5-17 17.5-27.5T666-788h80q18 0 30 12.5t12 30.5q0 94-49.5 195T601-360q-89 89-190.5 138.5T215-172Z" }) }))); }); IconMaterialPhoneEnabledW100Filled.displayName = 'OnesyIconMaterialPhoneEnabledW100Filled'; exports.default = IconMaterialPhoneEnabledW100Filled;