@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.69 kB
JavaScript
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 IconMaterialClosedCaptionAddW100Filled = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'ClosedCaptionAddW100Filled', short_name: 'ClosedCaptionAdd', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M560-376h80q5 0 9.5-1t9.5-5q3-2 7-5t8-5q6-8 8-14t2-14v-2q0-6-4-10t-10-4q-6 0-10 4t-4 10v2q0 7-4.5 11.5T640-404h-80q-6 0-11-5t-5-11v-120q0-6 5-11t11-5h80q7 0 11.5 4.5T656-540v2q0 6 4 10t10 4q6 0 10-4t4-10v-2q0-18-13-31t-31-13h-80q-18 0-31 13t-13 31v120q0 18 13 31t31 13ZM232-212q-26 0-43-17t-17-43v-416q0-26 17-43t43-17h496q26 0 43 17t17 43v248q0 8-6.5 14t-14.5 6q-36 1-70.5 16.5T637-363q-25 25-40.5 59.5T580-233q0 8-6 14.5t-14 6.5H232Zm528 0h-66q-6 0-10-4t-4-10q0-6 4-10t10-4h66v-66q0-6 4-10t10-4q6 0 10 4t4 10v66h66q6 0 10 4t4 10q0 6-4 10t-10 4h-66v66q0 6-4 10t-10 4q-6 0-10-4t-4-10v-66ZM320-376h80q18 0 31-13t13-31v-2q0-6-4-10t-10-4q-6 0-10 4t-4 10v2q0 7-4.5 11.5T400-404h-80q-6 0-11-5t-5-11v-120q0-6 5-11t11-5h80q7 0 11.5 4.5T416-540v2q0 6 4 10t10 4q6 0 10-4t4-10v-2q0-18-13-31t-31-13h-80q-18 0-31 13t-13 31v120q0 18 13 31t31 13Z" }) })));
});
IconMaterialClosedCaptionAddW100Filled.displayName = 'OnesyIconMaterialClosedCaptionAddW100Filled';
exports.default = IconMaterialClosedCaptionAddW100Filled;
;