UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.28 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 IconMaterialEarbudsW100Filled = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'EarbudsW100Filled', short_name: 'Earbuds', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M320.15-146Q248-146 197-196.9q-51-50.89-51-123.1v-400q0-39 29-66.5t67-27.5q38 0 65 27.5t27 66.5q0 39-28 66.5T240-626h-66v306q0 60.83 42.62 103.42Q259.24-174 320.12-174t103.38-42.58Q466-259.17 466-320v-320q0-72.21 50.85-123.1 50.85-50.9 123-50.9T763-763.1q51 50.89 51 123.1v400q0 39-28 66.5T720-146q-38 0-66-28t-28-66.5q0-38.5 28-66t66-27.5h66v-306q0-60.83-42.62-103.42Q700.76-786 639.88-786T536.5-743.42Q494-700.83 494-640v320q0 72.21-50.85 123.11Q392.3-146 320.15-146Z" }) }))); }); IconMaterialEarbudsW100Filled.displayName = 'OnesyIconMaterialEarbudsW100Filled'; exports.default = IconMaterialEarbudsW100Filled;