UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.24 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 IconMaterialHeadphonesW100Filled = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'HeadphonesW100Filled', short_name: 'Headphones', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M252-172h-20q-26 0-43-17t-17-43v-248q0-64.08 24-120.04Q220-656 262-698q42-42 97.94-66 55.95-24 120-24Q544-788 600-764t98 66q42 42 66 97.96 24 55.96 24 120.04v248q0 26-17 43t-43 17h-20q-24.75 0-42.37-17.63Q648-207.25 648-232v-104q0-24.75 17.63-42.38Q683.25-396 708-396h52v-84q0-117-81.5-198.5T480-760q-117 0-198.5 81.5T200-480v84h52q24.75 0 42.38 17.62Q312-360.75 312-336v104q0 24.75-17.62 42.37Q276.75-172 252-172Z" }) }))); }); IconMaterialHeadphonesW100Filled.displayName = 'OnesyIconMaterialHeadphonesW100Filled'; exports.default = IconMaterialHeadphonesW100Filled;