@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.13 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 IconMaterialVideoFileW100Filled = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'VideoFileW100Filled', short_name: 'VideoFile', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M272-132q-26 0-43-17t-17-43v-576q0-26 17-43t43-17h289q12 0 23.5 5t19.5 13l126 126q8 8 13 19.5t5 23.5v449q0 26-17 43t-43 17H272Zm300-550q0 13 8.5 21.5T602-652h118L572-800v118ZM366-260h160q8 0 14-6t6-14v-64l50 26q8 4 15-.5t7-12.5v-58q0-8-7-12.5t-15-.5l-50 26v-64q0-8-6-14t-14-6H366q-8 0-14 6t-6 14v160q0 8 6 14t14 6Z" }) })));
});
IconMaterialVideoFileW100Filled.displayName = 'OnesyIconMaterialVideoFileW100Filled';
exports.default = IconMaterialVideoFileW100Filled;