@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.05 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 IconMaterialAgenderW100Filled = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'AgenderW100Filled', short_name: 'Agender', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M480-172q-78 0-133-55t-55-133q0-75 50.5-128.5T466-547v-175q0-6 4-10t10-4q6 0 10 4t4 10v175q74 5 124 58.5T668-360q0 78-55 133t-133 55Zm0-28q63 0 108.5-42T639-346H321q5 62 50.5 104T480-200ZM321-374h318q-5-62-50.5-104T480-520q-63 0-108.5 42T321-374Z" }) })));
});
IconMaterialAgenderW100Filled.displayName = 'OnesyIconMaterialAgenderW100Filled';
exports.default = IconMaterialAgenderW100Filled;
;