UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 785 B
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialVariablesW100 = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "VariablesW100", short_name: "Variables", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "M172-361.6v-236.82q0-12.58 8.63-21.08 8.62-8.5 21.37-8.5h556q12.75 0 21.38 8.51 8.62 8.51 8.62 21.09v236.82q0 12.58-8.62 21.08-8.63 8.5-21.38 8.5H202q-12.75 0-21.37-8.51-8.63-8.51-8.63-21.09Zm28 1.6h560v-240H200v240Zm0 0v-240 240Z" })); }); IconMaterialVariablesW100.displayName = 'OnesyIconMaterialVariablesW100'; export default IconMaterialVariablesW100;