@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.06 kB
JavaScript
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
const jsx_runtime_1 = require("react/jsx-runtime");
const react_1 = __importDefault(require("react"));
const ui_react_1 = require("@onesy/ui-react");
const IconMaterialEqualW100 = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'EqualW100', short_name: 'Equal', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("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" }) })));
});
IconMaterialEqualW100.displayName = 'OnesyIconMaterialEqualW100';
exports.default = IconMaterialEqualW100;
;