UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 1.34 kB
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterial30fpsSelectW100 = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "30fpsSelectW100", short_name: "30fpsSelect", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "M234-452q-6 0-10-4t-4-10q0-6 4-10t10-4h126q14 0 23-9t9-23v-42q0-14-9-23t-23-9H234q-6 0-10-4t-4-10q0-6 4-10t10-4h126q14 0 23-9t9-23v-42q0-14-9-23t-23-9H234q-6 0-10-4t-4-10q0-6 4-10t10-4h126q26 0 43 17t17 43v42q0 17-11.5 31.5T386-600q11 0 22.5 14.5T420-554v42q0 26-17 43t-43 17H234Zm366 0q-26 0-43-17t-17-43v-176q0-26 17-43t43-17h80q26 0 43 17t17 43v176q0 26-17 43t-43 17h-80Zm0-28h80q14 0 23-9t9-23v-176q0-14-9-23t-23-9h-80q-14 0-23 9t-9 23v176q0 14 9 23t23 9ZM178-106q-6 0-10-4t-4-10v-120q0-6 4-10t10-4q6 0 10 4t4 10v120q0 6-4 10t-10 4Zm128 0q-6 0-10-4t-4-10v-120q0-6 4-10t10-4q6 0 10 4t4 10v120q0 6-4 10t-10 4Zm128 0q-6 0-10-4t-4-10v-120q0-6 4-10t10-4q6 0 10 4t4 10v120q0 6-4 10t-10 4Zm128 0q-6 0-10-4t-4-10v-120q0-6 4-10t10-4h220q6 0 10 4t4 10v120q0 6-4 10t-10 4H562Z" })); }); IconMaterial30fpsSelectW100.displayName = 'OnesyIconMaterial30fpsSelectW100'; export default IconMaterial30fpsSelectW100;