@amaui/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 1.31 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@amaui/ui-react';
const IconMaterial30fpsW100Filled = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "30fpsW100Filled",
short_name: "30fps",
viewBox: "0 0 24 24"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M3.5 17.85q-.15 0-.25-.1t-.1-.25q0-.15.1-.25t.25-.1h4.85q.35 0 .575-.225.225-.225.225-.575v-3.2q0-.35-.225-.575-.225-.225-.575-.225H3.5q-.15 0-.25-.1t-.1-.25q0-.15.1-.25t.25-.1h4.85q.35 0 .575-.225.225-.225.225-.575v-3.2q0-.35-.225-.575Q8.7 6.85 8.35 6.85H3.5q-.15 0-.25-.1t-.1-.25q0-.15.1-.25t.25-.1h4.85q.65 0 1.075.425Q9.85 7 9.85 7.65v3.4q0 .35-.25.65-.25.3-.525.3.275 0 .525.3t.25.65v3.4q0 .65-.425 1.075-.425.425-1.075.425Zm11.15-.7h4.7q.35 0 .575-.225.225-.225.225-.575v-8.7q0-.35-.225-.575-.225-.225-.575-.225h-4.7q-.35 0-.575.225-.225.225-.225.575v8.7q0 .35.225.575.225.225.575.225Zm0 .7q-.65 0-1.075-.425-.425-.425-.425-1.075v-8.7q0-.65.425-1.075Q14 6.15 14.65 6.15h4.7q.65 0 1.075.425.425.425.425 1.075v8.7q0 .65-.425 1.075-.425.425-1.075.425Z"
}));
});
IconMaterial30fpsW100Filled.displayName = 'AmauiIconMaterial30fpsW100Filled';
export default IconMaterial30fpsW100Filled;