@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 696 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@onesy/ui-react';
const IconMaterialMagicButtonW100Filled = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "MagicButtonW100Filled",
short_name: "MagicButton",
viewBox: "0 0 24 24"
}, props), /*#__PURE__*/React.createElement("path", {
d: "m10.4 17.6-2-4.4-4.4-2 4.4-2 2-4.4 2 4.4 4.4 2-4.4 2Zm6.4 1.6-1-2.2-2.2-1 2.2-1 1-2.2 1 2.2 2.2 1-2.2 1Z"
}));
});
IconMaterialMagicButtonW100Filled.displayName = 'OnesyIconMaterialMagicButtonW100Filled';
export default IconMaterialMagicButtonW100Filled;