UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 857 B
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialEqualW100Filled = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "EqualW100Filled", short_name: "Equal", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "M246-332q-14.17 0-24.08-9.88-9.92-9.88-9.92-24t9.92-24.12q9.91-10 24.08-10h468q14.17 0 24.08 9.88 9.92 9.88 9.92 24T738.08-342q-9.91 10-24.08 10H246Zm0-228q-14.17 0-24.08-9.88-9.92-9.88-9.92-24t9.92-24.12q9.91-10 24.08-10h468q14.17 0 24.08 9.88 9.92 9.88 9.92 24T738.08-570q-9.91 10-24.08 10H246Z" })); }); IconMaterialEqualW100Filled.displayName = 'OnesyIconMaterialEqualW100Filled'; export default IconMaterialEqualW100Filled;