@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.18 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 IconMaterialWorkspacesW100Filled = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'WorkspacesW100Filled', short_name: 'Workspaces', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M240-160q-49.5 0-84.75-35.25T120-280q0-49.5 35.25-84.75T240-400q49.5 0 84.75 35.25T360-280q0 49.5-35.25 84.75T240-160Zm480 0q-49.5 0-84.75-35.25T600-280q0-49.5 35.25-84.75T720-400q49.5 0 84.75 35.25T840-280q0 49.5-35.25 84.75T720-160ZM480-560q-49.5 0-84.75-35.25T360-680q0-49.5 35.25-84.75T480-800q49.5 0 84.75 35.25T600-680q0 49.5-35.25 84.75T480-560Z" }) })));
});
IconMaterialWorkspacesW100Filled.displayName = 'OnesyIconMaterialWorkspacesW100Filled';
exports.default = IconMaterialWorkspacesW100Filled;
;