@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.77 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 IconMaterialStorageW100 = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'StorageW100', short_name: 'Storage', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M216-182q-23.93 0-40.96-17.05-17.04-17.06-17.04-41Q158-264 175.04-281q17.03-17 40.96-17h528q23.92 0 40.96 17.05 17.04 17.06 17.04 41Q802-216 784.96-199q-17.04 17-40.96 17H216Zm0-480q-23.93 0-40.96-17.05-17.04-17.06-17.04-41Q158-744 175.04-761q17.03-17 40.96-17h528q23.92 0 40.96 17.05 17.04 17.06 17.04 41Q802-696 784.96-679q-17.04 17-40.96 17H216Zm0 240q-23.93 0-40.96-17.05-17.04-17.06-17.04-41Q158-504 175.04-521q17.03-17 40.96-17h528q23.92 0 40.96 17.05 17.04 17.06 17.04 41Q802-456 784.96-439q-17.04 17-40.96 17H216Zm28.18-268q12.82 0 21.32-8.68 8.5-8.67 8.5-21.5 0-12.82-8.68-21.32-8.67-8.5-21.5-8.5-12.82 0-21.32 8.68-8.5 8.67-8.5 21.5 0 12.82 8.68 21.32 8.67 8.5 21.5 8.5Zm0 240q12.82 0 21.32-8.68 8.5-8.67 8.5-21.5 0-12.82-8.68-21.32-8.67-8.5-21.5-8.5-12.82 0-21.32 8.68-8.5 8.67-8.5 21.5 0 12.82 8.68 21.32 8.67 8.5 21.5 8.5Zm0 240q12.82 0 21.32-8.68 8.5-8.67 8.5-21.5 0-12.82-8.68-21.32-8.67-8.5-21.5-8.5-12.82 0-21.32 8.68-8.5 8.67-8.5 21.5 0 12.82 8.68 21.32 8.67 8.5 21.5 8.5Z" }) })));
});
IconMaterialStorageW100.displayName = 'OnesyIconMaterialStorageW100';
exports.default = IconMaterialStorageW100;
;