@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 943 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@onesy/ui-react';
const IconMaterialWorkspacesW100Filled = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "WorkspacesW100Filled",
short_name: "Workspaces",
viewBox: "0 -960 960 960"
}, props), /*#__PURE__*/React.createElement("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';
export default IconMaterialWorkspacesW100Filled;