UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.17 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 IconMaterialMusicVideoW100 = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'MusicVideoW100', short_name: 'MusicVideo', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M439-303q31 0 53-22t22-53v-222h72q11 0 19.5-8t8.5-20q0-11-8.5-19.5T586-656h-72q-11 0-19.5 8.5T486-628v192q-9-8-21-12.5t-26-4.5q-31 0-53 22t-22 53q0 31 22 53t53 22Zm-247 91q-26 0-43-17t-17-43v-416q0-26 17-43t43-17h576q26 0 43 17t17 43v416q0 26-17 43t-43 17H192Zm0-28h576q12 0 22-10t10-22v-416q0-12-10-22t-22-10H192q-12 0-22 10t-10 22v416q0 12 10 22t22 10Zm-32 0v-480 480Z" }) }))); }); IconMaterialMusicVideoW100.displayName = 'OnesyIconMaterialMusicVideoW100'; exports.default = IconMaterialMusicVideoW100;