@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 1.57 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@onesy/ui-react';
const IconMaterialSettingsInputComponent = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "SettingsInputComponent",
short_name: "SettingsInputComponent",
viewBox: "0 -960 960 960"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M120-80v-128q-35-12-57.5-42.5T40-320v-360q0-17 11.5-28.5T80-720h40v-160q0-17 11.5-28.5T160-920q17 0 28.5 11.5T200-880v160h40q17 0 28.5 11.5T280-680v360q0 39-22.5 69.5T200-208v128q0 17-11.5 28.5T160-40q-17 0-28.5-11.5T120-80Zm320 0v-128q-35-12-57.5-42.5T360-320v-360q0-17 11.5-28.5T400-720h40v-160q0-17 11.5-28.5T480-920q17 0 28.5 11.5T520-880v160h40q17 0 28.5 11.5T600-680v360q0 39-22.5 69.5T520-208v128q0 17-11.5 28.5T480-40q-17 0-28.5-11.5T440-80Zm320 0v-128q-35-12-57.5-42.5T680-320v-360q0-17 11.5-28.5T720-720h40v-160q0-17 11.5-28.5T800-920q17 0 28.5 11.5T840-880v160h40q17 0 28.5 11.5T920-680v360q0 39-22.5 69.5T840-208v128q0 17-11.5 28.5T800-40q-17 0-28.5-11.5T760-80ZM120-640v160h80v-160h-80Zm320 0v160h80v-160h-80Zm320 0v160h80v-160h-80ZM160-280q17 0 28.5-11.5T200-320v-80h-80v80q0 17 11.5 28.5T160-280Zm320 0q17 0 28.5-11.5T520-320v-80h-80v80q0 17 11.5 28.5T480-280Zm320 0q17 0 28.5-11.5T840-320v-80h-80v80q0 17 11.5 28.5T800-280ZM160-440Zm320 0Zm320 0Z"
}));
});
IconMaterialSettingsInputComponent.displayName = 'OnesyIconMaterialSettingsInputComponent';
export default IconMaterialSettingsInputComponent;