UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.38 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 IconMaterialClosedCaptionW100Filled = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'ClosedCaptionW100Filled', short_name: 'ClosedCaption', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M232-212q-26 0-43-17t-17-43v-416q0-26 17-43t43-17h496q26 0 43 17t17 43v416q0 26-17 43t-43 17H232Zm88-164h80q18 0 31-13t13-31q0-5-3-8t-8-3h-6q-5 0-8 3t-3 8q0 6-5 11t-11 5h-80q-6 0-11-5t-5-11v-120q0-6 5-11t11-5h80q6 0 11 5t5 11q0 5 3 8t8 3h6q5 0 8-3t3-8q0-18-13-31t-31-13h-80q-18 0-31 13t-13 31v120q0 18 13 31t31 13Zm320-208h-80q-18 0-31 13t-13 31v120q0 18 13 31t31 13h80q18 0 31-13t13-31q0-5-3-8t-8-3h-6q-5 0-8 3t-3 8q0 6-5 11t-11 5h-80q-6 0-11-5t-5-11v-120q0-6 5-11t11-5h80q6 0 11 5t5 11q0 5 3 8t8 3h6q5 0 8-3t3-8q0-18-13-31t-31-13Z" }) }))); }); IconMaterialClosedCaptionW100Filled.displayName = 'OnesyIconMaterialClosedCaptionW100Filled'; exports.default = IconMaterialClosedCaptionW100Filled;