@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.37 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 IconMaterialDataArrayW100Filled = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'DataArrayW100Filled', short_name: 'DataArray', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M636-212q-5.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-4h52q14 0 23-9t9-23v-416q0-14-9-23t-23-9h-52q-5.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-4h52q24.75 0 42.38 17.62Q748-712.75 748-688v416q0 24.75-17.62 42.37Q712.75-212 688-212h-52Zm-364 0q-24.75 0-42.37-17.63Q212-247.25 212-272v-416q0-24.75 17.63-42.38Q247.25-748 272-748h52q5.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-52q-14 0-23 9t-9 23v416q0 14 9 23t23 9h52q5.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-52Z" }) })));
});
IconMaterialDataArrayW100Filled.displayName = 'OnesyIconMaterialDataArrayW100Filled';
exports.default = IconMaterialDataArrayW100Filled;