UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.83 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 IconMaterialLyricsW100Filled = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'LyricsW100Filled', short_name: 'Lyrics', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M310-426h80q5.95 0 9.98-4.04 4.02-4.03 4.02-10 0-5.96-4.02-9.96-4.03-4-9.98-4h-80q-5.95 0-9.98 4.04-4.02 4.03-4.02 10 0 5.96 4.02 9.96 4.03 4 9.98 4Zm430.12-80q-39.12 0-66.62-27.38-27.5-27.38-27.5-66.5 0-39.12 27.42-66.62Q700.83-694 740-694q22 0 36.5 6.5T806-665v-199q0-12.75 8.63-21.38Q823.25-894 836-894h64q5.95 0 9.97 4.04 4.03 4.03 4.03 10 0 5.96-4.03 9.96-4.02 4-9.97 4h-66v266q0 39.17-27.38 66.58Q779.24-506 740.12-506ZM310-546h200q5.95 0 9.97-4.04 4.03-4.03 4.03-10 0-5.96-4.03-9.96-4.02-4-9.97-4H310q-5.95 0-9.98 4.04-4.02 4.03-4.02 10 0 5.96 4.02 9.96 4.03 4 9.98 4Zm0-120h200q5.95 0 9.97-4.04 4.03-4.03 4.03-10 0-5.96-4.03-9.96-4.02-4-9.97-4H310q-5.95 0-9.98 4.04-4.02 4.03-4.02 10 0 5.96 4.02 9.96 4.03 4 9.98 4Zm-62 374-35 35q-14 14-32.5 6.34Q162-258.31 162-278v-490q0-24.75 17.63-42.38Q197.25-828 222-828h376q22.65 0 39.83 13.97Q655-800.06 655-778q0 9.33-4 16.67-4 7.33-12 12.33-38 25-58.5 64.26-20.5 39.26-20.5 84.63 0 47.11 22.5 87.61T645-447q17.88 11.14 28.44 29.57Q684-399 684-378.49q0 35.49-25.5 60.99T598-292H248Z" }) }))); }); IconMaterialLyricsW100Filled.displayName = 'OnesyIconMaterialLyricsW100Filled'; exports.default = IconMaterialLyricsW100Filled;